body {
	background-color: white;
	font-family: "Segoe UI", "Segoe UI Web (West European)", "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;
}

.padding {
    padding: 15px;
}

/* Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE in the project root for license information. */

#notification-message {
    background-color: #818285;
    color: #fff;
    position: absolute;
    width: 100%;
    min-height: 80px;
    transition: all .5s ease-in-out;
    transform-origin: left top;
  	transform: scaleY(0);
    right: 0;
    z-index: 100;
    bottom: 0;
    display: none; /* Hidden until invoked */
}

#notification-message #notification-message-header {
    font-size: medium;
    margin-bottom: 10px;
}

#notification-message #notification-message-close {
    background-image: url("/images/close.png");
    background-repeat: no-repeat;
    background-size: 12px;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 10px;
    top: 7px;
    cursor: pointer;
}

.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 160px;
    display: block;
    box-sizing: border-box;
    font-family: 'Segoe UI';
}

.footer .brand-text {
    padding-right: 15px;
    padding-left: 15px;
    margin: 10px;
    margin-left: 5px;
    margin-bottom: 20px;
}

.header {
    position: fixed;
    top: 0;
    width: 100%;
    height: 40px;
    display: block;
    box-sizing: border-box;
    font-family: 'Segoe UI';
    z-index: 5;
}

.cancelDefaultBrowserIndentation {
    margin:0;
    margin-top:-14px
}

.indentFromPaneEdge {
    padding:20px
}

.centeredText {
    text-align:center;
}

.headerText {    
    padding-top: 10px;
    padding-bottom: 10px;

}

.headerGap {
    padding-top:70px;
}

.pointerCursor {
    cursor:pointer
}

/* Overriding Fabric styles to format the Welcome page and workbook list page. */
ul.ordered-list {
    list-style-type: none;
}

/* Overriding Fabric styles to format the Welcome page and workbook list page. */
.ordered-list.ms-List .ms-ListItem {
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
    
}

/* Overriding Fabric styles to format the Welcome page and workbook list page. */
.ordered-list .ms-ListItem-primaryText {
    color: rgba(0, 119, 214, 1);
    background-color: rgba(198, 223, 243, 1);
    border-radius: 100%;
    font-size: 12pt;
    width: 30px;
    height: 30px;
    line-height: 30px;
    padding: 0;
    text-align: center;

    position: absolute; /* override fabric positioning */
}

/* Overriding Fabric styles to format the Welcome page and workbook list page. */
.ordered-list .ms-ListItem-secondaryText {
    color: rgba(51, 51, 51, 1);
    margin-bottom: 10px;
    position: inherit;
    top: 0; /* override fabric positioning */
    padding-left: 40px; /* offset by 30px + 10px so that large bullet sits in that place */
    white-space: normal;
    overflow: auto;
    line-height: normal;
}

/* Similar to ms-ListItem-secondaryText, but does inherit parent style from Fabric. 
    This prevents unnecessary scrollbars appearing next to each file name.
*/
.ordered-list .ms-ListItem-fileName {
    color: rgba(51, 51, 51, 1);
    margin-bottom: 10px;

    position: inherit;
    top: 0; /* override fabric positioning */
    padding-left: 0px; 
    white-space: normal;
    overflow: auto;
}

.clearfix {
    display: block;
    height: 0;
    clear: both;
}

.welcome{  
    padding: 15px;
}

.welcome-body{  
}

.welcome-intro {
    padding-top: 6px;
    padding-bottom: 6px;
}

.file-item-intro {
    margin-bottom: 20px;
}

.back-icon {
    float:left;
    padding-left:15px;
}


.file-item-status{
    padding-bottom: 20px;
}

.allAreaContainer {
	position:absolute;
	top:0px;
	bottom:0px;
	left:6px;
	right:6px;
	cursor:default;
}

.ms-Button {
	cursor:default;
}

#filePickerTitle {
	position:absolute;
	display:none;
	top:0px;
	height:32px;
	width:100%;
}

#filePickerWithPreview {
	position:absolute;
	top:15px;
	bottom:48px;
	width:100%;
}

.bottomBtns {
	padding-top:4px;
	position:absolute;
	bottom:0px;
	height:48px;
	width:100%;
	text-align: center;	
}

.odCatsList {
	box-sizing: border-box;
	position:absolute;
	top:0px;
	bottom:50%;
	width:30%;
	border: 1px solid #CCCCCC;
	border-bottom:none;
	background-color: #FFFFFF;
	display: inline-block;
	overflow-x: hidden;
	overflow-y: auto;
}
.odCatsListLbl {
	height: 17px;
	color: #6D6D6D;
	font-size: 14px;
	font-weight: bold;
	line-height: 17px;
	margin: 10px 0 3px 5px;
}
.odFilesSec {
	box-sizing: border-box;
	position:absolute;
	left:30%;
	top:0px;
	bottom:50%;
	width: 70%;
	border: 1px solid #CCCCCC;
	border-left:none;
	border-bottom:none;
	background-color: #FFFFFF;
	display: inline-block;
	overflow: hidden;
}
#preview {
    position:absolute;
	overflow:hidden;
	border: 1px solid #CCCCCC;
    bottom:0px;
    top: 50%;
    left:0px;
    right:0px;
}
.previewStatus {
	position:absolute;
	text-align:center;
	width:100%;
	top:50%;
	transform: translateY(-50%);
	font-size:13px;
	opacity:0.5;
}
.odFilesBreadcrumb {
	box-sizing: border-box;
	position:absolute;
	min-height: 32px;
	left:0px;
	right:20px;
	text-overflow:ellipsis;
	overflow:hidden;
	font-size: 13px;
	color: #6D6D6D;
	padding: 5px;
}
.odRefreshButton {
	box-sizing: border-box;
	position:absolute;
	right:0px;
	top:0px;
	padding: 4px;
	margin: 1px;
	height:24px;
	cursor:default;
}
.odRefreshButton>img {
	opacity:0.5;
}
.odRefreshButton:hover {
	background-color:#ddd;
	border-radius:50%;
}
.odRefreshButton:active {
	opacity:0.7;
}
.odFilesList {
	box-sizing: border-box;
	position:absolute;
	top:32px;
	bottom:0px;
	width: 100%;
	overflow-x: hidden;
	overflow-y: auto;
}
.odFileImg {
	padding-left: 5px;
	padding-right: 5px;
}
.odFileTitle {
	font-weight: normal;
	color: #666666 !important;
}
.odFileListGrid {
	width: 100%;
	white-space: nowrap;
	font-size: 13px;
    box-sizing: border-box;
    border-spacing: 0;
}
.odOddRow {
	background-color: #eeeeee;
}
.odEvenRow {
	background-color: #FFFFFF;
}
.odRowSelected {
	background-color: #cadfff;
}
.odCatListTitle {
	box-sizing: border-box;
	height: 17px;
	color: #666666;
	font-size: 14px;
	line-height: 17px;
	margin: 5px 0 5px 0px;
    padding-left: 10px;
}
.odCatSelected {
	font-weight: bold;
	background-color: #cadfff;
}
.odEmptyFolder {
	height: 17px;
	color: #6D6D6D;
	font-size: 14px;
	font-weight: bold;
	line-height: 17px;
	margin: 10px 0 3px 5px;
	width: 100%;
    text-align: center;
}
.odBCFolder {
	cursor: pointer;
	color: #0432ff;
}

#odSearchBox {
    color:#888888;
    background:url("/images/icon-search.svg") no-repeat;
	background-color: #FFFFFF;
	background-position: 15px;
	height: 30px;
	width: 100%;
	max-width: 400px;
	border: 1px solid #CCCCCC;
	border-radius: 3px;
    font-size:13px;
    line-height:36px;
    outline:medium none;
    padding:0 0 0 36px;
    text-shadow:1px 1px 0 white;
}
.smallBtn {
	padding: 4px 15px 6px;
    min-width: unset;
}

.menuBar {
	width: 20px;
    height: 2px;
    background-color: #999;
    margin: 5px 0;
    cursor: pointer;
}
.menuBtn {
  position: absolute;
  left: 0px;
  width: 30px;
}

#inserErrMsg {
	max-height: 50%;
	overflow-y: auto;
}

#imgContainer {
	width: 100%;
    position:absolute;
    top: 50%;
    bottom:50px;
    text-align: center;
}

#manualCopyImg {
	padding-top: 5px;
	max-width: 95%;
	max-height: 95%;
}

#insertErrorBtns {
	position: absolute;
    bottom: 5px;
}

#editableDiv {
	width: 100%;
	height: 100px;
	border: 1px solid #cccccc;
}

a.ms-Button {
	font-weight: bold;
	text-decoration: none;
}

.serviceBtn {
	width: 185px;	
}

#backLnk {
	top: -4px;
    position: absolute;
}

.backLnk {
	font-size: 12px;
	cursor: pointer;
	color: #6D6D6D;
}

.signOutLnk {
	font-size: 12px;
	cursor: pointer;
	color: #6D6D6D;
	float: right;
}