body {
    margin: auto;
    max-width: 1920px;
    font-size: 18px;
/*    font-family: "Montserrat", sans-serif; */
    font-family: Calibri;
    color: #555555;
    box-shadow: 0px 10px 25px 10px lightgrey;
        box-shadow: 36px 0 15px -20px rgba(200, 200, 200, 0.5), -36px 0 15px -20px rgba(200, 200, 200, 0.5); 

    background-size: cover 300px;
    background-attachment: fixed;
    background-position: top center;
    /*    background-size: cover; */
    background-repeat: no-repeat;

}
a {
    text-decoration: none;
}

#nav-logo {
    height: 50px;
}
.nav-item{
    text-align: right;
}



@-webkit-keyframes masked-animation {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -8000px -3000px;
  }
}


#fullScreenTextDiv,
#fullScreenSuccessDiv,
#fullScreenRefreshDiv {
    display:none;
    cursor:pointer;
    /*    display:none; */
    vertical-align:middle;
    text-align:center;
    position:fixed;
    top:0;
    left:0;
    height:100vh;
    width:100vw;
    z-index:10000;
}
#fullScreenSuccessDiv {
    background-image: url("../img/success.gif");
    background-color:rgba(255,255,255,0.3);
}
#fullScreenTextDiv,
#fullScreenRefreshDiv {
    background-color:rgba(0,0,0,0.5);
}

.fullScreenContener {
    position:absolutex;
    margin:auto;
    display:block;
    max-height:100vh;
    max-width:100vw;
    background-color:rgba(255,255,255,0.9);
    box-shadow: 6px 6px 20px 9px rgba(0,0,0,0.3);
}
.fullScreenBox {
    position:relative;
    width:100%;
    height:100%;
    margin:auto;
}


#fullScreenSuccessDiv .fullScreenContent  {
    font-family: 'Brush Script MT', cursive;   
    
    font-size: 300%;
/*    text-shadow: 5px 5px 10px #FFFF00;
  background: rgba(255, 253, 160, 1);
  background: -webkit-linear-gradient( left, #00ffff 0%, #97fba0 25%, #97b1fb 50%, #00ffff 100%) repeat;  */
  background: rgba(250, 240, 0, 1);
  background: -webkit-linear-gradient(left, #008080 0%, #34b247 25%, #0063c7 50%, #008080 100%) repeat;
  -webkit-background-clip: text;
  -ms-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -ms-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  text-fill-color: transparent;
  -webkit-animation-name: masked-animation;
  -webkit-animation-duration: 60s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;    display:inline-block;
}
#fullScreenTextDiv .fullScreenContent,
#fullScreenRefreshDiv .fullScreenContent {
    font-size: 150%;
}
.fullScreenContent {
    padding:36pt 6pt 12pt 6pt;
    font-weight: bold;
}

.fullScreenCloser {
    position:fixed;
    top:5pt;
    right:5pt;
    font-size:calc(200%) !important;
/*    color:#fff; */
}

/* --------------------------------------- */

#content {
    min-height: 600px;
}

#container-settings-div {
    padding-bottom: 30px;
    padding-top: 10px;
}

#help-div,
#help_hide_button {
    display: none;
}

.labels {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.label-link {
    background-color: rgba(0,0,0,0.2);
    padding: 2px 6px;
    margin-top: 6px;
    margin-bottom: 5px;
    display: inline-block !important;
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 6px;
}
.footer-link, .label-link {
    color: #aaaaaa;
    display: inline-block !important;
    margin-right: 12px;
}
.footer-link:hover, .label-link:hover {
    font-weight: normal;
    color: white !important;
}


.btn, select {
    border-radius: 20px !important;
}

.navbar {
    /*    background-color: transparent; */
    background-attachment: fixed;
    background-position: top center;
    /*    background-size: cover; */
    background-repeat: no-repeat;
    /*
    background: url("../../bgnd.png");
    background-repeat: repeat-x;
    background-size: 30%;
    */
}

#loading {
    visibility: hidden;
    font-size:10px;
    display:inline-block;
}
