li#j-create-link-smashdoc a {
	top: 0px;
	left: 0px;
}

.jive-link-smashdoc {
	background-image: url("/plugins/smashdocs-connector/resources/images/smashdoc-icon.svg");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-size: 16px 16px;
	padding-left: 20px;
	color: #2a6ebb !important;
}

.jive-icon-smashdoc, .jive-icon-csa-smashdoc {
	background-image: url("/plugins/smashdocs-connector/resources/images/smashdoc-icon.svg");
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.jive-icon-csa-smashdoc.jive-icon-sml, .jive-icon-smashdoc.jive-icon-sml {
	background-size: 9px 9px;
}

.jive-icon-csa-smashdoc.jive-icon-med, .jive-icon-smashdoc.jive-icon-med {
    background-size: 16px 16px;
}

.jive-icon-csa-smashdoc.jive-icon-big, .jive-icon-smashdoc.jive-icon-big {
    background-size: 25px 25px;
}

.j-act-stream .j-act-generic .j-act-content .j-act-title {
	padding: 0 0 0 30px;
}

section#import-file {
	display: none;
}

fieldset#smashdoc-write-document, fieldset#smashdoc-upload-file {
	margin-top: 10px;
}

fieldset#smashdoc-upload-file {
	display: none;
}

span.smashdocs-form-error {
	display:none;
}

form[name='create-smashdoc'] div#jive-compose-categories {
	line-height: 1.5;
    margin: 48px 0;
}

form[name='create-smashdoc'] div#jive-compose-categories td input {
    margin: 3px 0 0;
    padding: 0;
    vertical-align: top;
    height: 13px;
    width: 13px;
}

form[name='create-smashdoc'] div#jive-compose-categories td label {
    cursor: pointer;
    left: 5px;
    line-height: 1.2em;
    margin-bottom: 0;
    position: relative;
    display: inline-block;
    white-space: normal;
}

table#smashdoc-committee-perms {
	width: 100%;
}

table#smashdoc-committee-perms tbody tr td,
table#smashdoc-committee-perms thead tr th {
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #eee;
}

table#smashdoc-committee-perms td.j-td-title,
table#smashdoc-committee-perms td.j-td-actions,
table#smashdoc-committee-perms td.j-td-override {
	width: 20%;
}

span.smashdoc-entitlement-success {
	display: none;
	color: green;
	font-weight: bold;
	margin-left: 10px;
}

span.smashdoc-entitlement-error {
	display: none;
	color: red;
	font-weight: bold;
	margin-left: 10px;
}

div#smashdoc-uploading-modal {
	display: none;
}

div#smashdoc-uploading p {
	text-align: center;
}

div#smashdoc-uploading img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}

table.smashdocs-table {
	width:100%;
}

table.smashdocs-table th {
	border: 1px solid rgb(198, 198, 198); 
	padding: 6px; color: rgb(80, 80, 80); 
	background-color: rgb(242, 242, 242); 
	text-align: left; 
	user-select: none;
	font-weight: bold;
}

table.smashdocs-table td {
	border:1px solid black;
	border: 1px solid rgb(198, 198, 198);
	padding: 6px;
}

#smashdocs-links {
	display: none;
	overflow: auto;
}

#smashdocs-links div {
	display: block;
	float: left;
	margin-right: 20px;
}

.edit-in-new-tab .jive_macro_alert {
	margin-top: 0px;
	margin-bottom: 0px;
}

.edit-in-new-tab a {
	color: #0f7198 !important;
}

.support-community {
	padding-top: 10px;
	padding-bottom: 10px;
}

.support-community .jive-icon-med {
	margin: 2px 5px 0 0;
}

p#new-collaborator-heading {
	margin-bottom: 5px;
}

div#new-collaborator-form {
	overflow: auto;
}

div#new-collaborator-form div#select-user {
	float:left;
	width: 400px;
}

div#new-collaborator-form label {
	display: block;
	font-weight: bold;
}

div#new-collaborator-form div#select-user input {
	padding: 9px 5px;
	border: 1px solid #ddd;
	border-radius: 3px;
	width:300px;
}

div#new-collaborator-form div#select-permission {
	float:left;
	width: 150px;
	display: none;
}

div#new-collaborator-form div#section-history {
	float:left;
	width: 150px;
	display: none;
}

div#new-collaborator-form div#can-export {
	float:left;
	width: 150px;
	display: none;
}

div#new-collaborator-form div#add-collaborator {
	float:left;
	width: 200px;
	display: none;
}

div#new-collaborator-form p.error {
	font-weight: bold;
	color: red;
	display: none;
}

section#new-collaborator {
	margin-bottom: 20px;
}

section#permission-level-description {
	margin-top: 20px;
}

section#permission-level-description h4 {
	margin-bottom: 10px;
}

section#permission-level-description ul {
	list-style: none;
}

section#permission-level-description p.desc {
	margin-top: 10px;
	margin-bottom: 10px;
}

.support-community-link .jive-icon-med.jive-icon-space {
	margin-top: 7px;
}