/***********************************************************************
 * Copyright (c) 2018 Charles W. Roberts
 * All Rights Reserved
 *
 * No portion of this code may be copied or modified without the
 * prior written permission of Charles Roberts.
 *
 ***********************************************************************/
 html {
    height: 100%;
}

 body{
 	background-image: url("../images/virgin_places.jpeg");
 	width: 100%;
 	height: 100%;
 	background-size: cover;
 	color: white;
}

.nav-link{
	color: black;
}

.form-group{
	margin-top: 5px;
}

.not-main{
	display: none;
}

.screen-name{
	font-weight: 900;
	text-align: center;
}

.screen-name p{
	font-weight:normal;
	text-align: left;
}

.whurzit-lite{
	display:block;
	margin-top:10px;
}

#find_items_nav{
	display:none;
}

#edit_items_nav{
	display:none;
}

#edit-places-nav{
	display:none;
}

.search-right-buttons{
	margin-top: 3px;

}

#edit-place-place-table{
	margin-top: 25px;
}

.bodycontainer { 
	margin: 0; 
	max-height: 230px; 
	overflow-y: auto; 
	width: 100%; 
}

.table-scrollable {
	 margin: 0; 
	 padding: 0; 
	}


#ei-assign-place-btn{
	margin-top: 100px;
}


#edit-places-place-table{
	margin-top: 151px;
}

.screen-name{
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}


input[type=text]{
    background-color: #808080;
    opacity: 0.5;
    color: white;
    /*font-size:large;*/
	font-weight: 900;
    
}

.form-control {
 background-color: #a0a0a0;
 opacity: 0.85;
 color: white;
/* font-size:large; */
	font-weight: 900;
 
}

#epItemHeader{
	margin-top: 0px;
}

.cloud{
	color: white;
	/*font-size:large;*/
	font-weight: 900;
}

.assigned{
	color: white;
	text-decoration: underline;
}

.selected_row{
	background-color: #808080;
	color: white;
}

.local{
	 font-style:italic;
}

#eiItemHeader{
	margin-top: 0px;
}

.jumbotron{
	background-color:#B06060;
	color: white;
	opacity: 0.35;
}

.about-screen{
	background-color: #EAAA00;
	color: #262626;
	

}

.login-screen{
	background-color: #F66733;
	color: #262626;
	
}

a {
    text-decoration: underline;
    outline: none;
}


/* unvisited link */

a:link {
    text-decoration: underline;
    color: black;
    outline: none;
}


/* visited link */

a:visited {
    text-decoration: underline;
    color: black;
    outline: none;
}


/* mouse over link */

a:hover {
    text-decoration: underline;
    color: black;
    outline: none;
}

.brHeading{
	margin-top: 50px
}

#backup_nav{
	background-color: #404040;
	opacity: 0.8;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #e0e0e0;
    color:#202020;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 30%;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}