/*!
 * IE10 viewport hack for Surface/desktop Windows 8 bug
 * Copyright 2014-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
/*!
 * Main style
 */

/*
body {
  min-height: 2000px;
  padding-top: 70px;
  background-image: url("/static/images/alice.jpg");
  //background-image: url("/static/images/mystictarot1.jpg");
  //background-image: linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,0.5)), url("/static/images/mystictarot1.jpg");
  //background-size: cover;
  //background-color: #5a8999;
}


body {
  min-height: 2000px;
  padding-top: 70px;
  background: #d9ecf8;
}
*/
body {
  min-height: 2000px;
  padding-top: 70px;
  background: #203b7f; //#d9ecf8;
}

.navbar-custom {
    background-color: #203b7f;
}

/**
Newly added style
 */

a#menu {
  font-family: freight-sans-pro,Helvetica Neue,sans-serif;
  font-weight: 400;
  color: #edd155;
}
a#menu:visited {
	color: #edd155;
}
a#menu:active {
	color: #ffffff;
}

.button#show {
  transition: all 0.5s;
  cursor: pointer;
  margin: 10px;
}

.button#show  span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button#show  span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button#show:hover span {
  padding-right: 25px;
}

.button#show:hover span:after {
  opacity: 1;
  right: 0;
}

img {
  //margin: 5px;
  -webkit-transform: scale(0.6); /* Saf3.1+, Chrome */
     -moz-transform: scale(0.6); /* FF3.5+ */
      -ms-transform: scale(0.6); /* IE9 */
       -o-transform: scale(0.6); /* Opera 10.5+ */
          transform: scale(0.6);
             /* IE6–IE9 */
             filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.9999619230641713, M12=-0.008726535498373935, M21=0.008726535498373935, M22=0.9999619230641713,SizingMethod='auto expand');
    object-fit: cover;
}

.alert {
  background-color: white;
  color: darkblue;
}

.alert_custom {
  background-color: white;
  color: black;
}

tr td{
  padding: 0 !important;
  margin: 0 !important;
}
/*
body {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  //background: #75b0ba;
}
*/

div.g-recaptcha * {
    width: 100%;
}

h1 h2 {
  margin-top: 2em !important;
}


/* Image button style
<a href="" class="btn">
	<img src="image.png" alt="" />
    <span>Lorem ipsum</span>
</a>
 */
.btn {
  position: relative;
  display: block;
  width: 800px;
  height: 400px;
  padding: 6px;
  text-decoration: none;
  background-color: #d9ecf8;
  color: black;
}
.btn img {
  float: left;
  width: 80%;
  height: 80%;
}
.btn span {
  position: absolute;
  top: 60%;
  left: 40%;
    color: #416c80;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

hr{
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}


.img-full-width {
    -webkit-transform: scale(0.3); /* Saf3.1+, Chrome */
     -moz-transform: scale(0.3); /* FF3.5+ */
      -ms-transform: scale(0.3); /* IE9 */
       -o-transform: scale(0.3); /* Opera 10.5+ */
          transform: scale(0.3);
             /* IE6–IE9 */
             filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.9999619230641713, M12=-0.008726535498373935, M21=0.008726535498373935, M22=0.9999619230641713,SizingMethod='auto expand');
 width:100% !important;
}


a#selecting {
    border: 1;
}
a#selecting:visited img, a#selecting:active img {
    background-image: url(/static/images/alice.jpg);
}




body {

    background: radial-gradient( #ffffff, #203b7f); //   background: #203b7f; //#d9ecf8;
    -webkit-animation: fadeIn 1 1s ease-out;
    -moz-animation: fadeIn 1 1s ease-out;
    -o-animation: fadeIn 1 1s ease-out;
    animation: fadeIn 1 1s ease-out;



}

.inline {
   display:inline-block;
    width:49%;
    float: right;
   //margin-right:5px;
    //margin-left:10em;
    vertical-align:middle;
}


/* New updates*/

form {
    border: 3px solid #c9d0dd;
    padding: 1em;
    background-color: #e1e4ea;
}

input[type=text], input[type=password]{
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

textarea{
  width: 100%;
    height: 20%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
    resize: none;
    overflow: auto;
}

button {
  background-color: #537ce3;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 100%;
}

button:hover {
  opacity: 0.8;
}

button:focus {
    outline: 1px solid #fff;
    //outline-offset: -4px;
}

button:active {
    transform: scale(0.99);
    background-color: #203b7f;
}

.container {
    width: 100%;
    padding-right: 2em;
}

span.psw {
  float: right;
  padding-top: 16px;
        padding:0em;
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
  span.psw {
     display: block;
     float: none;
  }
}


html, body, form, fieldset, table, tr, td, img {
    font: 100%/150% calibri,helvetica,sans-serif;
}

input, button, select, textarea, optgroup, option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}

/* rest of your styles; like: */
body {
    font-size: 0.875em;
}


/* Glow effect is adopted from: https://codepen.io/kocsten/pen/rggjXp */
.glow-on-hover {
    border: none;
    outline: none;
    cursor: pointer;
    position: relative;
    z-index: 0;
    //border-radius: 10px;
}

.glow-on-hover:before {
    content: '';
    background: linear-gradient(45deg, #d8d8e3, #edd255, #b0b0ea, #edd255);
    // background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
    position: absolute;
    top: -2px;
    left:-2px;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    border-radius: 10px;
}

.glow-on-hover:active {
    color: #000
}

.glow-on-hover:active:after {
    background: transparent;
}

.glow-on-hover:hover:before {
    opacity: 90;
}

.glow-on-hover:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 10px;
}

@keyframes glowing {
    0% { background-position: 0 0; }
    50% { background-position: 400% 0; }
    100% { background-position: 0 0; }
}


/* <p>Hello <label class="tooltip">world<input type="checkbox"><span>and this is the tooltip text displayed on click.</span></label>! I am greeting you.<p> */
.tooltip span {
  visibility: hidden;
  width: 10em;
  background-color: #000;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 9;
  top: -1em;
  left:  100%;
  margin-left:1em;
  opacity: 0;
  transition: opacity 1s;
}
.tooltip span::after {
  content: "";
  position: absolute;
  top: 1.5em;
  right: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent black transparent transparent;
}
.tooltip input {
  display:none;
}
.tooltip input:checked+span {
  visibility: visible;
  opacity: 1;
}

.rowcontent {
      background: #fff;
  }
.rowcontent:nth-child(odd) {
    background: #ccc;
}

tr:nth-child(even) {
  background-color: #f2f2f2;
}