/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 02-Nov-2015, 10:29:58
    Author     : Angelo
*/

#intro {
    background: #fff;
    position: fixed;
    padding: 0;
    margin: 0;
    top: 0;
    left: 0;
    z-index: 500;
    width: 100%;
    height: 200px;
    color: #333;
}

#formDiv {
    background: #800d2a;
    padding: 10px;
    margin: 200px 0 0 0;
    top: 0;
    left: 0;
    z-index: 400;
    width: 100%;
    color: whitesmoke;
    font-weight: bold;
}

#results {
    background: #fff5d3;
    padding: 10px;
    margin: 0px 0 0 0;
    height:100px;   
    top: 0;
    left: 0;
    z-index: 300;
    width: 100%;
}

#form {
    width:400px;
    margin: 0 auto;
}

#resultsBox{
    width:800px;
    
    margin: 0 auto; 
}

#subExpertSettings{
    display:none;

    margin-top: 10px;
    
}

#labelExpert{
    margin-bottom: 20px;
}

/*classes*/

.col_3 {
    width: 22.15%;
}

.col_9 {
    width: 74.05%;
}

.last, .omega {
    margin-right: 0 !important;
}



.col_12 {
    clear: both;
    width: 100%;
    float: left;
}

.row {clear: both; width: 100%; max-width: 1140px; margin: 0 auto;}
.container {padding-left: 20px; padding-right: 20px;}

input[type=range] {
    display: block;
    width: 30%;
}

/* some code for bootstrap*/
.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.fileinput-filename {
  vertical-align: middle;
  display: inline-block;
  overflow: hidden;
}


.btn-file{overflow:hidden;position:relative;vertical-align:middle;}.btn-file>input{position:absolute;top:0;right:0;margin:0;opacity:0;filter:alpha(opacity=0);transform:translate(-300px, 0) scale(4);font-size:23px;direction:ltr;cursor:pointer;}
.fileupload{margin-bottom:9px;}.fileupload .uneditable-input{display:inline-block;margin-bottom:0px;vertical-align:middle;cursor:text;}
.fileupload .thumbnail{overflow:hidden;display:inline-block;margin-bottom:5px;vertical-align:middle;text-align:center;}.fileupload .thumbnail>img{display:inline-block;vertical-align:middle;max-height:100%;}
.fileupload .btn{vertical-align:middle;}
.fileupload-exists .fileupload-new,.fileupload-new .fileupload-exists{display:none;}
.fileupload-inline .fileupload-controls{display:inline;}
.fileupload-new .input-append .btn-file{-webkit-border-radius:0 3px 3px 0;-moz-border-radius:0 3px 3px 0;border-radius:0 3px 3px 0;}
.thumbnail-borderless .thumbnail{border:none;padding:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;}
.fileupload-new.thumbnail-borderless .thumbnail{border:1px solid #ddd;}
.control-group.warning .fileupload .uneditable-input{color:#a47e3c;border-color:#a47e3c;}
.control-group.warning .fileupload .fileupload-preview{color:#a47e3c;}
.control-group.warning .fileupload .thumbnail{border-color:#a47e3c;}
.control-group.error .fileupload .uneditable-input{color:#b94a48;border-color:#b94a48;}
.control-group.error .fileupload .fileupload-preview{color:#b94a48;}
.control-group.error .fileupload .thumbnail{border-color:#b94a48;}
.control-group.success .fileupload .uneditable-input{color:#468847;border-color:#468847;}
.control-group.success .fileupload .fileupload-preview{color:#468847;}
.control-group.success .fileupload .thumbnail{border-color:#468847;}