﻿body {
	font-size: 0.9em;
}

/* Important part */
/*.modal-dialog {
    overflow-y: initial !important
}*/
/*body.modal-open {
        overflow: hidden;
        position: fixed;
    }*/
/*.modal-open {
    overflow: visible !important;
    }*/
/*body.modal-open {
    overflow: visible;
}*/
/*body.modal-open {
    position: inherit;
    overflow: visible;
}

    body.modal-open .modal {
        overflow: hidden;
    }*/
.modal-bigtime {
	height: calc(75vh);
	overflow-y: auto;
}
/*// puts the google places autocomplete dropdown results above the bootstrap modal 1050 zindex.*/
.pac-container {
	z-index: 1051 !important;
}
.pac-matched {
	color: rgba(152, 1, 46, 1);
}
.ui-autocomplete {
	z-index: 20000 !important;
}

.full-width {
	width: 100% !important;
}

.bootstrap-select .dropdown-menu {
	z-index: 1000 !important;
}

.navbar-brand > img {
	height: 70px;
}

[data-mention] {
	background-color: #5189e8;
	border-radius: 5px;
	color: white;
	padding: 2px 6px 4px 6px;
	font-weight: 600;
}

.primary-font {
	color: #007bff;
	font-weight: bold;
	font-size: 1em;
}

.chatAvatar {
	max-height: 40px;
}

thead th {
	white-space: nowrap !important;
}

.fatColumn {
	min-width: 150px !important;
}

.no-padding {
	padding: 0 !important;
}
/*.underwriterAccessOnly{
    display:none;
}*/
/*.bootstrap-switch.bootstrap-switch-small{
    max-width:unset !important;
    width:65px !important;
}*/
.hidden {
	display: none;
}

button.reminderCTL {
	min-width: 100px !important;
}

img.propertyImageGridThumbnail {
	max-height: 6em;
	min-width: 75px;
	padding: 6px;
}

#progressBar_FileUpload {
	display: none;
}

.cf-card {
	border-color: rgba(152, 1, 46, 1);
	color: rgba(152, 1, 46, 1);
}

.cf-card-header {
	background-color: rgba(152, 1, 46, 1);
	color: white;
}

.text-cf {
	color: rgba(152, 1, 46, 1);
}
.border-cf {
	border-color: #98012e !important;
}
.btn-cf {
	color: white;
	border-color: #98012e;
	background-color: #98012e;
}

.btn-cf:hover {
	color: white;
	border-color: #78012b;
	background-color: #78012b;
}

.btn-cf-secondary {
	color: #98012e;
	/*    border-color: #98012e;
*/
	background-color: #fff;
}

.btn-cf-secondary:hover {
	color: #78012b;
	border-color: #98012e;
	background-color: #dbdbdb;
}

.btn-cf-outline {
	color: #98012e;
	border-color: #98012e;
	background-color: #fff;
}

.btn-cf-outline:hover {
	color: #fff;
	border-color: #98012e;
	background-color: #98012e;
}

.bg-cf {
	background-color: #98012e;
	color: #fff;
}

.table-cf thead {
	border-color: #98012e;
	background-color: #98012e;
	color: white;
}

/*.table-cf.table-striped tbody tr:nth-of-type(odd) {
    background-color: #98012e08;
}*/
.progress-bar {
	background-color: rgba(152, 1, 46, 1) !important;
}
.dropdown-menu {
	font-size: 1.1rem;
	z-index: 1024;
}
a.nav-link {
	font-size: 1.2em;
	padding-left: 5px !important;
	padding-right: 5px !important;
}
.nav-link.active {
	color: rgba(152, 1, 46, 1) !important;
}
.badge.badge-primary {
	background-color: rgba(152, 1, 46, 1) !important;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
	color: #fff !important;
	/*background-color: #98012e;*/
}

meter {
	height: 30px;
	vertical-align: -webkit-baseline-middle;
}

.watermark {
	height: calc(100vh * 2);
	width: 95%;
	position: absolute;
	overflow: hidden;
	pointer-events: none;
	background-image: url("../images/logo-circle.svg");
	background-repeat: space;
	opacity: 0.02;
	background-size: 90px;
}
.toastMessageContent {
	bottom: 45px !important;
}
.showRequiredFieldsForDummies {
	border-color: #f0ad4e;
}
.price-tag {
	border-radius: 8px;
	color: #ffffff;
	font-size: 12px;
	padding: 4px 10px;
	position: relative;
	font-weight: bold;
}

.price-tag::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 100%;
	transform: translate(-50%, 0);
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
}
