@font-face {
    font-family: 'Trebuchet MS';
    src: 	url('/fonts/TrebuchetMS.woff2') format('woff2'),
        	url('/fonts/TrebuchetMS.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

*, h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', sans-serif;
	color: #444;
	outline: none;
}
html {
	height: 100%;
}
body {	
	margin: 0;
	height: 100%;
	background: #f4f4f4;
}
.cell {
	min-height: 1px;
	position: relative;
}
.clear {
	clear: both;
}

/********************************* HEADER ***************************************************************************************************************************************************************/


header {
	position: relative;
	width: 100%;
	z-index: 999;
	margin: 0;
	height: 400px;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	border-bottom: 30px solid #343436;
	overflow: visible;
	box-sizing: border-box;
	text-align: center;
	background-color: #fff;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
#logo_container {
	width: 100%;
	height: auto;
	max-height: 100px;
	background-color: rgba(255,255,255,0.7);
	margin: 20px 0 0 0;
	padding: 10px 0;
	position: relative;
}
h1 { 
	display: inline-block; 
	width: 100%;
	max-width: 245px;
	height: auto; 
	padding: 0;
	box-sizing: border-box;
	margin: 0 auto auto 0;
	position: relative;
	text-indent: -99999px;
	z-index: 101;
	float: left;
}
h1 a { 
	display: block; 
	width: 100%; 
	height: auto; 
	padding-top: 42.86%;
	background-image: url(/img/logo.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	margin: 0;
	font-size: 0;
}

h2 {
	font-size: 2em;
	line-height: 1.2em;
	margin: 0;
	padding: 0.9375rem 0;
}
header h2 {
	display: inline-block; 
	width: auto;
	font-size: 2em;
	margin: 0 auto auto 0;
	padding: 30px 20px 28px 30px;
	position: relative;
	float: left;
}
h2 a {
	color: #92c649;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
}
h2 a:hover, h2 a:active, h2 a:focus {
	color: #92c649;
}

h3 {
	font-size: 1.5em;
	line-height: 1.2em;
	margin: 0;
	padding: 0.9375rem 0;
}

nav {
	width: 100%;
	height: auto;
	padding: 0 0.9375rem;
	position: absolute;
	top: 370px;
	left: 0;
	margin: 0;
	display: block;
	background: #343436;
	z-index: 100;
}
nav ul {
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
	position: relative;
}
nav ul li {
	display: inline-block;
	padding: 0;
}
nav ul li a {
	display: inline-block;
	width: auto;
	font-family: 'Open Sans', sans-serif;
	color: #97c026;
	font-size: 1em;
	line-height: 30px;
	padding: 0 10px;
	text-transform: uppercase;
	text-align: center;
	position: relative;
	cursor: pointer;
}
nav ul li a:hover, nav ul li a:active, nav ul li a:focus {
	background-color: #2c2c2c;
	color: #fff;
}
nav ul li a.active {
	color: #fff;	
	font-weight: bold;
}

header p {
	font-size: 0.8em;
	line-height: 20px;
	color: #000;
	padding: 0 5px 10px 0;
	margin: 0;
	text-align: right;
}
header p a {
	color: #000;
}
header p a:hover {
	color: #000;
}
ul.social {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.social li {
	display: inline-block;
	float: right;
}
ul.social li a {
	display: block;
	width: 30px;
	height: 30px;
	background: #343436;
	color: #97c026;
	padding: 0;
	margin: 0 5px;
	border-radius: 50%;
	text-align: center;
}
ul.social li a i {
	font-size: 1em;
	line-height: 30px;
	color: #97c026;
}
ul.social li a:hover, ul.social li a:hover i {
	color: #fff;
}

#spinner_master_container															{ display: none; z-index: 1; position: relative; top: 0; right: 0; margin: 0 0 auto auto; float: right; }
#spinner_master_container .columns 													{ padding: 0; }
.spinner-master input[type="checkbox"] + label:before               				{ display: none; }
.spinner-master input[type="checkbox"]:checked + label:before  						{ display: none; }
.spinner-master input[type="checkbox"] + label  									{ height: 30px; }
.spinner-master * 																	{ transition: all 0.3s; -webkit-transition: all 0.3s; box-sizing: border-box; }
.spinner-master 																	{ position: relative; margin: 0 0 10px 0; height: 30px; width: 42px; float: right; -webkit-transition: all 0.3s ease-in-out 0s; transition: all 0.3s ease-in-out 0s; }
.spinner-master input[type="checkbox"] 												{ display: none; }
.spinner-master label 																{ cursor: pointer; position: absolute; z-index: 99; height: 100%; width: 100%; top: 0; left: 0; margin: 0; }
.spinner-master .spinner 															{ position: absolute; height: 5px; width: 100%; background-color: #fff; }
.spinner-master .diagonal.part-1 													{ position: relative; float: left; }
.spinner-master .horizontal 														{ position: relative; float: left; margin-top: 5px; }
.spinner-master .diagonal.part-2 													{ position: relative; float: left; margin-top: 5px; }
.spinner-master input[type="checkbox"]:checked ~ .spinner-spin > .horizontal 		{ opacity: 0;}
.spinner-master input[type="checkbox"]:checked ~ .spinner-spin > .diagonal.part-1 	{ -webkit-transform: rotate(135deg); transform: rotate(135deg);  margin-top: 10px; }
.spinner-master input[type="checkbox"]:checked ~ .spinner-spin > .diagonal.part-2 	{ -webkit-transform: rotate(-135deg); transform: rotate(-135deg); margin-top: -15px; }
input[type='checkbox'] + label.spinner-spin, input[type='radio'] + label.spinner-spin {
	width: 100% !important;
}

/********************************* SLIDER ***************************************************************************************************************************************************************/

.bx-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	*zoom: 1;
	width: 100%;
	height: 100%;
}
.bx-wrapper img {
	max-width: 100%;
	display: block;
}
.bx-wrapper .bx-viewport {	
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
	-ms-transform: translatez(0);
	-o-transform: translatez(0);
	transform: translatez(0);
	width: 100%;
	height: 100% !important;
}

.slider_container {
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.slider {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.slide_container {
	width: 100%;
	display: block;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

/********************************* CONTENT ***************************************************************************************************************************************************************/

.content {
	padding: 0 0 100px 0;
}
.text h3 {
	clear: both;
	border-top: 1px solid #ccc;
	margin: 2rem 0 0 0;
	padding: 1rem 0;
}
.content p {
	text-align: justify;
}
.content ol, .content ul {
	padding: 0 0 1rem 1rem;
}
.content a {
	color: #97c026;
}
.content a:hover {
	color: #444;
}
.tagcloud span { 
	display: block;
	float: left;
	margin: 0.9375rem;
}
.tagcloud span a {
	color: #444;
}
.smallest {
	font-size: 0.7em;
}
.small {
	font-size: 0.8em;
}
.medium {
	font-size: 1em;
}
.large {
	font-size: 1.2em;
}
.largest {
	font-size: 1.5em;
}
.text_img {
	width: 300px;
	height: auto;
}
.text_img.left {
	float: left;
	margin: 0 2rem 2rem 0;
}
.text_img.right {
	float: right;
	margin: 0 0 2rem 2rem;
}
.doc_count_label {
	font-size: 0.7em;
}
.accordion .accordion {
	margin: 0;
	padding: 0;
}
.accordion h3 {
	font-size: 1.2em;
}

/********************************* HOME ***************************************************************************************************************************************************************/

.home_intro {
	padding: 1.875rem 0 0 0;
}
.box {
	background: #fff;
	padding: 1.875rem;
	margin: 0.9375rem 0;
	border-radius: 10px;
}

form {
	margin: 0;
	padding: 0;
	border: none;
	width: 100%;
	height: auto;
}
fieldset{
	margin: 0;
	padding: 0;
	border: none;
	width: 100%;
	height: auto;
}
label {
	width: 100%;
	font-size: 0.8em;
}
label.notok, p.notok {
	color: #c00;
}
input[type='text'], input[type='email'], input[type='password'], input[type='number'] {
	width: 100%;
	font-size: 1em;
	border: none;
	border-bottom: 1px solid #97c026;
	box-shadow: none;
}
input[type='text'].notok, input[type='email'].notok, input[type='password'].notok, input[type='number'].notok {	
	border-bottom: 1px solid #c00;
}
input[type='text']:focus, input[type='email']:focus, input[type='password']:focus, input[type='number']:focus {	
	border-bottom: 1px solid #444;
	box-shadow: none;
}
input[type='submit'] {
	width: 50%;
	max-width: 200px;
	height: 40px;
	text-align: center;
	font-size: 1em;
	line-height: 40px;
	border: none;
	background: #97c026;
	float: right;
	cursor: pointer;
	border-radius: 10px;
}
input[type='submit']:hover {
	color: #97c026;
	background: #444;
}


input[type="checkbox"] 							{ display:none; line-height:40px; }
input[type="checkbox"] + label  				{ margin:0; height:40px; }
input[type="checkbox"] + label:before  			{ font-family:'Font Awesome 5 Pro'; font-size:1.5em; display:inline-block; line-height:30px; width:10%; }
input[type="checkbox"] + label:before 			{ content: "\f0c8"; color:#97c026; }
input[type="checkbox"]:checked + label:before 	{ content: "\f14a"; color:#444; }

input[type="radio"] 							{ display:none; line-height:40px; }
input[type="radio"] + label  					{ margin:0; height:40px; }
input[type="radio"] + label:before  			{ font-family:'Font Awesome 5 Pro'; font-size:1.5em; display:inline-block; line-height:30px; width:25px; }
input[type="radio"] + label:before 				{ content: "\f0c8"; color:#97c026; }
input[type="radio"]:checked + label:before 		{ content: "\f14a"; color:#444; }

form a {
	padding: 20px 0;
	font-size: 0.8em;
}
form p {
	font-size: 0.8em;
}

.profile_photo {
	width: 200px;
	height: 200px;
	border-radius: 50%;
	float: left;
	background-color: #ccc;
	background-image: url(/img/avatar.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 35px;
}

/********************************* FAQ GLOSSARY ***************************************************************************************************************************************************************/

.accordion {
	background: #fff;
	margin: 0.9375rem 0;
	padding: 1.875rem;	
	border-radius: 10px;
}
.logreg {
	padding: 0;
}
.accordion h3 {
	cursor: pointer;
	padding-left: 35px;
	position: relative;
}
.ui-icon {
	width: 18px;
	height: 18px;
	display: block;
	position: absolute;
	top: 20px;
	left: 0;
}
.plus {
	background: url(/img/plus.png) center center no-repeat;
}
.minus {
	background: url(/img/minus.png) center center no-repeat;
}
.ui-accordion-content {
	padding: 0 0 0 35px;
}
.logreg .ui-accordion-content {
	padding: 0;
}
.document_info {
	font-size: 0.7em;
}
.docs a {
	color: #444;
}
.docs a i {
	font-size: 2em;
	float: left;
	display: inline-block;
	margin: 5px 20px 10px 0;
}
.search_docs_results {
	padding: 30px 0 15px 0;
}

/********************************* FOOTER ***************************************************************************************************************************************************************/


footer {
	position: relative;
	width: 100%;
	height: auto;
	min-height: 50px;
	z-index: 900;
	margin: 0;
	text-align: center;
	background: #343436;
	padding: 0 0 50px 0;
}
footer.bottom {
	position: absolute;
	bottom: 0;
}
footer p {
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	margin: 0;
	padding: 10px 0;
	color: #fff;
	text-align: center;
}
footer p strong {
	color: #fff;
}
.partner_logo {
	width: auto;
	height: auto;
	max-width: 150px;
	max-height: 80px;
	display: inline-block;
	margin: 10px;
}
footer .ceeto {
	width: auto;
	height: auto;
	max-width: 200px;
	max-height: 90px;
	display: inline-block;
	margin: 30px 20px 10px 20px;
}
footer .founded {
	width: auto;
	height: auto;
	max-width: 170px;
	max-height: 90px;
	display: inline-block;
	margin: 30px 20px 10px 20px;
}

/********************************* POSTS ***************************************************************************************************************************************************************/

.post {
	padding: 1.875rem;
}
.intro_post {
	padding: 20px 0 0 0;
	margin: 0;
	border-top: 1px solid rgba(146,198,73,0.5);
}
.post .docs, .post .imgs {
	padding: 0.9375rem 0 0 0;
}
.profile {
	position: relative;
}
.profile_pic {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	float: left;
	background-color: rgba(151,192,38,0.2);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0 20px 0 0;
}
.profile_name {
	font-weight: 600;
	font-size: 1em;
	line-height: 1em;
	margin: 0;
	padding: 0;
	width: auto;
}
.profile_info {
	font-size: 0.8em;
	line-height: 1em;
	margin: 0;
	padding: 5px 0;
	width: auto;
}
.post_datetime {
	font-size: 0.8em;
	line-height: 1em;
	margin: 0;
	padding: 0;
	float: right;
	font-weight: normal;
}
.small_img {
	display: block;
	width: 25%;
	height: auto;
	padding-top: 25%;
	position: relative;
	overflow: hidden;
	float: left;
}
.small_img div {
	width: calc(100% - 2px);
	height: calc(100% - 2px);
	position: absolute;
	top: 0;
	left: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	margin: 1px;
}
.hidden_img {
	visibility: hidden;
	width: 0;
	height: 0;
}
.content h3 a {
	color: #444;
}
.docs p {
	font-size: 0.8em;
	margin-bottom: 0;
}
.document_info {
	font-size: 0.9em;
	margin-bottom: 1rem;
}

.search_posts_results ul {
	list-style-type: none;
	margin: 20px 0 0 0;
	padding: 0;
}
.search_posts_results ul li a {
	padding: 10px 0;
	display: block;
}

/********************************* POST FORM ***************************************************************************************************************************************************************/

form p {
	margin-bottom: 5px;
}
.post_form {
	margin: 20px 0 0 0;
	font-family: 'Open Sans', sans-serif;
}
.post_headline {
	font-size: 1.5em;
	line-height: 1.2em;
	margin: 5px 0;
	border-radius: 10px;
	background-color: rgba(0,0,0,0.05);
	padding: 5px 10px;
}
.post_headline p {
	margin: 0;
	padding: 0;
}
.post_headline:before {
	font-size: 24px !important;
	line-height: 1.2em !important;
	margin: 0 !important;
	padding: 0 !important;
	font-style: normal !important;
	color: rgba(68,68,68,0.5) !important;
}
.post_content {
	margin: 5px 0;
	border-radius: 10px;
	background-color: rgba(0,0,0,0.05);
	padding: 9px 10px 1px 10px;
}
.post_content:before {
	font-style: normal !important;
	color: rgba(68,68,68,0.5) !important;
	line-height: 1.6 !important;
	margin: 0 !important;
	padding: 0 !important;
	font-size: 16px !important;
}
.post_hashtags {
	margin: 5px 0;
	border-radius: 10px;
	background-color: rgba(0,0,0,0.05);
	padding: 9px 10px 1px 10px;
}
.post_hashtags:before {
	font-style: normal !important;
	line-height: 1.6 !important;
	margin: 0 !important;
	padding: 0 !important;
	font-size: 16px !important;
	color: rgba(68,68,68,0.5) !important;
}
.bar {
    height: 18px;
    background: green;
}

.options_container {
	position: relative;
	height: 24px;
	width: 260px;
	float: left;
	margin: 8px 0;
	padding: 5px;
}
#pinned_container {
	width: 180px;
}
#notification_container {
	width: 312px;
}
#message_container {
	width: 413px;
	display: none;
}
label.options_label {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 1em;
	cursor: pointer;
	transition: 500ms;
	color: #c5c5c5;
	float: none;
	z-index: 3;
	width: 120px;
	margin: 0;
}
label.options_label:hover, label.options_label:active {
	
}
label.options_label_1 {
	text-align: left;
}
label.options_label_2 {
	text-align: right;
	right: 0;
	left: auto;
	width: 140px;
}
#pinned_container label.options_label_1 {
	width: 27px;
}
#pinned_container label.options_label_2 {
	width: 150px;
}
#notification_container label.options_label_1 {
	width: 27px;
}
#notification_container label.options_label_2 {
	width: 280px;
}
#message_container label.options_label_2 {
	width: 385px;
}
.options_pill {
	position: absolute;
	left: 90px;
	top: 3px;
	height: 24px;
	width: 54px;
	background: #fff;
	border-radius: 500px;
	transition: all 500ms;
	border: 1px solid #b4b4b4;
	z-index: 1;
}
#pinned_container .options_pill {
	left: 1px;
}
#notification_container .options_pill {
	left: 1px;
}
#message_container .options_pill {
	left: 1px;
}
.options_toggle {
	position: absolute;
	width: 24px;
	height: 24px;
	background-color: #97c026;
	top: 3px;
	left: 90px;
	border-radius: 50%;
	transition: all 500ms;
	z-index: 4;
}
#options2_2~.options_toggle {
	background-color: #ccc;
}
#options3_2~.options_toggle {
	background-color: #ccc;
}
#options4_2~.options_toggle {
	background-color: #ccc;
}
#pinned_container .options_toggle {
	left: 0;
}
#notification_container .options_toggle {
	left: 0;
}
#message_container .options_toggle {
	left: 0;
}
#options1_1:checked~.options_label_1 {
	color: #4c4c4c;
}
#options1_2:checked~.options_label_1 {
	color: #c5c5c5;
}
#options1_2:checked~.options_label_2 {
	color: #4c4c4c;
}
#options1_2:checked~.options_toggle {
	left: 120px;
}
#options1_2:checked~.options_pill {
	background-color: #fff;
}

#options2_1:checked~.options_label_1 {
	color: #4c4c4c;
}
#options2_2:checked~.options_label_1 {
	color: #c5c5c5;
}
#options2_2:checked~.options_label_2 {
	color: #4c4c4c;
}
#options2_2:checked~.options_toggle {
	left: 30px;
	background-color: #97c026;
}
#options2_2:checked~.options_pill {
	background-color: #fff;
}

#options3_1:checked~.options_label_1 {
	color: #4c4c4c;
}
#options3_2:checked~.options_label_1 {
	color: #c5c5c5;
}
#options3_2:checked~.options_label_2 {
	color: #4c4c4c;
}
#options3_2:checked~.options_toggle {
	left: 30px;
	background-color: #97c026;
}
#options3_2:checked~.options_pill {
	background-color: #fff;
}

#options4_1:checked~.options_label_1 {
	color: #4c4c4c;
}
#options4_2:checked~.options_label_1 {
	color: #c5c5c5;
}
#options4_2:checked~.options_label_2 {
	color: #4c4c4c;
}
#options4_2:checked~.options_toggle {
	left: 30px;
	background-color: #c00;
}
#options4_2:checked~.options_pill {
	background-color: #fff;
}

p.options {
	padding: 0 5px;
	margin: 10px 0;
	width: auto;
	float: left;
}
#visibility_users_container {
	display: none;
}
#ms-visibility_users {
	float: left;
	padding: 10px;
}

/********************************* COMMENTS ***************************************************************************************************************************************************************/

.content .comments_link {
	background-size: auto 20px;
	padding: 10px 10px 5px 0;
	margin: 0 20px 0 0;
	color: #444;
	display: block;
	float: left;
}
.content .comments_link.hidden {
	display: none;
}
.content .add_comment_link {
	background-size: auto 20px;
	padding: 10px 10px 5px 0;
	margin: 0 20px 0 0;
	color: #444;
	display: block;
	float: left;
}
.comments {
	padding: 10px 0;
}
.comment {
	padding: 10px 0;
}
.comment_text {
	padding-left: 60px;
}
.comment_text p {
	margin-bottom: 0;
}
.comments, .add_comment {
	display: none;
}
.add_comment {
	padding-top: 10px;
}
.add_comment .profile {
	width: 60px;
	float: left;
}
.add_comment .profile .profile_pic, .comment .profile .profile_pic  {
	width: 40px;
	height: 40px;
}
.comment_form {
	width: calc(100% - 60px);
	float: right;
}
.comment_content {
	float: left;
	width: calc(100% - 110px);
	border-radius: 10px;
	background-color: rgba(0,0,0,0.05);
	padding: 9px 10px 1px 10px;
}
.comment_form input[type="submit"] {
	float: right;
	width: 100px;
}
.comment_content:before {
	font-style: normal !important;
	color: rgba(68,68,68,0.5) !important;
	line-height: 1.6 !important;
	margin: 0 !important;
	padding: 0 !important;
	font-size: 16px !important;
}
a i {
	color: #97c026;
}

/********************************* REPLIES ***************************************************************************************************************************************************************/

.content .replies_link {	
	background-size: auto 20px;
	padding: 10px 10px 5px 0;
	margin: 0 20px 0 0;
	color: #444;
	display: block;
	float: left;
}
.content .replies_link.hidden {
	display: none;
}
.content .add_reply_link {
	background-size: auto 20px;
	padding: 10px 10px 5px 0;
	margin: 0 20px 0 0;
	color: #444;
	display: block;
	float: left;
}
.replies_container {
	padding: 0 0 0 60px;
}
.replies {
	padding: 10px 0;
}
.reply {
	padding: 10px 0;
}
.reply_text {
	padding-left: 120px;
}
.replies, .add_reply {
	display: none;
}
.add_reply {
	padding: 10px 0;
}
.add_reply .profile {
	width: 60px;
	float: left;
}
.add_reply .profile .profile_pic, .reply .profile .profile_pic  {
	width: 40px;
	height: 40px;
}
.reply_form {
	width: calc(100% - 60px);
	float: right;
}
.reply_content {
	float: left;
	width: calc(100% - 110px);
	border-radius: 10px;
	background-color: rgba(0,0,0,0.05);
	padding: 9px 10px 1px 10px;
}
.reply_form input[type="submit"] {
	float: right;
	width: 100px;
}
.reply_content:before {
	font-style: normal !important;
	color: rgba(68,68,68,0.5) !important;
	line-height: 1.6 !important;
	margin: 0 !important;
	padding: 0 !important;
	font-size: 16px !important;
}

/********************************* FILES ***************************************************************************************************************************************************************/


.content .add_files_link {
	background-size: auto 20px;
	padding: 10px 10px 5px 0;
	margin: 0 20px 0 0;
	color: #444;
	display: block;
	float: left;
}
.add_files {
	display: none;
}

/********************************* EDIT ***************************************************************************************************************************************************************/


.content .edit_link {
	background-size: auto 20px;
	padding: 10px 0 5px 0;
	margin: 0;	
	color: #444;
	display: block;
	float: right;
}
.image_container_big {
	position: relative;
	height: auto;
	width: 100%;
}
.image_container_small {
	position: relative;
	height: auto;
	width: 25%;
	float: left;
	margin-top: 1px;
}
.image_container_small .small_img {
	width: 100%;
	padding-top: 100%;
}
.delete_img {
	width: auto;
	height: auto;
	position: absolute;
	top: 0;
	right: 0;
	background: rgba(0,0,0,0.8);
	padding: 3px 10px;
}
.delete_img i {
	margin: 4px 10px 4px 4px;
}
.delete_img:hover, .delete_img:hover i {
	color: #fff !important;
}
.doc_container {
	position: relative;
	height: auto;
	width: auto;
	padding: 20px 0;
	border-top: 1px solid #ccc;
}
.doc_container form p {
	font-size: 1em;
}
.doc_container form .doc_content p {
	font-size: 0.8em;
}
.doc_container form .document_info {
	font-size: 0.72em;
}
.delete_doc {
	width: auto;
	height: auto;
	position: absolute;
	top: 20px;
	right: 0;
	background: rgba(0,0,0,0.8);
	padding: 3px 10px;
	color: #97c026 !important;
}
.delete_doc:hover, .delete_doc:hover i {
	color: #fff !important;
}
.docs a.delete_doc i {
	font-size: 1em;
	margin: 4px 10px 4px 4px;
}
.doc_headline {
	margin: 5px 0;
	border-radius: 10px;
	background-color: rgba(0,0,0,0.05);
	padding: 5px 10px;
}
.doc_headline:before {
	font-style: normal !important;
	color: rgba(68,68,68,0.5) !important;
	line-height: 1.6 !important;
	margin: 0 !important;
	padding: 0 !important;
	font-size: 16px !important;
}
.doc_content {
	margin: 5px 0;
	border-radius: 10px;
	background-color: rgba(0,0,0,0.05);
	padding: 5px 10px;
}
.doc_content:before {
	font-style: normal !important;
	color: rgba(68,68,68,0.5) !important;
	line-height: 1 !important;
	margin: 0 !important;
	padding: 5px 0 !important;
	font-size: 13px !important;
}
.alert {
	display: block;
	clear: both;
	width: 100%;
	margin: 10px 0;
	padding: 10px;
	color: #000;
	font-size: 14px !important;
	border-radius: 10px;
}
.notok {
	background-color: rgba(255,0,4,0.5);
	border: 1px solid rgba(255,0,4,1);
}
.ok {
	background-color: rgba(151,192,38,0.5);
	border: 1px solid rgba(151,192,38,1);
}

/********************************* DELETE ***************************************************************************************************************************************************************/


.delete_post {
	width: auto;
	height: auto;
	position: absolute;
	top: 20px;
	right: 0;
	background: rgba(0,0,0,0.8);
	padding: 3px 10px;
	color: #97c026 !important;
}
.delete_post:hover, .delete_post:hover i {
	color: #fff !important;
}
.docs a.delete_post i {
	font-size: 1em;
	margin: 4px 10px 4px 4px;
}
.delete_post_form {
	background: rgba(255,0,0,0.5);
	border: 1px solid #ff0000;
	border-radius: 10px;
	margin: 0.9375rem 0;
	padding: 30px;
}
.delete_post_form p {
	color: #000;
	font-weight: bold;
}
.delete_post_form input[type='submit'] {
	background: #000;
	color: #f00;
}
.delete_post_form input[type='submit']:hover {
	color: #000;
	background: #f00;
}

.delete_comment {
	width: auto;
	height: auto;
	position: absolute;
	top: 20px;
	right: 0;
	background: rgba(0,0,0,0.8);
	padding: 3px 10px;
	color: #97c026 !important;
}
.delete_comment:hover, .delete_comment:hover i {
	color: #fff !important;
}
