﻿/* DEFAULTS
----------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=PT+Sans|Quicksand|Muli');




@media only screen and (min-width:1368px) {  
	#MainContent_myLeftFrame, #MainContent_myRightFrame, #MainContent_myMainFrame{
		height:820px;
				
	}
}
@media only screen and (min-width:1080px) and (max-width:1367px) {  
	#MainContent_myLeftFrame, #MainContent_myRightFrame, #MainContent_myMainFrame{
		height:550px;
				
	}
}

@media only screen and (max-width:1079px) {  
	#MainContent_myLeftFrame, #MainContent_myRightFrame, #MainContent_myMainFrame{
		height:400px;
		}	

	}
}

html {
    height: 100%;
}
body {


    /**/
    background: #fff;
    font-size: 11px;
    font-family: 'PT Sans', sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
    height: 98%;
    width: auto;
}

a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1em;
    color: #666666;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}hi

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page {
    width: 100%; /* 960px;*/
    /*background-color: #fff;*/
    color: #382d2d;
    margin: 0px auto 0px auto;

}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    width: 100%;

    background: 543176; /* For browsers that do not support gradients */    
    background: -webkit-linear-gradient(135deg, #543176,#543176, #63c29d); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(135deg, #543176,#543176, #63c29d); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(135deg, #543176,#543176, #63c29d); /* For Firefox 3.6 to 15 */
    background: linear-gradient(135deg, #543176,#543176, #63c29d); /* Standard syntax (must be last) */
	
    
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 550px;
	text-align:center;
   
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color:transparent;
}

div.menu
{
    /*padding: 4px 0px 4px 8px;*/
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #BDAEC6;/*465c71;*/
    border: 1px #dde4ec solid;
    color: #344244;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

.leftDiv
{
    float:left;
    height:100%;
    background-color:#ddd;
    width:20%;  
    border:1px solid red;
    
}
.midDiv
{
    float:left;
    height:100%;
    background-color:#ddd;
    width:62.7%;
    
    border:1px solid red;
}
.rightDiv
{
    float:left;
    height:100%;
    background-color:#ddd;
    width:20%;
  
    border:1px solid red;
}
.TeamSelector
{
    background-color:red;
    width:100%;
    height:10px;
    
  
}
.black_overlay {
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;

    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
}


.white_content {
    display: none;
	position:absolute;

	margin: 0 auto;
	margin-top:-30px;
    width:100%;
    /*left:300px;

    
    top: 5%;
    left: 25%;
    width: 50%;
    height: 80%;
    /*padding: 16px;*/
    
    z-index: 1500;
  
}

#white_content_container {
	width:700px;
	position:relative;
	margin:auto;
	background-color: white;
    box-shadow: 3px 3px 3px #222222;
	border-radius:3px;
}

#PathInfoDiv {
    /*position: fixed;*/
    background-color: #543176;
    height: 25px;
    color: white;
    font-size:13px;
	
}
#TreeViewDiv {
    margin-top: 20px;
    overflow: auto;
    height: 250px;
    padding-left: 16px;
}

.uploadBtnPanel {
    background-color: #543176;
    height: auto;
  
    padding:10px;

}

#smallClosebtn {
    border-style: none;
    border-color: inherit;
    border-width: medium;
    padding-right: 10px;
    float: right;
    background: url('http://localhost:1821/images/btn.png') no-repeat;
    color:white;
    cursor: pointer;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.closebtn {
		float:right;
	font-size:15px;
	font-weight:bold;
	border-radius:3px;
	font-family:'PT Sans', sans-serif;
	margin:2px;
	color:#FFF;
	background:none;
	border:none;
	cursor:pointer;
}

/*
This is the style for dynamic button
*/
.accordion {
    color: #543176;
/*	font-weight:bold;*/
	font-family:'PT Sans', sans-serif;
   	cursor: pointer;
    	padding: 5px;
  /*  width: 100%; */
    	border: none;
    	text-align: left;
    	outline: none;
    	font-size: 13px;
	
    /*transition: 0.4s;*/
    	white-space: normal;
    	margin-top:10px;
    	margin-bottom:0px;
	margin-left:0px;
	width:210px;
	background-color:transparent;
	border: #CCCCCC solid;
	border-width:1px 0px 1px 0px;
	border-style:dotted;
	height:30px;
	
  
}

.accordion:hover
{
	border-bottom:2px #543176 solid;
	background-color: transparent;
	
}

button.accordion.active, button.accordion:hover {
    background-color: #ccc;
}

button.accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

button.accordion.active:after {
    content: "\2212";
}


div.panel {
    padding: 0 18px;
    background-color: white;
    /* max-height: 0; */
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    max-height:200px;
	margin-left:-15px;

}
.EC {
	background-color:#ffffff;
	border-width:0px;
	color:#543176;
	font-weight:bold;
	font-size:15px;
	}
li.static{
	font-size:15px;
	background-color:#00F; 
	}
#RightDiv
{
    float:right;
    width:85%;
	margin-left:10px;
}
#midDiv
{
   
    width:60%;
    
}
#leftDiv
{
    float:left;
    width:80%;
    
}
.TreeWrapper
{
    white-space:normal;
    height:auto;
}
.flink::before
{
  content:"\25AA";
}
.whwrapper
{ 
    height:auto;
    
}

#MainContent_myLeftFrame {
	width:20%;
	border:0;
	margin-left: -15px;
	
}
	
	
#MainContent_myRightFrame {
	width:22%;
	border:0;
	}	
#MainContent_myMainFrame {
	width:60%;
	border:0;
	margin-left: 8px;
	}	

#MainContent_mySearchUploadFrame {	
	border:0;
	}	
	
#tblFileInfoShow th {
	font-family:'PT Sans', sans-serif;
	font-size:13px;
	padding:5px 3px 5px 3px;
	color:#FFF;
	background-color:#543176;
	border:none;
	font-weight:normal;
	width:50px;
	}
#tblFileInfoShow tr:nth-child(even) {background: #EEE}
#tblFileInfoShow tr:nth-child(odd) {background: #FFF}	

#tblFileInfoShow
{
	font-size:13px;
	border:1;
	border-collapse:collapse;
	padding-left:2px;
	padding-right:2px;
	margin-top:20px;
	width:98%;
	}

#tblFileInfoShow td
{
	border:none;
}
	
table#tblFileInfoShow tr td:first-child{overflow:hidden;}

.ButtonTag
{
	font-family:'Muli', sans-serif;
	background-color:rgba(221, 221, 221, 0.5);
	border:none;
	margin:0px 0px 4px 4px ;
	border-radius:3px;
	padding:2px 33px 2px 4px;
	float:left;
	height:29px;
	cursor:pointer;
	font-weight:100;
	font-size:13px;
	border:1px rgba(0,204,204,0.6) solid;
}
.ButtonTag:focus
{
    	border:2px #543175 solid;

}
.ButtonTag:hover
{
	background-color:#CCC;
	}
.EachTag
{
    display:inline;
    float:left;
}
	
/* Tree View
----------------------------------------------------------*/


.SelectedNodeStyle
{
	
	display: block;
	text-decoration: none;
	border: solid 1px #543176;
	padding: 2px 2px 2px 2px;
	background-color:#EEE;
}

.RootNodeStyle
{
    display:block;
    text-decoration:underline;
    font-size: 13px;
}

#uplBtnPanelTB tr td:first-child
{
	width:100px;
    
}
.FolderCount
{
    display:block;
    /*background-color:#FFCC00;*/
   /* float:left; */
    width:15px;
    color:#555;
    font-size:10px;
    margin-left:180px;
    margin-top:-30px;
	border-radius:0px;
	text-align:center;
	border-right:1px #888 solid;
    
}
.FileCount
{
    display:block;
    /*background-color:#096;*/
   /* float:left; */
    width:15px;
    color:#555;
    font-size:10px;
    margin-left:195px;
    margin-top:-13px;
    	text-align:center;
}

.foCount
{
    display:block;
	background-color:transparent;
	border-right:1px #543176 solid;
    float:left;
    width:15px;
    color:#543176;
    font-size:10px;
    margin-left:-30px;
    margin-top:0px;
	border-radius:0px;
	text-align:center;
    
}

.fiCount
{
    display:block;
	background-color:transparent;
    float:left;
    width:15px;
    color:#543176;
    font-size:10px;
    margin-left:-15px;
    margin-top:0px;
    	text-align:center;
}

.MenuTree
{
	clear:both;
	font-family:'PT Sans', sans-serif;
	font-size:13px;

	}
	
	
/**
 * Tooltip Styles
 */

/* Add this attribute to the element that needs a tooltip */
[data-tooltip] {
  position: relative;
  z-index: 2;
  cursor: pointer;
}

/* Hide the tooltip content by default */
[data-tooltip]:before,
[data-tooltip]:after {
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  pointer-events: none;
}

/* Position tooltip above the element */
[data-tooltip]:before {
  position: absolute;
  bottom: 150%;
  left: 50%;
  margin-bottom: 5px;
  margin-left: -80px;
  padding: 7px;
  width: 100px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: rgba(84,49,118,0.9);
  
  color: #fff;
  content: attr(data-tooltip);
  text-align: center;
  font-size: 12px;
  line-height: 1.2;
}

/* Triangle hack to make tooltip look like a speech bubble */
[data-tooltip]:after {
  position: absolute;
  bottom: 150%;
  left: 50%;
  margin-left: -5px;
  width: 0;
  border-top: 5px solid #000;
  border-top: 5px solid rgba(84,49,118,0.9);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
}

/* Show tooltip content on hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.TagWrapper
{
    margin-top:20px;
}


.MasterMenu
{
	font-family:'PT Sans', sans-serif;
	background-color:transparent;
	border:none;
	color:#FFF;
	height:30px;
	font-size:13px;
	
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;	
	border-bottom: 1px transparent solid;
	border-top: 1px transparent solid;
	cursor:pointer;
	

	
	}
.MasterMenu:hover
{
	border-bottom:1px #00CCCC solid;
	color:#00CCCC;

	}
.MasterMenu:focus
{
    background:rgba(255,255,255,0.3);
	color:#FFF;
	border-bottom: 2px rgba(90,177,143,0.8) solid;
	border-top: 0px transparent solid;
	outline:none;
	border-radius:3px;
	
	background: #543176; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(rgba(90,177,143,0),rgba(90,177,143,0.7)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgba(90,177,143,0),rgba(90,177,143,0.7)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgba(90,177,143,0),rgba(90,177,143,0.7)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgba(90,177,143,0),rgba(90,177,143,0.7)); /* Standard syntax (must be last) */	
	
}


.clear.hideSkiplink
{
	background-color:transparent;
	padding-left:20px;
	height:32px;
}

#btnShowUploadForm
{
	font-family:'PT Sans', sans-serif;	
	border:none;
	font-size:13px;
	color:#FFF;

	float:right;
	cursor:pointer;
		
	    border: 1px #CCC solid;
    margin-right: 7px;
    margin-top: 1px;
    height: 30px;
    border-radius: 3px;
    background: rgba(200,200,200,0.5);
    vertical-align: middle;
    
    padding-right: 5px;
}

#btnShowUploadForm:hover
{
	background: rgba(200,200,200,0.7);
}
.TV2fileNode
{
    color:#777;
	font-size:13px;
   
   
    
}

#NewFolder
{
    display: none;
    position: absolute;
    top:50%;
    left:30%;
    width:auto;
    height:auto;
    background-color:#543176;
    padding:10px;
    z-index: 1010; 
    border:0px solid white;
    font-size:13px;
	font-family:'PT Sans', sans-serif;
	color:#FFF;
	padding:10px;
	border:1px solid #00CCCC;
	border-radius:3px;
    box-shadow: 3px 3px 3px #222222;	
}
#NewFolder Table td 
{
	background-color:transparent;
	padding:5px 0 5px 0;
	
	
}


#FadeNewFolder
{
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
	background-color: black;
    z-index: 1005;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
}
#btnCreateNewFolder
{
    width:126px;
}
#btnNewFolderCancel
{
    width:62px;
}
#txtNewFolderName, #ddlPanelLocation
{
    width:188px;
	font-family:'PT Sans', sans-serif;
	border:0px;
	border-radius:3px;
	}
#TreeViewDiv table{
border-color:white;
}

#uplBtnPanelTB td{
	background-color:#543176;
	color:#FFF;
	font-size:13px;
}





#TreeView2_SkipLink {
	display:none;
}
.filink {
	font-family:'PT Sans', sans-serif;
	font-size:13px;

}



#search{
	float:right;
	
}

#txtSearch{
	  height:25px;
	  width:200px;
	margin-left:7px;
	font-family:'PT Sans', sans-serif;
	font-size:13px;
	border:none;
	background-color:transparent;
	outline:none;
	

}


#txtSearchCat{
	height:25px;
	width:200px;
	margin-left:7px;
	font-family:'PT Sans', sans-serif;
	font-size:13px;
	border:none;
	background-color:transparent;
	outline:none;
	

}

#DropDownList1 {

	height:32px;
	margin-top:0px;
	font-family:'PT Sans', sans-serif;
	font-size:13px;
	background-color:transparent;
	border:none;
	text-align:right;
	outline:none;
	color:#000;
}


#ddlCategory {

	height:32px;
	margin-top:0px;
	font-family:'PT Sans', sans-serif;
	font-size:13px;
	background-color:transparent;
	border:none;
	text-align:right;
	outline:none;
	color:#000;
}

#lblUploadPath {
	margin:5px 0px 0px 2px ;
	position:relative;
	font-size:13px;
	float:left;
	
	color:rgba(255,255,255,0.7);
}
div.title
{
    padding:7px 0px 0px 25px;
    
}
#nofile
{
   /* this tag is shown when when category btn click and there is no file under that category. 
the description is 'The Category contains no file.'  */
}

#Login,#RegOuter,#Reset,.outer
{
    background-color:#543176;
    position: absolute;
    width: 100%;
    height: 100%;
}



#userLogin,#RegInner,#ResetPWD,.inner
{
 
  width: 300px;
  height: 200px;
  z-index: 15;
  position:absolute;
  margin: -100px 0 0 -150px;
  top : 50%;
  left: 50%;
  
}



#userLogin table td,#RegInner table td,#ResetPWD table td,.inner table td
{
    background-color:#543176;
    color:white;
    vertical-align:baseline;
    width:200px;
    white-space:nowrap;
    
}
#userInfo
{
    float:right;
    margin-top:10px;
}
#lblWelcome,#lblLogOut
{
	/*font-family:'PT Sans', sans-serif;
    color:White;*/   
    font-size:11px;
 
}
/* #lblLogOut
{
    float:left;
} */



#lbtnReset, #lblLogOut
{
text-decoration:none; 
color:#FFF;
font-family: 'PT Sans', sans-serif;
font-size:11px;
}

#lbtnReset:hover 
{
text-decoration:underline; 
color:#FFF;
font-family: 'PT Sans', sans-serif;
font-size:13px;
}


#logoutReset
{
color:#FFF;
font-family: 'PT Sans', sans-serif;
font-size:13px;

} 
/*.TagFileWrapper ul {
    list-style-image: url('../Images/file_icon.svg');
	
	}*/
	
.TagFileWrapper ul {
	list-style:none;
	padding-left:17px;
}
	
.TagFileWrapper li{
	margin:0;
	padding:0;
	padding-left:20px;
	background-image:url('../Images/file_icon.svg');
	background-repeat:no-repeat;
	background-position:0px 0px;
	
	
}

.TagFileWrapper ul li a{
	text-decoration:none;
}
/*
.MenuTree table tr td:first-child{
	    background-image: url('../Images/fileicon.png');
    background-repeat:no-repeat;
	
}
*/




/* td .Treeview5_0:before {
	
    content: "";
    display: block;
    background: url('../Images/fileicon.png') no-repeat;
    width: 20px;
    height: 20px;
    float: left;
    margin: 0 6px 0 0;
} */

.changePWControl
{
    width:100%;
}

.treeView img { width:32px; height:32px; }

lblMessage
{
    color:White;
}

/* Login And Register page */

.login-page,.AdminPWC-form {
  width: 360px;
  padding: 8% 0 0;
  margin: auto;
}
.form {
  position: relative;
  z-index: 1;
  background: rgba(255,255,255,0.3);
  max-width: 360px;
  margin: 0 auto 100px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}
.form input {
  font-family: 'PT Sans', sans-serif;
  outline: 0;
  background: rgba(242,242,242,0.7);
  width: 100%;
  border: 0;
  margin: 0 0 10px;
  padding: 10px;
  box-sizing: border-box;
  font-size: 14px;
  border-radius:3px;
}
.form button {
  font-family: "PT Sans", sans-serif;
  text-transform: uppercase;
  outline: 0;
  background: #4CAF50;
  width: 100%;
  border: 0;
  padding: 15px;
  color: #FFFFFF;
  font-size: 14px;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer;
}
.form button:hover,.form button:active,.form button:focus {
  background: #43A047;
}
.form .message {
  margin: 15px 0 0;
  color: #EEE;
  font-size: 12px;
}
.form .message a {
  color: #00DDDD;
  text-decoration: none;
}


.RegisterBody,.LoginBody {
	background: 543176; /* For browsers that do not support gradients */    
	background: -webkit-linear-gradient(135deg, #543176,#543176, #63c29d); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(135deg, #543176,#543176, #63c29d); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(135deg, #543176,#543176, #63c29d); /* For Firefox 3.6 to 15 */
	background: linear-gradient(135deg, #543176,#543176, #63c29d); /* Standard syntax (must be last) */
	height:100%;
	background-repeat: no-repeat;
	font-family: 'PT Sans', sans-serif;
	font-size:13px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;  
	background-attachment:fixed;
}
    
/*end of Login,Reg page*/    
#btnLogin, #btnRegister {
	background-color:#543176;
	font-family: 'PT Sans', sans-serif;
	color:#FFF;
	font-size:13px;
}

#btnLogin:hover, #btnRegister:hover {
	background-color:#432065;
}

#ddlistTeam {
	width:100%;
	padding: 7px 0px 8px;
	vertical-align:middle;
	font-family: 'PT Sans', sans-serif;
	background:rgba(242,242,242,0.7)
}

#mainlogo {
	width:150px;
	margin-bottom:10px;

}

#logoutReset{
	float:none;
}


#welcome ::after { 
    content: "!";
}

#rightTop{
	margin-right:10px;

}

#btnUploadMain {
	
	float:right;
}

#SearchMain {
	
    display: inline-block;
	border: 1px #CCC solid;
	margin-right:10px;
	margin-top:1px;
	height:26px;
	border-radius:3px;
	background:rgba(200,200,200,0.5);
	vertical-align:middle;
	padding-bottom:2px;
	padding-right:5px;
	
}

#SearchMain img{
	outline:none;
	
}

#MainFrameSearch {
	
    display: inline-block;
	margin-right:20px;
	margin-top:1px;
	height:26px;
	border-radius:0px;
	border-bottom:1px solid #00CCCC;
	vertical-align:middle;
	padding-bottom:5px;
	padding-right:5px;
	
	
}

#SearchPanel {
	width:100%;
	text-align:center;
	
}

@media only screen and (max-width:1079px) {  

	#btnShowUploadForm {
		background-color:#00DDDD;
		color:#000;
				
	}
}

#TreeView2{
	font-size:13px;
	
	
}


#TreeViewDiv {
font-size:13px;
	
	
}

 #btnUpload, #Button3, #btnNewFolder, #btn

 #btnUpload, #Button3, #btnNewFolder, #btnCreateNewFolder, #btnNewFolderCancel {
	font-size:13px;
	border-radius:3px;
	font-family:'PT Sans', sans-serif;
	margin:2px;
	width:70px;
	padding:2px 0 2px 0;
	background: rgba(255,255,255,0.7);
	border:1px solid #EEE;
} 


 r:hover, #btnCreateNewFolder:hover, #btnNewFolderCancel:hover {
	background: rgba(255,255,255,0.5);
	} 


#TreeViewDiv img[alt="Skip Navigation Links."]{
	
	display:none;
	
	
}




#FileUpload1::-webkit-file-upload-button {
  visibility: hidden;
  outline:none;
  font-family:'PT Sans', sans-serif;
}
#FileUpload1::before {
  content: 'Browse';
  padding:2px 15px 2px 15px;
  display: inline-block;
  background-color:rgba(255,255,255,0.7);
  border: 1px solid #EEE;
  border-radius: 3px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  font-size: 13px;
  color:#000;
  font-family:'PT Sans', sans-serif;
  }
#FileUpload1:hover::before {
  background-color:rgba(255,255,255,0.5);
}
#FileUpload1:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
  outline:none;
}
#FileUpload1{
	outline:none;
	
}

#txtFileDesc, #txtTag {
	width:100%;
	
}


/* 14 Nov 2017 To merge at server */

.whwrapper .TreeWrapper .MenuTree img{
width:20px;
height:20px;
}

input[data-active="Focus"]{
color:blue;
border:solid 1px blue;
}

#adminGridView tbody tr td input[type="image"]
{
    width:20px;
    height:20px;
}

/* 14 Nov 2017 To merge at server */
/* 17 Nov 2017 To merge at server */
#dvGrid img
{
    width:20px;
    height:20px;
}

#dvGrid tbody tr td input[type="image"]
{
    width:20px;
    height:20px;
}
/*
#dvGrid tbody tr td:last-child {
  width:50px;
  float:left;
  border:0;
  
}
*/
#dvGrid tbody tr td
{
 
  padding:2px;
}


.PWwhite_content {
    display: none;
    position: absolute;
    /*
    top:20px;
    left:300px;
    width:200px;
    height:200px;
    *//*
    top: 5%;
    left: 25%;
    width: 50%;
    height: 80%;
    /*padding: 16px;
    border-bottom: 16px solid #543176;
    border-top: 0px solid #543176;*/
    margin-top:10%;
    margin-left:20%;
    background-color: white;
    z-index: 1002;
  
}
#PWwhite_content_container {
	width:700px;
	position:relative;
	margin:auto;
	background-color: white;
    box-shadow: 3px 3px 3px #222222;
	border-radius:3px;
	margin-top:-500px;
}






#PathInfoDiv {
    /*position: fixed;*/
    background-color: #543176;
    height: 20px;
    color: white;
    font-size:13px;
   
}
#Password{ 
      padding: 10px;
}

.PWBtnPanel {
    background-color: #543176;
    height:auto;
    padding:10px;
      

}
div#dvGrid 
{
    color:Black;
}

/* 17 Nov 2017 To merge at server */


#HeaderBanner
{
	font-family:'PT Sans', sans-serif;
    color:White;   
    
 
}

div#dvGrid table th
{
    background-color: #5AB98F;
}
div#dvGrid table 
{
    width:100%;
   
}
div#dvGrid table table
{
    width:auto;   
}


.Name, .DocName, .DocTag{
white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
white-space: -webkit-pre-wrap; /*Chrome & Safari */ 
white-space: -pre-wrap;      /* Opera 4-6 */
white-space: -o-pre-wrap;    /* Opera 7 */
white-space: pre-wrap;       /* css-3 */
word-wrap: break-word;       /* Internet Explorer 5.5+ */
word-break: break-all;
white-space: normal;

}

/* A YUU MA */ 

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
    display: block;
}

#myquery,#MainContent_myquery
{
    width:100%;
    color:blue;
   
    
}
#MainContent_btnGenerateQuery
{
    float:right;
    
}

#MainContent_btnExport
{
    float:right;
    
}

.tableBtn
{
    font-size: 13px;
    border-radius: 3px;
    font-family: 'PT Sans', sans-serif;
    margin: 2px;   
    padding: 2px 4px 2px 4px;
    background: rgba(255,255,255,0.7);
    border: 1px solid #EEE;
    
}



#MainContent_lblQuery
{
    display:none;
}

ul#navigation {
    position: fixed;
    margin: 0px;
    padding: 0px;
    top: 0px;
    right: 200px;
    list-style: none;
    z-index: 999999;
}

    ul#navigation li {
        display: inline;
        float: left;
        width: 100px;
        margin-left: 1px;
    }

        ul#navigation li a {
            display: block;
            font-weight: bold;
            text-shadow: 1px 1px 1px #fff;
            float: left;
            width: 100px;
            height: 35px;
            color: #603d05;
            background: transparent url(../Images/item.png) no-repeat bottom right;
            text-decoration: none;
            text-align: center;
            padding-top: 80px;
            margin-top: -40px;
            cursor: pointer;
        }

            ul#navigation li a:hover {
            }

#MainContent_GridView1 tbody tr td img {
    width: 20px;
    height: 20px;
}
.main {
    padding-top: 100px;
}

#MainContent_GridView1 tbody tr td input[type=image] {
    width: 20px;
    height: 20px;
}