/*
@import url(http://fonts.googleapis.com/css?family=Laila:400,700);
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*/
/*
html { overflow-y: scroll; }
body {
  font-family: Arial, Tahoma, sans-serif;
  background: #e2eef4;
  font-size: 62.5%;
  line-height: 1;
  padding-top: 40px;
}

br { display: block; line-height: 1.6em; } 
input, textarea { 
  -webkit-font-smoothing: antialiased;
  outline: none; 
}

strong, b { font-weight: bold; }
em, i { font-style: italic; }
*/


/** form field **/
form {
  display: block;
/*  margin: 30px; */
  overflow: hidden;
  border: 1px solid #e4e4e4;
  border-radius: 7px;
  font-size: 0;
}

form > div > label {
  display: block;
/*  padding: 20px 20px 10px;*/
  padding: 5px 5px 0px;
  vertical-align: top;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  color: #333;
/*  color: red; */

  cursor: pointer;
}
form > div.switch > label {
  padding: 5px 3px 5px;
}

.regform_levely {
  padding: 5px;
/*  padding: 5px 5px 0px;*/
  margin: 0 auto;
/*  display: inline-block;*/
  vertical-align: top;
  text-transform: none;
  color: #333;
}
.regform_levels{
  display: inline-block;
  min-width: 35px;
  height: 35px;
  text-align: center;
}
.regform_styly{
  margin: 0 auto;
  font-size: 13px;
  width: 100%;
  display: inline-block;
  border: 1px solid #e4e4e4;
  white-space: normal;
} 

.regform_jidelnicek{
  margin: 0 auto;
  font-size: 13px;
  width: 100%;
  display: inline-block;
/*  border-bottom: 1px solid #e4e4e4; */
  white-space: normal;
  vertical-align: top;
} 

.regform_jidelnicek_so{
  margin: 0px auto;
  padding-left: 5px;
  font-size: 13px;
  width: 100%;
  display: inline-block;
  border-bottom: 1px solid #e4e4e4;
  white-space: normal;
  vertical-align: top;
} 

.regform_jidelnicek_ne{
  margin: 0px auto;
  padding-left: 5px;
  font-size: 13px;
  width: 100%;
  display: inline-block;
  white-space: normal;
  vertical-align: top;
} 

.regform_jidelnicek_jidla{
  width: 100%;
/*  border: medium groove red;*/
}

label.regform_jidelnicek_jidla{
  font-weight: normal;
/*  border: medium groove red;*/
}
                                                                                          
label.regform_jidelnicek_jidla > input  {
  display: inline;
  margin-left: 10px;
  width: 50px;
  height: 27px;
  line-height: 27px;
  vertical-align: middle;
/*
  margin: 5px -5px 0;
  padding: 7px 5px 3px;
*/
  border: none;
  outline: none;
  color: #555;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-weight: bold;
  font-size: 14px;
  opacity: .6;
  transition: all linear .3s;
}

.col-1, .col-2, .col-3, .col-4 { 
  border-bottom: 1px solid #e4e4e4; white-space: normal;
}

form > div > .col-4 {
  height: 86px;
}

label > input {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 27px;
  line-height: 27px;
/*
  margin: 5px -5px 0;
  padding: 7px 5px 3px;
*/
  border: none;
  outline: none;
  color: #555;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-weight: bold;
  font-size: 14px;
  opacity: .6;
  transition: all linear .3s;
}

.col-submit {
  text-align: center;
  padding: 20px;
}

label > select {
  display: block;
  width: 100%;
  padding: 0;
  padding-bottom: 4px;
  color: #555;
  margin: 16px 0 6px;
/*  font-weight: 500;*/
  background: transparent;
  border: none;
  outline: none;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 14px;
  opacity: .4;
  transition: all linear .3s;
}

label > input:focus, label > select:focus {
  opacity: 1;
}



/** button design based on http://codepen.io/guvootes/pen/eyDAb **/
/*
button {
  width: 100%;
  height: 35px;
  border: none;
  border-radius: 4px;
  margin: 0 0 15px 0;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  text-shadow: 1px 1px 0 rgba(0,0,0,0.3);
  overflow: hidden;
  outline: none;
}

button.submitbtn {
  background-image: -moz-linear-gradient(#97c16b, #8ab959);
  background-image: -webkit-linear-gradient(#97c16b, #8ab959);
  background-image: linear-gradient(#97c16b, #8ab959);
  border-bottom: 1px solid #648c3a;
  cursor: pointer;
  color: #fff;
}
button.submitbtn:hover {
  background-image: -moz-linear-gradient(#8ab959, #7eaf4a);
  background-image: -webkit-linear-gradient(#8ab959, #7eaf4a);
  background-image: linear-gradient(#8ab959, #7eaf4a);
}
button.submitbtn:active {
  height: 34px;
  border-bottom: 0;
  margin: 1px 0 0 0;
  background-image: -moz-linear-gradient(#7eaf4a, #8ab959);
  background-image: -webkit-linear-gradient(#7eaf4a, #8ab959);
  background-image: linear-gradient(#7eaf4a, #8ab959);
  -moz-box-shadow: inset 0 1px 3px 1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 1px 3px 1px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 1px 3px 1px rgba(0, 0, 0, 0.3);
}
*/

/** responsive design **/
@media(min-width: 640px){

  form > div { display: inline-block; }
   
  .col-submit { display: block; }
  
  .col-1, .col-2, .col-3, .col-4 { box-shadow: 1px 1px #e4e4e4; border: none; }
  
  .col-1 { width: 100% }
  .col-2 { width: 50% }
  .col-3 { width: 33.3333333333% }
  .col-4 { width: 25% }
  
  .col-submit button { width: 30%; margin: 0 auto; }

  .regform_styly{
    display: inline-block;
    font-size: 13px;
    width: 50%; 
    border-bottom: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
    border-left: 1px solid #e4e4e4; 
    white-space: normal;
    
  } 

  .regform_jidelnicek_so{
    margin: 0px auto;
    padding-left: 5px;
    font-size: 13px;
    width: 50%;
    display: inline-block;
    border-right: 1px solid #e4e4e4;
    border-bottom: none;
    white-space: normal;
    vertical-align: top;
  } 

  .regform_jidelnicek_ne{
    margin: 0px auto;
    padding-left: 5px;
    font-size: 13px;
    width: 50%;
    display: inline-block;
  /*  border-bottom: 1px solid #e4e4e4;*/
    white-space: normal;
    vertical-align: top;
  } 
}