.col-md-1-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 10%;
}
.thumbnail
{
	min-width: 100%!important;
	background-position: center;
	background-size: cover;
	cursor: pointer;
	margin-bottom: 0px
}
.thumbnail-icons
{
	min-width: 100%!important;
	background-color: #f3f6f9!important;
	background-position: center;
	background-size: cover;
	cursor: pointer;
	margin-bottom: 5px;
	height: 100%;
}
.thumbnail::after
{
	content: '';
	display: block;
	padding-bottom: 100%;
}
.col-md.col-md-thumb
{
	flex: 0 0 12%;
    max-width: 12%;
	padding-left: 5px;
	padding-right: 5px;
}
.modal-image
{
	max-width: 90%!important
}
.modal-image .details-image
{
    display: block;
    margin: 0 auto 16px;
    max-width: 100%;
    max-height: 90%;
    max-height: calc(100% - 42px);
    background-image: linear-gradient(45deg,#c4c4c4 25%,transparent 25%,transparent 75%,#c4c4c4 75%,#c4c4c4),linear-gradient(45deg,#c4c4c4 25%,transparent 25%,transparent 75%,#c4c4c4 75%,#c4c4c4);
    background-position: 0 0,10px 10px;
    background-size: 20px 20px;
}
.thumbnail-image
{
    box-sizing: border-box;
    padding-left: 100px;
    padding-right: 100px;
    height: 100%;
}
.modal-body .thumbnail-image
{
    padding-right: 0px;
    padding-left: 10px;
    height: 100%;
}
.thumbnail.selected
{
	border: 6px solid #2f74dc;
}
.gridjs-pagination .gridjs-summary {
    float: left;
    margin-top: 5px;
}
.gridjs-summary {
    color: var(--vz-secondary-color);
    margin-top: 8px !important;
}
.gridjs-pagination .gridjs-pages {
    float: right;
}
.gridjs-pagination .gridjs-pages button {
    margin-left: .3rem;
    border-radius: .25rem !important;
    border: 1px solid var(--vz-border-color);
    background-color: var(--vz-secondary-bg);
    color: var(--vz-link-color);
}
.gridjs-pagination .gridjs-pages button {
    background-color: #fff;
    border: 1px solid #d2d6dc;
    border-right: none;
    outline: none;
    padding: 5px 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.gridjs-footer button, .gridjs-head button {
    background-color: transparent;
    background-image: none;
    border: none;
    cursor: pointer;
    margin: 0;
    outline: none;
    padding: 0;
}
button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
a, button {
    outline: 0 !important;
}
.gridjs *, .gridjs :after, .gridjs :before {
    box-sizing: border-box;
}
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(255 255 255 / 50%);
    z-index: 9999;
}
.table {
    margin-bottom: 0;
}
.div-preloader {
    display: none;
    background: rgb(255 255 255 / 70%);
    height: -webkit-fill-available;
    width: 100%;
    position: absolute;
    z-index: 1060;
    left: 0;
}
div .avatar-md {
    height: 4.5rem !important;
    width: 4.5rem !important;
    background-position: center;
    background-size: cover;
}
.place-hours>:not(caption)>*>* {
    padding: .5rem .6rem;
}
.btn-close-preview {
    position: absolute;
    border-radius: 0;
    right: 0;
    padding-top: 0;
    padding-bottom: 0;
}
.btn-close-preview i {
    font-size: 20px;
}
.choices__inner {
    padding: .25rem 1.6rem .1rem .5rem;
}
.pickr .pcr-button::after, .pickr .pcr-button::before {
    border-radius: 0;
}
.pickr .pcr-button {
    height: 2.5rem;
    width: 100%;
}
.pickr .pcr-button {
    border-radius: 0%;
}
.map-card iframe {
    width: 100%;
}
.navbar-brand-box {
    padding: 2rem 1.3rem;
}

