@keyframes logo-rotating {
	from {
	  transform: translate(-25px, -125px) rotate(0deg);
	}
	to {
	  transform: translate(-25px, -125px) rotate(360deg);
	}
}

.rtl {
	direction: rtl;
}

.slim-contain {
	max-width: 350px;
    margin: 0 auto 20px;
}

#pyimageHolder.loading {
	opacity: .4;
    pointer-events: none;
}

#pyimageHolder {
	transition: .2s all ease;
}

.pyimage {
	overflow: hidden;
	position: relative;
	display: block;
}

.pyimage .slim-btn {
	position: absolute;
    top: 0;
    right: 0;
    left: 0;
	bottom: 0;
	margin: auto;
	transform: translateY(-200px);
	transition: all .25s ease;
}

.pyimage .pybtn-group {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
	bottom: 0;
	top: 0;
	z-index: 5;
}

.pyimage:hover .slim-btn {
	transform: translateY(0);
}

.pybtn-group button {
	outline: 0;
}

.connected, .sortable, .exclude, .handles {
	margin: auto;
	padding: 0;
	width: 310px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.sortable.grid {
	overflow: hidden;
}
.connected li, .sortable li, .exclude li, .handles li {
	list-style: none;
	border: 1px solid #a7851e;
	background: #a7851e;
	color: #fff;
	margin: 5px;
	padding: 5px;
	height: 40px;
}
.handles span {
	cursor: move;
}
.sortable.grid li {
	line-height: 80px;
	float: left;
	width: 80px;
	height: 80px;
	text-align: center;
}
li.highlight {
	background: #FEE25F;
}
li.sortable-placeholder {
	border: 1px dashed #CCC;
	background: none;
}
.sortable-ghost {
	border: 1px dashed #CCC!important;
}

.map {
	width: 100%;
	height: 400px;
}

.login-logo {
	max-width: 350px;
}

#page-loader {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: radial-gradient(rgba(255, 255, 255, 0.3), black);
  z-index: 1200;
  display: flex;
  transition: all 0.2s ease;
  backdrop-filter: blur(10px);
}

#page-loader > div {
    height: 100px;
    margin: auto;
    width: 100px;
}

#page-loader svg {
	transform: translate(-25px, -125px);
	animation: logo-rotating 2s linear infinite;
}

#page-loader.loaded {
  opacity: 0;
  visibility: hidden;
}

/* #page-loader img {
  display: block;
  margin: auto;
} */

#login-form .btn-primary {
  color: #fff;
  border-color: #312c62;
  background-color: #312c62;
}

#login-form .btn-primary:not(:disabled):not(.disabled).active,
#login-form .btn-primary:not(:disabled):not(.disabled):active,
#login-form .show > .btn-primary.dropdown-toggle {
  color: #fff;
  border-color: #e13c3c;
  background-color: #e13c3c;
}

#login-form .btn-primary.focus,
#login-form .btn-primary:focus {
  box-shadow: 0 0 2px 0.1rem rgba(235, 127, 127, 0.5);
}

#login-form .btn-primary:hover {
  color: #fff;
  border-color: #4a4675;
  background-color: #4a4675;
}

#login-form .btn-primary:not(:disabled):not(.disabled).active:focus,
#login-form .btn-primary:not(:disabled):not(.disabled):active:focus,
#login-form .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 4px 0.1rem rgba(235, 127, 127, 0.5);
}

#login-form .btn-primary.disabled,
#login-form .btn-primary:disabled {
  color: #fff;
  border-color: #575475;
  background-color: #575475;
}

.menu-footer {
	text-align: center;
    position: fixed;
    bottom: 0;
    height: 60px;
    line-height: 60px;
    width: 100%;
    color: #8a8e9e;
	background-image: linear-gradient(#21284100, #212841 30%);
	pointer-events: none;
}

.admin-header{
	z-index: 1010;
}

.admin-sidebar {
	z-index: 1015;
}

.admin-sidebar .menu {
    padding-bottom: 60px!important;
}

.admin-brand-logo {
  margin-left: 70px;
  width: 50px;
}

.dt-buttons {
  position: relative;
  float: left;
}

.hide {
  display: none !important;
}

.slim label.is-invalid {
  position: absolute;
}

.dashboard-logo {
  width: 140px;
}

.loading-container {
  z-index: 1000;
}

.movement-list-item {
  /* overflow-x: hidden;
	overflow-y: visible; */
	min-height: 64px;
}

.movement-list-item .myhandle {
  content: "";
  display: block;
  width: 11px;
  height: 100%;
  position: absolute;
  right: 0;
  background-color: #fbfbfb;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Cpath fill='%23999' fill-opacity='0.4' d='M1 3h1v1H1V3zm2-2h1v1H3V1z'%3E%3C/path%3E%3C/svg%3E");
  background-size: 60%;
  /*transform: translateX(11px);*/
  transition: opacity 0.15s linear;
  cursor: move;
  opacity: 0;
}

.movement-list-item:hover .myhandle {
  /*transform: translateX(0px);*/
  opacity: 1;
}

.slim[data-ratio="5:6"] > img,
.slim[data-ratio="5:6"] > input[type="file"] {
  margin-bottom: 120%;
}

.slim[data-ratio="5:2"] > img,
.slim[data-ratio="5:2"] > input[type="file"] {
  margin-bottom: 40%;
}

.select2.select2-container {
  width: 100% !important;
}
.select2 .select2-search__field {
  width: 100% !important;
}

.movements-grid-wrapper{
  padding-bottom: 30px !important;
}
.movements-grid-wrapper > .card{
  max-height: 100%;
}

.pythumb {
	padding: 0!important;
}

.pysquare {

}

.pysquare:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.ncs-icon {
	box-shadow: 0 0 1px 1px #e4e4e4 inset;
	width: 100%;
	height:100%;
	background-size: contain;
	cursor:pointer;
	background-position: center;
	background-repeat: no-repeat;
	align-items: center;
	text-align: center;
	transition: box-shadow .1s linear;
}

.ncs-icon:hover {
	box-shadow:0 0 3px 0 gray inset;
}

#pyHandle {
    width: 5em;
    height: 1.6em;
    top: 50%;
	margin-top: -.8em;
	margin-left: -10%;
    text-align: center;
    line-height: 1.5em;
  }

.input-slider {
	float: left;
	width: calc(100% - 215px);
	margin-top: 10px;
}
/* .grid-refresh {
    font-family: 'Material Design Icons';
    font-size: 18px;
    line-height: inherit;
    margin: 0 2px;
    transition: opacity ease .2s;
    opacity: .4;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.grid-refresh:before {
    content: '';
} */

.login-md-left{
	position: relative;
	float: left;
	margin-left: 5px;
	width: calc(100% - 75px);
}
.login-md-right{
	position: relative;
	display: inline-block;
	float:right;
	margin-left: 10px;
	width: 55px;
}
#login-form #appleloginbtn{
	padding-left: 0;
	padding-right: 0;
	background-color: #000;
	border-color: #000;
}
#login-form #appleloginbtn:hover{
	background-color: #333;
}

.coupon-code {
	text-transform: uppercase;
    letter-spacing: 5px;
}

.bold {
	font-weight: bold;
}

.fit-image {
	object-fit: cover;
}

.pyaspect1 {
	width: 100%;
	padding-top: 50%;
	position: relative;
	overflow: hidden;
}

.pyaspect1 img {
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.py-txtarea {
	height: 120px;
}

.select2-hidden {
    display:none !important;
}