/**
 * designing structure for page content
 * built (with love) using Bootstrap
 */
@import url("//netdna.bootstrapcdn.com/bootstrap/3.0.0-rc2/css/bootstrap-glyphicons.css");

@media all and (max-width: 2480px)  {
    .half {
        float: left !important;
        width: 50% !important;
    }
}

body {
    background-color: transparent;
    font-family:  sans-serif;
}

html {
    /*background: url("../img/blue-wallpaper-d65fwpr.jpg") no-repeat center center fixed #213141;*/
    background: url("../img/wallpaper-755064.jpg") no-repeat center center fixed #213141;
    /*background:  #213141;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

table {
    background-color: #f0f0f0;
    background-color: rgba(255,255,255,0.4);
    
}


.container {
    /*IGES-Gruen Backup: background-color: #CBD3B2;*/
    /*IGES-Gruen: background-color: rgba(203,211,178,0.8);*/
    background-color: #EDEBE6;
    background-color: rgba(250,250,250,0.8);
    -webkit-box-shadow: 0 5px 12px rgba(0,0,0,.4);
    -moz-box-shadow: 0 5px 12px rgba(0,0,0,.4);
    -khtml-box-shadow: 0 5px 12px rgba(0,0,0,.4);
    box-shadow: 0 5px 12px rgba(0,0,0,.4);
}

.drop-shadow {
    -webkit-box-shadow: 0 2px 6px 0 rgba(54,28,1,0.43);
    box-shadow: 0 2px 6px 0 rgba(54,28,1,0.43);
}

.progressbar {
    outline: 1px solid #005794;
    background-color: #f0f0f0;
    background-color: rgba(255,255,255,0.4);
    color: #005794;
    padding: 0 0 2px 0;
}


.indent30 {
    text-indent: 30px;
}

.bigheader {
    margin: 25px;
}
.infobox {
    border: 1px solid #dddddd;
    
    padding: 5px 15px 5px 15px;
    background-color: #fff;
    background: rgba(255,255,255,0.4);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: justify;
}

.infobox > p {
        margin-bottom:0;
    }

    .infoboxIntend {
        /*text-indent: -1.5em;*/
    margin-left: 1.5em;
    margin-right: 1.5em;
    /*margin-top: -11px;*/
}

    /*.infobox:first-letter {
        font-size: 19px;
    }*/
.questionbox {
    /*padding: 15px 0px 15px 15px;*/
    margin-top: 0px;
    border: 1px solid #dddddd;
    background-color: #f0f0f0;
    background-color: rgba(255,255,255,0.4);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.jumbotron {
    border: 1px solid #dddddd;
    background-color: #f0f0f0;
    background-color: rgba(255,255,255,0.4);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

/*.div.jumbotron {
    border: 1px solid #dddddd;
    background-color: #f0f0f0;
    background-color: rgba(255,255,255,0.4);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}*/

.innerquestionbox {
    margin: 15px 15px 15px 15px;
}

 .question {
    padding: 10px 0px 0px 0px;
}
.box {
    border: 1px solid #dddddd;
    background-color: #EBEAE1;
    background-color: rgba(255,255,255,0.4);
    padding: 5px 15px 5px 15px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.nomargin {
    margin: 0 0 0 0;
}


 .tabletrans {
    background-color: transparent;
}

.tablematrix {
    border: 0;
    background-color: transparent;
    
}

 .table-bordered {
    border: 1px solid #dddddd;
    border-collapse: separate;
    *border-collapse: collapse;
    border-left: 0;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    margin-top: 10px;
}

    .table-bordered th,
    .table-bordered td {
        border-left: 1px solid #dddddd;
    }

    .tableheader {
        font-weight: bold;
        text-align: center;
    }

table.centercontent td {
    text-align: center;
    vertical-align: middle;
}
table.centercontent input[type="radio"] {
    margin-left: 0;
}









.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
    background-color: #EBEAE1;
    background-color: rgba(255,255,255,0.6);
}



div.questionform {
    margin: 0;
    padding: 0;
    /*padding-bottom: 1.25em;*/
}

    div.questionform label {
        margin: 0;
        padding: 0;
        display: block;
        font-size: 100%;
        padding-top: .1em;
        padding-right: .25em;
        width: 8em;
        text-align: right;
        float: left;
    }

    div.questionform input,
    div.questionform textarea {
        margin: 0;
        padding: 0;
        display: block;
        font-size: 100%;
    }