
.p-0 { padding: 0px;}
.p-l-0 { padding-left: 0px;}
.p-r-0 { padding-right: 0px;}
.p-t-0 { padding-top: 0px;}
.p-b-0 { padding-bottom: 0px;}

.p-10 { padding: 10px;}
.p-l-10 { padding-left: 10px;}
.p-r-10 { padding-right: 10px;}
.p-t-10 { padding-top: 10px;}
.p-b-10 { padding-bottom: 10px; }


.p-20 { padding: 20px;}
.p-l-20 { padding-left: 20px;}
.p-r-20 { padding-right: 20px;}
.p-t-20 { padding-top: 20px;}
.p-b-20 { padding-bottom: 20px; }


.m-0 { margin: 0px;}
.m-l-0 { margin-left: 0px;}
.m-r-0 { margin-right: 0px;}
.m-t-0 { margin-top: 0px;}
.m-b-0 { margin-bottom: 0px;}

.m-10 { margin: 10px;}
.m-l-10 { margin-left: 10px;}
.m-r-10 { margin-right: 10px;}
.m-t-10 { margin-top: 10px;}
.m-b-10 { margin-bottom: 10px; }


.m-20 { margin: 20px;}
.m-l-20 { margin-left: 20px;}
.m-r-20 { margin-right: 20px;}
.m-t-20 { margin-top: 20px;}
.m-b-20 { margin-bottom: 20px; }


.input-group-search{
    width: 250px;
}

body {
	font-size: 14px;
}

.login-box-body, .register-box-body {
    border-left: 5px solid #000;
    border-bottom: 1px solid #000;
}

.login-page{
    background-color : #969696;
}

.pagination .page-active {
    background-color : #57b3e4;
}

.pagination .page-active:hover {
    background-color : #367fa9;
}
.pagination .page-active:active {
    background-color : #367fa9;
}
.pagination .page-active:focus {
    background-color : #367fa9;
}

textarea {
    resize: vertical;
}
.amenities-list li {
    list-style: none;
}

.card {
    /* Add shadows to create the "card" effect */
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
}

.grid-container {
    display: grid;
    grid-column-gap: 10px;
    grid-row-gap: 50px;
    grid-template-columns: repeat(5, 1fr);
    grid-auto-columns: minmax(200px, 10%);
}

.photo-upload.grid-item{
    border : 1px solid #dddddd;
    background: #fefefe;
}

.grid-vertical {
    display: inline-grid;
    height: 100%;
    width: 100%;
}

/* On mouse-over, add a deeper shadow */
.card:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

/* Add some padding inside the card container */
.container {
    padding: 2px 16px;
}

/* uploader-photos */
.button-circle.remove-preview {
    border-radius : 50% !important;
    width : 20px;
    height : 20px;
    background-color: white;
    color : grey;
    position : absolute;
    top : 0;
    right : 0;
    text-align: center;
    padding-top : 3px;
}
.photos-uplader-images {
    display: grid;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: minmax(100px, auto);
}
.photo-preview {
    position : relative;
    display : inline-block;
    font-size : 10px;
}

/*-------- 3.1 Preloader --------*/
#preloader, .custom-preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	bottom: 0;
	background-color: #fff;
	z-index: 999999;
}

.custom-preloader{
	z-index: 99999;
	position: absolute;
	background-color: rgba(255, 255, 255, 0.8);
}

.custom-preloader > div {
	display: block !important;
}

.table-preloader{
	position: relative;
	min-height: 100px;
}

[data-loader="circle-side"] {
	position: absolute;
	width: 50px;
	height: 50px;
	top: 50%;
	left: 50%;
	margin-left: -25px;
	margin-top: -25px;
	-webkit-animation: circle infinite .95s linear;
	-moz-animation: circle infinite .95s linear;
	-o-animation: circle infinite .95s linear;
	animation: circle infinite .95s linear;
	border: 2px solid #333;
	border-top-color: rgba(0, 0, 0, .2);
	border-right-color: rgba(0, 0, 0, .2);
	border-bottom-color: rgba(0, 0, 0, .2);
	border-radius: 100%;
}

@-webkit-keyframes circle {
	0% {
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-moz-keyframes circle {
	0% {
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-o-keyframes circle {
	0% {
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes circle {
	0% {
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.sidebar-menu>li>a>.fa{
	font-size: 18px!important;
}

@media (max-width: 767px){
	.skin-black .main-header>.logo {
		background-color: #d2d6de!important;
	}
}


.flex-block{
	gap: 12px;
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	padding-bottom: 20px;
	justify-content: space-between;
}

.statistic-block{
	width: calc(50% - 24px);
	display: flex;
	flex-flow: row nowrap;
}

.statistic-block .title{
	margin: 0px;
	font-size: 14px;
	min-width: 225px;
	max-width: 225px;
	font-weight: bold;
}

.statistic-block .subtitle{
	margin: 0px;
	font-size: 14px;
}

.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu>li:hover>a>span:not(.pull-right),
.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu>li:hover>.treeview-menu {
    display: block !important;
    position: absolute;
    width: 215px;
    left: 50px
}

.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu>li:hover>a>.pull-right-container {
    left: 215px !important
}