﻿html {
	height: 100%;
}

body {
	height: 100%;
	overflow: hidden;
}

/*JQuery UI Autocomplete*/
.s360-jqui-ui-autocomplete {
	position: absolute;
	max-height: 200px;
	overflow-y: auto;
}

.ui-menu-item {
	/*padding: 7px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);*/
}

.s360-menu-toggle {
}

#mainContainer {
	overflow: hidden;
	padding-top: 90px;
	padding-left: 70px;
}

#gridWrapper {
	height: calc(100% - 210px);
}

.s360-list-status-desktop{

}

#mainLogo {
	height: 260px;
}

.s360-list-status-mobile {
	display: none;
}

.s360-btn-add {
	border-radius: 50%;
	width: 45px;
	height: 45px;
	position: fixed;
	bottom: 55px;
	right: 10px;
	z-index: 10;
}

	.s360-btn-add i {
		font-size: 25px;
		line-height: 25px;
	}

.s360-main-action-btn-container {
	position: fixed;
	bottom: 20px;
	right: 20px;
}

	.s360-main-action-btn-container button{
		width:120px;
	}

	@media(max-width:991px) {
		.s360-list-status-desktop {
		display: none;
	}

	.s360-list-status-mobile {
		display: block;
	}
}

#frmMain input[type=checkbox] {
	width: 20px;
	height: 20px;
	margin-left: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.s360-scroll-content {
	overflow: hidden;
	overflow-x: hidden;
	overflow-y: visible;
	height: calc(100% - 300px);
}

/*Media Viewer*/
.lp-MediaView-Container {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 2000;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.lp-MediaView-MetaData {
	/*display: inline-block;*/
	width: 400px;
	height: 100%;
	background-color: #ffffff;
	top: 0;
	right: 0;
	bottom: 0;
	position: fixed;
	box-shadow: 0 0 25px -4px #000000;
}

.lp-MediaView-MediaContainer {
	width: calc(100% - 400px);
	background-color: rgba(0, 0, 0, 0.8);
	top: 0;
	bottom: 0;
	left: 0;
	position: fixed;
	text-align: center;
}

	.lp-MediaView-MediaContainer iframe {
		width: 100%;
		height: 100%;
	}

.lp-MediaView-MediaObject {
	width: 100%;
	height: 100%
}

.lp-MediaView-MediaContainer img {
	width: calc(100% - 100px);
}

.lp-MediaView-MediaContainer-ImageContainer {
	overflow: auto;
	height: calc(100% - 100px);
	margin-top: 100px;
}

.lp-MediaView-MediaContainer-Header {
	color: #fff;
	height: 80px;
	line-height: 80px;
	font-size: 22px;
	text-align: left;
	padding-left: 20px;
	font-weight: bold;
	background-color: #000;
	position: absolute;
	width: 100%;
}

.lp-MediaView-ActionButton-Container {
	text-align: right;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 13px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.lp-MediaView-Download-Container {
	text-align: center;
	padding: 50px;
	background-color: #ffffff;
	max-width: 500px;
	margin: auto;
	margin-top: 20%;
	border-radius: 10px;
	box-shadow: 0px 0px 25px 4px #000000;
}

.lp-MediaView-MediaContainer-Entries-Container {
	background-color: #fff;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 100px;
	overflow: auto;
	margin-bottom: 20px;
	height: calc(100% - 120px);
	padding-top: 70px;
	text-align: left;
}

.lp-MediaView-MediaContainer-Entries-Container-Header {
	padding: 10px;
	padding-left: 5px;
	position: absolute;
	margin-top: -70px;
	width: calc(100% - 60px);
	background-color: #fff;
	box-shadow: -13px 0px 20px -7px #000000;
}


.lp-MediaView-MediaContainer-Entries-Container-Entry {
	padding: 5px;
}

.lp-MediaView-MediaContainer-Pdf-Canvas {
}

.lp-MediaView-MediaContainer-CanvasContainer {
	overflow: auto;
	height: calc(100% - 100px);
	margin-top: 100px;
}

	.lp-MediaView-MediaContainer-CanvasContainer canvas {
		margin-right: 5px;
	}

.lp-Document-Manager {
}

	.lp-Document-Manager table {
		width: 100%;
	}

	.lp-Document-Manager tr {
		border-bottom: 1px solid rgba(0, 43, 73, 0.1);
		cursor: pointer;
	}

	.lp-Document-Manager td {
		padding: 5px;
	}

	.lp-Document-Manager .lp-document-uploader-list-date {
		width: 105px;
		padding-left: 0;
		padding-right: 0;
		font-size: 0.75em;
	}

	.lp-Document-Manager .lp-document-uploader-list-size {
		font-style: italic;
	}

.lp-Document-Tile {
	min-width: 300px;
	max-width: 500px;
	width: 100%;
	border: 1px solid #ccc;
	padding: 10px;
	border-radius: 7px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: space-between;
	align-items: stretch;
	margin-top: 5px;
}

.lp-Document-Tile-DocumentType-Label {
	margin-top: 25px;
	font-weight: bold;
	font-size: 0.9em;
}

.lp-Document-Tile-NothingAdded {
	flex: auto;
	padding-left: 20px;
	font-size: 0.9em;
	font-style: italic;
	opacity: 0.7;
}

.lp-Document-Tile-FileName {
	flex: auto;
	padding-left: 20px;
	font-size: 0.9em;
}

.lp-Document-Tile-FileSize {
	font-size: 0.75em;
	color: #999;
}

.lp-Document-Tile-DeleteIcon, .lp-Document-Tile-DownloadIcon {
	width: 40px;
	text-align: center;
}

.s360-buttons-add {
	position: fixed;
	bottom: 16px;
	right: 150px;
}

.s360-buttons-adjust {
	position: fixed;
	bottom: 16px;
	right: 200px;
}

.s360-grid-mobile-icon {
	width: 45px;
	font-size: 19px;
}

div[s360-table-section='content-header'] {
	display: none;
}

.s360-PopupAdjuster {
	position: fixed;
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	box-shadow: 0 0 20px -2px #000000;
	z-index: 1500;
	background-color: #fff;
	border-radius: 10px;
}

.lp-Rate-Adjustment-Label {
	display: none;
}

.lp-Rate-Adjustment-Header {
	display: initial;
}
.lp-Rate-Adjustment-Container{
	height:100%;
}

.lp-Rate-Adjustment-DataContainer {
	overflow-y: scroll;
	overflow-x: hidden;
	height: calc(100% - 185px);
}

.s360-loggedin-user-avatar {
	width: 75px;
	height: 75px;
	/*outline: 3px solid #00448c;*/
	border: 2px solid #fff;
	border-radius: 50%;
	line-height: 69px;
	color: #FFF;
	font-size: 36px;
	box-shadow: 0 0 9px 2px rgba(0, 0, 0, 0.3);
}

@media(max-width:576px) {
	#mainLogo {
		height: 130px;
	}

	#applicationLogo, #breadCrumb {
		display: none;
	}

	#pageTitle {
		display: block;
		position: fixed;
		top: 5px;
		left: 100px;
		z-index: 1031;
	}

	#gridWrapper {
		height: calc(100% - 55px);
	}

	#mainContainer {
		padding-top: 90px;
		padding-left: 20px;
	}

	.s360-list-status-desktop {
	}

	.s360-scroll-content {
		overflow: hidden;
		overflow-x: hidden;
		overflow-y: visible;
		height: calc(100% - 300px);
	}

	div[s360-table-section='header'] {
		display: none;
	}

	div[s360-table-section='content-header'] {
		display: block;
		padding-right: 10px;
		opacity: 0.3;
	}

	div[s360-table-section='content'] {
		padding: 3px;
	}
}