html, body {
	background-color: #fff;
	color: #636b6f;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	height: 100vh;
	margin: 0;
	background-image: url('/img/mountain_view_backdrop_V2.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.full-height {
	height: 100vh;
}

.flex-center {
	align-items: center;
	display: flex;
	justify-content: center;
}

.position-ref {
	position: relative;
}

.top-right {
	position: inherit;
	right: 0px;
    top: 9px;
    font-size: 28px;
    letter-spacing: 0.5px;
}

.content {
	text-align: center;
}

.title {
    font-size: 79px;
    color: #212529;
    font-weight: bold;
    letter-spacing: 1px;
}

.links > a {
	color: #212529;
	padding: 0 14px;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	text-transform: uppercase;
}

a:hover {
  background-color: #6d767e80;
}

.m-b-md {
	margin-bottom: 28px;
	margin-top: 54px;
}

.welcome-footer
{
	background-color: #2f3439;
	color: #fff;
	width: 100%;
	text-align: center;
	padding: 23px 0;
}

.container
{
	color: #444;
	font-weight: 600;
}

.btn
{
	font-weight: 600;
}

.btn-link
{
	font-weight: 600;
}

.btn-primary
{
	background-color: #027867;
	border-color: #027867
}

.btn-primary:hover
{
	background-color: #353535;
	border-color: #353535;
}

input,select,textarea,option
{
	font-weight: 600 !important;
	color: #575757;
}

h4, h3 {
	font-weight: 600 !important;
}

form .row
{
	margin-bottom: 1.5rem;
}

form #description
{
	height: 8rem;
}

.radio-label
{
	margin-left: 1rem;
}

.nav-tabs li
{
	padding: 0 22px;
}

.nav-tabs
{
	margin-bottom: 28px;
}

.document-file a, .document-file a:visited, .document-file a:active, .document-file a:hover
{
	color: #027867;
	text-decoration: none;
}

.card-body h4
{
	margin-bottom: 1.5rem;
}






html .document-file .fa-file-o,
html .document-folder .fa-folder {
    font-size: 48px;
    text-align: center;
    color: #027867
}

html body .select2-selection__choice {
    background-color: #7b7b7b!important
}

html .form-control {
    border: 1px solid #444
}

html .new-maintenance-form label {
    margin-top: 20px
}

html #board_comments,
html #description {
    height: 75px
}

html #unit,
html .select2 {
    width: 100%!important
}

html .select2-element label,
html .unit-container label {
    display: block
}

html .select2-container--default {
    border: 1px solid #444!important
}

html .document-folder {
    text-align: center
}

html .document-file {
    text-align: center
}

html .document-upload-container {
    margin-top: 50px
}

html .document_actions {
    margin: 25px 0 50px
}

html .document-title {
    margin: 12px 0;
    overflow-wrap: normal;
    overflow-wrap: break-word;
    overflow-wrap: anywhere
}

html #new-folder-modal .modal-dialog,
html #rename-file-modal .modal-dialog {
    width: 60%
}

html #new-folder-modal .form-control,
html #rename-file-modal .form-control {
    height: auto
}

html .document-file,
html .pop-button {
    cursor: pointer
}

html .pop-button {
    padding: 6px 12px
}

html .pop-button:hover {
    background-color: #027867;
    color: #fff
}

.news-attachments h6
{
	font-weight: 600;
	font-size: 12px;
	font-style: italic;
}

.news-attachments
{
	margin-top: 12px;
}

.news-attachments .fa-file-o
{
	margin-left: 12px;
}