@charset "utf-8";

body {
	background-color: #cccccc;
	font-family: Raleway, sans-serif;
}

a {
    color: #f9b000;
    text-decoration: none;
}

a:focus, a:hover {
    color: #ac7a00;
    text-decoration: underline;
}

.devise-layout {
    background: #2c353d;
}

.devise-layout img {
    position: absolute;
    left: 50%;
    top: 120px;
    margin-left: -117px;
    width: 234px;
}

.devise-form .form {
    margin-top: 200px;
    background: #fff;
    padding: 20px;
    box-shadow: 2px 2px 1px 1px rgba(0,0,0,0.55);
}

#app-container {
    width: 100%;
    min-height: 100vh;
    display: flex;
}

#sidebar {
	top: 0px;
	bottom: 0px;
	z-index: 1;
	position: fixed;
	overflow: hidden;
	transition: all 0.3s ease 0s;
	width: 285px;
	height: 100vh;
	background: #2c353d none repeat scroll 0% 0%;
	color: #aaa;
}

#sidebar .user-info {
	margin-bottom: 20px;
	padding: 10px;
}

#sidebar .user-info img {
	float: left;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	margin-right: 10px;
}

#sidebar .user-info p {
	margin: 0;
	padding: 0;
}

#sidebar .user-info .user-name {
	font-size: 1.4em;
	color: #fff;
}

#sidebar .user-info .user-email {
	font-size: 0.8em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#sidebar ul {
	clear: both;
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li a {
	display: block;
	line-height: 45px;
	height: 45px;
	outline: 0px none;
	cursor: pointer;
	overflow: hidden;
	position: relative;
	padding: 0 0 0 20px;
	color: #aaa;
}

#sidebar li a:hover {
	background: #272f36;
	text-decoration: none;
}

#sidebar li a.active {
	border-left: 5px solid #f9b000;
	padding-left: 15px;
	background: #21282e;
}

#sidebar .menu {
	min-height: calc(100vh - 90px);
	padding-bottom: 80px;
}

#sidebar .menu .site-logo {
	position: absolute;
	bottom: 20px;
	left: 5px;
}

.user-actions {
	margin-top: -10px;
	_border-top: 1px solid #555;
	border-bottom: 1px solid #555;
	margin-bottom: 20px;
	height: 40px;
}

.user-action-nav {
	height: 40px;
}

.user-actions ul {
	list-style: none;
	display: flex;
	height: 45px;
}

.user-actions li {
	height: 40px;
	width: 25%;
	text-align: center;
}

#sidebar .user-actions li a {
	padding: 5px !important;
	height: 40px !important;
	border: none !important;
	line-height: 40px;
	background: none;
}

#sidebar .user-actions li a.active {
    border-bottom: 1px solid #f9b000 !important;
}

.user-actions li a:hover {

}

.user-actions li svg, .user-actions li img {
	width: 20px;
	height: 20px;
}

.user-actions li a svg path {
 	fill: #888;
}

.user-actions li a:hover svg path {
 	fill: #ddd;
}

.user-actions li a.active svg path {
 	fill: #f9b000;
}

.user-actions li a.active {
 	border-bottom: 1px solid #f9b000 !important;
}

.dropzone {
    min-height: 240px;
    border: 2px solid rgba(0,0,0,0.3);
    background: white;
    padding: 20px 20px;
	margin-bottom: 20px;
	display: none;
}

.sign-name-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}


.brochure-name-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

span.status {
    display: flex;
    flex-direction: column;
    align-items: center;
}

span.small {
	font-size: 0.8rem;
}

.status-indicator-component {
    display: inline-flex;
    padding: 4px;
}
.status-indicator-component .status_count {
    border-radius: 50%;
    color: #aaa;
    border: 1px solid #aaa;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    position: relative;
}
.status-indicator-component .status_count .status-progress {
    display: flex;
    margin: -2px;
    height: 22px;
    width: 22px;
    transform: rotate(-90deg);
}
.status-indicator-component .status_count .status-progress circle {
    fill: transparent;
    stroke: #00c875;
    stroke-width: 2;
}
.status-indicator-component .status_count .checkmark-container {
    font-size: 18px;
    font-weight: 700;
    width: 18px;
    height: 18px;
    position: absolute;
    top: -1px;
    left: 0px;
}


#board-templates {
	flex-wrap: wrap;
    min-height: 240px;
    border: 2px solid rgba(0,0,0,0.3);
    background: white;
    padding: 20px 20px;
	margin-bottom: 20px;
	display: none;
	justify-content: flex-start;
}

.board-template {
    margin: 0px 20px 40px 20px;
	cursor: pointer;
}

#brochure-templates {
    min-height: 240px;
    border: 2px solid rgba(0,0,0,0.3);
    background: white;
    padding: 20px 20px;
	margin-bottom: 20px;
	display: none;
	justify-content: flex-start;
}

.brochure-template {
    margin: 0px 40px;
	cursor: pointer;
}
.editable {
	cursor: pointer;
}

.element-hidden {
	display: none;
}

#btn-edit-element {
	margin-top: 10px;
}

#body {
    margin-left: 285px;
    width: 100%;
    position: relative;
    margin-top: 54px;
    background: #fff;
    padding-top: 20px;
}

#body .navbar {
    background: #dedede none repeat scroll 0% 0%;
    border-radius: 0;
    color: #222;
    position: fixed;
    top: 0px;
    left: 0px;
    width: calc(-285px + 100%);
    z-index: 100;
    margin-left: 285px;
    padding: 5px 1rem;
}

#body .navbar a {
      color: #222;
      line-height: 40px;
      padding-top: .25rem;
    padding-bottom: .25rem;
    display: block;
}

#body .navbar a svg {
    width: 35px;
    height: 35px;
    padding: 5px;
    line-height: 40px;
    padding-top: 5px;
    vertical-align: middle;
}

#body .navbar a img {
     width: 35px;
      height: 35px;
      padding: 5px;
      line-height: 40px;
      padding-top: 5px;
      vertical-align: middle;
}

#body .navbar .nav-item.nav-button {
      line-height: 40px;
      height: 40px;
      padding: 0.25rem;
}

#body .navbar .nav-button .btn {
      padding: 0 1rem;
      line-height: 35px;
      vertical-align: middle;
}

#body .navbar .nav-item a[data-help-toggle]:hover path {
      fill: #000;
}


#content {
    margin-left: 285px;
    width: 100%;
    position: relative;
    background: #fff;
    padding-top: 20px;
}

#content-header {
    background: #dedede none repeat scroll 0% 0%;
    border-radius: 0;
    color: #222222;
    position: fixed;
    top: 0px;
    left: 0px;
    width: calc(-285px + 100%);
    z-index: 100;
    margin-left: 285px;
    padding: 5px 1rem;
}

#content-header h1 {
    display: inline-block;
    padding-top: 0.81rem;
    padding-bottom: 0.81rem;
    font-size: 1.25rem;
    margin: 0 1rem 0 0;
}

#content-header-actions {
    padding-left: 0px;
    margin-bottom: 0px;
    list-style: none;
}

.btn-primary {
    background-color: #f9b000;
    border-color: #F9B000;
}

.btn-primary:hover {
    background-color: #c68c00;
    border-color: #bc8500;
}

.btn-add {
    margin-bottom: 20px;
	cursor: pointer;
}

.btn-add-square {
    width: 200px;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
	background-color: #e7e7e7;
}

.btn-add-square:hover {
	background-color: #f7941e;
}

.btn-add .btn-add-square .btn-add-circle {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 110px;
	height: 110px;
	background-color: #ffffff;
	border-radius: 50%;
	color: #e7e7e7;
}

.btn-add .btn-add-square:hover .btn-add-circle {
	color: #f7941e;
}

.dash-widget {
    background: #eeeeee;
    margin-bottom: 30px;
	border: solid 1px #eeeeee
}

.dash-widget header.highlight {
    background: #f7941e;
}

.dash-widget header h4 {
    font-size: 1.2em;
	font-weight: 800;
    padding: 10px;
    margin: 0;
	color: #222222;
}

.dash-widget header.highlight h4 {
	color: #ffffff;
}

.dash-widget header p {
    font-size: 0.9em;
    padding: 0 10px 5px 10px;
    font-style: italic;
    margin: 0;
    color: #666;
}

.dash-widget section {
    min-height: 100px;
    background: #ffffff;
}

.dash-widget table {
    margin-bottom: 0;
}

.table-hover tbody tr:hover {
    cursor: pointer;
    background-color: #f5f5f5;
}

.tab-pane {
	padding-top: 15px;
	padding-bottom: 15px;
}

button.attach::before {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA%2FPjxzdmcgaGVpZ2h0PSIxNnB4IiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAyNCAxNiIgd2lkdGg9IjI0cHgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6c2tldGNoPSJodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2gvbnMiIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48dGl0bGUvPjxkZXNjLz48ZGVmcy8%2BPGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSI%2BPGcgZmlsbD0iIzAwMDAwMCIgaWQ9IkNvcmUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMjYuMDAwMDAwLCAtNDYuMDAwMDAwKSI%2BPGcgaWQ9ImJhY2t1cCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTI2LjAwMDAwMCwgNDYuMDAwMDAwKSI%2BPHBhdGggZD0iTTE5LjQsNiBDMTguNywyLjYgMTUuNywwIDEyLDAgQzkuMSwwIDYuNiwxLjYgNS40LDQgQzIuMyw0LjQgMCw2LjkgMCwxMCBDMCwxMy4zIDIuNywxNiA2LDE2IEwxOSwxNiBDMjEuOCwxNiAyNCwxMy44IDI0LDExIEMyNCw4LjQgMjEuOSw2LjIgMTkuNCw2IEwxOS40LDYgWiBNMTQsOSBMMTQsMTMgTDEwLDEzIEwxMCw5IEw3LDkgTDEyLDQgTDE3LDkgTDE0LDkgTDE0LDkgWiIgaWQ9IlNoYXBlIi8%2BPC9nPjwvZz48L2c%2BPC9zdmc%2B);
}


#property-images {
	border-top: solid 1px #ced4da;
	margin-top: 1rem;
	padding-top: 1rem;
}

#property-boards {
	border-top: solid 1px #ced4da;
	margin-top: 1rem;
	padding-top: 1rem;
}

#property-comments {
	background-color: #f7f7f7;
	margin-bottom: 20px;;
}

.comment-user {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: solid 4px #ffffff;
}

.comment-text {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: solid 4px #ffffff;
}

#property-brochures {
	border-top: solid 1px #ced4da;
	margin-top: 1rem;
	padding-top: 1rem;
}

#dashboard-comments table {
	width: 100%;
	table-layout: fixed;
	overflow: hidden;
}
#dashboard-comments table img {
	width: 100% !important;
	height: auto !important;
}
