/*!
Author: David S. Newbvy
Company: David Newby Associates
Purpose: Style sheet for full screen web application
*/

html, body {
  height: 99.99%;
  margin: 0px;
  font-family:Arial,Helvetica,sans-serif;
  font-size: 14px;
} 

p {
	padding: 5px;
}

.button1 {
    background-color: beige;
    border: none;
    color: #808080;
    padding: 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-family: Segoe MDL2 Assets;
    font-size: 18px;
}
    
.button1:hover {
    background-color: #808080;
    color: white;
}

.button2 {
    background-color: beige;
    border: none;
    color: #808080;
    padding: 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-family: Segoe UI Symbol;
    font-size: 16px;
}
    
.button2:hover {
    background-color: #808080;
    color: white;
}

.imgButtonSmall {
    background-color: beige;
    border: none;
    color: #808080;
    padding: 1px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}
    
.imgButtonSmall:hover {
	outline: 1px solid grey;
}

.gridview .selected, .gridview tbody .selected {
    background-color: #6ccbfb;
    color: #fff;
    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
}

.beforeth {background-color: #f2f2f2;}

.headerdiv {
	display: flex;
	margin: 0px;
    padding: 0px;
	border: 0px;
	width: 100vw;
	background-color: #F5F5F5;
}
.contentdiv {
	display: flex;
	flex: 1;
	margin: 0px;
    padding: 0px;
	border: 0px;
	width: 100vw;
	background-color: #F5F5F5;
	overflow-x: hidden;
	overflow-y: auto;
}

.centrediv {
	margin: auto;
	width: 95%;
	padding: 10px;
}

.listpane {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 40vh;
  width: 100vw;
  margin: 0;
  padding: 0;
  background-color: #D3D3D3;
}

.infopane {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 60vh;
  width: 100vw;
  margin: 0;
  padding: 0;
  background-color: #D3D3D3;
}

.container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100vh;
  margin: 0;
  padding: 0;
  background-color: #D3D3D3;
}

.dwmscontainer {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100vh;
  margin: 0;
  padding: 0;
  background-color: #D3D3D3;
}

.vertical { 
	position:absolute; 
	top:40%; /* adjust this as needed */     
	left:0; 
	width:100%; 
	text-align:center;
} 

.options {
	margin: 0;
	padding: 0 5px 0 5px;
	vertical-align: text-top;
}

main {
  flex: 1;
  display: flex;
  flex-direction: row;
	overflow-x: hidden; 
	overflow-y: hidden;
}

.content {
  /* display: flex;*/
  /* flex: 3; */
  flex-direction: column;
  /* overflow-y: auto; */
  align-items: stretch;
  height: 100vh;
  background-color: #F5F5F5;
}

.contentwin {
  display: flex;
  /* flex: 3; */
  flex-direction: column;
  align-items: stretch;
  height: 100vh;
  width: 100vw;
  background-color: #F5F5F5;
}

.contentpane {
  display: flex;
  /* flex: 3; */
  align-items: stretch;
  height: 50vh;
  width: 100vh;
  background-color: #F5F5F5;
	overflow-x: hidden; 
	overflow-y: hidden;
}
    
.nav-section {
	display: flex;
	flex-direction: column;
}

.navbar {
  display: flex;
  flex: 0 1 auto;
  flex-direction: column;
  justify-content: space-between;
  overflow-y: auto;
  min-width: 200px;
  max-width: 400px;
  height: 100vh;
  font-size: 14px;
  background-color: #FFFFFF;
}

.navbar2 {
  overflow-y: auto;
  width: 210px;
  height: 100vh;
  font-size: 6px;
  background-color: #FFFFFF;
}

.section {
  display: flex;
  flex: 0 1 auto;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  overflow-y: auto;
  font-size: 14px;
  background-color: #FFFFFF;
  background: beige;
}

.menubar {
  order: 1;
  flex: 1;
  overflow-y: auto;
  width: 25;
}

footer {
  flex: none;
  height: 15px;
  background-color: #808080;
  color: #FFFFFF;
  font-size: 12px;
}

iframe {
	margin: 0;
	padding: 0;
	border: 0px;
	width: 100vw;
}

/* CSS Tree menu styles */
ol.tree {
	padding: 0 0 0 30px;
	width: 320px;
	font-size: 14px;
}
li { 
	position: relative; 
	margin-left: -15px;
	list-style: none;
	font-size: 14px;
}
li.project {
	padding: 0 0 0 5px;
	margin-left: -1px !important;
	cursor: pointer;
}
li.project a { 
	padding-left: 0px;
	text-decoration: none;
	display: block;
	cursor: pointer;
    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
}
li.project a:hover {
	background-color: beige;
}
li.file	{
	margin-left: -1px !important;
}
li.file a { 
	background: url(/images/folder-horizontal.png) 0 0 no-repeat; 
	padding-left: 21px;
	text-decoration: none;
	display: block;
	cursor: pointer;
}
li.file a[href *= '.html']	{ 
	background: url(/images/DrawerOpen.png) 0 0 no-repeat; 
}
li.file a[href *= '.pdf']	{ 
	background: url(/images/DrawerClosed.png) 0 0 no-repeat; 
}
li.file a[href $= '.css']	{ 
	background: url(/images/DrawerOpen.png) 0 0 no-repeat; 
}
li.file a[href $= '.js']	{ 
	background: url(/images/folder-horizontal.png) 0 0 no-repeat; 
}
li input {
	position: absolute;
	left: 0;
	margin-left: 0;
	opacity: 0;
	z-index: 2;
	cursor: pointer;
	height: 1em;
	width: 1em;
	top: 0;
}
li input + ol {
	background: url(/images/toggle_small_expand.png) 40px 0 no-repeat;
	margin: -0.938em 0 0 -44px; /* 15px */
	height: 1em;
}
li input + ol > li { 
	display: none; margin-left: -14px !important; 
	padding-left: 1px; 
}
li.cabinet label {
	background: url(/images/Cabinet.png) 15px 1px no-repeat;
	cursor: pointer;
	display: block;
	padding-left: 37px;
}
li.drawer label {
	background: url(/images/DrawerClosed.png) 15px 1px no-repeat;
	cursor: pointer;
	display: block;
	padding-left: 37px;
}
li.drawer label + ol {
	background: url(/images/DrawerOpen.png) 15px 1px no-repeat;
	cursor: pointer;
	display: block;
	padding-left: 37px;
}


li input:checked + ol {
	background: url(/images/toggle_small.png) 40px 5px no-repeat;
	margin: -1.25em 0 0 -44px; /* 20px */
	padding: 1.563em 0 0 80px;
	height: auto;
}
li input:checked + ol > li { 
	display: block; margin: 0 0 0.125em;  /* 2px */
}
li input:checked + ol > li:last-child { 
	margin: 0 0 0.063em; /* 1px */ 
}

