
/* Normal Text Font */
@import url('//fonts.googleapis.com/css?family=Play:200,400,700');
@import url('//fonts.googleapis.com/css?family=KoHo:200,400,700');
@import url('//fonts.googleapis.com/css?family=Roboto:200,400,700');

/* Welcome Slogan Font */
@import url('//fonts.googleapis.com/css?family=Permanent+Marker:200,400,700');

/* Secondary Slogan /*
@import url('//fonts.googleapis.com/css2?family=Kalam:wght@600&display=swap');

/* BODY */

body {
	font-family: Roboto;
    font-size: 12px;
	color: #000000;
    width: 100vw;
    min-height: 100vh;
    overflow: hidden;
}

.flex-fill {
   flex:1 1 auto;
}

/* HEADER */

header
{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    height: 60px;
    z-index: 9999;
}

.navbar-custom
{
    height: 60px;
}

.navbar-custom, .navbar-custom.navbar-brand a {
    color: white !important;
    background-color: #1a1a1a;
}

a.navbar-brand {
    padding: 0px 2px;
}

/* SideBar */

.sidebar {
 background-color: #CCCCCC;
 }

@media (min-width: 992px) {
 .sidebar {
 position: fixed;
 top: 0;
 left: 0;
 bottom: 0;
 z-index: 1000;
 display: block;
 background-color: #CCCCCC;
 }
}

.secondary-slogan
{
    font-family: 'Kalam', cursive;
}
.welcome-slogan
{
    font-family: 'Permanent Marker', cursive;
}

/* TABLES */

table {
    border-collapse: collapse;
}

table, th, td {
    border: 1px solid #f2f2f2;
}

label {
      font-weight: bold;
}

.tr-titul {
text-align: center;
background-color: #66a3ff;
color: #333333;
}

.tr-resum {
text-align: center;
}


/* BOTONS */

.btn
{
    font-size: 16px;
}

.button_blau {
    background-color: #008CBA;
    border: none;
    color: white;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 2px 2px;
    cursor: pointer;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

.button_verd {
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 10px 30px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}
.button1 {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

.button2:hover {
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
}

.btn-menu
{
    width: 120px;
}

.btn-opcions {
    font-size: 13px;
    margin-top: 5px;
    margin-bottom: 5px;
    border-color: #000000;
    color: #000000;
    border: 1px solid;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2), 0 2px 4px 0 rgba(0,0,0,0.19);
    opacity: 1;
}

.btn-opcions:hover {
    font-size: 13px;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #000000;
    border: 1px solid;
    box-shadow: 0 3px 6px 0 rgba(0,0,0,0.2), 0 3px 6px 0 rgba(0,0,0,0.19);
    border-color: #000000;
}


.btn-nostyle
{
    padding: 0;
    border: none;
    background: none;
    cursor: pointer;
}

.btn-nostyle:focus, .btn-nostyle:active:focus, .btn-nostyle.active:focus
{
    box-shadow: none;
}

.btn-home
{
    text-shadow: 0px 0px 10px #ffffff;
}

.help-block {
    color: red;
}

/* FORM ELEMENTS */

input[type=text] {
    padding: 8px 8px;
    margin: 0px 0;
    box-sizing: border-box;
    border: 1px solid #555;
    outline: none;
}

input[type=text]:focus {
    background-color: #cce0ff;
	outline: none;
}

input[type=password] {
    padding: 8px 8px;
    margin: 0px 0;
    box-sizing: border-box;
    border: 1px solid #555;
    outline: none;
}

input[type=password]:focus {
    background-color: #cce0ff;
	outline: none;
}

input[type=number] {
    padding: 8px 8px;
    margin: 0px 0;
    box-sizing: border-box;
    border: 1px solid #555;
    outline: none;
	color: black;
}

input[type=tel] {
    padding: 8px 8px;
    margin: 0px 0;
    box-sizing: border-box;
    border: 1px solid #555;
    outline: none;
	color: black;
}

input[type=number]:focus {
    background-color: #cce0ff;
}

input, label {vertical-align:middle}

.login-input
{
    width: 50% !important;
    text-align: left;
    background: #b3d1ff;
}

/* PAGINATION */

#PreValue,#nextValue{
	border: none;
    height: 25px;
    border-radius: 5px;
}

/* MODALS */

.modal-titul
{
    font-size: 18px;
}

.modal-fons
{
    background-color: #d9d9d9;
}

#PrivateKeyModal
{
    width: 80%;
}

#ContactsModal {
    width: 100%;
}

 /* FOOTER */

 footer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
	padding: 4px 0 4px;
    text-align: center;
    border-top: 1px solid #666;
    background: #1a1a1a;
    height: 30px;
    line-height: 20px;
    z-index: 9999;
}

/* ALERT TOTAL */

.alert-total
{
    margin: 0 auto;
    padding: 5px;
    max-width: 80%;
    background: #a6a6a6;
    border: 1px solid #000;
    box-shadow: 0 1px 2px rgba(0,0,0,0.55), 0 1px 2px rgba(0,0,0,0.55);
}

/* QR READER */

.qrcode-text
{
	padding-right:1.7em;
	margin-right:0
}
.qrcode-text-btn
{
	display:inline-block;
	background:url(images/qr-code-3.svg) 50% 50% no-repeat;
	height:1em;
	width:1em;
    cursor: pointer;

}
.qrcode-text-btn > input[type=file]
{
	position:absolute;
	overflow:hidden;
	width:1px;
	height:1px;
	opacity:0
}

/* MAIN CONTENT */

/* For Desktops: */

@media only screen and (min-width: 768px) {

    .content-bg
    {
        display: flex;
        /*align-items: center;*/
        justify-content: center;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        max-height: calc(100% - 90px);
        overflow-y: scroll;
        margin-top: 60px !important;
        margin-bottom: 30px !important;

        background:
            linear-gradient(rgba(255,255,255,.4), rgba(255,255,255,.4)) no-repeat,
            url("images/croat-moneda-t.png") left no-repeat,
            url("images/croat-logo-t.png") right no-repeat,
            linear-gradient(rgba(255,255,255,.4), rgba(255,255,255,.7)) no-repeat,
            url("images/wall1.jpg") no-repeat;
            background-size:cover, auto 60%,  auto 60%, cover,  cover;
        }

	.main-container
	{
        max-width: 1100px;
        margin-right: auto;
        margin-left: auto;
        padding-left: 2px;
        padding-right: 2px;
        margin-top: 60px;
        margin-bottom: 20px;
	}

    .qr-wallet
    {
        border-color: #000000;
        border-style: solid;
        border-width: 1px;
        padding: 10px;
    }

    .qr-modal-image
    {
        width: 95%;
        max-width: 400px;
        border-style: solid;
        border-width: 1px;
    }

	.col-qr-wallet
	{
		padding-top: 80px;
	}

    .card-login-register
    {
        max-width: 500px;
    }
    .div-toogler
    {
         width: 100%;
    }
}

/* END For Desktops */

/* For mobile phones: */

@media only screen and (max-width: 768px) {

    .content-bg
    {
        display: flex;
        /*align-items: center;*/
        justify-content: center;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        max-height: calc(100% - 90px);
        overflow-y: scroll;
        margin-top: 60px !important;
        margin-bottom: 30px !important;

        background:
            linear-gradient(rgba(255,255,255,.7), rgba(255,255,255,.7)) no-repeat,
            url("images/wall1.jpg") no-repeat;
            background-size: cover;
    }

	.main-container
	{
        max-width: 99%;
        margin-right: auto;
        margin-left: auto;
        padding-left: 2px;
        padding-right: 2px;
        margin-top: 20px;
        margin-bottom: 20px;
	}

	.col-qr-wallet
	{
		padding-top: 10px;
	}

    .qr-wallet
    {
        max-width: 150px;
        border-color: #000000;
        border-style: solid;
        border-width: 1px;
        padding: 10px;
    }

    .qr-modal-image
    {
        width: 95%;
        max-width: 300px;
        border-style: solid;
        border-width: 2px;
    }

    .card-login-register
    {
        max-width: 95%;
    }

    .div-toogler
    {
         width: 30%;
    }
}

/* END For Mobiles */

/* CARDS */

.card-header
{
    position: relative;
    font-size: 16px;
    height: 30px;
    padding-top: 2px;
    padding-left: 10px;
    padding-right: 10px;
}

.card-body
{
    position: relative;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 10px;
    padding-right: 10px;
}

.card-footer
{
    position: relative;
    height: auto;
    font-size: 14px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 10px;
    padding-right: 10px;
}

.wallets-card {
    background-color: rgba(128, 128, 128, 0.0);
    padding: 2px;
    border: 0px solid #f2f2f2;
}

.wallet-list {
    background-color: rgba(128, 128, 128, 0.0);
    border: 1px solid #000000;
    border-radius: 2px;
}

.wallet-list-header
{
    position: relative;
    font-size: 14px;
    height: 42px;
    line-height: 19px;
    padding-top: 2px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: rgba(204, 204, 204, 1.0);
}

.profile {
    background-color: rgba(128, 128, 128, 0.0);
    border: 1px solid #000000;
    border-radius: 2px;
}

.profile-header
{
    position: relative;
    font-size: 14px;
    height: 42px;
    line-height: 19px;
    padding-top: 2px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: rgba(204, 204, 204, 1.0);
}



.toggle {
  display: none;
}

.toggle-label {
  display: inline-block;;
  width: 40px;
  height: 20px;
  background-color: #ccc;
  border-radius: 10px;
  position: relative;
  cursor: pointer;
  margin-left: 32px;
}

.toggle-label::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 16px;
  height: 16px;
  background-color: white;
  border-radius: 50%;
  transition: transform 0.3s;
}

.toggle:checked + .toggle-label {
  background-color: #2196F3;
}

.toggle:checked + .toggle-label::before {
  transform: translateX(20px);
}


.card-sombra-1 {
    box-shadow: 0 2px 4px rgba(0,0,0,0.25), 0 2px 4px rgba(0,0,0,0.35);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    border: 0px solid #000000;
    border-radius: 2px;
}

.card-sombra-2 {
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    border: 1px solid #000000;
    border-radius: 2px;
}

.sombra
{
    border: 1px solid #000000;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

/* CheckBox Login */

.login-card
{
    width: 400px;
    max-width: 98%;
}

label.remember-label input[type=checkbox]{
    position: relative;
    vertical-align: middle;
    bottom: 1px;
}

/* BLUR */

.blur {
    opacity: 0.6;
    -webkit-filter: blur(3px);
    filter: blur(3px);
    pointer-events : none;
}

.pin-code input[type="number"] {
  -webkit-text-security: disc !important;
}


/* Links Options */

.not-active {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: black;
}

/* Market Boxs */

/* Info box */
.infoBox {
  background-color: #03a9f4;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
  height: 80px;
  cursor: default;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  border-radius: 3px;
}
@media (max-width: 767px){
  .infoBox{
    margin-bottom: 15px;
  }
}

.infoBox .icon {
  position: absolute;
  right: 10px;
  top: 10px;
  text-align: center;
  font-size: 60px;
  line-height: 60px;
  width: 75px;
  text-align: center;
  color: rgba(255, 255, 255, 0.3);
}
.infoBox .content {
  display: inline-block;
  padding: 7px 16px;
}
.infoBox .content .text {
  font-size: 13px;
  margin-top: 11px;
  color: #fff;
  text-transform: uppercase;
}
.infoBox .content .value {
  font-size: 26px;
  font-weight: 700;
  margin-top: -4px;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
}
.infoBox .content .value .smallText {
  font-size: 16px;
  font-weight: normal;
}

.qrscanner video {
  height: 450px;
  max-width: 99%;
  max-height: 95%;
}