body
{
    font-family: 'Open Sans', sans-serif;
    background: url('../imgs/hatter_1.jpeg') no-repeat center center fixed;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.atc-header
{
    position: relative;
    width: 100%;
    height: 20%;
    max-height: 135px;
    border-top: solid 5px #A6BE4A;
    background-color :rgba(255,255,255,0.9);
}

.atc-logo-img
{
    height: 10% !important;
    max-height: 135px !important;
}

.atc-img
{
    height: 25px;
    cursor: pointer;
    opacity: .6;
    padding-left: 10px;
    padding-top: 4px;
    margin-top: 4px;
}

.atc-login
{
    position: relative;
    height: 40px;
    width: 850px;
    margin: 0px auto;
    margin-top: -40px;
    z-index: 10;
}

.atc-login-transparent
{
    position: relative;
    float: right;
    width: auto;
    height: 40px;
}

.atc-login-transparent a, .atc-login-transparent a:hover, .atc-login-transparent a:visited
{
  color: black;
  text-decoration: none;
}

.atc-login-green
{
    position: relative;
    float: right;
    width: 40px;
    height: 40px;
    background-color: #A6BE4A;
}

.atc_rolunk_opacity
{
    min-height: 240px;
    width: 850px;
    background: url('../imgs/rolunk-850x240.png');
    margin: 0px auto;
    margin-top: 10px;
    opacity: .9;
}

.atc_rolunk
{   
    position: relative;
    min-height: 240px;
    width: 850px;
    margin: 0px auto;
    margin-top: -240px;
}

.atc_dekorcsik_alul
{
    height: 5px;
    width: 850px;
    margin: 0px auto;
    background-color: #A6BE4A;
}

.atc_elerhetoseg_opacity
{
    min-height: 250px;
    width: 850px;
    background: url('../imgs/elerhetosegek-850x250.png');
    margin: 0px auto;
    margin-top: 10px;
    opacity: .9;
}

.atc_elerhetoseg
{
    min-position: relative;
    height: 250px;
    width: 850px;
    margin: 0px auto;
    margin-top: -250px;
}

.atc_footer
{
    height: 20px;
    width: 850px;
    margin: 0px auto;
    background-color: rgba(64,64,64,0.9);
    margin-top: 10px;
    color: #A6BE4A;
    font-size: 11px;
    font-weight: 600;
}

.section-login
{
    height: 50px;
    position: fixed;
    width: 100% !important;
    margin: 0px auto;
    z-index: 10;
}

.atc-loginbox-helper
{
    position: relative;
    width: 850px;
    height: 50px;
    margin: 0px auto;
}

.atc-loginbox
{
    position: relative;
    float:right;
    width: 450px;
    height: 50px;
    background-color: #A6BE4A;
}

.atc-input
{
    width: 150px !important;
    margin-top: 8px;
    margin-left: 10px;
    font-size: 12px !important;
}

.atc-login-button
{
    background-color: #72706F !important;
    border: none !important;
    height: 32px !important;
    padding: 0px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    margin-left: 10px !important;
    font-size: 12px !important;
}

#map 
{
    float: right;
    margin-top: 10px;
    margin-right: 10px;
    height: 230px;  /* The height is 400 pixels */
    width: 400px;  /* The width is the width of the web page */
    opacity: 1;
}

.atc-text-box
{
    padding-left: 30px !important;
    padding-top: 10px !important;
}

.atc-h5
{
    font-weight: 600;
}

.atc-p
{
    font-size: 13px;
}




  
  /* STRUCTURE */
  
  .wrapper {
    display: flex;
    align-items: center;
    flex-direction: column; 
    justify-content: center;
    width: 100%;
    min-height: 100%;
    padding: 20px;
  }
  
  #formContent {
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    background: #fff;
    padding: 30px;
    width: 90%;
    max-width: 450px;
    position: relative;
    padding: 0px;
    -webkit-box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
    box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
    text-align: center;
  }
  
  #formFooter {
    background-color: #f6f6f6;
    border-top: 1px solid #dce8f1;
    padding: 25px;
    text-align: center;
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
  }
  
  
  
  /* TABS */
  
  h2.inactive {
    color: #cccccc;
  }
  
  h2.active {
    color: #0d0d0d;
    border-bottom: 2px solid #5fbae9;
  }
  
  
  
  /* FORM TYPOGRAPHY*/
  
  input[type=button], input[type=submit], input[type=reset]  {
    background-color: #A6BE4A;
    border: none;
    color: white;
    padding: 15px 80px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    font-size: 13px;
    -webkit-box-shadow: 0 10px 30px 0 rgba(95,186,233,0.4);
    box-shadow: 0 10px 30px 0 rgba(95,186,233,0.4);
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    margin: 5px 20px 40px 20px;
    /*-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;*/
  }
  
  input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover  {
    background-color: #A6BE4A;
  }
  
  input[type=button]:active, input[type=submit]:active, input[type=reset]:active  {
    -moz-transform: scale(0.95);
    -webkit-transform: scale(0.95);
    -o-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
  }
  
  input[type=text] {
    background-color: #f6f6f6;
    border: none;
    color: #0d0d0d;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 5px;
    width: 85%;
    border: 2px solid #f6f6f6;
    /*-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;*/
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
  }
  
  input[type=text]:focus {
    background-color: #fff;
    border-bottom: 2px solid #A6BE4A;
  }
  
  input[type=text]:placeholder {
    color: #cccccc;
  }

  input[type=password] {
    background-color: #f6f6f6;
    border: none;
    color: #0d0d0d;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 5px;
    width: 85%;
    border: 2px solid #f6f6f6;
    /*-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;*/
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
  }
  
  input[type=password]:focus {
    background-color: #fff;
    border-bottom: 2px solid #A6BE4A;
  }
  
  input[type=password]:placeholder {
    color: #cccccc;
  }
  
  
  
  /* ANIMATIONS */
  
  /* Simple CSS3 Fade-in-down Animation
  .fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  
  @-webkit-keyframes fadeInDown {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
    }
    100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }
  
  @keyframes fadeInDown {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
    }
    100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }
   */
  /* Simple CSS3 Fade-in Animation 
  @-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
  @-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
  @keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
  
  .fadeIn {
    opacity:0;
    -webkit-animation:fadeIn ease-in 1;
    -moz-animation:fadeIn ease-in 1;
    animation:fadeIn ease-in 1;
  
    -webkit-animation-fill-mode:forwards;
    -moz-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
  
    -webkit-animation-duration:1s;
    -moz-animation-duration:1s;
    animation-duration:1s;
  }
  
  .fadeIn.first {
    -webkit-animation-delay: 0.4s;
    -moz-animation-delay: 0.4s;
    animation-delay: 0.4s;
  }
  
  .fadeIn.second {
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    animation-delay: 0.6s;
  }
  
  .fadeIn.third {
    -webkit-animation-delay: 0.8s;
    -moz-animation-delay: 0.8s;
    animation-delay: 0.8s;
  }
  
  .fadeIn.fourth {
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    animation-delay: 1s;
  }
  */
  /* Simple CSS3 Fade-in Animation 
  .underlineHover:after {
    display: block;
    left: 0;
    bottom: -10px;
    width: 0;
    height: 2px;
    background-color: #A6BE4A;
    content: "";
    transition: width 0.2s;
  }
  
  .underlineHover:hover {
    color: #0d0d0d;
  }
  
  .underlineHover:hover:after{
    width: 100%;
  }
  
  */
  
  /* OTHERS */
  
  *:focus {
      outline: none;
  } 
  
  #icon {
    width:60%;
  }


  .logout, .logout:hover, .logout:visited
  {
    color: #000;
    font-size: 14px;
  }

.atc-table
{
  margin-top: 10px;
  border: 1px !important;
  background-color: #fff !important;
  opacity: .9;;
}

.atc-table thead tr
{
  font-weight: 600;
  background-color: #32C8D9;
  font-size: 22px;
}

  .atc-table td
  {
    text-align: center !important;
  }

  .atc-table-times
  {
    font-size: 18px;
  }

  .atc-green
  {
    color: #95D66F;
  }

  .atc-red
  {
    color: #974C1C;
  }
  .atc-booking-a, .atc-booking-a:hover, .atc-booking-a:visited
  {
    text-decoration: none;
  }

.atc-booking-table
{
  margin-top: 10px;
  opacity: .9;
  border-spacing: 5px !important;
  border-collapse: separate;
  background: #fff;
}

.atc-booking-table thead
{
  background-color: #32C8D9;
}

.atc-booking-table a, .atc-booking-table a:hover, .atc-booking-table a:visited
{
  text-decoration: none;
  color: #000;
}

.borderless td, .borderless th {
    border: none !important;
    
}

.atc-td-default
{
  cursor: pointer;
}

.atc-td-active
{
  background-color: #A6BE4A !important;
}

.atc-td-deactive
{
  background-color: #72706F !important;
}

.atc-booking-table tbody td
{
  font-size: 30px;
  height: 100px;
  vertical-align: middle;
  background-color: #fff;
  border-left: 2px solid  #A6BE4A !important;
  border-spacing: 2px;
}

div#court-booking
{
  background-color: #fff;
  opacity: .9;
  margin: 0px auto;
  padding: 20px;
}

#court-booking h3
{
  margin-bottom: 40px;
  background-color: #32C8D9;
  padding: 20px;
}

#court-booking span.selected-date
{
  font-weight: 600;
  font-size: 18px;
  margin-left: 10px;
  float: right;
  margin-top: 6px;
}

#court-booking .row
{
  height: 80px !important;
  font-size: 20px;
  font-weight: 600;
  text-align: center !important;
}

.radio-button
{
  cursor: pointer;
	background-color: #32C8D9 !important;
  border: solid 1px #32C8D9 !important;
  font-size: 20px !important;
  height: 50px !important;
  padding-top: 8px !important;
}

.atc-lemond
{
  cursor: pointer;
  font-size: 20px !important;
  height: 50px !important;
  padding-top: 8px !important;
}

.selected-radio-button
{
  background-color: #A6BE4A !important;
  border: solid 1px #A6BE4A !important;
}

div#booking-overall
{
  margin-top: 10px !important;
  background-color: #fff;
  opacity: .9;
  margin: 0px auto;
  padding: 20px;
}

div#booking-overall *
{
  font-size: 18px !important;
}

#booking-overall h3
{
  margin-bottom: 40px;
  background-color: #32C8D9;
  padding: 20px;
  font-size: 1.75rem !important;
}

.atc-informacio
{
  background-color: #d1ecf1;
  height: 300px;
  width: 850px;
  margin: 0px auto;
  margin-top: 10px;
  opacity: .9;
}

.atc-gyasz
{
  background-color: #000;
  color: #fff;
  height: 200px;
  width: 850px;
  margin: 0px auto;
  margin-top: 10px;
}