@charset "utf-8";
#header {
    border-style: none;
    width: 100%;
    height: auto;
}
#wrapper {
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF;
    width: 100%;
}
body {
    background-color: #E0E0E0;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-size: 0.9em;
    text-align: justify;
    color: #474747;
}
h1 {
    color: #270c39;
}
#footer {
    text-align: center;
    font-size: 0.8em;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #FFFFFF;
    border-top: thin solid #BBBBBB;
    clear: both;
    color: #969696;
}
#nav li {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1em;
    list-style-type: none;
    border-bottom: thin solid #e0e0e0;
    color: #1e9d36;
    left: 0px;
    list-style-position: inside;
}
#nav li a {
    text-decoration: none;
}
#rightsidebar {
    width: 180px;
    height: 350px;
    float: right;
    padding-right: 20px;
    position: sticky;
    top: 20px;
}
#main {
    width: 560px;
    /* width: 1000px; */
    float: left;
    margin: 0 10px 50px 20px;
    padding-right: 10px;
}

main {
    width: 560px;
    /* width: 1000px; */
    float: left;
    margin: 0 10px 50px 20px;
    padding-right: 10px;
}

#logo {
    padding: 10px;
    float: left;
}
#top_menu {
    float: right;
    padding: 50px 20px 0px 0px;
    font-size: 1.2em;
    color: #270c39;
}
ul.errorlist {
    margin: 0;
    padding: 0;
}
.errorlist li {
    border: 1px solid red;
    color: red;
    background: rgba(255, 0, 0, 0.15);
    list-style-position: inside;
    display: block;
    font-size: 1.2em;
    margin: 0 0 3px;
    padding: 4px 5px;
    text-align: center;    
    border-radius: 3px;
}
input, textarea, select {
    width: 100%;
    padding: 5px!important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; 
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(169,169,169)
}
input { 
    height: 30px;
}
select {
    height: 30px;
}
.success {
    background-color: rgba(0, 128, 0, 0.15);
    padding: 10px;
    text-align: center;
    color: green;
    border: 1px solid green;
    border-radius: 3px;
}

@media print {
    .pagebreak { page-break-before: always; } /* page-break-after works, as well */
}

#inline {
    #width: 100%;
    width: 1000px
    height:auto;
    /* background-color:white; */
    display:flex;
} 
.one,.two {
    width:500px;
    height:auto;
    /* background-color:white; */
    display: inline;
    margin:0px;
} 

.input_container
{
    display: flex;
    flex-flow: row;
}

.dropzone {
  border: 2px dashed #aaa;
  padding: 12px;
  border-radius: 6px;
  margin-bottom: 10px;
  position: relative;
  background-color: #f9f9f9;
}
.dropzone.dragover {
  border-color: #555;
  background-color: #e6f7ff;
}
.dropzone input[type="file"] {
  background: transparent;
}






