.select-fit-content{

	width: fit-content;
}

.message, .note-message {
	margin: auto;
	background: rgb(249, 237, 190);
	padding: 3px;
	width: 65%;
	text-align: center;
	border: solid 1px #adad9b;
	font-weight: bold;
	display: none;
	margin-top: 5px;
}

.footer{
	/*position: absolute;
	bottom: 0px;*/
	position: relative;
	margin-top: -50px;
	width: 100%;
	line-height: 5px;
	height:50px;
	background-color: #f5f5f5;
	clear: both;
}

.ui-autocomplete {
	max-height: 200px;
	overflow-y: auto;
	overflow-x: hidden;
	border:1px solid #222;
	position:absolute;
}

.search-box {
	border: 1px solid #d4dee4;
	background: #ebf7fe;
	position: relative;
	marging: auto;
	/* height: 40px; */
	padding: 15px 15px 15px 15px;
}

.view {
	margin: auto;
	/* padding-top: 20px; */
}


.form-control, .btn {
	font-size:0.8rem;
}

.form-object {
	display: block;
	width: 99%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #c3c3c3;
	border-radius: 3px;
}

.btn-search, .search, .btn-reset {
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	border-radius: 3px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: #ebebeb;
	border-color: #adadad;
	color: #2c5fa6;
}
.add-object-container{
	margin:10px;
}

.list-wrapper{

	border: 1px solid #d4dee4;
	background: #f8f9fa;
	margin: 2px;
}

.c-list {
	padding: 0px;
	min-height: 44px;
}
.contact-title {
	display: inline-block;
	#font-size: 1.7em;
	font-weight: bold;
	padding: 5px 15px;
}
ul.c-controls {
	list-style: none;
	margin: 0px;
	min-height: 44px;
}

ul.c-controls li {
	margin-top: 8px;
	float: left;
}

ul.c-controls li a {
	font-size: 1.7em;
	padding: 11px 10px 6px;
}
ul.c-controls li a i {
	min-width: 24px;
	text-align: center;
}

ul.c-controls li a:hover {
	background-color: rgba(51, 51, 51, 0.2);
}

.c-toggle {
	font-size: 1.7em;
}

.contact-name {
	#font-size: 1.7em;
	font-weight: 700;
}

.c-info {
	padding: 5px 10px;
	font-size: 1.25em;
}

.add-button, .rem-button, .add-contact-button, .add-size-code-button, .add-option-button,
.add-pieceworker-table-button, .add-service-button, .add-button-module{
	font-size: 1.7em;
}

.resultStats{

	height: 32px;
	padding: 3px;
}

* {
	margin: 0;
	padding: 0;
}

html,
body {
	height: 95%;
}

.img-rounded {
	height: 30px;

}

.img_item {
	border-radius: 5px;
	cursor: pointer;
	transition: 0.3s;
}

.submenu-option{

	text-align: center;
	cursor: pointer;
	padding-right: 25px;
	color: #000000;
}

.submenu-option:hover{

	color: #0081ff;
	transition: 0.1s;
}

.submenu{
	font-size: 30px;
}

a::after {

	font-family: 'Font Awesome\ 5 Free';
}

.row-note{
	font-size: small;
}

.note-title, .del-note, image-note{

	cursor: pointer;
	color: #007bff!important;
}

input[type='number'] {
	-moz-appearance:textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

textarea{

	height: 183px;
}

.image-note{
	cursor: pointer;
}

.modal-contenido {
	height: 371px
}

.tile-surfaces{
	display: inline-table;
	vertical-align: top;
	margin: 5px;
	position: relative;
	width: 396px;
}

.search-box .form-group{
	margin-bottom: 5px;
}

.float-right{

	float:right;
}

.new-tag{

	width: 28px;
}
table tr td a i{

	font-size: 18px;
}

#ui-datepicker-div{
	display: none;
}


tr.group, tr.group:hover {
	background-color: #ddd !important;
}
.pocell {
	font-weight:bold;
}


#calendar-container{

	padding: 7px;
}

.fc-view-container .fc-content .fc-time{

	display: none !important;
}

.fc-event, .fc-event-dot {
	background-color: #3788d8 !important;
	color: white !important;
}

.card-body {
	transition: all .5s ease;
	transform: scaleY(1);
	transform-origin: top;
	height: auto;
	max-height: 9999px;
}

.singleDashLoop {
	border-bottom: 1px dashed #d2d2d2;
	padding: 0 0 10px;
	margin-bottom: 10px;
}

.dashlet{
	padding: .6rem 1.3rem;
	max-height: 438px !important;
	overflow-y: scroll !important;
}

.pendingStatus{
	color:red;
}

.completedStatus{
	color:green;
}

.completed{
	background: #adff2f7d;
}

.in_process{
	background: #ffff0066;
}

.pending{
	background: #ff00004d;
}

.billed{
	background: aliceblue;
}

.material_order{

	background: antiquewhite;
}

.backsplash_billed{

	background: azure;
}

.countertop_billed{
	background: beige;
}


.new-area{
	display:none;
}

#legend {

	margin-bottom: 10px;
	#background: #D3D3D3;
	border-radius: 10px;
	display: block;
	padding: 7x;
	#color: #6E6E6E;
	font-family:sans-serif;
	text-align:center;
	width:220px;
	border:1px solid black;
	margin-left: auto;
	margin-right: auto;
}
#legend ul{
	padding:0;
	margin-left:10px;
	margin-right:0px;
}
#legend li {
	font-family:sans-serif;
	font-size: 0.8em;
	list-style-type: none;
	margin-top:10px;
	margin-bottom:10px;
	vertical-align:middle;
	padding-right:50px;
	padding-left:30px;
}
#legend .header {
	margin: 1px 1px 1px 1px;
	text-align: center;
	font-weight:bold;
}
#legend .circle {
	position:relative;
	border-radius: 50%;
	width: 15px;
	height: 15px;
	float:left;
}

.select-all-areas, .select-all-linear{
	cursor: pointer;
}


.icon-close {
	right: 2rem;
	top: 1.8rem;
	transition: right .6s ease-in-out;
	cursor: pointer;
}

.has-error .help-block {
	color: 000000;
	text-align: center;
}

.toggle-form {
	right: -9999px;
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	transition: right .6s ease-in-out;
}
.toggle-form.active {
	right: 0;
}
.toggle-form .formwrap img {
	width: 20px;
}
.orange {
	background-color: #2dad4a;
	border-color: #2dad4a;
	color: #fff;
	padding: .5rem 2rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: 2rem;
}
.btn.orange:hover {
	background-color: #1a7c30;
	border-color: #1a7c30;
	color: #fff;
}

.close-calendar-form {
	background-color: #fd021a;
	border-color: #fd021a;
	color: #fff;
	padding: .5rem 2rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: 2rem;
}
.btn.close-calendar-form:hover {
	background-color: #d10317;
	border-color: #d10317;
	color: #fff;
}


.formwrap .form-control {
	display: block;
	width: 100%;
	padding: .5rem .75rem;
	font-size: .9rem;
	line-height: 1.25;
//color: #495057;
	background-color: #fff;
	background-image: none;
	background-clip: padding-box;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: 1.5rem;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.formwrap {
	background-color: #fff;
	opacity:0.95;
	max-width: 620px;
	height: 56%;
	width:430px;
	float: right;
	box-shadow: -1px 0px 12px rgba(0, 0, 0, 0.1);
	border-radius: 1.5rem;
	margin-top: 80px;
}
.formwrap form input, .formwrap form input:focus {
	background-color: transparent;
	border-color: #cbc1c1;
	color: #000000;
	margin-right: 10px;
}

.mid-col {
	max-width: 100%;
	flex: 0 0 100%;
	-ms-flex: 0 0 100%;
}
.formwrap .form-control {
	background-color: transparent;
	border-color: #cbc1c1;
	color: #000000;
	margin-right: 10px;
}
.formwrap select.form-control:not([size]):not([multiple]) {
	background-color: transparent;
	border-color: #cbc1c1;
	color: #000000;
}
option {
	background-color: #fff;
	color: #1f2124;
}
@media (max-width: 575px) {
	.formwrap{
		width: 100%
	}
}

.multiple{

	height: 150px;
}

.right-aligned-div{

	display: flex;
	justify-content: flex-end;
}