html { 
    color: #000;
    font-size: 12px;
    font-family: sans-serif;
}

/* Space out content a bit */
body {
  padding-top: 7px;
  padding-bottom: 7px;
  background-color:none;
  background-color : transparent;
  background: url(../img/bg.png) repeat-x #f0f0f0;
  font-family: Georgia, sans-serif;  
  text-align: justify;
}

/* Everything but the jumbotron gets side spacing for mobile first views */
.header,
.footer {
  padding-right: 15px;
  padding-left: 15px;
}
/* Custom page header */
.header {
  background: url(../img/header.png);
  padding-top: 30px;
}

/* Custom page footer */
.footer, .footer p {
  color: #777;
  font-size: 10px;
}

.container {
 }

.content {
  background: url(../img/box-body.png);
  width: 710px;
  overflow: hidden;
  border: 0px solid #000;
  padding: 20px 50px 10px 50px;
}
 

 
.rights {  
  padding: 10px;
  font-size: 10px;
  text-align: center;  
} 

/* Customize container */
@media (min-width: 768px) {
  .container {
    max-width: 730px;
  }
}
.container-narrow > hr {
  margin: 30px 0;
}

.content {
}
.content p {
  font-size: 14px;  
}

.container .content, .container-fluid .content {
  border-radius: 6px;
}
.logo {
  margin: 0px;
  height: 75px;
}

.payment-logo {
  padding: 0px 0 10px;
}

.img-center {margin:0 auto;}
.img-responsive {margin:0 auto;}

.alert {
  padding: 5px 15px;
  margin-bottom: 10px;
}
.description {
  font-size: 16px;
  padding-bottom: 10px;
} 

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) { 
  /* Remove the padding we set earlier */
  .header,
  .footer {
    padding-right: 0;
    padding-left: 0;
  }
  
  /* Space out the masthead */
  .header {
    margin-bottom: 5px;
  }  
  .content {      
  }
  
  .content h1, .content .h1 {
    font-size: 38px;
  }
  
  .container .content, .container-fluid .content {
    /*padding-left: 20px;
    padding-right: 20px;
    */
  }    
}

@media (max-width: 767px) {
  .content {    
     border: 0px;
     padding: 15px;
  }
}

.nav>li>a {
  position: relative;
  display: block;
  padding: 0 10px;
}

a:hover {  
  text-decoration: underline;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: underline;
  background-color: #FFFFFF;
}


/*MODAL*/
.inmodal .modal-icon {
    font-size: 84px;
    color: #e2e3e3;
}
.inmodal .modal-title {
    font-size: 26px;
}
.modal-title {
    margin: 0;
    line-height: 1.42857143;
}
body.modal-open .animated {
    animation-fill-mode: initial;
    z-index: inherit;
}

.modal-content {
    background-clip: padding-box;
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    outline: 0 none;
    position: relative;
}
.inmodal .modal-header {
    padding: 30px 15px;
    text-align: center;
}
.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.faq-question {
  font-size: 18px;
}
.faq-answer  {
  font-size: 11px;
}

.faq-item {
  border: 1px solid #e5e5e5;
  background-color: #f9f7f7;
  padding: 5px;
  margin: 3px 0;
}


/* loading animáció */
.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 75px;
    height: 75px;
    animation: spin 2s linear infinite;    
    position: relative;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.form-horizontal .control-label {
    text-align: left;
    margin-bottom: 0;
    padding-top: 7px;
}

.panel-body {
}

.nav-tabs>li {
    color: #fff;
    cursor: default;
    width: 200px;
    height: 35px;
    text-decoration: none;
	text-align: center;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    color: #fff;
    background-color: #074A3D;
    border: 1px solid #1b6a60;
    border-bottom-color: transparent;
    cursor: default;
    text-decoration: none;
    height: 35px;
    padding-top: 6px;
}

.nav-tabs>li>a {
  color: #fff;
    background-color: #1b6a60;
    text-decoration: none;
    height: 35px;
    padding-top: 6px;
}
.nav-tabs>li>a:hover {
  color: #fff;
    background-color: #1b6a60;   
    text-decoration: none;
    height: 35px;
    padding-top: 6px;
}

.container .box .content h1 {
    color: #00594d;
    font-size: 21px;
    border-bottom: 1px solid #d6d6d6;
    margin: 0px 0px 24px;
    padding: 0 0 8	px 0px;
}

.izys-urlap button[type=submit] {
    font-weight: bold;
    padding: 10px 30px;
    background-color: #ccc;
    border: 1px solid #999;
    font-size: 14px;
}

.btn-lg, .btn-group-lg>.btn {
    border-radius: 0px;
}

h2 {
    color: #00594d;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #d6d6d6;
}


.container .box {
    margin: 70px 0 0;
}

.container .box .top {
  background: url(../img/box-top.png);
  width: 710px;
  height: 13px;
  margin: 8px 0 0;
} 
.container .box .bottom {
    background: url(../img/box-bottom.png);
    width: 710px;
    height: 125px;
}
.btn{
    margin: 20px 0 0;
}