.main-view {
	height: 100vh;
}

.main-view__top {
	height: 40px;
	flex-grow: 1;
	display: flex;
	background-color: #ebedf0;
	
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.main-title {
	margin-left: 12px;
	font-size: 18px;
}

.main-title .edlm-title {
	font-weight: bold;
	color: #01D0F9;
}

.exit {
	display: block;
	margin-right: 12px;
	font-size: 16px;
	color: #01D0F9
}

.main-view__left {
	width: 210px;
	display: flex;
	flex-direction: column;
}

.left-menu {
	width: 200px;
	flex-grow: 1;
	background-color: #2e3a4a;
}

.left-menu .left-menu__item {
	display: block;
	padding-left: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
	color: #b0bdae;
	font-size: 14px;
}

.left-menu .left-menu__title {
	background: #293242;
	font-size: 16px;
	padding-left: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #b0bdae;
}

.left-menu .left-menu__item.active {
	background: #293242;
	padding-top: 10px;
	padding-bottom: 10px;
	border-right: 4px solid #00bfe6;
	box-shadow: 5px 5px 20px rgba(0,0,0,0.5);
}

.left-menu .left-menu__item:hover {
	text-decoration: underline;
}

.left-menu__item__icon {
	font-size: 20px;
	margin-right: 7px;
	
	
	display: block;
	float:left;
	margin-top: -2px;
}

.border-panel > * {
	box-sizing: border-box;	
}

.border-panel {
	height: 100%;
	flex-grow: 1;
	display: flex;
	overflow: hidden;
	flex-direction: column;
}

.border-panel__top {
	display: flex;
}

.border-panel__bottom {
	display: flex;
}

.border-panel__middle {
	flex-grow: 1;
	display: flex;
	overflow: hidden;
}

.border-panel__left {
	display: flex;
	overflow: hidden;
}

.border-panel__center {
	flex-grow: 1;
	display: flex;
	overflow: hidden;
}

.border-panel__right {
	display: flex;
	overflow: hidden;
}
.scroll-panel {
	flex-grow: 1;
	display: flex;
	overflow: auto;
}

/*
.scroll-panel::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.scroll-panel::-webkit-scrollbar {
	display: none;
	width: 6px;
	background-color: #F5F5F5;
}

.scroll-panel:hover::-webkit-scrollbar {
	display:inherit;
}

.scroll-panel::-webkit-scrollbar-thumb {
	//border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #555;
}
 */

.collections-widget .file-name {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.collections-widget .file-icon {
	font-size: 20px;
	color: #667cb0;
	font-weight: bold;
}

.collections-widget .file-icon.collection-icon {
	color: #FF592B;
}

.collections-widget .file-icon.ion-folder {
	color: #F7A400;
}

.collections-toolbar {
	width: calc(100vw - 650px);
}

.collections-toolbar__item__right {
	float: right;
}

.collections-toolbar__item {
	display: inline-block;
	color: #667cb0;
	font-size: 26px;
	cursor: pointer;
	margin-right: 10px;
}

.collections-toolbar__item.not-active {
	color: #aaa;
}

.toolbar-item-invert-colors {
	color: #aaa;
}

.toolbar-item-invert-colors.not-active {
	color: #667cb0;
}
	
.history-widget {
	margin-top: 10px;
	display: flex;
	flex-direction: row;
}

.history-widget__item {
	color: #444;
	cursor: pointer;
	max-width: 150px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.history-widget__item:hover {
	color: #667cb0;
}

.history-widget__item-delimeter {
	color: #ccc;
	margin-left: 3px;
	margin-right: 3px;
}

.entity-info {
	color: #333;
}
.entity-info b {
	color: #667cb0;
}
.entity-info .entity-info__pict {
	color: #667cb0;
	font-size: 16px;
}
.entity-info input, .entity-info textarea {
	width: 100%;
	padding: 5px;
	border: 1px solid #eee;
}

.lightbox__container {
	position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.6);
    z-index: 90000;
    opacity:1;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: auto;
    overflow: auto;
    text-align: center;
}

.lightbox__window {
	width: 50%;
	margin: 30px auto;
	padding: 30px;
	background: #fff;
	border-radius: 4px;
	text-align: left;
}

.lightbox__close-btn {
	border: 0;
	cursor: pointer;
	background: transparent;
	position: fixed;
	top: 10px;
	right: 25px;
	color: #878B90;
	font-size: 40px;
}

.lightbox__confirm-box button {
	padding: 5px 10px;
}

.context-menu {
	border: 1px solid #AAA;
	background-color: #FFF;
	
	display: flex;
	flex-direction: column;
}

.context-menu__item {
	margin: 2px;
	cursor: pointer;
	padding: 4px 14px 4px 10px;
	border: 1px solid #fff;
	display: flex;
	align-items: center;
}

.context-menu__item:hover {
	background-color: #EEE;
	border: 1px solid #667CB0;
	border-radius: 3px;
}

.context-menu__item-icon {
	margin-right: 10px;
	color: #667cb0;
}

.file-tile-grid {
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	background-color: #FFF;
	width: calc(100vw - 650px);
	border: 1px solid #AAA;
	/* Mozilla FireFox */
    -moz-user-select: none;
    /* old Safari, old Chrome */
    -khtml-user-select: none;
    /* new Safari, new Chrome */
    -webkit-user-select: none;
    /* IE 9-10 */
    -ms-user-select:none;
    /* all css3 */
    user-select: none;
	/*border-radius: 3px;*/
	
}

.file-tile-grid__cell {
	width: 200px;
	margin: 2px;
	padding: 5px;
	cursor: pointer;
}

.file-tile-grid__cell:hover {
	background-color: #EEE;
}

.file-tile-grid__selected-cell .file-tile-grid__cell {
	background-color: #89C3E5;
}

.file-tile-grid__selected-cell .file-tile-grid__cell:hover {
	background-color: #00BFE6;
}

table.grid td, table.grid th {
	max-width: 20px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}

.video-js .vjs-time-control {
    display: block;
}
.video-js .vjs-remaining-time {
    display: none;
}
.video-js .vjs-picture-in-picture-control {
	display: none;
}