@import url('https://fonts.googleapis.com/css?family=Titillium+Web');

body {
	background: url("../img/bg/bg.jpg") no-repeat center center fixed;
	background-size: cover;
	font-size: 16px;
	font-family: 'Titillium Web', sans-serif !important;
	font-weight: 300;
	margin: 0;
	color: #666;
	/*background-color: #456AA4 !important;
	background-repeat: repeat-x !important;*/
}

/* Typography */
h1#title {
	font-family: 'Roboto Slab', serif;
	font-weight: 300;
	font-size: 3.2em;
	color: white;
	text-shadow: 0 0 10px rgba(0,0,0,0.8);
	margin: 0 auto;
	padding-top: 10px;
	max-width: 300px;
	text-align: center;
	position: relative;
	top: 170px;
}

h1#title span span {
	font-weight: 400;
}

h2 {
	text-transform: uppercase;
	color: white;
	font-weight: 400;
	letter-spacing: 1px;
	font-size: 1.4em;
	line-height: 1.6em;
}

a {
	text-decoration: none;
	color: #666;
}

a:hover {
	color: #aeaeae;
}

p.small {
	font-size: 0.8em;
	margin: 20px 0 0;
}


/* Layout */
.container {
	margin: 0 auto;
	text-align: center;
}

.top {
	margin: 0;
	padding: 0;
	width: 100%;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}

.login-box {
	background-color: white;
	max-width: 400px;
	margin: 5% auto 0;
	padding-bottom: 30px;
	border-radius: 5px;
	box-shadow: 0 5px 50px rgba(0,0,0,0.4);
	text-align: center;
}

.login-box .box-header {
	background-color: #3C76B6;
	margin-top: 0;
	border-radius: 5px 5px 0 0;
	padding: 25px;
}

.login-box label {
	font-weight: 700;
	font-size: .8em;
	color: #888;
	letter-spacing: 1px;
	text-transform: uppercase;
	line-height: 6em;
}

.login-box input {
	margin-bottom: 20px;
	padding: 8px;
	border: 1px solid #ccc;
	border-radius: 2px;
	font-size: .9em;
	color: #888;
}

.login-box input:focus {
	outline: none;
	border-color: #665851;
	transition: 0.5s;
	color: #665851;
}

.login-box button {
	margin-top: 0;
	border: 0;
	border-radius: 2px;
	color: white;
	padding: 10px;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 0.7em;
	letter-spacing: 1px;
	background-color: #3C76B6;
	cursor:pointer;
	outline: none;
}

.login-box button:hover {
	opacity: 0.7;
	transition: 0.5s;
}

.login-box button:hover {
	opacity: 0.7;
	transition: 0.5s;
}

.selected {
	color: #665851!important;
	transition: 0.5s;
}

.welcome-text {
	color: #000;
	margin: 3% auto 0;
	width: 62%;
	text-align: justify;
}

/* Animation Delay */
#logo {
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 2s;
}

.login-box {
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 1s;
}


/* Gallery */

.image-gallery {
	margin: auto !important;
	padding-left: 10px;
	padding-right: 10px;
	min-width: 100% !important;
}

.image-gallery-image {
	/*width: 100%;*/
	max-height: 78vh;
	overflow: hidden;
}

.image-gallery-slide {
	background-color: transparent !important;
	/*background-color: #47C1F2 !important;*/
}

.image-gallery-slide img {
	/*height: 100%;*/
	width: auto !important;
	max-width: 100%;
	min-width: 45%;
}

.image-gallery-index, .image-gallery-play-button {
	width: 95px !important;
	left: 0 !important;
	right: 0 !important;
	margin: auto !important;
}

.image-gallery-slides {
	overflow: hidden !important;
}

.wrapper-opened-album {
	margin: 0 auto 0;
	/*width: 80%;*/
}

.title-opened-album {
	margin: 10px auto;
	text-align: left;
	width: 100%;
	display: inline-block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	height: 20px;
	padding-left: 5px;
}

.button-view-mode-active {
	border-color: #1385e5 !important;
	box-shadow: 0 0 0 3px rgba(19,133,229,.1) !important;
	outline: 0;
}

.image-selected {
	border: 3px solid rgba(213, 122, 119, 1) !important;
}

/*.overlay-button-download-images {
	position: fixed;
	bottom: 0;
	left: 50%;
    transform: translate(-50%, 0);
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 5px 5px 0 0;
}

.button-download-images {
	margin: 10px;
}*/

.logout-h4 {
	float: right;
	margin-top: 11px;
}

.logout-h4 div {
	color: #fff;
	padding: 10px 0;
	cursor: pointer;
}

.logout-link {
	color: #333;
}

.image-hover {
	position: absolute;
	width: 100%;
	height: 100%;
}

.App-album-preview .Card {
	height: 35vh !important;
}

.album-image-preview {
	height: calc(100% - 32px);
	width: 100%;
	opacity: 0.9;
}

.overlayed-icon {
	position: absolute;
	top: 0;
	right: 0;
	color: rgba(129, 137, 144, 0.9);
	background: #fff;
	border-radius: 0 0 0 5px;
	padding: 0 0 5px 7px;
	font-size: 30px;
}

.image-wrapper {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border: 3px solid #fff;
	/*outline: 1px solid #E1E1E1;*/
	max-height: 285px !important;
}

.image-checkbox {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 45px;
	background-color: rgba(255,255,255,0.8);
	cursor: pointer;
	line-height: 35px !important;
	z-index: 1;
}

.modal-image {
	height: 100%;
	opacity: 0;
	cursor: pointer;
	max-width: 100%;
	max-height: 100%;

}

.Card {
	padding: 0.3em !important;
	/*box-shadow: none !important;*/
}

.Card .title {
	height: 35px;
	padding-left: 10px;
	padding-right: 10px;
	flex: 1 0 90%;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: rgba(255,255,255,0.8);
	line-height: 35px;
	color: #272727 !important;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.logo {
	float: left;
	margin: 8px 10px 0 0;
	background: no-repeat center;
	display: inline-block;
	max-width: 139px;
	height: 40px;
	background-size: contain;
	width: 139px;
}

.logo-divider {
	width: 1px;
	background-color: #456AA4;
	height: 25px;
	float: left;
	margin-top: 19px;
	margin-right: 12px;
}

.title-header {
	font-size: 20px;
	float: left;
	margin-top: 20px;
}

.Checkbox, .Radio {
	margin-bottom: 0 !important;
}

.ButtonGroup .Button--default-warning i, .ButtonGroup .Button--default-primary i {
	margin-right: 5px;
}

/* Tree View Side Menu */

.infinity-menu-node-container, .infinity-menu-leaf-container, .infinity-menu-load-more-container {
	padding-left: 15px !important;
	padding-top: 0 !important;
	line-height: 40px !important;
	text-align: left;
	background-color: transparent !important;
	border-bottom: 0 !important;
}

.infinity-menu-leaf-container {
	line-height: 30px !important;
	list-style: none;
}

.infinity-menu-container ul {
	margin: 0 !important;
	padding-left: 20px;
}

.infinity-menu-node-container span, .infinity-menu-leaf-container span {
	cursor: pointer !important;
}

.infinity-menu-node-container label:hover {
	color: #ffffff;
}

.nav-opened {
	font-weight: bold !important;
}

.photo-container {
	background: #ffffff repeat-x;
}

.Button {
	font-size: 16px;
}



@media (max-width:961px) {
	/* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */
	.logo, .title-header {
		float: none !important;
	}

	.logo-divider {
		display: none;
	}

	.title-header {
		font-size: 25px;
	}

	.Button {
		font-size: 14px;
	}
}