.text-white, .text-white a {
	color: #fff;
}
.text-white a:hover {
	color: #fff;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.fs-12 {
	font-size: 12px;
}
.fs-14 {
	font-size: 14px;
}
.fw-500 {
	font-weight: 500;
}
.fw-m {
	font-weight: 500;
}
.fade {
  transition: opacity 0.15s linear;
}
.border-top-2 {
    border-top: 2px solid #dbdbdb;
}
.border-top {
    border-top: 1px solid #dbdbdb;
}
.border-bottom {
    border-bottom: 1px solid #dbdbdb;	
}

.bg-light {
	background-color: #F9F9F9
}
.color-8, .color-8 a {
	color: #888888;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.p-14px {
	padding: 14px;
}
.py-9px {
	padding-top: 9px !important;
	padding-bottom: 9px !important;
}
.px-14px {
	padding-left: 14px !important;
	padding-right: 14px !important;
}
.py-13px {
	padding-top: 13px;
	padding-bottom: 13px;
}
.pb-2 {
	padding-bottom: 0.5rem;
}
.pl-2 {
	padding-left: 0.5rem;
}
.pb-3 {
	padding-bottom: 1rem;
}
.mt-10px {
	margin-top: 10px;
}
.w-40 {
	width: 40% !important;
}
.w-50 {
	width: 50% !important;
}
.w-60 {
	width: 60% !important;
}
.flip {
  transform: rotate(-180deg);
}

input:focus, textarea:focus, select:focus{
	outline: none;
}
textarea,.oxy-comment-form textarea {
	border: 1px solid #DDDDDD;	
	width: 100%;
	padding: 6px;
}
input[type=checkbox] {
	border: 1px solid #DDDDDD;
}
.mz-form input[type=text], input[type=password], select {
	width: 100%;
	padding-left: 6px;
	padding-right: 6px;
	height: 30px;
	border: 1px solid #DDDDDD;
}
button {
	cursor: pointer;
}
.form-check {
	position: relative;
    /* display: block; */
    padding-left: 1.25rem;	
}
.form-check-input {
	position: absolute;
    margin-top: .15rem;
    margin-left: -1.25rem;
}
form label.error {
	color: #FF4040;
	display: block;
	margin-top: 10px;
}
.page-numbers {
	line-height: 1;
	padding: 9px 10px;
	font-weight: 700;
	display: inline-block;
}
.page-numbers.current {
	color: #E60917;
	background-color: #FAFAFA;
	border: 1px solid #D8D8D8;
}
.page-numbers.prev,
.page-numbers.next {
	padding-left: 0;
	padding-right: 0;
}

.mz-table .border-top {
	border-top: 1px solid #dddddd;
}
.mz-table .border-bottom {
	border-bottom: 1px solid #dddddd;
}
.mz-table .th {
    display: inline-flex;
    align-items: center;
}
@media (max-width: 767px) {
    .px-sm-20px {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
	.mt-sm-30px {
		margin-top: 30px !important;
	}
	.mt-sm-0 {
		margin-top: 0 !important;
	}
	.ml-sm-0 {
		margin-left: 0 !important;
	}
}

.mz-message {
    border-top: 2px solid #78909c;
    padding: 1em 2em 1em 3.5em;
    margin: 0 0 2em;
    position: relative;
    background-color: #f7f6f7;
    color: #515151;
    list-style: none outside;
    width: auto;
    word-wrap: break-word;
}
.mz-message::before {
	font-family: dashicons;
    content: "\f12a";
    display: inline-block;
    position: absolute;
    top: 1em;
    left: 1.5em;
}
.mz-message.message-warning {
    border-top: 2px solid #f5c6cb;
}
.mz-message.message-warning::before {
	content: "\f534";
}

