*{
    box-sizing: border-box;
}
body {
    font-family: Calibri;
    background-attachment: fixed;
    background-size: cover;
    text-align:center;
    margin-top:60px;
    margin-bottom:65px;
    /*background: url("/images/rfg-bg.jpg") no-repeat center center;*/
    background-attachment: fixed;
    background-size: cover;
    
}
.navbar-fixed-top{
    clear:both;
    position:fixed;
    top:0px;
    width:100%;
    z-index:100;
}


    .navbar-brand{
    width:45%;
    height:100%;
    padding:0px;
    margin:0px;
    
  }

.box-shadow{
    
}

.Trade-box{
    min-width:75px;
    min-height:200px;
    border-radius:10px;
    margin:20px;
    padding:20px;
    box-shadow:0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    
}

.trade-title{
    font-size:30px;
}

.Trade-box a{
    text-decoration:none;
}

.Trade-box img{
    width:250px;
    height:200;
}

 /* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
} 


#confirmDeleteAllPortals{
    
}
 .nav-item.active{
    background-color:rgba(0, 0, 0, 0.47);
}


.container{
    max-width:1080px;
    text-align: center;
}
#userportals
{
    display:flex;
    flex-wrap:wrap;
    margin:40px;
    padding:20px;
}
.portal-card{
    color:white;
    flex:1;
    background-color:brown;
    margin:10px;
    padding:10px;
    border-radius:15px;
}

.portal-card a{
    color:white;
    text-decoration: none;
}

.portal-card:hover{
    color:white;
    text-decoration: none;
   box-shadow: 11px 6px 9px -2px #000000;
}

.jumbotron{
    background-color:transparent;
    letter-spacing: 2.5px;
    text-align:center;
    margin:0;
    padding: 10px;
}
.row{
    margin-top:25px;
    margin-right: auto;
    margin-left:auto;
    
}
.col-md-4 *{
    text-align:center;
    margin-top:3px;
}

.col-md-4 h1{
    background-color:rgba(14, 92, 14, 0.6);
    border-radius:12px;
    width:100%

}

.number-field{
    width:50px;
}

.thumbs{
    border-radius:15px;
    width:100%;
    /*max-width:225px;
    max-height:225px;*/
}

.links{

}
.textcenter{
    text-align:center;
}

   .outerDiv
    {
        max-width: 600px;
        content: ".";
        display: block;
        overflow: hidden;
        margin-left: auto;
        margin-right: auto;
    }
    .innerDiv
    {
        display: inline-block;
        margin: 10px;
    }
    .innerDiv label
    {
        font-style: italic;
        font-size: 1.1em;
    }
    .imageDiv
    {
        display: inline-block;
        max-width: 300px;
        margin: 10px;
    }
    .innerDiv .sui-combobox
    {
        font-family: Arial, sans-serif;
        font-size: 14px;
        margin-bottom: 10px;
    }



#availability-indicator{
    min-height: 15px;
    min-width: 15px;
}

.circle{
    border-radius: 10px
}

#availability-indicator[data-available="unavailable"]{
    background-color: crimson
}

#availability-indicator[data-available="available"]{
    background-color: #14dc23
}

#snakecontainer{
    margin-left:35%;
}

#clockdiv{
	font-family: sans-serif;
	color: #fff;
	display: inline-block;
	font-weight: 100;
	text-align: center;
	font-size: 30px;
}

#clockdiv > div{
	padding: 10px;
	border-radius: 3px;
	background: #00BF96;
	display: inline-block;
}

#clockdiv div > span{
	padding: 15px;
	border-radius: 3px;
	background: #00816A;
	display: inline-block;
}

.important{
    font-size: 18px;
}
th{
    text-align: center;
}

.smalltext{
	padding-top: 5px;
	font-size: 16px;
}

#challenges{
    min-height:560px;
}
footer{
    position:fixed;
    clear: both;
    width:100%;
    text-align:center;
    bottom:0px;
    height:60px;
    padding:7px;
}

ul{
	left:-42px;
	position:relative;
	list-style-type:none;
}



#drawing{
	width:600px;
	height:520px;
	margin:auto;
}

#canvas{
	border:1px solid #000;
	background-color:#fff;
}

#canvas:hover{
	cursor: url('../cursor/cursor.cur'), auto;
}

#gameBackGround{
    height: 100%;
    background: radial-gradient(circle, #fff, #ccc);
    background: -webkit-radial-gradient(circle, #fff, #ccc);   
    background: -o-radial-gradient(circle, #fff, #ccc);   
    background: -moz-radial-gradient(circle, #fff, #ccc);
}

#gameContainer{
    height: 600px;
    width: 750px;
    background-color: #9DD2EA;
    margin: 10px auto;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 4px 0px 0px #009de4;
    -moz-box-shadow: 0px 4px 0px 0px #009de4;
    -webkit-box-shadow: 0px 4px 0px 0px #009de4;
/*        box-shadow: [horizontal offset] [vertical offset] [blur radius] [optional spread radius] [color]*/
    position: relative;
}
#adminFlex{
    display:flex;
    height: 100vh;

}
#leftmenu, #leftmenu a{
    text-decoration: none;
    background-color:#434A54;
    color:#EC87C0;
    flex: 1;
    text-align:left;
    padding: 5px;
}
.dashpanel{
    flex-wrap: wrap;
    flex: 1;
}
.panelcard{
    background-color:azure;
    border-radius:25px;
    min-height: 100px;
    min-width: 100px;
    margin:15px;
}

#adminDashBoard{
    display:row;
    flex: 10;
}
#usersdashboard{
    background-color:beige;
    display:flex;
    flex-wrap: wrap;
}
#portalsdashboard{
    background-color: #783C3D;
    display:flex;
    flex-wrap: wrap;
}

#score{
    background-color: #F1FF92;
    color: #888E5F;
    padding: 11px;
    position: absolute;
    left: 650px;
    top:5px;
    box-shadow: 0px 4px 0px #9da853;
    -moz-box-shadow: 0px 4px 0px #9da853;
    -webkit-box-shadow: 0px 4px 0px #9da853;
}

#fruitsContainer{
    width: 650px;
    height: 400px;
    margin: 50px auto 10px auto;
    background-color: white;
    box-shadow: 0px 4px #535aa8;
    -moz-box-shadow: 0px 4px #535aa8;
    -webkit-box-shadow: 0px 4px #535aa8;
    font-size: 100px;
    text-align: center;
    font-family: cursive, sans-serif;
    color: black;
    position: relative;
    overflow: hidden;
}

#instructions{
    width: 450px;
    height: 50px;
    background-color: #B481D9;
    color:white;
    margin: 10px auto;
    text-align: center;
    line-height: 45px;
    box-shadow: 0px 4px #8153a8;
    -moz-box-shadow: 0px 4px #8153a8;
    -webkit-box-shadow: 0px 4px #8153a8;
}

#startreset:hover{
/*    background-color: #9C89F6;*/
/*    color: white;*/
/*    box-shadow: 0px 4px #6b54d3;*/
/*    -moz-box-shadow: 0px 4px #6b54d3;*/
/*    -webkit-box-shadow: 0px 4px #6b54d3;*/
}

 #startreset:active, #startreset:hover{
    background-color: #9C89F6;
    color: white;
    box-shadow: 0px 0px #6b54d3; 
    -moz-box-shadow: 0px 0px #6b54d3; 
    -webkit-box-shadow: 0px 0px #6b54d3; 
    top: 4px;
}

#startreset{
    width: 150px;
    padding: 10px;
    background-color: rgba(255,255,255,0.5);
    margin: 0 auto;
    border-radius: 3px;
    cursor: pointer;
    box-shadow: 0px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 4px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 4px rgba(0, 0, 0, 0.2);
    text-align: center;
    position: relative;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;   
}

#trialsLeft{
    width: 100px;
    top:7px;
    padding: 10px;
    position: absolute;
    background-color: #F1FF92;
    border-radius: 3px;
    box-shadow: 0px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 4px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 4px rgba(0, 0, 0, 0.2);
/*    visibility: hidden;*/
    display: none;
}

#gameOver{
    height: 250px;
    width: 500px;
    background: linear-gradient(#F3CA6B, #F3706C);
    background: -webkit-linear-gradient(#F3CA6B, #F3706C);
    background: -o-linear-gradient(#F3CA6B, #F3706C);
    background: -moz-linear-gradient(#F3CA6B, #F3706C);
    color: white;
    font-size: 2.5em;
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    top: 145px;
    left: 130px;
    z-index: 2;
    display: none;
    
}

.life{
    width: 16px;
    height: 16px;
    margin: 0 5px;
}

.sui-loading-panel .sui-loading-back {
    height: 103%;
    left: 0px;
}

#donate{
    margin-top:400px;
    padding:35px;
}

.bottom{
    /*position:fixed;*/
    bottom:60px;
}

.fruit{
    display: none;
    position: absolute;
}

#commandInfo {
    display: none;
}

#content:hover~#commandInfo{
    display: block;
}

@media only screen and (max-width: 600px) {
  footer {
    font-size:6pt;
  }
}