/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 28. 4. 2021, 15:12:50
    Author     : eduar
*/

button.btn.btn-xs.btn-default.btn-secondary.dropdown-toggle i {
    color: #555 !important;
}


.user_menu_btn a {
    padding-top: 1em;
}

.printBTN {
    text-align: right;
    color: #ffffffb5;
    /* height: 0; */
    position: absolute;
    /* margin-top: -1em; */
    /* float: right; */
    top: -2em;
    right: 1em;
}


nav.navbar-default.navbar-static-top,
div#wrapper {
    width: 84%;
    margin: 0px auto;
    position: relative;
    display: block;
}


.content-main {
    background-color: #F3F3F4;
    padding-top: 1em;
    width: 100%;
    margin-left: 0.7em;
}

div#wrapper,
.foterlink {
    background: #3f3fd800;
}

html, body, 
.content-main {
    background: #3a3a3a url(http://ifsa-eusflat2021.eu/images/bg/1.png) repeat;
    font: 13px/22px Helvetica, Arial, sans-serif;
    color: #555;

}
.content-main {
    margin-left: 0em; 
}

.blank-page,
nav.navbar-default.navbar-static-top {
    border-radius: 0.1em;
    box-shadow: 0 4px 25px rgb(0 0 0 / 30%);
}


h1.nadpis {
    padding: 0.3em 0 0.4em 0.5em;
    color: whitesmoke;
}

h1.modul_main_header,
h1.nadpis a{
    color: whitesmoke;
}

.flash.info {
    color: #f7f7f7;
}

.border-bottom {
    /* background-color: #0f8aa5;
  background-color: #ffffff; */
    background-color: #f8f8f8;
}

.navbar-default {
    border-bottom: 1px solid #096073;
}


.pay_form_back,
.pay_form_next {
    float: right;
    margin-right: 1em;
}

span.data_info_content_name {
    font-weight: 700;
    font-size: 0.8em;
}

span.data_info_content {
    font-size: 1.1em;
    margin-left: 0.5em;
}

.data_info_content_cont {
    border-bottom: 1px solid #ccc;
}
.payinfo_cont h3 {
    padding: 0.5em;
    margin-top: 0.5em;
    border-top: 1px solid #ddd;
    background: #f5f5f5;
}

.go_to_payment {
    float: right;
    margin-right: 1em;
}

div#paymentblock {
    /* border: 1px solid; */
    padding: 2em 0 2em 0;
    text-align: center;
}

.sum_content_cont {
    font-size: 2em;
    text-align: right;
    border-top: 2px solid #999;
    padding-right: 2em;
}

td.feeinfoitem {
    /* font-size: 0.7em !important;
      background: red; */
}
td.feeinfoprice {
    min-width: 4em;
    flex-wrap: nowrap;
}

tr.feesum {
    background: #f5f5f5;
    border-top: 3px solid #999;
    font-weight: 800;
}

/*#affiliation_info_cont,*/
#other_info_cont,
#billing_info_info_cont,
#pay_cont{
  display: none; 
}

p.red_text {
    color: #d95459;
    font-size: 0.96em;
    /* text-align: justify; */
    /* width: 100%; */
}


table#feeInfo {
    margin-bottom: 1em;
}



.foterlink a {
    color: #777;

    font-size: 0.8em;
}

.info_top_bar{
     color: #ccc;
}
span.info_top_text {
    font-size: 1.1em;
    padding: 1em;
   
}

span.info_top_bar.active {
    color: #000;
    font-weight: 500;
}

div#info_top_bar_cont {
    text-align: center;
}


footer {
    background: #222; padding-top: 2em;
    
    padding-bottom: 2em;
    box-shadow: 0 4px 25px rgb(0 0 0 / 30%);
}

.col-xs-12.col-sm-12.col-md-3.col-lg-3.footer_image {
    text-align: center;
   
}


footer ul {
    list-style: none;
    color: whitesmoke;
    line-height: 0.9em;
    text-decoration: none;
}

footer h2 {
    color: whitesmoke;
}

i.fab.fa-facebook {
    font-size: 2em;
    color: #777;
}

footer dd,
footer a {
    color: #777;
    text-decoration: none;
}

.footerstress {
    border: solid #0E8FAB;
    border-width: 1px 0 0;
    clear: both;
    margin: -9px 0px 17px;
}

.footerstress {
    border: solid #0E8FAB;
    border-width: 1px 0 0;
    clear: both;
        margin: 2px 0px 17px;
    height: 0;
    width: 50%;
}


table#feeInfo {
    font-size: 1.5em;
}

label.label-white {
    font-size: 1.3em;
}

li.footer_terms_anconditions {
    padding-top: 1em;
}


ul.dropdown-menu.dropdown-menu-right.dropdown-menu--grid {
    width: 77px;
    margin-left: -96px;
    /* max-width: 500px; */
    min-width: 301px;
}


/*payment styles*/

#secure_pay form {
  width: 30vw;
  min-width: 500px;
  align-self: center;
  box-shadow: 0px 0px 0px 0.5px rgba(50, 50, 93, 0.1),
    0px 2px 5px 0px rgba(50, 50, 93, 0.1), 0px 1px 1.5px 0px rgba(0, 0, 0, 0.07);
  border-radius: 7px;
  padding: 40px;
}

#secure_pay input {
  border-radius: 6px;
  margin-bottom: 6px;
  padding: 12px;
  border: 1px solid rgba(50, 50, 93, 0.1);
  height: 44px;
  font-size: 16px;
  width: 100%;
  background: white;
}

#secure_pay .result-message {
  line-height: 22px;
  font-size: 16px;
}

#secure_pay .result-message a {
  color: rgb(89, 111, 214);
  font-weight: 600;
  text-decoration: none;
}

#secure_pay .hidden {
  display: none;
}

#secure_pay #card-error {
  color: rgb(105, 115, 134);
  text-align: left;
  font-size: 13px;
  line-height: 17px;
  margin-top: 12px;
}

#secure_pay #card-element {
  border-radius: 4px 4px 0 0 ;
  padding: 12px;
  border: 1px solid rgba(50, 50, 93, 0.1);
  height: 44px;
  width: 100%;
  background: white;
}

#secure_pay #payment-request-button {
  margin-bottom: 32px;
}

/* Buttons and links */
#secure_pay button {
  background: #5469d4;
  color: #ffffff;
  font-family: Arial, sans-serif;
  border-radius: 0 0 4px 4px;
  border: 0;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  display: block;
  transition: all 0.2s ease;
  box-shadow: 0px 4px 5.5px 0px rgba(0, 0, 0, 0.07);
  width: 100%;
}
#secure_pay button:hover {
  filter: contrast(115%);
}
#secure_pay button:disabled {
  opacity: 0.5;
  cursor: default;
}

/* spinner/processing state, errors */

#secure_pay form#payment-form {
    margin: 0px auto;
    /* width: 100%; */
}

#secure_pay .spinner,
#secure_pay .spinner:before,
#secure_pay .spinner:after {
  border-radius: 50%;
}
#secure_pay .spinner {
  color: #ffffff;
  font-size: 22px;
  text-indent: -99999px;
  margin: 0px auto;
  position: relative;
  width: 20px;
  height: 20px;
  box-shadow: inset 0 0 0 2px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
#secure_pay .spinner:before,
#secure_pay .spinner:after {
  position: absolute;
  content: "";
}
#secure_pay .spinner:before {
  width: 10.4px;
  height: 20.4px;
  background: #5469d4;
  border-radius: 20.4px 0 0 20.4px;
  top: -0.2px;
  left: -0.2px;
  -webkit-transform-origin: 10.4px 10.2px;
  transform-origin: 10.4px 10.2px;
  -webkit-animation: loading 2s infinite ease 1.5s;
  animation: loading 2s infinite ease 1.5s;
}
#secure_pay .spinner:after {
  width: 10.4px;
  height: 10.2px;
  background: #5469d4;
  border-radius: 0 10.2px 10.2px 0;
  top: -0.1px;
  left: 10.2px;
  -webkit-transform-origin: 0px 10.2px;
  transform-origin: 0px 10.2px;
  -webkit-animation: loading 2s infinite ease;
  animation: loading 2s infinite ease;
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@media only screen and (max-width: 600px) {
  form {
    width: 80vw;
  }
}