#MainBar{
    position:fixed;
    z-index: 100;
    top:0;
    left:0;
    width:100%;
    height:70px;
    background-color:#2D5234;
}
ul.ul_domains{
    font-size: 18px;
}
div.image{
    opacity:0.2;
    cursor: not-allowed;
}
.title1{
    margin: 0px 0px 20px 0px;
    font-family: 'Roboto',sans-serif;
    font-size: 22px;
    font-weight: 500;
    color:#000000;
}
.title2{
    margin: 0px 0px 10px 0px;
    font-family: 'Roboto',sans-serif;
    font-size: 28px;
    font-weight: 900;
    color:#4A9BEC;
}
.line1{
    margin: 10px 0px 0px 0px;
    font-family: 'Roboto',sans-serif;
    font-size: 18px;
    font-weight: 400;
    color:#000000;
}
p.line2{
    margin: 5px 0px 20px 0px;
    font-family: 'Roboto',sans-serif;
    font-size: 16px;
    font-weight: 400;
    color:#333333;
    line-height:25px;
}
p.line_domain{
    margin: 10px 0px 0px 0px;
    font-family: 'Roboto',sans-serif;
    font-size: 22px;
    font-weight: 400;
    color:#000000;
}
.fieldname{
    font-size: 12px;
    font-weight: 500;
    margin: 8px 0px 0px 0px;
    color: #444444;
}
.button1{
    font-family: 'Roboto',sans-serif;
    font-size: 16px;
    font-weight: 400;
    color:#ffffff;
    background-color:#40516A;
    padding: 20px 20px;
    border: 0px;
    border-radius: 10px;
    outline: none;
    cursor: pointer;
    filter: drop-shadow(0px 0px 10px rgb(0,0,0,0.1));
    transition: transform .1s;
}
.button1:hover{
    background-color:#53698A;
    transform: scale(1.05);
}

a.menu_link{
    font-family: 'Roboto',sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-decoration:none;
    border-bottom: 0px;
    border-radius: 20px;
    border: 1px solid #ffffff;
    color:#ffffff;
    padding: 8px 18px;
}
a.menu_link:hover{
    color:#2D5234;
    background-color: #ffffff;
}
a.link_nodecor{
    text-decoration: none;
    color: inherit;
    border-bottom: 1px solid #000000;
}
.thumbnail-active{
    margin: 10px 18px 0px 18px;
    padding: 10px 10px;
    border: 1px solid #ffffff;
    filter: drop-shadow(0px 0px 10px rgb(0,0,0,0.05));
    border-radius: 10px;
    background-color: #ffffff;
    width: 290px;
    transition: transform .4s;
}
.thumbnail-active:hover{
    transform: scale(1.08);
}
div.thumbnail{
    margin: 10px 10px 0px 0px;
    padding: 10px 10px;
    border: 1px solid #ffffff;
    filter: drop-shadow(0px 0px 10px rgb(0,0,0,0.05));
    border-radius: 10px;
    background-color: #ffffff;
    -webkit-transition-duration: 0.5s; /* Safari */
    transition-duration: 0.5s;
}
div.thumbnail:hover{
    -webkit-transition-duration: 0.5s; /* Safari */
    transition-duration: 0.5s;
    opacity: 0.3;
}
.div_thumbnails {
    overflow: auto;
    overflow-x:hidden;
    margin:0px 0px 0px 0px;
    width: 100%;
    height: calc( 20vh - 54px);
}
.div_thumbnails::-webkit-scrollbar {
    width: 6px;
}
.div_thumbnails::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 16px rgba(255,255,255,1); 
    border-radius: 6px;
}
.div_thumbnails::-webkit-scrollbar-thumb {
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0 8px rgba(200,200,200,1); 
}


input[type="text"]{
    width: 100%;
    padding: 10px 12px;
    margin: 5px 0px 5px 0px;
    font-size: 18px;
    font-family: 'Roboto',Sans-Serif;
    font-weight: 400;
    color: #000000; 
    border: 0px; 
    background-color : #ffffff; 
    outline: none;
    -webkit-appearance: none;
}
input[type="text"]:focus {
    background-color: #f0f0f0;
    -webkit-transition-duration: 0.5s; /* Safari */
    transition-duration: 0.5s;
}

textarea.custom-textarea {
    color: #333333; 
    border: none;
    border: 0px;
    background-color: #ffffff;
    resize: none;
    outline: none;
    font-size: 16px;
    font-family: 'Roboto',Sans-Serif;
    height: 200px;
    width: 100%;
}
textarea.custom-textarea:focus {
    background-color: #F0F0F0;
    -webkit-transition-duration: 0.5s; /* Safari */
    -webkit-appearance: none;
    transition-duration: 0.5s;
}




::-webkit-input-placeholder { /* Chrome */
    color: #a0a0a0;
    font-size: 16px;
    font-weight: 300;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #a0a0a0;
  font-size: 12px;
  font-weight: 300;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #a0a0a0;
  font-size: 12px;
  font-weight: 300;
  opacity: 1;
}
:-moz-placeholder { /* Firefox 4 - 18 */
  color: #a0a0a0;
  font-size: 12px;
  font-weight: 300;
  opacity: 1;
}

