/*------------------------------------------------------------------------------ 
//
// Croaticum Pay
//
// v1.25 17.1.2025. TCrnicki
//
//-----------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------- 
//  general
//-----------------------------------------------------------------------------*/

:focus {
  outline:none;
}

::-moz-focus-inner {
  border:0;
}

* {
  font-family: 'Open Sans', sans-serif;
  outline:none;
}

img {
  border:0;
}

a {
  text-decoration:underline;
  color: #A7353E;
  white-space:nowrap;
}

a:hover, a.underline {
  text-decoration:underline;
}

b {
  font-weight: bold;
}

input, select, textarea {
  font-family: 'Open Sans', sans-serif;
}

span, ul, li, div {
  font:inherit;
  color: inherit;
}

.dN {
  display: none;
}

.dB {
  display: block;
}

.dF {
  display: fixed;
}

.dIB {
  display: inline-block;
}

.dT {
  display: table;
  width:100%;
  height:100%;
}

.dTC {
  display: table-cell;
}

.fL {
  float: left;
}

.fR {
  float: right;
}

.fC {
  float: right;
  position: relative;
  left: -50%;
  text-align: left;
}

.cB {
  clear:both;
}

.pF {
  position: fixed;
}

.taC {
  text-align: center;
}

.taL {
  text-align: left;
}

.taR {
  text-align: right;
}

.pR {
  position: relative;
}

.pA {
  position: absolute;
}

.cP {
  cursor:pointer;
}

.gDEC {
  visibility:hidden;
}

.b0 {
  border:0;
}

.m0A {
  margin:0 auto;
}


/*------------------------------------------------------------------------------- 
//  body
//-----------------------------------------------------------------------------*/

body {
  font-size: 13px;
  color:#000;
  background: #fff;
  padding:0;
  margin:0;
}

.mb {
  display: none;
}

.dt {
  display: inline-block;
}

/*------------------------------------------------------------------------------- 
//  links
//-----------------------------------------------------------------------------*/


/*------------------------------------------------------------------------------- 
//  gradients
//-----------------------------------------------------------------------------*/


/*------------------------------------------------------------------------------- 
//  divs
//-----------------------------------------------------------------------------*/

#shade {
  position:fixed;
  top:0;
  width:100%;
  height:200%;
  background-color: #ffffff;
  opacity: 0.83;
  z-index:10;
  display:none;
}

#LOGO {
  width:980px;
  margin:0 auto;  
}

#CONTENT {
  width: 960px;
  padding:0 10px;
  margin:0 auto;
}

#ERROR {
  background: #AA0000;
  color: white;
  text-align:center;
  margin: 20px 0;
  padding: 10px;
  font-weight: 500;
  font-size:14px;
}

#OK {
  background: #00AA00;
  color: white;
  text-align:center;
  margin: 20px 0;
  padding: 10px;
  font-weight: 500;
  font-size:14px;
}

#TELEFON {
  width:640px;
  height:64px;
  margin:30px auto 0 auto;
  background: url(/croaticum-telefon.png) bottom center no-repeat;
  background-size: 100% 100%;
}

#TELEFON .l {
  display: inline-block;
  line-height: 64px;
  font-size: 28px;
  padding-left: 10px;
  width: 44%;
}

#TELEFON .r {
  display: inline-block;
  font-size: 28px;
  line-height: 1.2em;
  text-align: right;
  width: 44%;
}

#TELEFON .r span {
  display: block;
  font-size: 12px;
  padding: 8px 0 2px;
  line-height: 1em;
}

.fROW {
  width:300px;
  padding: 0 10px;
  float: left;
}

.fROW2 {
  min-width:320px;
  max-width:640px;
  margin:0 auto;
  padding: 30px 20px;
  font-size: 10pt;
}

/*------------------------------------------------------------------------------- 
// span
//-----------------------------------------------------------------------------*/


/*------------------------------------------------------------------------------- 
// combo
//-----------------------------------------------------------------------------*/


/*------------------------------------------------------------------------------- 
//  images
//-----------------------------------------------------------------------------*/


/*------------------------------------------------------------------------------- 
//  lists
//-----------------------------------------------------------------------------*/


/*------------------------------------------------------------------------------- 
//  forms
//-----------------------------------------------------------------------------*/

form {
  padding: 0;
  margin: 0 auto;
  position:relative;
  min-width:320px;
  max-width: 640px;
}

.dTXTm {
  line-height:20px;
  font-size:10pt;
  padding-top: 12px;
}

.iTXT {
  padding:5px 10px;
  display:block;
  width:276px;
  line-height:20pt;
  background:#306EB2;
  font-size:14pt;
  color:#fff;;
  border:0;
}

.iTXT.bet {
   display:inline-block;
   width:200px; 
}

.iTXT.curr {
   display:inline-block;
   width:50px;
   text-decoration:none;
   margin-left:6px;
   cursor:pointer;
}

.iTXT.land {
   display:inline-block;
   width:auto;
   text-decoration:none;
   cursor:pointer;
}

.iTXT.curr.hide, .iTXT.land.hide {
    display:none;
}

.iTXTerr, .iCBerr {
  background:#CB511D;
  color:#fff;
}

/*------------------------------------------------------------------------------- 
//  buttons
//-----------------------------------------------------------------------------*/

.txtBTN {
  margin-top: 10px;
  line-height:32px;
  color:#fff;
  background: #A7353E;
  padding:0 10px;
  text-align:center;
  text-transform:uppercase;
  font-size:12pt;
  display: inline-block;
}

/*------------------------------------------------------------------------------- 
//  other
//-----------------------------------------------------------------------------*/

.ERRc {
  position: absolute;
}

.ERRb {
  color: white;
  background:#a80559;
  font-weight: bold;
  font-size: 14px;
  padding: 7px 15px;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

@media screen and (max-width: 979px) {

  .mb {
    display: inline-block;
  }
  
  .dt {
    display: none;
  }

  #CONTENT, #LOGO {
    width:320px;
    margin: 0 auto;
  }
  
  #TELEFON {
    width:90%;
    height:auto;
    margin:30px auto 0 auto;
    background: none;
  }

  #TELEFON .l {
    display: block;
    line-height: 64px;
    font-size: 28px;
    padding-left: 10px;
    text-align: center;
    width:100%;
  }
  
  #TELEFON .r {
    display: block;
    font-size: 28px;
    line-height: 1.2em;
    text-align: center;
    width:100%;
  }
  
    #TELEFON .r span {
      text-align: center;
    }
    
    .fROW2 {
      padding: 0;
  }

}
