@charset "UTF-8";

html {
	direction: rtl;
}

body {
	font-family: 'Assistant', sans-serif !important;
}

.right-side {
	padding-top: 25px;
	position: relative;
	height: 100vh;
}

.right-side::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url("../../images/bg.jpg");
	filter: blur(2px);
}

.right-side .logo {
	position: absolute;
	right: 0;
	left: 0;
	text-align: center;
}

.right-side .logo img {
	height: 120px;
}

.right-side .text {
	position: absolute;
	top: 150px;
	width: 100%;
}

.right-side .text h1 {
	text-align: center;
	color: #FF0000;
}

.right-side .text h6 {
	color: gray;
	text-align: center;
}

.right-side .center-text {
	text-align: right;
	position: absolute;
	top: 45%;
	padding-right: 15px;
}

.right-side .center-text h2 {
	color: #FF0000;
}

.right-side .disclaimer {
	position: absolute;
	bottom: 80px;
	color: gray;
	font-size: 0.7rem;
	text-align: center;
	width: 100%;
	right: 0;
	left: 0;
}

.right-side button {
	background: #FF0000;
	width: 100%;
	position: absolute;
	bottom: 0;
	height: 80px;
	right: 0;
}

.right-side button a {
	color: white;
}

.right-side button .arrow-left img {
	height: 20px;
	float: left;
}

.left-side {
	padding: 0;
}

body .black-site {
	background-image: url("../../images/bg3.jpg");
	background-position: center;
	background-attachment: fixed;
}

.killed-map .bg-wrapper {
	height: 100%;
	width: 100%;
}

.killed-map .bg-wrapper .top-text {
	color: white;
	font-size: 1.3rem;
}

.killed-map .bg-wrapper .padding-row {
	padding: 10px 0;
	margin: 20px 0;
	flex-direction: column;
}

.killed-map .bg-wrapper .map {
	background-image: url("../../images/map.png");
	height: 70vh;
	width: 460px;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	margin: 50px auto;
	background-size: contain;
}

.killed-map .bg-wrapper .map .pin {
	position: absolute;
	cursor: pointer;
}

.killed-map .bg-wrapper .map .pin .pin-content {
	background: #fff;
	padding: 0 10px;
	visibility: hidden;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	height: 70px;
	cursor: pointer;
	position: absolute;
	top: -60px;
	z-index: 5;
	left: -67px;
	min-width: 190px;
}

.killed-map .bg-wrapper .map .pin .pin-content .content-number {
	color: #FF0000;
	padding: 0 20px 10px 0;
	font-weight: 800;
	font-size: 4rem;
	margin-top: -5px;
}

.killed-map .bg-wrapper .map .pin .pin-content .content-text {
	display: flex;
	flex-direction: column;
	padding-top: 10px;
}

.killed-map .bg-wrapper .map .pin .pin-content .content-text .city {
	color: black;
	text-align: right;
	font-weight: bold;
	white-space: nowrap;
}

.killed-map .bg-wrapper .map .pin .pin-content .content-text .text {
	color: gray;
	text-align: right;
	white-space: nowrap;
}

.killed-map .bg-wrapper .map .pin .pin-content .triangle {
	width: 0;
	height: 0;
	border-top: 20px solid white;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	position: absolute;
	top: 70px;
	right: 40%;
}

.killed-map .bg-wrapper .map .pin:hover .pin-content {
	visibility: visible;
}

.killed-map .bg-wrapper .map .pin img {
	height: 80px;
}

@keyframes ticker {
	0% {
		transform: translate3d(-100%, 0, 0);
	}

	100% {
		transform: translateX(200%);
	}
}

@keyframes mobile-ticker {
	0% {
		transform: translate3d(-80%, 0, 0);
	}

	100% {
		transform: translateX(700%);
	}
}

.mtphr-dnt-tick-container {
	direction: ltr;
}

.black-logo-container {
	background-color: black;
	padding-bottom: 30px;
}

.black-logo-container .news-strip {
	margin-bottom: 30px;
}

.black-logo-container .news-strip button {
	background: #818286;
	color: white;
	border: unset;
	border: none;
	cursor: pointer;
	width: 100%;
	margin-top: 10px;
}

.black-logo-container .news-strip button:hover {
	background: #FF0000;
}

.black-logo-container .logo {
	margin: 0 auto;
	text-align: center;
}

.black-logo-container .logo img {
	height: 60px;
}

.black-header-container {
	padding: 0 !important;
	background-color: black;
}

.black-header {
	text-align: center;
	background-color: black;
	padding: 30px 20px;
}

.black-header h1 {
	color: red;
}

.black-header p {
	text-align: center;
	color: white;
	font-size: 1.3rem;
}

.black-header p a {
	color: white;
	text-decoration: underline;
}

.black-header .menu {
	display: flex;
	justify-content: center;
	margin: 30px 0 10px 0;
}

.black-header .menu a {
	padding: 10px 30px;
	color: white;
	background-color: gray;
	font-size: 2rem;
	text-decoration: none;
	margin: 0 20px;
}

.black-header .menu a.active {
	background-color: red;
}

.black-header .menu a:hover {
	background-color: red;
}

.black-header .bottom-buttons a {
	font-size: 1rem;
}

.black-container {
	background-color: black;
	text-align: center;
}

.black-container h1 {
	width: 100%;
	color: #FF0000;
}

.black-container .entry-content {
	margin: 0 auto !important;
	color: white;
	padding: 0 40px;
}

.black-container .entry-content #nf-field-4 {
	background: red;
	border: 0;
	color: white;
	padding: 15px 45px;
	font-size: 1.2rem;
}

.statistic-cube {
	background-color: black;
	margin-top: 50px;
	margin-bottom: 50px;
}

.statistic-cube .red-strip {
	background-color: red;
	width: 100%;
	margin-top: 15px;
	display: flex;
	padding: 10px 0;
	margin-bottom: 35px;
	position: relative;
}

.statistic-cube .red-strip .title {
	color: white;
	text-align: right;
	font-weight: bold;
}

.statistic-cube .red-strip .title span {
	font-weight: 300;
}

.statistic-cube #myChart {
	margin-bottom: 50px;
}

.statistic-cube #myPie {
	margin: 50px auto;
}

.mini-cubes-row {
	justify-content: space-between;
}

.mini-cubes-row .mini-cube {
	height: unset;
	color: white !important;
	text-align: right;
	width: 48%;
}

.mini-cubes-row .mini-cube ol {
	margin-left: 1em;
}

.mini-cubes-row .mini-cube ol li:nth-child(-n+2) {
	font-weight: bold;
	font-size: 1.4rem;
	color: #FF9000;
}

.mini-cubes-row .mini-cube ol li {
	font-size: 1.2rem;
	width: 100%;
}

.mini-cubes-row .mini-cube ol li .text {
	max-width: 80%;
}

.mini-cubes-row .mini-cube ol li .number {
	max-width: 10%;
}

.gallery-cube {
	height: unset;
}

.gallery-cube .red-strip h3 {
	text-align: center;
}

.gallery-cube .gallery {
	padding: 0 20px;
}

.gallery-cube .gallery img {
	height: 200px;
	margin-top: 30px;
	width: 100%;
	overflow: hidden;
}

.gallery-cube .gallery .slick-next:before,
    .gallery-cube .gallery .slick-prev:before {
	font-size: 35px;
}

.gallery-cube .gallery .slick-next {
	right: auto;
	left: -10px;
}

.gallery-cube .gallery .slick-prev {
	left: 0;
}

label[for="hazard_to_department"] {
	vertical-align: middle;
}

@media (max-width: 768px) {
	.black-logo-container .news-strip {
		margin-bottom: 0;
	}

	.black-logo-container .news-strip .logo {
		margin-top: 20px;
	}

	.black-logo-container .news-strip a {
		margin: 10px 0;
	}

	.black-header {
		padding: 0px 10px;
	}

	.black-header h1 {
		font-size: 1.8rem;
	}

	.black-header h4 {
		font-size: 1.2rem;
	}

	.black-header .menu {
		flex-direction: column-reverse;
	}

	.black-header .menu a {
		margin: 5px 0;
		font-size: 1.2rem;
	}

	.black-header p {
		font-size: 1.1rem;
	}

	.black-logo-container .logo img {
		height: 50px;
		padding: 0 15px;
	}

	.black-header-container {
		padding-right: 15px !important;
		padding-left: 15px !important;
	}

	.statistic-cube {
		height: unset;
		padding-top: 10px;
		padding-bottom: 0;
		margin: 0;
	}

	.statistic-cube .red-strip {
		margin-top: 5px;
		margin-bottom: 20px;
	}

	.statistic-cube .red-strip h3 {
		padding-top: 5px;
		font-size: 1.6rem;
	}

	.statistic-cube #myChart {
		margin-bottom: 0px;
	}

	.statistic-cube #myPie {
		margin: 20px auto;
	}

	.statistic-cube.doughnut-cube .red-strip {
		margin-bottom: 0;
	}

	.killed-map .page-title {
		font-size: 3rem;
	}

	.killed-map .bg-wrapper .map {
		min-width: unset;
		width: 100%;
		background-size: contain;
	}

	.killed-map .bg-wrapper .map .pin img {
		height: 50px;
	}

	.killed-map .bg-wrapper .map .pin .pin-content {
		top: -75px;
		left: -80px;
	}

	.killed-map .bg-wrapper .map .pin:focus .pin-content {
		visibility: visible;
	}

	.mini-cubes-row .mini-cube {
		width: 100%;
	}

	.mini-cubes-row .mini-cube ol {
		margin: 0;
		padding-right: 30px;
		padding-left: 10px;
	}

	.mini-cubes-row .mini-cube ol li {
		font-size: 1.2rem;
	}

	.oshMainContainer .rightSide .buttons .toTheMap {
		background-color: gray;
	}

	.oshMainContainer .rightSide .buttons .inner-buttons a {
		width: 48%;
	}

	.white-text {
		margin-top: 20px;
		font-size: 14px;
		text-align: right;
	}
}

.page-template-form .logo img {
	height: 80px;
}

.footer-container .footer-text {
	color: white;
	text-align: center;
}

.group-span-filestyle {
	width: 100%;
}

.group-span-filestyle label.btn.btn-secondary {
	width: 100%;
	margin: 10px 0 !important;
	padding: 5px 0;
}

body.page-template-control-panel {
	background: #ffffff;
}

body.page-template-control-panel #wpadminbar {
	display: none;
}

body.page-template-control-panel .container {
	max-width: 1600px;
}

body.page-template-control-panel .site-header {
	background: url(../../../images/CPtopBG.jpg);
	background-size: contain;
	box-shadow: 0 8px 6px -9px black;
	padding-top: 20px;
	padding-bottom: 60px;
}

body.page-template-control-panel .site-header h2 {
	color: #ffffff;
	font-weight: light;
	margin-bottom: 0;
	font-size: 26px;
}

body.page-template-control-panel .site-header span {
	color: gray;
	font-size: 1.3rem;
	font-weight: 500;
	display: block;
	padding-bottom: 5px;
}

body.page-template-control-panel .site-header .container-fluid .row div:last-child {
	padding-left: 0;
}

body.page-template-control-panel #content {
	margin-top: 30px;
}

body.page-template-control-panel #content #control-search {
	position: relative;
}

body.page-template-control-panel #content #mySearchText {
	height: 50px;
	padding: 1rem;
	padding-right: 25px;
	width: 100%;
	margin-left: 10px;
	border: 0;
	font-weight: 600;
	background: #f5f5f5;
	color: #465260;
}

body.page-template-control-panel #content #mySearchText::placeholder {
	color: #bcc2c9;
}

#mySearchButton2,
body.page-template-control-panel #content #mySearchButton {
	width: min-content;
	height: 50px;
	line-height: 50px;
	padding: 0 12px;
	background: #f5f5f5;
	text-align: center;
	font-weight: bold;
	border: none;
	color: #465260;
}

#mySearchButton2:hover,
body.page-template-control-panel #content #mySearchButton:hover {
	filter: brightness(90%);
}

#mySearchButton2 i, 
body.page-template-control-panel #content #mySearchButton i {
	vertical-align: inherit;
	font-size: 18px;
	color: #bcc2c9;
	margin-left: 5px;
}

body.page-template-control-panel #content .cleanSearch {
	position: absolute;
	right: 5px;
	top: 50%;
	margin-top: -7px;
	height: 15px;
	width: 15px;
	line-height: 17px;
	padding: 0;
	border-radius: 100%;
	background: #ff0000;
	border: none;
	display: none;
}

body.page-template-control-panel #content .cleanSearch i {
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
}

body.page-template-control-panel #example_filter {
	display: none;
}

body.page-template-control-panel .logo {
	padding: 15px 0;
	border-left: 2px solid rgba(255, 255, 255, 0.43);
	margin-left: 15px;
	padding-left: 10px;
}

body.page-template-control-panel .cp_topBTNs {
	white-space: nowrap;
}

body.page-template-control-panel .cp_topBTNs .cp_topBTN {
	display: inline-block;
	height: 48px;
	line-height: 48px;
	vertical-align: middle;
	white-space: nowrap;
	padding: 0 7px;
	margin-right: 10px;
	border-radius: 10px;
	background: #f5f5f5;
	color: #465260 !important;
	font-size: 16px;
}

body.page-template-control-panel .cp_topBTNs .cp_topBTN.signOut {
	background: none;
}

body.page-template-control-panel .cp_topBTNs .cp_topBTN.createNew {
	background: #ffbb00;
}

body.page-template-control-panel .cp_topBTNs .cp_topBTN i {
	font-size: 35px;
	vertical-align: middle;
}

body.page-template-control-panel .cp_topBTNs a, body.page-template-control-panel .cp_topBTNs a:visited, body.page-template-control-panel .cp_topBTNs a:hover, body.page-template-control-panel .cp_topBTNs a:focus, body.page-template-control-panel .cp_topBTNs a:active {
	color: #ffffff;
	outline: none;
}

body.page-template-control-panel .cp_topBTNs a:hover {
	filter: brightness(90%);
	text-decoration: none;
}

body.page-template-control-panel .CPstatistics {
	margin-top: -70px;
	margin-bottom: 10px;
}

body.page-template-control-panel .CPstatistics > div {
	width: 24%;
	height: 120px;
	border-radius: 10px;
	padding: 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

body.page-template-control-panel .CPstatistics > div.a {
	background: #F0FFEB;
}

body.page-template-control-panel .CPstatistics > div.b {
	background: #FFF7EB;
}

body.page-template-control-panel .CPstatistics > div.c {
	background: #FBE4E4;
}

body.page-template-control-panel .CPstatistics > div.d {
	background: #F5F6FF;
}

body.page-template-control-panel .CPstatistics > div:hover {
	filter: brightness(90%);
}

body.page-template-control-panel .CPstatistics > div .data {
	color: #465260;
	line-height: 20px;
}

body.page-template-control-panel .CPstatistics > div .num {
	display: block;
	font-weight: 900;
	font-size: 150%;
	position: relative;
}

body.page-template-control-panel .CPstatistics > div .icon {
	width: 70px;
	height: 70px;
	line-height: 70px;
	font-size: 50px;
	background: rgba(255, 255, 255, 0.3);
	border-radius: 50%;
	text-align: center;
}

body.page-template-control-panel input[type="search"] {
	width: 100%;
	background: #F5F5F5;
	height: 50px;
}

body.page-template-control-panel .CPinnerDetails {
	display: flex;
	justify-content: space-between;
	background: rgba(212, 214, 233, 0.23);
	padding: 10px 0;
}

body.page-template-control-panel .CPinnerDetails p {
	overflow-wrap: break-word;
	word-wrap: break-word;
}

body.page-template-control-panel .CPinnerDetails > div {
	background: #ffffff;
	border-radius: 10px;
	white-space: normal;
	padding: 15px;
	margin: 0 10px;
}

body.page-template-control-panel .CPinnerDetails > div h6 {
	font-weight: bold;
	white-space: nowrap;
}

body.page-template-control-panel .CPinnerDetails > div .Dphone, body.page-template-control-panel .CPinnerDetails > div .Dmail {
	display: inline-block;
	text-align: left;
}

body.page-template-control-panel .CPinnerDetails > div .Dphone:before, body.page-template-control-panel .CPinnerDetails > div .Dmail:before {
	font-family: "Material Icons";
	vertical-align: bottom;
	margin-left: 5px;
}

body.page-template-control-panel .CPinnerDetails > div .Dphone {
	margin-left: 20px;
}

body.page-template-control-panel .CPinnerDetails > div .Dphone:before {
	content: "\e0cd";
}

body.page-template-control-panel .CPinnerDetails > div .Dmail:before {
	content: "\e0be";
}

body.page-template-control-panel .CPinnerDetails > div hr {
	border: 0;
	width: 100%;
	height: 0;
	border-top: 1px solid #F2F2F2;
}

body.page-template-control-panel .CPinnerDetails > div.Dpics {
	background: none;
	display: flex;
	justify-content: space-between;
	align-content: flex-start;
	flex-wrap: wrap;
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: 210px;
	width: 220px;
	padding: 0;
}

body.page-template-control-panel .CPinnerDetails > div.Dpics > .img_wrapper {
	position: relative;
	width: 100px;
	height: 100px;
	overflow: hidden;
	border-radius: 10px;
	margin-bottom: 10px;
	display: flex;
    align-items: center;
    justify-content: center;
    background: #07244C;
}
body.page-template-control-panel .CPinnerDetails > div.Dpics > .img_wrapper i {
    color:#ffffff;
}

body.page-template-control-panel .CPinnerDetails > div.Dpics > a img {
	min-width: 100%;
	min-height: 100%;
}

body.page-template-control-panel .CPinnerDetails > div.reporter {
	max-width: 30%;
	overflow: hidden;
}

body.page-template-control-panel .CPinnerDetails > div.Ddesc {
	min-width: 25%;
	width: 100%;
}

body.page-template-control-panel .CPinnerDetails > div.Dentrepreneur h6 {
	display: inline-block;
}

body.page-template-control-panel .imgPlaceHolder_icon {
	color: #138000;
    /*
		height: 30px;
		width: 30px;
		line-height: 30px!important;
		font-size: 12px!important;
		border-radius: 50%;
		background: #F1F1F1;
		text-align: center;
		font-weight: bold!important;
		*/;
}

@media (max-width: 768px) {
	body.page-template-control-panel .site-header .container-fluid .row div:last-child {
		padding-left: 15px;
	}
}

.control-panel-tabel {
	width: 100%;
	margin-top: 20px;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
	border-radius: 10px;
}

.control-panel-tabel .control-panel-headline {
	border-bottom: 1px solid #F2F2F2;
	padding: 20px 15px;
	display: flex;
	justify-content: space-between;
}

.control-panel-tabel .control-panel-headline h3 {
	font-weight: bold;
	font-size: 16px;
	margin: 0;
}

.control-panel-tabel .control-panel-headline h3 .amount {
	font-weight: normal;
}

.control-panel-tabel .control-panel-headline .filters button {
	height: 30px;
	padding: 3px 12px;
	margin-left: 10px;
	color: #07244C;
	background: #EFEFEF;
	border-radius: 10px;
	border: none;
	cursor: pointer;
}

.control-panel-tabel .control-panel-headline .filters button.active {
	color: #ffffff;
	background: #07244C;
	pointer-events: none;
}

.control-panel-tabel .control-panel-headline .filters button:hover {
	filter: brightness(80%);
}

.control-panel-tabel #example_length {
	margin-top: -40px;
	margin-left: 15px;
}

.control-panel-tabel table.dataTable thead .sorting_asc,
  .control-panel-tabel table.dataTable thead .sorting_desc,
  .control-panel-tabel table.dataTable thead .sorting {
	background-position: right;
	color: #465260;
	font-weight: normal;
	background: none;
	white-space: nowrap;
}

.control-panel-tabel table.dataTable thead .sorting_asc i,
    .control-panel-tabel table.dataTable thead .sorting_desc i,
    .control-panel-tabel table.dataTable thead .sorting i {
	vertical-align: middle;
	font-size: 12px;
}

.control-panel-tabel table.dataTable thead .sorting_asc,
  .control-panel-tabel table.dataTable thead .sorting_desc {
	font-weight: bold;
}

.control-panel-tabel table.dataTable {
	border-bottom: 1px solid #F2F2F2;
}

.control-panel-tabel table.dataTable th {
	color: #185180;
	border-bottom: 1px solid #F2F2F2;
	font-weight: normal;
	padding: 15px;
}

.control-panel-tabel table.dataTable tbody .img-td {
	padding: 0 !important;
	min-width: 80px;
}

.control-panel-tabel table.dataTable tbody .img-td img {
	display: block;
	max-height: 140px;
	margin: 0 auto;
}

.control-panel-tabel table.dataTable tbody .dataTables_wrapper .dataTables_paginate {
	float: left;
}

.control-panel-tabel table.dataTable tbody tr {
	cursor: auto;
}

.control-panel-tabel table.dataTable tbody tr.odd td, .control-panel-tabel table.dataTable tbody tr.even td {
	background: white !important;
	padding: 15px;
	border-bottom: 1px solid #F2F2F2;
	border-top: none;
	white-space: nowrap;
	cursor: pointer;
	transition: background 0.6s ease-in-out;
	transition-delay: 0.6s;
}

.control-panel-tabel table.dataTable tbody tr.odd.trForUpdate td, .control-panel-tabel table.dataTable tbody tr.even.trForUpdate td {
	background: #e6e6e6 !important;
	transition-delay: 0s;
}

.control-panel-tabel table.dataTable tbody tr:not(.odd):not(.even) td {
	padding: 0;
	border-top: none;
	box-shadow: inset 0px 3px 6px rgba(0, 0, 0, 0.05);
}

.control-panel-tabel table.dataTable tbody tr.shown td {
	background: #FCFCFC !important;
}

.control-panel-tabel table.dataTable tbody tr.shown td.showMore i {
	transform: rotate(180deg);
}

.control-panel-tabel table.dataTable tbody tr .editReport {
	padding:5px!important;
}
.control-panel-tabel table.dataTable tbody tr .editReport img {
	color: #0056b3;
    opacity: 0;
    padding: 8px;
    /* border: 1px solid #0056b3; */
    border-radius: 10px;
    transition: all 0.2s ease-in-out;
    background: #e6e6e6;
}
.control-panel-tabel table.dataTable tbody tr .editReport img:hover {
	filter: brightness(80%);
}
.control-panel-tabel table.dataTable tbody tr:hover .editReport img {
	opacity: 1;
}

.control-panel-tabel table.dataTable tbody .statusSpan {
	display: inline-block;
	padding: 2px 6px;
	border-radius: 5px;
}
.control-panel-tabel table.dataTable tbody .statusSpan.new {
	background:#CCEFB5;
}
.control-panel-tabel table.dataTable tbody .statusSpan.in-progress {
	background:#FEE256;
}
.control-panel-tabel table.dataTable tbody .statusSpan.close-no-sms,
.control-panel-tabel table.dataTable tbody .statusSpan.closed {
	background:#F57D7D;
}
.control-panel-tabel .dataTables_wrapper .dataTables_info {
	float: right;
	padding-left: 15px;
}

.control-panel-tabel .dataTables_wrapper .dataTables_info {
	float: right;
	padding-left: 15px;
}

.control-panel-tabel .loading:after {
	content: "";
	width: 50px;
	height: 50px;
	display: block;
	float: right;
	position: absolute;
	right: 50%;
	background: url("../../../images/loading.svg") center center no-repeat;
}

.CPeditor_modal_wrapper {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	padding-top: 30px;
	text-align: center;
	background: rgba(7, 36, 76, 0.6);
}

.CPeditor_modal_wrapper .CPeditor_AJAXerr {
	margin: 40px;
	text-align: center;
	font-size: 20px;
}

.CPeditor_modal_wrapper .CPeditor_modal {
	position: relative;
	width: 1140px;
	min-height: 300px;
	margin: 0 auto;
	text-align: right;
	border-radius: 10px;
	background: #ffffff;
	box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.3);
	overflow: hidden;
	transition: all 0.2s ease-in-out;
}

.CPeditor_modal_wrapper .CPeditor_modal.loading:after {
	content: "";
	width: 50px;
	height: 50px;
	display: block;
	float: right;
	position: absolute;
	right: 50%;
	margin-right: -25px;
	background: url("../../../images/loading.svg") center center no-repeat;
	transition: all 0.2s ease-in-out;
}

.CPeditor_modal_wrapper .CPeditor_modal .CPeditor_modal_close {
	height: 30px;
	width: 30px;
	border-radius: 100%;
	text-align: center;
	background: #ffffff;
	line-height: 30px;
	color: #07244C;
	font-size: 34px;
	position: absolute;
	left: 10px;
	top: 10px;
	cursor: pointer;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.25);
	z-index: 1;
}

.CPeditor_modal_wrapper .CPeditor_modal .CPeditor_form {
	height: calc(100% - 40px);
	overflow: auto;
	margin: 0 auto;
	margin-top: 20px;
	padding: 0 20px;
}

.CPeditor_modal_wrapper .CPeditor_modal .CPeditor_form h6 {
	padding: 15px 20px;
	margin: 0;
	font-weight: bold;
	align-self: center;
        /*
				max-width:40%;
				background: #07244c;
				color: #ffffff;
				font-size: 110%;
				border-radius: 0 10px 10px 0;
				*/;
}

.CPeditor_modal_wrapper .CPeditor_modal .CPeditor_form .CPeditor_fieldset {
	background: #ffffff;
	padding: 10px 20px;
	margin-bottom: 20px;
}

.CPeditor_modal_wrapper .CPeditor_modal .CPeditor_form .CPeditor_fieldset.top {
	padding: 0;
	flex: 0 0 100%;
	border-bottom: 1px solid #f2f2f2;
}

.CPeditor_modal_wrapper .CPeditor_modal .CPeditor_form .CPeditor_fieldset.top > div {
	padding-top: 20px;
}

.CPeditor_modal_wrapper .CPeditor_modal .CPeditor_form .CPeditor_fieldset.top label {
	margin-bottom: 0;
	width: auto;
}

.CPeditor_modal_wrapper .CPeditor_modal .CPeditor_form .CPeditor_fieldset.top .custom-select {
	width: 150px;
}

.CPeditor_modal_wrapper .CPeditor_modal .CPeditor_form .CPeditor_fieldset.mid {
	border-right: 1px solid #f2f2f2;
	border-left: 1px solid #f2f2f2;
	width: 410px;
}

.CPeditor_modal_wrapper .CPeditor_modal .CPeditor_form .CPeditor_fieldset > div {
	margin-bottom: 15px;
}

.CPeditor_modal_wrapper .CPeditor_modal .CPeditor_form .CPeditor_fieldset label {
	width: 110px;
	vertical-align: middle;
}

.CPeditor_modal_wrapper .CPeditor_modal .CPeditor_form .CPeditor_fieldset label.textareaLabel {
	vertical-align: top;
}

.CPeditor_modal_wrapper .CPeditor_modal .CPeditor_form input, .CPeditor_modal_wrapper .CPeditor_modal .CPeditor_form textarea {
	height: 50px;
	width: calc(100% - 110px);
	min-width: 220px;
	padding: 15px;
	background: #f5f5f5;
	font-family: 'Assistant', sans-serif !important;
	border: none;
	border-radius: 10px;
}

.CPeditor_modal_wrapper .CPeditor_modal .CPeditor_form input#description, .CPeditor_modal_wrapper .CPeditor_modal .CPeditor_form textarea#description {
	height: calc(100% - 40px);
}

.CPeditor_modal_wrapper .CPeditor_modal .CPeditor_form textarea {
	height: 155px;
	resize: none;
}

.CPeditor_modal_wrapper .CPeditor_modal .CPeditor_form .Epics {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 300px;
	flex: 0 0 300px;
}

.CPeditor_modal_wrapper .CPeditor_modal .CPeditor_form .Epics .img_wrapper {
	position: relative;
	width: 120px;
	height: 120px;
	overflow: hidden;
	border-radius: 10px;
	background: #07244C;
	display: flex;
    align-items: center;
    justify-content: center;
}
.CPeditor_modal_wrapper .CPeditor_modal .CPeditor_form .Epics .img_wrapper i{
    color :#ffffff;
}

.CPeditor_modal_wrapper .CPeditor_modal .CPeditor_form .Epics .img_wrapper.newPic {
	border: 1px solid #cccccc;
	background: #ffffff;
}

.CPeditor_modal_wrapper .CPeditor_modal .CPeditor_form .Epics .img_wrapper.newPic:before, .CPeditor_modal_wrapper .CPeditor_modal .CPeditor_form .Epics .img_wrapper.newPic:after {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
	pointer-events: none;
}

.CPeditor_modal_wrapper .CPeditor_modal .CPeditor_form .Epics .img_wrapper.newPic:before {
	font-family: 'Material Icons';
	height: 100%;
	font-size: 50px;
	content: "add";
	top: 0;
}

.CPeditor_modal_wrapper .CPeditor_modal .CPeditor_form .Epics .img_wrapper.newPic:after {
	height: 50%;
	bottom: 0;
	font-size: 20px;
	content: "הוספת תמונה";
}

.CPeditor_modal_wrapper .CPeditor_modal .CPeditor_form .Epics .img_wrapper.newPic input[type=file] {
	opacity: 0;
	height: 100%;
	cursor: pointer;
}

.CPeditor_modal_wrapper .CPeditor_modal .CPeditor_form .Epics .img_wrapper img {
	opacity: 1;
	min-height: 100%;
	min-width: 100%;
	transition: all 0.2s ease-in-out;
}

.CPeditor_modal_wrapper .CPeditor_modal .CPeditor_form .Epics .img_wrapper .control {
            /*display:none;	--EDITPICS --*/
	position: absolute;
	width: 100%;
	height: 30px;
	line-height: 30px;
	color: #ffffff;
	font-size: 14px;
	bottom: -30px;
	padding: 3px 10px;
	text-align: right;
	background: rgba(0, 0, 0, 0.75);
	box-shadow: -2px -2px 2px rgba(0, 0, 0, 0.35);
	cursor: pointer;
	transition: all 0.2s ease-in-out;
}

.CPeditor_modal_wrapper .CPeditor_modal .CPeditor_form .Epics .img_wrapper .control i {
	display: inline;
	color: #ffffff;
	vertical-align: text-bottom;
}

.CPeditor_modal_wrapper .CPeditor_modal .CPeditor_form .Epics .img_wrapper:hover .control, .CPeditor_modal_wrapper .CPeditor_modal .CPeditor_form .Epics .img_wrapper .control.restore_img {
	bottom: 0;
}

.CPeditor_modal_wrapper .CPeditor_modal .CPeditor_form button[type=submit] {
	position: relative;
	width: 90px;
	height: 45px;
	padding: 10px;
	background: #ffbb00;
	text-align: center;
	display: inline-block;
	border-radius: 10px;
	cursor: pointer;
	border: 1px solid #ffffff;
	transition: all 0.2s ease-in-out;
}

.CPeditor_modal_wrapper .CPeditor_modal .CPeditor_form button[type=submit]:hover {
	filter: brightness(90%);
}

.CPeditor_modal_wrapper .CPeditor_modal .CPeditor_form button[type=submit]:focus {
	outline: transparent;
}

.CPeditor_modal_wrapper .CPeditor_modal .CPeditor_form button[type=submit].loading:after {
	content: "";
	width: 50px;
	height: 50px;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	background: url(../../../images/loading.svg) center center no-repeat;
}

.CPeditor_modal_wrapper .CPeditor_modal .CPeditor_form .editWithWP {
	display: inline-block;
	height: 45px;
	padding: 10px;
	margin-left: 10px;
	color: #ffffff;
	border: 1px solid #ffffff;
	border-radius: 10px;
	background: #07244C;
}

.CPeditor_modal_wrapper .CPeditor_modal .CPeditor_form .editWithWP:hover {
	text-decoration: none;
}

.CPeditor_modal_wrapper .CPeditor_modal .CPeditor_form .custom-select {
	position: relative;
	display: inline-block;
	width: calc(100% - 110px);
	height: 50px;
	padding: 0 .75rem 0 1.75rem;
	line-height: 50px;
	background-color: #f5f5f5;
	background-position: left .75rem center;
	border: none;
	border-radius: 10px;
}

.CPeditor_modal_wrapper .CPeditor_modal .CPeditor_form .custom-select select {
	display: none;
          /*hide original SELECT element: */;
}

.CPeditor_modal_wrapper .CPeditor_modal .CPeditor_form .custom-select .select-selected {
	color: #666666;
	border: none;
	padding: 0;
	cursor: pointer;
}

.CPeditor_modal_wrapper .CPeditor_modal .CPeditor_form .custom-select .select-selected:after {
	position: absolute;
            /*content: "";*/
	top: 14px;
	right: 10px;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-color: #fff transparent transparent transparent;
}

.CPeditor_modal_wrapper .CPeditor_modal .CPeditor_form .custom-select .select-selected.select-arrow-active {
	border-top: none;
	padding: 0;
}

.CPeditor_modal_wrapper .CPeditor_modal .CPeditor_form .custom-select .select-selected.select-arrow-active:after {
	border-color: transparent transparent #fff transparent;
	top: 7px;
}

.CPeditor_modal_wrapper .CPeditor_modal .CPeditor_form .custom-select .select-items {
	position: absolute;
	width: fit-content;
	background-color: #ffffff;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 0 0 10px 10px;
	top: 100%;
	left: 0;
	right: 0;
	margin-top: -6px;
	line-height: 30px;
	white-space: nowrap;
	z-index: 99;
}

.CPeditor_modal_wrapper .CPeditor_modal .CPeditor_form .custom-select .select-items div {
	color: #666666;
	padding: 8px 16px;
	border: 1px solid transparent;
	border-top-color: rgba(0, 0, 0, 0.1);
	cursor: pointer;
}

.CPeditor_modal_wrapper .CPeditor_modal .CPeditor_form .custom-select .select-hide {
	display: none;
}

.CPeditor_modal_wrapper .CPeditor_modal .CPeditor_form .custom-select .select-items div:hover, .CPeditor_modal_wrapper .CPeditor_modal .CPeditor_form .custom-select .same-as-selected {
	background-color: rgba(0, 0, 0, 0.1);
}

.CPeditor_modal_wrapper .CPeditor_modal .CPeditor_form .radio {
	display: inline-block;
	width: 40px;
	position: relative;
	padding-right: 25px;
	margin-right: 20px;
}

.CPeditor_modal_wrapper .CPeditor_modal .CPeditor_form .radio:before {
	font-family: 'Material Icons';
	content: "";
	width: 20px;
	height: 20px;
	line-height: 20px;
	top: 50%;
	margin-top: -10px;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	border-radius: 100%;
	background: #F5F5F5;
	position: absolute;
	right: 0;
}

.CPeditor_modal_wrapper .CPeditor_modal .CPeditor_form .radio.check:before {
	content: "done";
}

@media (max-width: 768px) {
	.control-panel-tabel .img-td {
		min-width: unset;
	}
}

.white-text {
	color: white !important;
}

.select-date {
	position: absolute;
	left: 0;
	top: 15px;
}

#wmg_logo {
	color: white;
}

#wmg_logo img {
	height: 20px;
}

.page-template-moked #pojo-a11y-toolbar {
	display: none;
}

.page-template-moked .oshMainContainer {
	position: relative;
}

.page-template-moked .oshMainContainer #moked-close-button {
	background: transparent;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 999;
	border: 0;
	outline: 0;
}

.page-template-moked .oshMainContainer #moked-close-button .open {
	display: none;
}

.page-template-moked .oshMainContainer #moked-close-button .open, .page-template-moked .oshMainContainer #moked-close-button .close {
	cursor: pointer;
	width: 25px;
}

.page-template-moked .oshMainContainer.collapsed #moked-close-button .close {
	display: none;
}

.page-template-moked .oshMainContainer.collapsed #moked-close-button .open {
	display: block;
}

.page-template-moked .oshMainContainer.collapsed .rightSide {
	flex-basis: 50px;
}

.page-template-moked .oshMainContainer.collapsed .rightSide > div {
	opacity: 0;
}

.page-template-moked .rightSide {
	background-color: #07172b;
	transition: flex 0.2s ease-in-out;
}

.page-template-moked .rightSide > div {
	transition: opacity 0.2s ease-in-out;
}

.page-template-moked .leftSide {
	max-width: 100%;
	flex: 1;
	transition: all 0.2s ease-in-out;
}

.page-template-moked .moked-upper-cube {
	background: #1b2a3e;
	color: white;
}

.page-template-moked .moked-upper-cube h4 {
	font-weight: bold;
	font-size: 3rem;
}

.page-template-moked .moked-upper-cube h6 {
	font-size: 1.2rem;
}

.page-template-moked form {
	padding: 0 30px;
	color: white;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
  /* Create a custom checkbox */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
  /* Style the indicator (dot/circle) */;
}

.page-template-moked form > div {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	border-bottom: 1px solid #ffffff40;
	width: 100%;
}

.page-template-moked form input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.page-template-moked form label {
	position: relative;
	padding-right: 35px;
	margin-bottom: 15px;
}

.page-template-moked form label img {
	padding-left: 5px;
}

.page-template-moked form .checkmark {
	position: absolute;
	top: 3px;
	right: 0;
	height: 25px;
	width: 25px;
	background-color: transparent;
	border: 1px solid white;
}

.page-template-moked form .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

.page-template-moked form input:checked ~ .checkmark:after {
	display: block;
}

.page-template-moked form .checkmark:after {
	left: 9px;
	top: 5px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.page-template-moked form .radiomark {
	position: absolute;
	top: 0;
	right: 0;
	height: 26px;
	width: 26px;
	border: 1px solid white;
	border-radius: 50%;
}

.page-template-moked form .radiomark:after {
	top: 5px;
	left: 5px;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: white;
}

.page-template-moked form #submit {
	display: flex;
	align-items: center;
	position: static;
	background: transparent;
	color: #ffffff47;
	border: 1px solid #ffffff47;
	margin: 30px auto;
	border-radius: 5px;
	outline: 0;
	transition: color 0.2s ease-in-out, background 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

.page-template-moked form #submit:not(.active) {
	pointer-events: none;
}

.page-template-moked form #submit svg {
	padding-left: 5px;
}

.page-template-moked form #submit svg path {
	fill: #ffffff47;
	transition: fill 0.2s ease-in-out;
}

.page-template-moked form #submit.active {
	border-color: white;
	color: white;
	cursor: pointer;
}

.page-template-moked form #submit.active svg path {
	fill: white;
}

.page-template-moked form #submit.active:hover {
	background: white;
	color: #49B4E8;
}

.page-template-moked form #submit.active:hover svg path {
	fill: #49B4E8;
}

.osh-images {
    margin-left: auto;
    margin-right: auto;
}

.image {
    padding: 1%;
}

@media (min-width: 1200px){
.container {
    max-width: 1340px;
}}