* {
	box-sizing: border-box;
}

html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	min-width: 250px;
}

#header {
	position: fixed;
	width: 100%;
}

.storyslabLink {
	z-index: 10;
}

.hidden {
	display: none;
}

.navLink {
	color: #299898;
    text-decoration: none;
    cursor: pointer;
}


.wvShadeView {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: gray;
	opacity: .5;
	z-index: 200;
	text-align: center;
}
.wvLoading img {
	width: 50%;
	margin: auto;
	max-width: 100px;
	margin-top:Calc(50vh - 50px);
}
.wvLoadingHelper {
	display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.wvVideoPlayerContainer {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 9;
}

.wvVideoPlayerBackground {
	background-color: gray;
	opacity: 0.5;
	width: 100%;
	height: 100%;
}
#wvVideoPlayer {
	position: fixed;
	width: 90%;
	margin: auto;
	max-width: 1024px;
	max-height: 80%;
	height:auto;
	vertical-align: middle;
	box-shadow: 0px 0px 5px gray;
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
  	opacity: 1.0;
}


/*
.wvBackButton {
	width: 50px;
	height: 100%;
	float: left;
	background-color: #299898;
	color: white;
	font-family: "GillSansBold", "gara", sans-serif;
	cursor: pointer;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}
*/

.wvTitle {
	position: relative;
	height: 100%;
	float: left;
	display: table;
	margin-left: 5px;
	width:100%;
	word-wrap: break-word;
}

.wvTitle>p {
	font-size: 14px;
	font-weight: bold;
	display: table-cell;
	vertical-align: middle;
	vertical-align: middle; 
		text-align: left; 
}


.manageHierarchyContainer, .manageHierarchyColumn, .manageHierarchyItemsContainer, .manageHierarchyColumnHeader, .manageHierarchyItem, .manageHierarchyCategoryItem, .manageHierarchyFileItem,
.manageHierarchyChildContainer {
	width: 100%;
}

.iframe-modal {
	width:90% !important;
	max-width: 90% !important;
	height: 90% !important;
	max-height: 90% !important;
	top:5% !important;
	border-radius: 10px !important;
}
.iframe-modal.fullscreen {
	width:100% !important;
	height:100% !important;
	max-width:100% !important;
	max-height:100% !important;
	top:0px !important;
}

.iframe-modal-content {
	min-height: 700px;
	height: 100%;
}
.iframe-modal-content .loading {
	width: 100px;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: -1;
}
.iframe-modal-content iframe {
	height: 100%;
	width: 100%;
	background: #fff;
}

.iframe-modal-close-btn {
	position: absolute;
	right: 0px;
    top: 0px;
	height: 50px;
    width: 52px;
    cursor: pointer;
	z-index: 1000;
	background-color: #4d4d4d;
	box-shadow: -2px 4px 10px #4d4d4d;
	text-align: center;
}
#iframe-modal-content>.iframe-modal-close-btn {
	z-index: 1001;
}
.iframe-modal-close-btn>i {
	vertical-align: top;
	color:white;
	font-size: 36px;
	padding: 7px;
}

/* -------------------------------- FOR SHARE PLUS CARD VIEW */
.wvHeader{
    padding-left: 10% !important;
}

.wvHeader .row .col.s4 {
    width: 100%;
}

.wvHeader .tabs .tab a{
    color: #FFFFFF;
    border-color: #C4D600;
    font-size: 21px;
    font-family: "oswald-light";
    font-weight: 400;
    text-transform: uppercase;
    margin: 2px 0;
}

.shared-card .manageHierarchyItemFileEditIcon{
	display:none;
}

.shared-card .manageHierarchyFileThumbContainer{
	height: 50px;
    width: 57px;
    float: left;
}

.shared-container{
    max-width: 715px !important;
}

.shared-container .item-list .list-item.active div
{
	color:black !important;
}

.shared-container .item-list .list-item.active {
    background-color: transparent !important;
}

.shared-card .card-content{
    padding: 12px 0 !important;
}

.shared-card .manageHierarchyFileThumbContainer img{
	padding: 3px;
    max-height: 50px;
    max-width: 50px;
    user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    pointer-events: all;
    margin: 0 auto;
    display: block;
    z-index: 1;
}

.shared-card .manageHierarchyItemTitleText{
    color: black;
    font-size: 14px;
    font-family: "Open Sans";
    padding-left:;
}

.share-tile{
	background-color: red;
	height: 400px;
	width: 300px;
}

/* -------------------------------- END FOR SHARE PLUS CARD VIEW */

