/*Disable SELECT START*/
.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently not supported by any browser */
  cursor: default;
}
/*Disable SELECT END*/
body {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d2dcdf+0,ffffff+40,ffffff+60,d2dcdf+100 */
background: #d2dcdf; /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover, #d2dcdf 0%, #ffffff 40%, #ffffff 60%, #d2dcdf 100%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover, #d2dcdf 0%,#ffffff 40%,#ffffff 60%,#d2dcdf 100%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center, #d2dcdf 0%,#ffffff 40%,#ffffff 60%,#d2dcdf 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2dcdf', endColorstr='#d2dcdf',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
font-family: Arial;
}
.noselect #Forbes_muhely_ugyvitel .form_outer_div {
  background-color: transparent;
}
.form_outer_div, .form-header {
  max-width: 800px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 0 50px;
  text-align: center;
}
.form-header {
  margin-bottom: 20px;
}
input, select, textarea, #Forbes_muhely_ugyvitel .jFiler-theme-default .jFiler-input  {
  margin: 15px 0;
  width: 100%;
  max-width: 400px;
  height: 30px;
  border: 1px solid #ccc;
  border-radius: 2px;
}
select  {
  margin: 15px 0;
  max-width: 400px;
  height: 30px;
  width: 100%;
}
textarea {
  height: 60px;
}
input#nyilatkozat {
  width: 20px;
  margin: 0px;
}
.mutually_exclusive_select_lists {
  display: inline-block;
}
#nyilatkozat_container {
  width: 100%;
  display: inline-block;
}
#Forbes_muhely_ugyvitel .form_outer_div input[type="submit"], .form_outer_div input[type="reset"] {
    font: inherit;
    color: inherit;
    color: white;
    border: none;
    border-radius: 4px;
    background-color: #4a4fa2;
    text-transform: uppercase;
    font-weight: bold;
    transition: background-color .2s ease-in;
    -moz-transition: background-color .2s ease-in;
    -webkit-transition: background-color .2s ease-in;
    -o-transition: background-color .2s ease-in;
}
#Forbes_muhely_ugyvitel .form_outer_div input[type="submit"]:hover, .form_outer_div input[type="reset"]:hover {
    transition: background-color .2s ease-out;
    -moz-transition: background-color .2s ease-out;
    -webkit-transition: background-color .2s ease-out;
    -o-transition: background-color .2s ease-out;
    background-color: #7f2983;
}
.form-element-title {
  display: inline-block;
width: 100%;
text-align: left;
max-width: 400px;
}
.sectionbox {
  background-color: #fff;
  padding: 0px 10px 0px 10px;
}
.boxneve {
  left: 10px;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
  font-size: 16px;
  text-align: left;
}
.box-text, .fileup, .file-help {
  width: 100%;
max-width: 400px;
display: inline-block;
text-align: left;
}
.file-help {
  color: #a8a8a8;
  position: relative;
  top: -8px;
}
.box-text.tema {
  margin-top: 10px;
}
.file-up {
  margin: 10px 0;
}
.dropdorder {
position: relative;
margin-left: auto;
margin-right: auto;
width: 100%;
top: 30px;
text-align: left;
max-width: 450px;
line-height: 0px;
color: #595959;
font-weight: bold;
}
.noselect #Forbes_muhely_ugyvitel .sfm_float_error_box {
    background: none repeat scroll 0 0 #A42A2A;
}
#Forbes_muhely_ugyvitel .jFiler-theme-default .jFiler-input {
  margin-left: auto;
  margin-right: auto;
}
.jFiler-items.jFiler-row {
width: 100%;
max-width: 400px;
margin-left: auto;
margin-right: auto;
}
.link-url {
  color: #00609e;
}
#nyilatkozat {
  top: 10px;
  position: relative;
}
#Forbes_muhely_ugyvitel_inner_div {
  box-shadow: 1px 1px 15px #dedede;
  border-radius: 4px;
  background-color: #fff;
  padding: 10px 0px;
}
.sectiontitle {
left: 30px;
color: #eb008b;
position: relative;
}
.piktoheader {
  display: inline-block;
  width: 100%;
  height: auto;
}
input:hover, textarea:hover, select:hover {
  border: 1px solid #7891d8;
  border-radius: 2px;
}
input:focus, textarea:focus, select:focus {
  box-shadow: 0px 0px 5px #7891d8;
  border: 1px solid #7891d8;
  border-radius: 2px;
}
.forbes-logo {
display: block;
margin-left: auto;
margin-right: auto;
margin-bottom: 20px;
width: 100%;
height: auto;
max-width: 255px;
}
.form-header h1 {
  text-transform: uppercase;
}
.piktoheader-m {
  display: none;
}
/*Responsiveness*/
@media screen and (max-width: 600px) {
  .form_outer_div, .form-header {
    padding: 0 30px;
  }
  .sectiontitle {
  left: 10px;
  margin-bottom: 10px;
  display: block;
  }
  .dropdorder {
    left: 10px;
  }
  .mutually_exclusive_select_lists {
    display: inline-block;
    position: relative;
    margin-left: 30px;
    width: 85%;
  }
}
@media screen and (max-width: 460px) {
  .form_outer_div, .form-header {
    padding: 0 20px;
  }
  .piktoheader {
  display: none;
  }
  .piktoheader-m {
  display: inline-block;
  width: 100%;
  height: auto;
  }
}
