/*For Footer* /
* {
	margin: 0;
}
.wrapItAll {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -2em;
}
.footer, .push {
	height: 0em;
	clear: both;
	text-align:center;
}*/

/*A:link {text-decoration: none; color:lightblue}
A:visited {text-decoration: none; color:lightblue}
A:hover {text-decoration: none; color:lightblue}
A:active {text-decoration: none; color:lightblue}*/

html, body {
    height: 100%;
}
.nav li.active {
    background:#eee;
}
a, .albumDiv, .albumDeleteDiv, .ImageWrapper, #TryButton, #MakeNew, .GPicsButton {
	cursor:hand;
	cursor:pointer;
}
.subheader {
	text-align:center;
}
/* Bootstrap dropdown fix for ReactJS bug */
.dropdown-menu>li>span {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
.dropdown-menu>li>span:focus, .dropdown-menu>li>span:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}
/* LEFT SIDEBAR CSS */
#albumList {
    display: inline-block;
    width: 350px;
    float: left;
	/*margin-top: 16px;*/
    height: 100%;
}
.albumNameList, .sidebar {
    height: 100%;
}
.sidebar-nav {
    height: 50%; /* calc(100% - 200px); /* 100% minus "Drop folders here" helper */
    padding-bottom: 8px;
    padding-top: 10px;
}
.albumListingDiv {
    height: calc(100% - 62px); /* 100% minus "Your Albums" header */
    overflow: scroll;
}
#uploadDiv {
    border-top: 1px solid #eee;
    padding-top: 7px;
    height:50%;
}
.albumActionDropdown {
    visibility: hidden;
}
.albumDiv:hover .albumActionDropdown, .albumDiv.active .albumActionDropdown {
    visibility: visible;
}
.plusIcon {
    float: right;
    font-size: 1.7em;
    margin-top: 6px;
    margin-right: -6px;
    color: #ccc;
    cursor:hand;
    cursor:pointer;
}
.plusIcon:hover {
    color:#616161;
}

/* Header items */
#AlbumHeader {
	padding:40px 15% 40px 15%;
	background:rgba(62, 57, 57, 0.49);
}
.YourProfileButton {
	color:black;
}
.current_username {
	font-weight:bold;
}
.editTool {
	margin: 0px 10px 0px 0px;
	font-size:70%;
    display: inline-block; /* yes but also none */
}
#shareUrlTextbox {
    padding: 4px;
    background: white;
    border-radius: 6px;
}
.moveDropdownWrapper * {
    font-size: 100%; /* Force 70% evaluation from above */
}

/* Photo items */
.thumbnail {
    margin:1%;
    display:inline-block;
    line-height: 0 !important; /* Weird margin appears at bottom otherwise */
    float: left; /* Fixes issue of the last element being slightly down */
}
.thumbnail img, a { /* No drag... causes auto-double uploads */
    user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
.ImageWrapper {
	/*margin: 2% 2%;*/
	display:inline-block;
	width:100px;
	height:100px;
    /*background: #EEEEEE;*/
}
.albumContainerWrapper {
    min-height: 160px;
    max-height: 475px;
    overflow: scroll;
    background:#fdfdfd;
}
.anImageVidOrTxtfile {
	margin:auto;
	float:none;
	position:relative;
	font-size:80%;
	display:block;
}

/* Warning div */
#WarningTemp {
	display:block;
	color:black !important;
	text-shadow:1px 1px 1px white;
	background:rgba(255,255,100,0.8);
	text-align:center;
	padding:5px;
}
#WarningTemp:hover{
	background: yellow;
}

/* Wanna Try CSS */
#TryButton {
	font-size:1.8em;
	font-weight:normal;
	text-align: center;
	display:block;
	width:5em;
	padding: 8px;
	margin-left: 35%;
    color:white;

	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}
.rightSubheader {
    width: 50%;
    padding: 17px 0% 0% 3%;
    display:inline-block;
    font-size: 1.3em;
}
#wannaTryWrapper {
    text-shadow: 1px 1px 1px white !important;
    /*text-shadow: 0 1px 0 white;*/
    font-size:1.01em;

    /*padding:0px 40px;*/
    border-top:1px rgba(37,141,200,1) solid;
    height: 100%;
    background: url('/img/softbackground.jpg') repeat;
}
.wannaTryDiv {
    background: white;
    margin: auto;
    max-width: 1090px;
    height:100%;
}
#GPicsWelcome1 {
    font-size: 170%;
    width: 47%;
    padding: 3% 3% 0% 4%; /* box-sizing makes this part of the 50% */
    display:inline-block;
    float:left;
}
/* Dynamically added class on WannaTry page */
.AlbumContainerWelcoming {
	/*float: right;*/
	width: 48% !important;
	/*padding: 2.5% 4%;*/
    display:inline-block;
    margin-right: 2.5% !important;
}
.usageReason {
    margin-bottom: 73px;
}
#TryButton {
	background: rgb(37,141,200); /* Old browsers */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#258dc8', endColorstr='#258dc8',GradientType=0 ); /* IE6-9 */
}
#GoToMyGPicsButton {
	float:right;
	margin:7px;
}
.selectedImage {
	-webkit-box-shadow: 0px 0px 17px black, 0px 0px 50px #9C9C9C  !important;
	box-shadow: 0px 0px 17px black, 0px 0px 50px #9C9C9C  !important;
	border: 2px #32C172 solid !important;
	/*margin: -2px !important;*/
}

/* Album container stuff */
#albumContainerHeader {
	/*float: left;
	width: 63%;*/
    display: inline-block;
    width:57%; /* backup in case calc not supported */
    width:calc(96% - 350px); /* 350px for left sidebar, 4% for margin to match albumContainer */
	padding: 15px 0px 0px 0px;
    height:111px;
    margin: 0 2%;
	font-weight: bold;
}
.albumWrapper {
    display: inline-block;
    width:57%; /* backup in case calc not supported */
    width: calc(96% - 350px); /* 350px for left sidebar */
    margin: 0 2%;
}
.albumlistHeader {

}
.albumDeleteDiv {
	float:right;
}
.whoTitle {
    font-size:1.5em;
}
.curent_album_name, .current_username {
    font-weight: bold;
}
/* white button properties */

.listedalbum {
	padding:1px;
}
