/* @override https://www.thewebplayground.com.au/baseapp/css/repository.css */

/* @override https://www.thewebplayground.com.au/baseapp/css/repository.css */

/*-------------repository styles--------------*/

#cmsbody .repository *, #cmsbody .repo-gallery-view *{
	font-size: 12px;
	line-height: 1.2;
	text-decoration: none;
	font-weight: normal;
	padding: 0;
	list-style: none;
	margin: 0;
        vertical-align: middle;
}

#cmsbody ul.repositoryLinks li a {
	float: right;
	display: block;
	background: #333;
	color: #fff;
	padding: 5px 10px;
	margin-left: 5px;
	border-radius: 5px;
	
}
#cmsbody ul.repositoryLinks li a:hover {
background: #777;
}
#cmsbody div.repository h1, #cmsbody .repo-gallery-view h1 {
	font-size: 20px;
	padding: 5px 0 5px 0;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

#cmsbody div.repository h2, #cmsbody .repo-gallery-view h2 {
	font-size: 15px;
	border-bottom: 1px solid #eee;
	padding: 15px 0 2px 0;
	margin: 20px 0 10px 0;
	clear: both;
}
#cmsbody .repo-item-tile {
	float: left;
	width: 25%;
	margin: 0px 0 10px 0;
	text-align: center;
	color: #aaa;
	font-size: 11px;

}
#cmsbody .repo-item-tile img {
width: 0;
height: 0;
padding: 150px 150px 0 0;
background-position: 50% 50%;
background-repeat: no-repeat;
}
#cmsbody .repo-item-tile a {
	border: 1px solid #ccc;
	display: block;
	margin: 11px 11px 6px;
}
#cmsbody .repo-item-tile a:hover {
border: 2px solid #8AB5FF;
margin: 10px 10px 5px;
}
#cmsbody .repo-item-tile p a {
border: 0;
margin: 0;
}
#cmsbody .repo-item-tile p a:hover {
border: 0;
margin: 0;
text-decoration: underline;
}
#cmsbody .repository.explorer  li.repositoryFolder a, #cmsbody .repository.gallery  li.repositoryFolder a  {
	display: block;
	float: left;
	clear: both;
	font-size: 12px;
	padding: 6px 12px 5px 30px;
	margin: 3px 10px 3px 0px;
	border-radius: 5px;
	text-decoration: none;	
	background: url(http://system-images.thewebconsole.com/S3SYS/50b6b516dc831.gif) 0 5px no-repeat;
}
#cmsbody  li.repositoryFolder a:hover {
text-decoration: underline!important;
}
#cmsbody div.repo-item-tile:nth-of-type(4n+1) {
clear: both;
}
#cmsbody .repository.listing  li.repositoryFolder {
		background: url(http://system-images.thewebconsole.com/S3SYS/50b6b516dc831.gif) 0 5px no-repeat;
		padding: 6px 0 0 30px;
		margin-top: 20px;
		font-weight: bold;
}
#cmsbody .repository.listing div.repositoryFiles {
	border-left: 3px solid #ccc;
	margin: 5px 0;
}
#cmsbody .repository.listing div.repositoryFiles li {
	padding: 5px 10px;
	font-size: 10px;
} 
#cmsbody .repository.explorer div.repositoryFiles li {
padding: 5px 0;
	font-size: 10px;
}
#cmsbody .repository p.repositoryBreadcrumb {
	padding: 6px 7px!important;
	border-radius: 4px;
	margin-bottom: -10px;
	background: #eee;
	margin-top: 20px;
}
#cmsbody .repository p.repositoryBreadcrumb a:hover {
text-decoration: underline;
}
/*login page styles*/
#cmsbody table.repository {
width: 100%;
	
}

#cmsbody table.repository tbody tr td h1.repositoryLoginHeading {
	font-size: 15px;
	border-bottom: 1px solid #eee;
	padding: 15px 0 2px 0;
	margin: 0px 0 10px 0;
	clear: both;
	
}

#cmsbody table.repository tbody tr td form table td {
	padding: 0 15px 10px 0;
}
#cmsbody table.repository tbody tr td form table td input[type=text], #cmsbody table.repository tbody tr td form table td input[type=password] {
padding: 3px;
width: 300px;
}
#cmsbody table.repository tbody tr td form table td input[type=checkbox] {
margin: 0 2px 0 0;	
}
#cmsbody .repository h1.repositoryClientAreaHeading {
font-size: 20px;
padding: 5px 0 5px 0;
margin-bottom: 10px;
border-bottom: 1px solid #ccc;
}
/*upload file page*/
#cmsbody div.repositoryUploadFile td {
	margin: 0;
	padding: 5px;
	padding-right: 7px;
	background: none;
}

#cmsbody div.repositoryUploadFile form table.box tbody tr td.boxTop {
color: inherit!important;
font-size: 20px;
padding: 5px 0 5px 0;
margin-bottom: 10px;
border-bottom: 1px solid #ccc;
}

#cmsbody div.repositoryUploadFile td.label {
padding-top: 10px;
padding-left: 5px;
font-weight: bold;
}
#cmsbody div.repositoryUploadFile form table.box {
	border: 0;
	width: 100%;
	margin-bottom: 10px;
}

#cmsbody div.repositoryUploadFile form table.box tbody tr.text td select.fields {
	margin: 0;
}

#cmsbody div.repositoryUploadFile form table.box tbody tr.text td h1 {
	margin: 0;
}

#cmsbody .repository input[type=submit] {
    float: left;
    display: block;
    background: #333;
    color: #fff;
    padding: 5px 10px;
    margin-left: 5px;
    margin-top: 15px;
    border-radius: 5px;
}

#cmsbody .repository .repository-checkboxes {
    margin: 3px 5px 3px 3px;
}

#cmsbody .message {
    color: red;
    font-weight: bold;
}