@import url('https://fonts.googleapis.com/css?family=Roboto:400,700');
body {
	margin: 0;
	padding: 0;
	font-family: 'Roboto', sans-serif;
	background: #f7f7f7;
	text-transform: capitalize;
}

:root{
	--primary: #cf2a31;
}

.ck-editor__editable,
textarea {
    min-height: 150px;
}

@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1500px;
  }
}

.datatable {
    width: 100% !important;
}

.dataTables_length,
.dataTables_filter,
.dt-buttons {
    margin-bottom: 0.333em;
    margin-top: .2rem;
}

.dataTables_filter {
    margin-right: .2rem;
}

.dt-buttons .btn {
    margin-left: 0.333em;
    border-radius: 0;
}

.table.datatable {
    box-sizing: border-box;
    border-collapse: collapse;
}

table.dataTable thead th {
    border-bottom: 2px solid #c8ced3;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 1px solid #c8ced3;
}

.select2 {
    max-width: 100%;
    width: 100% !important;
}

.select2-selection__rendered {
    padding-bottom: 5px !important;
}

.has-error .invalid-feedback {
    display: block !important;
}

.btn-info,
.badge-info {
    color: white;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
    background-image: none;
}

.sidebar .nav-item {
    cursor: pointer;
}

.btn-default {
    color: #23282c;
    background-color: #f0f3f5;
    border-color: #f0f3f5;
}

.btn-default.focus,
.btn-default:focus {
    box-shadow: 0 0 0 .2rem rgba(209, 213, 215, .5);
}

.btn-default:hover {
    color: #23282c;
    background-color: #d9e1e6;
    border-color: #d1dbe1;
}

.btn-group-xs > .btn,
.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.searchable-title {
    font-weight: bold;
}
.searchable-fields {
    padding-left:5px;
}
.searchable-link {
    padding:0 5px 0 5px;
}
.searchable-link:hover   {
    cursor: pointer;
    background: #eaeaea;
}
.select2-results__option {
    padding-left: 0px;
    padding-right: 0px;
}

/* login-page */

.login-bg {
	background: linear-gradient(145deg, rgba(207, 42, 49, 0.80), rgb(207, 42, 49));
	background-size: cover;
	padding: 110px 0px;
	min-height: 100vh;
}

.logo {
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}

.logo img {
	max-width: 200px;
}

.form-wrap {
	background: #fff;
	padding: 30px;
}

.login-bg .form-group {
	width: 100%;
}

.login-bg input.form-control {
	border: 0;
	border-bottom: 2px solid #ddd;
	border-radius: 0;
}

.login-bg .form-wrap a {
	text-transform: uppercase;
	text-decoration: none;
}

.form-btn {
	width: 100%;
	text-align: center;
}

button.signin {
	background: #cf2a31;
	border: 0;
	padding: 8px 35px;
	text-transform: uppercase;
	color: #fff;
	margin: 30px 0px;
	font-weight: 600;
}

.create-account {
	width: 100%;
	text-align: center;
}

.copyright-content {
	width: 100%;
	text-align: center;
	font-size: 12px;
	margin-top: 20px;
}

.copyright-content a {
	text-transform: lowercase;
}


/* index */

.header {
	float: left;
	width: 100%;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	background-color: #fff;
	border-bottom: 1px solid #9e9c9c;
}

.page-logo img {
	max-width: 100%;
	width: 130px;
	height: auto;
}

ul.custom-nav {
	list-style: none;
	padding-top: 15px;
	margin-left: auto;
	padding-left: 0px;
}

ul.custom-nav li {
	display: inline-block;
	padding: 0;
	position: relative;
}

ul.custom-nav li a {
	display: inline-block;
	font-size: 14px;
	color: #000;
	font-weight: 600;
}

ul.custom-nav li a:hover {
	text-decoration: none;
}

.login-icon a {
	font-size: 18px;
	color: #000;
	font-weight: 600;
}

ul.custom-nav li i {
	margin-left: 5px;
}

.login-icon a:hover {
	text-decoration: none;
}


/*valuation-form  */

.valuation-form {
	float: left;
	width: 100%;
	padding: 30px 0px;
}

.valuation-form h2 {
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 20px;
}

.detail-wrap input[type="radio"] {
	margin-right: 10px;
}

.land-detail {
	padding: 50px 0px;
}

.improvements {
	padding: 50px 0px;
}

.bv-form .help-block {
    margin-bottom: 0;
}
.bv-form .tooltip-inner {
    text-align: left;
}
/*.nav-tabs li.bv-tab-success > a {
    color: #3c763d;
}
.nav-tabs li.bv-tab-error > a {
    color: #a94442;
}*/

.bv-form .bv-icon-no-label {
	top: 0;
}

.bv-form .bv-icon-input-group {
	top: 0;
	z-index: 100;
}

ul.custom-nav ul.dropdown-menu li {
    width: 100%;
}

.modal-header, .modal-header .close {
    padding: 1rem 1rem;
    background: #e55353;
    color: #fff;
    border-color: #ffffff;
}
input[type=file].form-control{
	height: auto;
}

.displaynone{ display:none; }
.help-block,.error{
color: red;
}
  .files input {
        outline: 4px dashed #92b0b3;
    outline-offset: -15px;
    -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
    transition: outline-offset .15s ease-in-out, background-color .15s linear;
    padding: 85px 0px 85px 35%;
    text-align: center !important;
    margin: 0;
    width: 100% !important;
}
.files input:focus{     outline: 2px dashed #92b0b3;  outline-offset: -10px;
    -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
    transition: outline-offset .15s ease-in-out, background-color .15s linear; border:1px solid #92b0b3;
 }
.files{ position:relative}
.color input{ background-color:#f1f1f1;}
.relative{
   position: relative;
}
.absolute{
   position: absolute;
}
.showImages img {
    max-height: 220px;
    width: auto;
    clear: both;
}
span.user__name {
    display: inline-block;
    position: absolute;
    bottom: -15px;
    right: 5px;
	text-align: center;
	white-space: nowrap;
}
@media only screen and (max-width: 800px) {
    /* Force table to not be like tables anymore */
	#no-more-tables table, 
	#no-more-tables thead, 
	#no-more-tables tbody, 
	#no-more-tables th, 
	#no-more-tables td, 
	#no-more-tables tr { 
		display: block; 
	}
 
	/* Hide table headers (but not display: none;, for accessibility) */
	#no-more-tables thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
 
	#no-more-tables tr { border: 1px solid #ccc; }
 
	#no-more-tables td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
		white-space: normal;
		text-align:left;
	}
	#no-more-tables td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}
 	#no-more-tables td.select-checkbox::before {
 		display: none;
 	}
	/*
	Label the data
	*/
	#no-more-tables td:before { content: attr(data-title); }
}

#applicant_list .btn-group-xs > .btn, #applicant_list .btn-xs{
	font-size: 25px;
	margin:2px;
}
#applicant_list .btn .c-icon, #applicant_list .btn i{
	width: 1.875rem;
	height: 1.875rem;
}