@import url('app_1.min.css');
 @import url('app_2.min.css');
 @import url('font-awesome.css');
 @import url('custom.css');
 @import url('main.css');
 @import url('material-design-iconic-font.min.css');
 @import url('jquery.mCustomScrollbar.min.css');
 @import url("fileinput.css");
 @import url("jquery.tag-editor.css");
 @import url("jquery-ui.css");

/*Start css Listing Table*/

@import url("plugins/responsive.dataTables.min.css");
 @import url("plugins/jquery.dataTables.min.css");
 @import url("plugins/rowReorder.dataTables.min.css");
 @import url("plugins/dataTables.bootstrap.min.css");
 @import url("https://cdn.datatables.net/buttons/1.5.2/css/buttons.dataTables.min.css");

/*End css Listing Table*/

/*Start css Listing Table Button*/

@import url("plugins/buttons.dataTables.min");
 @import url("plugins/jquery.dataTables.min.css");
/*End css Listing Table Button*/

/*Start bsdixit CSS*/
.dropdown-menu {
    right: 0!important;
	left:auto!important;
	min-width: auto!important;
}
.nopm{
	padding: 0px!important;
	margin: 0px!important;
}
.panel.with-nav-tabs .panel-heading {
	padding: 2px 5px 0 2px!important;
}
.secondLevelPropNavBar{
    margin: 0px 5px!important;
}
.panel .panel{
margin: 5px 5px 10px!important ;
}
.panel {
    box-shadow: none;
    border: 1px solid #ccc!important;
    margin-bottom: 5px;
    background-color: #fff;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.panel-body {
    padding:15px 10px!important;
}
.panel.with-nav-tabs .nav-tabs {
	border-bottom: none;
}
.panel.with-nav-tabs .nav-justified {
	margin-bottom: -1px;
}
.nav-tabs>li {
	float: left;
	margin-bottom: -2px!important;
}
/*** PANEL WARNING ***/
.with-nav-tabs.firstLevelPropNavBar .nav-tabs > li > a, .with-nav-tabs.panel-propNav .nav-tabs > li > a:hover, .with-nav-tabs.panel-propNav .nav-tabs > li > a:focus {
    color: #847b7b;
}
.firstLevelPropNavBar > .panel-heading, .panel-propNav > .panel-heading .badge {
    color: #ffa829!important;
    background-color: #f1e9d9!important;
}


.panel-propNav > .panel-heading, .panel-propNav > .panel-heading .badge {
	color: #ffa829;
	background-color: #f1e9d9;
}
.with-nav-tabs.panel-propNav .nav-tabs > .open > a, .with-nav-tabs.panel-propNav .nav-tabs > .open > a:hover, .with-nav-tabs.panel-propNav .nav-tabs > .open > a:focus, .with-nav-tabs.panel-propNav .nav-tabs > li > a:hover, .with-nav-tabs.panel-propNav .nav-tabs > li > a:focus {
	color: #000;
	background-color: #ecdfc5;
	border-color: transparent;
}
.with-nav-tabs.panel-propNav .nav-tabs > li.active > a, .with-nav-tabs.panel-propNav .nav-tabs > li.active > a:hover, .with-nav-tabs.panel-propNav .nav-tabs > li.active > a:focus {
	color: blue;
	background-color: #fff;
	border-color: #ecdfc5;
	border-bottom-color: transparent;
}
.with-nav-tabs.panel-propNav .nav-tabs > li.dropdown .dropdown-menu {
	background-color: #fcf8e3;
	border-color: #ecdfc5;
}
.with-nav-tabs.panel-propNav .nav-tabs > li.dropdown .dropdown-menu > li > a {
	color: #31593e;
}
.with-nav-tabs.panel-propNav .nav-tabs > li.dropdown .dropdown-menu > li > a:hover, .with-nav-tabs.panel-propNav .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
	background-color: #ecdfc5;
}
.with-nav-tabs.panel-propNav .nav-tabs > li.dropdown .dropdown-menu > .active > a, .with-nav-tabs.panel-propNav .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover, .with-nav-tabs.panel-propNav .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
	color: #fff;
	background-color: #8a6d3b;
}
.nav-tabs>li>a {
	border: 0px solid transparent;
	border-radius: 5px 5px 0 0;
	font-size: 13px;
}
.web-site {
	float: right;
	margin: 10%;
	margin-right: -50px;
}
.panel-propNav .tab-content form {
	margin-top: 00px;
}
.panel-propNav .tab-content h4 {
	margin-top: 5px;
}
.web-site a {
	padding: 0px 5px;
	display: block;
	font-size: 16px;
	border: 3px double #fff;
	color: #fff;
	transition: all 0.5s ease-in-out;
	box-shadow: 0px 0px 5px 0px;
	z-index: 999999999999999;
	position: absolute;
	width: 80px;
	right: -30px;
}
.web-site a:hover {
	background: #fff;
	color: #31593e;
	border: 3px double #ecdfc5;
}
.btn-outline-primary {
	color: #fff;
	background-color: transparent;
	background-image: none;
	border-color: #fff;
}
.pageDropdown {
	position: relative;
	display: inline-block;
}
.pageDropdown-content {
	display: none;
	position: absolute;
	background-color: #f1f1f1;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
	right: 0px;
}
.pageDropdown-content a {
	color: black;
	padding: 5px 0px;
	text-decoration: none;
	display: block;
}
.pageDropdown-content a:hover {
	background-color: #ddd
}
.pageDropdown:hover .pageDropdown-content {
	display: block;
}
.pageDropdown:hover .dropbtn {
	background-color: #3e8e41;
}

.nav>li>a {
	padding: 5px 10px;
}
.ui-autocomplete {
position: absolute;
z-index: 1000;
cursor: pointer;
padding: 0;
list-style: none;
background-color: #ffffff;
border: 1px solid #ccc;
-webkit-border-radius: 5px;
       -moz-border-radius: 5px;
       border-radius: 5px;
       -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
       -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
       box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
       z-index: 999999999999999999999;
}

.ui-autocomplete > li {
	border-bottom: solid 1px #eee;
	cursor: pointer;
}
.ui-autocomplete > a:hover {
	text-decoration: none;
}
.ui-autocomplete > li.ui-state-focus {
	background-color: #f6f6f6;
	display: block;
	text-decoration: none;
	z-index: 999999999999999999999;
}
.ui-menu .ui-menu-item a.ui-state-focus,  .ui-menu .ui-menu-item a.ui-state-active {
	text-decoration: none;
}
.ui-menu .ui-menu-item {
	padding: 5px 20px;
	color: #333;
	z-index: 999999999999999999999;
}
.ui-menu .ui-menu-item a {
	color: #333;
}
.ui-helper-hidden-accessible {
	display: none;
}
.ui-state-focus {
	background: #f6f6f6;
	font-weight: bold;
	color: #333;
	display: block;
	text-decoration: none;
}
#tag-input {
	border: 1px solid transparent;
	outline: 0px;
	font-size: 15px;
	height: 20px;
}
#tags {
	display: none;
}
.tag_list {
	float: left;
	border: solid 1px #ccc;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding: 0px 10px;
	margin-bottom: 10px;
	margin-right: 5px;
	font-size: 13px;
}
.remove {
	cursor: pointer;
}
.sbsb_a {
	background: #ecdfc5;
}
.sbdd_b {
	cursor: default;
}
.sbsb_b {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.sbsb_c {
	padding: 1px 10px;
	cursor: pointer;
}
.sbsb_c:hover {
	background: #fff;
}
.sbsb_c a {
	font-size: 14px;
	color: #31593e;
}
.is_subnav {
	border: 1px solid #ddd;
	font-size: 17px;
	margin: 0px;
	line-height: 24px;
	overflow: hidden;
}
.subnav_heading {
	border-bottom: 1px solid #eee;
	color: #252a2e;
	font-weight: 500;
	font-size: 17px;
	line-height: 17px;
	padding: 15px;
	margin: 0;
}
.related-questions ul {
	padding: 0px;
	margin: 0px;
	list-style-type: circle;
}
.subnav_list li {
	background: #fff;
	border-bottom: 1px solid #eee;
	transition: background .3s linear;
	white-space: nowrap;
}
.subnav_link {
	display: block;
	overflow-x: hidden;
	padding: 5px 10px 5px 10px;
	text-overflow: ellipsis;
	width: 100%;
	transition: background .3s ease-in-out;
	font-size: 15px;
}
.subnav_list p {
	color: #aaa;
	line-height: 20px;
	font-size: 13px;
	white-space: normal;
	text-overflow: ellipsis;
	margin: 0;
	word-break: break-word;
}
th.dt-center, td.dt-center {
	text-align: center;
}
.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-right: 2rem;
	padding-left: 2rem;
}
.container-categories-search {
	border-radius: 0px;
	margin: 10px 0px;
	background: #fff;
	padding-bottom: 10px;
	padding-top: 5px;
	padding: 0;
	position: relative;
}
.category_page .header .search_block, .question_page .header .search_block, .contact_us .header .search_block {
	margin: 10px auto 0px;
}
.search_block {
	display: block;
	position: relative;
	margin: 0 auto;
	padding: 12px 30px 12px 51px;
	background: #fff;
	border: 2px solid #fff;
	border-radius: 30px;
	-webkit-transition: all 0.2s cubic-bezier(0.9, 0.06, 0.74, 0.15);
	-moz-transition: all 0.2s cubic-bezier(0.9, 0.06, 0.74, 0.15);
	-ms-transition: all 0.2s cubic-bezier(0.9, 0.06, 0.74, 0.15);
	-o-transition: all 0.2s cubic-bezier(0.9, 0.06, 0.74, 0.15);
	transition: all 0.2s cubic-bezier(0.9, 0.06, 0.74, 0.15);
}
.search_icon {
	content: "";
	position: absolute;
	top: 7px;
	left: 15px;
	width: 28px !important;
	line-height: 28px !important;
	text-align: center;
	height: 28px;
	font-size: 25px;
	font-weight: normal;
}
.search_block input {
	box-sizing: border-box !important;
	height: 47px;
	margin-bottom: -15px !important;
	padding: 0px 15px !important;
	position: relative;
	top: -8px;
	border: 0;
	height: 30px;
	width: 100%;
	display: block;
	color: #777;
	background-color: #fff;
	padding: 0 2px;
	font-size: 20px;
	line-height: 24px;
	font-weight: 300;
	outline: none;
	-webkit-transition: all 0.2s cubic-bezier(0.9, 0.06, 0.74, 0.15);
	-moz-transition: all 0.2s cubic-bezier(0.9, 0.06, 0.74, 0.15);
	-ms-transition: all 0.2s cubic-bezier(0.9, 0.06, 0.74, 0.15);
	-o-transition: all 0.2s cubic-bezier(0.9, 0.06, 0.74, 0.15);
	transition: all 0.2s cubic-bezier(0.9, 0.06, 0.74, 0.15);
}
.remove_field {
	float: right;
	margin-right: -15px;
	margin-top: -50px;
}
.article-list {
	list-style: none;
	padding-left: 0;
}
.article-list li, .search-results .list_item {
	border-bottom: 1px dotted #D1D5D7;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.article-list li a, .text_impact {
	color: #303030;
}
.article-sample, .list_content {
	color: #6f7c82;
	margin-bottom: 10px;
}
.popover-title {
	padding: 5px 10px 0px 5px;
}
.processingData {
	display: none;
	position: absolute;
	top: 18%;
	left: 50%;
	margin: -50px 0px 0px -50px;
	z-index: 1;
}
.manage-rates-newsection .nav>li>a {
	padding: 5px 15px!important;
}
div.dataTables_wrapper div.dataTables_length select {
	height: 30px;
}
.tag-editor div {
	float: left;
	padding: 1px 4px!important;
}
.amenties_select {
	border: 1px dotted;
	margin-left: 10px;
	padding: 5px;
	line-height: 35px;
	cursor: pointer;
	background: #e8e8e8;
}
.amenties_notselect {
	border: 1px dotted #d5bf91;
	margin-left: 10px;
	padding: 5px;
	line-height: 35px;
	cursor: pointer;
}
.tag-editor .tag-editor-tag {
	text-transform: capitalize!important;
}
.tag-editor {
	list-style-type: none;
	padding: 5px 5px 5px 0;
	margin: 0;
	overflow: hidden;
	border: 1px solid #d5bf91;
	cursor: text;
	font: normal 14px sans-serif;
	color: #555;
	background: #fff;
	line-height: 20px;
}
#list_table .btn {
	padding: 2px 5px;
}
#propGalleryUploaderId .modal-dialog {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
.modal-open .modal {
	z-index: 999999999;
}
#photos_selector {
	padding: 10px 16px;
	font-size: 17px;
	line-height: 1.3333333;
	border-radius: 2px;
}
.modal-content {
	height: auto;
	min-height: 100%;
	border-radius: 0;
}
.second_nav {
    margin-bottom: 5px;
    padding: 5px!important;
    margin-top: -12px;
    font-size: 16px;
    background: #cdf0e4;
    border: 1px solid #e4e4e4;
    color: #31593e;
    width: 100%;
    text-align: right;
    border: 1px solid #ddd;
}

.second_nav .btn-xs {
	padding: 2px 15px;
	font-size: 13px;
	line-height: 1.5;
	border-radius: 0px;
	background: #f5db1f;
	color: #000;
	font-weight: bold;
	border: 1px solid #999e9b;
	margin-right: 2px;
}
.second_nav .btn-xs:hover {
	padding: 2px 15px;
	font-size: 13px;
	line-height: 1.5;
	border-radius: 0px;
	background: #f5db1f;
	color: #000;
	font-weight: bold;
	border: 1px solid #999e9b;
}
div.dataTables_wrapper div.dataTables_filter input {
	margin-left: 0.5em;
	display: inline-block;
	width: auto;
	border: 1px solid #d4cdcd;
	height: 30px;
}
#list_table thead {
	background: #CDF0E4;
	color: #000;
}
.panel-info>.panel-heading {
	color: #31708f;
	background-color: #CDF0E4;
	border-color: #CDF0E4;
	padding: 0px;
}
.calendar-section td, th {
	height: auto!important;
}
.checkbox input, .radio input {
	opacity: 1;
}
.permissions .checkbox label, .radio label {
	display: inline-block;
	padding-right: 10px;
}
.permissions .checkbox, .radio {
	display: inline-block;
}
#main {
    padding-top: 75px!important;
}
.panel-heading .accordion-toggle:after {
	font-family: 'Glyphicons Halflings';
	content: "\e114";
	float: right;
	color: grey;
}
.block-header > h2 {
	font-size: 16px;
	padding: 10px;
	background: #ecdfc5;
	border: 1px solid #d5bf91;
	color: #31593e;
	margin: 0px;
}
.main-menu>li>a {
	padding: 5px 10px 5px 60px;
}
.main-menu>li>a>i {
	padding: 7px 0;
}
.dropdown-menu {
    top: 30px!important;
	padding: 0px!important;
}
.dropdown-menu>li>a {
    padding: 5px 20px!important;
}
.panel-body {
	padding: 15px;
	height: auto;
	overflow: auto;
	margin-top: 0px;
	border: 1px solid #d5bf91;
	 min-height: 500px;
        overflow: hidden;
}
.panel-body .panel-body {
	border: 0px solid #d5bf91!important;
}
.block-header {
	margin-bottom: 1px;
	position: relative;
}
.alert {
	font-size: 13px!important;
	position: absolute;
	top: -10%;
	width: 50%;
	left: 25%;
	z-index: 9999999999999999;
}
.alert-error {
	background: #ffecec url('../images/error.png') no-repeat 10px 50%;
	border: 1px solid #f5aca6;
	padding: 10px 18px 10px 50px;
	color: red;
	font-size: 15px;
	text-shadow: none;
}
.alert-success {
	background: #e9ffd9 url('../images/success.png') no-repeat 10px 50%;
	border: 1px solid #a6ca8a;
	padding: 7px 18px 8px 50px;
	color: green;
	font-size: 15px;
	text-shadow: none;
}
.alert-warning {
	background: #fff8c4 url('../images/warning.png') no-repeat 10px 50%;
	border: 1px solid #f2c779;
	padding: 10px 18px 10px 50px;
	color: red;
	font-size: 15px;
	text-shadow: none;
}

.alert-notice {
	background: #e3f7fc url('../images/notice.png') no-repeat 10px 50%;
	border: 1px solid #8ed9f6;
	padding: 10px 18px 10px 50px;
	color: red;
	font-size: 15px;
	text-shadow: none;
}

#reportsShowDiv div.dt-buttons {
    position: relative;
    float: none;
    text-align: center;
    margin: auto;
    width: 20%;
}

#reportsShowDiv div.dataTables_wrapper div.dataTables_filter {
    text-align: right;
    float: right;
    margin-top: -41px;
}
/*End bsdixit CSS*/
body.modal-open {
	overflow: auto;
	padding-right: 0 !important;
}
.modal-open {
	padding-right: 0px;
}
.modal-dialog-centered {
 min-height: calc(70% - (1.75rem * 2));
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 15px auto !important;
}
.modal-dialog-centered .modal-content {
	width: 550px;
	margin: 1.75rem auto;
}
#exampleModalCenter {
	padding-right: 0 !important;
}

@media(max-width: 767px) {
.modal-dialog-centered .modal-content {
	width: 550px;
	margin: 0px 10px;
}
}
