body{
	background-color: #c4cad0;
}

.w-150{
	width:150px;
}

.h-50{
	height:50px;
}
.aside-minimize:not(.aside-minimize-hover) .brand .brand-logo svg {
    display: none;
}

.splashImage{
	background-image:url('/images/login-background.jpg');
	background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.wizard.wizard-4 .wizard-nav .wizard-steps .wizard-step[data-wizard-state=current] .wizard-wrapper .wizard-icon i{
	color: #3699FF;

}

.wizard-4 .wizard-step{
	margin-right: 10px;
	width: calc(22% - 0.25rem)!important;
	flex: 0 0 calc(22% - 0.25rem)!important;
}

.phase1wizard.wizard-4 .wizard-step{
	margin-right: 10px;
	width: calc(30% - 0.25rem)!important;
	flex: 0 0 calc(30% - 0.25rem)!important;
}

/*--------------------------------------------------------------
## Third Party Overrides
--------------------------------------------------------------*/

/* Dropzone uploader */
.dropzonecustom{
	border:none;
}

.dropzonecustom .dz-message{
    border: 2px dashed rgba(0, 0, 0, 0.3);
	padding: 20px 20px;
/*	background-image: url('/assets/media/misc/clouds.png');
	background-size:cover;*/
}

.dropzonecustom.dz-started .dz-message {
     display: block!important;
}

.dz-message i{
	display: block;
    text-align: center;
    font-size: 4rem;
    line-height: 0;
    margin-bottom: 0.5rem;
    color: #fff;
}
.dropzonecustom .dz-preview {
    margin: 0px;
}

.dropzonecustom.dz-clickable * {
	cursor: pointer;
}

/*
.dropzone .dz-preview .dz-image {
	border-radius: 0px;
	width:100%;
	height:auto;	
}
*/

.dropzonecustom .dz-preview:hover .dz-image img{
	filter:none;
}

.dropzonecustom .dz-preview .dz-image img {
  /*  width:100%;
    height:100%;
    object-fit: cover;*/
}

.dropzonecustom .dz-preview .imageOrder{
/*	position:absolute;
	top:0px;	
	right:0px;
	width:25px;
	height:25px;
	z-index: 11;
	background-color:green;
	text-align:center;
	*/
}


.dropzonecustom  .dz-preview {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 16px;
    min-height: 100px; }
	.dropzonecustom  .dz-preview:hover {
      z-index: 1000; }
	  .dropzonecustom  .dz-preview:hover .dz-details {
        opacity: 1; }
		.dropzonecustom  .dz-preview.dz-file-preview .dz-image {
      border-radius: 20px;
      background: #999;
      background: linear-gradient(to bottom, #eee, #ddd); }
	  .dropzonecustom  .dz-preview.dz-file-preview .dz-details {
      opacity: 1; }
	  .dropzonecustom  .dz-preview.dz-image-preview {
      background: white; }
	  .dropzonecustom  .dz-preview.dz-image-preview .dz-details {
        -webkit-transition: opacity 0.2s linear;
        -moz-transition: opacity 0.2s linear;
        -ms-transition: opacity 0.2s linear;
        -o-transition: opacity 0.2s linear;
        transition: opacity 0.2s linear; }
		.dropzonecustom  .dz-preview .dz-remove {
      font-size: 14px;
      text-align: center;
      display: block;
      cursor: pointer;
      border: none; }
	  .dropzonecustom  .dz-preview .dz-remove:hover {
        text-decoration: underline; }
		.dropzonecustom  .dz-preview:hover .dz-details {
      opacity: 1; }
	  .dropzonecustom  .dz-preview .dz-details {
      z-index: 20;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      font-size: 13px;
      min-width: 100%;
      max-width: 100%;
      padding: 2em 1em;
      text-align: center;
      color: rgba(0, 0, 0, 0.9);
      line-height: 150%; }
	  .dropzonecustom  .dz-preview .dz-details .dz-size {
        margin-bottom: 1em;
        font-size: 16px; }
		.dropzonecustom  .dz-preview .dz-details .dz-filename {
        white-space: nowrap; }
		.dropzonecustom  .dz-preview .dz-details .dz-filename:hover span {
          border: 1px solid rgba(200, 200, 200, 0.8);
          background-color: rgba(255, 255, 255, 0.8); }
		  .dropzonecustom  .dz-preview .dz-details .dz-filename:not(:hover) {
          overflow: hidden;
          text-overflow: ellipsis; }
		  .dropzonecustom  .dz-preview .dz-details .dz-filename:not(:hover) span {
            border: 1px solid transparent; }
			.dropzonecustom  .dz-preview .dz-details .dz-filename span, .dropzonecustom  .dz-preview .dz-details .dz-size span {
        background-color: rgba(255, 255, 255, 0.4);
        padding: 0 0.4em;
        border-radius: 3px; }
		.dropzonecustom  .dz-preview:hover .dz-image img {
      -webkit-transform: scale(1.05, 1.05);
      -moz-transform: scale(1.05, 1.05);
      -ms-transform: scale(1.05, 1.05);
      -o-transform: scale(1.05, 1.05);
      transform: scale(1.05, 1.05);
      -webkit-filter: blur(8px);
      filter: blur(8px); }
	  .dropzonecustom  .dz-preview .dz-image {
      border-radius: 20px;
      overflow: hidden;
      width: 120px;
      height: 120px;
      position: relative;
      display: block;
      z-index: 10; }
	  .dropzonecustom  .dz-preview .dz-image img {
        display: block; }
		.dropzonecustom  .dz-preview.dz-success .dz-success-mark {
      -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1); }
	  .dropzonecustom  .dz-preview.dz-error .dz-error-mark {
      opacity: 1;
      -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1); }
	  .dropzonecustom  .dz-preview .dz-success-mark,.dropzonecustom  .dz-preview .dz-error-mark {
      pointer-events: none;
      opacity: 0;
      z-index: 500;
      position: absolute;
      display: block;
      top: 50%;
      left: 50%;
      margin-left: -27px;
      margin-top: -27px; }
      .dropzonecustom  .dz-preview .dz-success-mark svg, .dropzonecustom .dz-preview .dz-error-mark svg {
        display: block;
        width: 54px;
        height: 54px; }
		.dropzonecustom  .dz-preview.dz-processing .dz-progress {
      opacity: 1;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -ms-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear; }
	  .dropzonecustom  .dz-preview.dz-complete .dz-progress {
      opacity: 0;
      -webkit-transition: opacity 0.4s ease-in;
      -moz-transition: opacity 0.4s ease-in;
      -ms-transition: opacity 0.4s ease-in;
      -o-transition: opacity 0.4s ease-in;
      transition: opacity 0.4s ease-in; }
    .dropzonecustom .dz-preview:not(.dz-processing) .dz-progress {
      -webkit-animation: pulse 6s ease infinite;
      -moz-animation: pulse 6s ease infinite;
      -ms-animation: pulse 6s ease infinite;
      -o-animation: pulse 6s ease infinite;
      animation: pulse 6s ease infinite; }
    .dropzonecustom .dz-preview .dz-progress {
      opacity: 1;
      z-index: 1000;
      pointer-events: none;
      position: absolute;
      height: 16px;
      left: 50%;
      top: 50%;
      margin-top: -8px;
      width: 80px;
      margin-left: -40px;
      background: rgba(255, 255, 255, 0.9);
      -webkit-transform: scale(1);
      border-radius: 8px;
      overflow: hidden; }
      .dropzonecustom .dz-preview .dz-progress .dz-upload {
        background: #333;
        background: linear-gradient(to bottom, #666, #444);
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 0;
        -webkit-transition: width 300ms ease-in-out;
        -moz-transition: width 300ms ease-in-out;
        -ms-transition: width 300ms ease-in-out;
        -o-transition: width 300ms ease-in-out;
        transition: width 300ms ease-in-out; }
    .dropzonecustom .dz-preview.dz-error .dz-error-message {
      display: block; }
    .dropzonecustom .dz-preview.dz-error:hover .dz-error-message {
      opacity: 1;
      pointer-events: auto; }
    .dropzonecustom .dz-preview .dz-error-message {
      pointer-events: none;
      z-index: 1000;
      position: absolute;
      display: block;
      display: none;
      opacity: 0;
      -webkit-transition: opacity 0.3s ease;
      -moz-transition: opacity 0.3s ease;
      -ms-transition: opacity 0.3s ease;
      -o-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease;
      border-radius: 8px;
      font-size: 13px;
      top: 130px;
      left: -10px;
      width: 140px;
      background: #be2626;
      background: linear-gradient(to bottom, #be2626, #a92222);
      padding: 0.5em 1.2em;
      color: white; }
      .dropzonecustom .dz-preview .dz-error-message:after {
        content: '';
        position: absolute;
        top: -6px;
        left: 64px;
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #be2626; }



.typeahead .twitter-typeahead {
	display: block !important; 
	flex:1;

}
  

/*.twitter-typeahead, .tt-hint, .tt-input, .tt-menu { width: 100%; }
 */
  .typeahead .tt-menu {
	border: 0;
	margin: 0;
	min-width: 275px;
	padding: 5px 0;
	left: auto /*rtl:ignore*/ !important;
	border-radius: 0;
	border-radius: 4px; }
	.typeahead .tt-menu .tt-dataset .tt-suggestion {
	  padding: 5px 15px;
	  font-size: 1rem; }
  
  .typeahead .form-control.tt-hint {
	color: #74788d; }
  
  .typeahead .form-control.tt-input {
	color: #595d6e; }
  
  .typeahead .tt-menu {
	background: white;
	box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15); }
	.typeahead .tt-menu .tt-dataset .tt-suggestion {
	  color: #595d6e;
	  cursor: pointer; }
	  .typeahead .tt-menu .tt-dataset .tt-suggestion .tt-highlight {
		color: #48465b;
		font-weight: 500; }
	  .typeahead .tt-menu .tt-dataset .tt-suggestion:hover {
		background: #f7f8fa; }


.rpmGuage{
	margin:15px;
	flex: 350px;
}


@media (max-width: 992px){
	.wizard .wizard-nav .wizard-steps .wizard-step{
		width:100%!important;

	}
}

@media (max-width: 1400px){
	.wizard.wizard-4 .wizard-nav .wizard-steps .wizard-step {
		margin-bottom:0px;
	}
}

#fileBackground{
	position:relative;
	z-index:1;
}

#fileBackground::before{
	content:"";
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background-image:url('/images/bg-element.jpg');
	background-repeat:no-repeat;
	background-size: contain;
	background-position: center center;
	opacity: 0.4;
	z-index:-1;
}


@media (max-width: 991.98px){
	.header-mobile .burger-icon span::before, .header-mobile .burger-icon span::after {
		background-color: white;
	}
	.header-mobile .burger-icon span {
		background-color: white;
	}
}

#kt_header_mobile_topbar_toggle svg path{
	fill:white;
	color:white;
	opacity: 1;
}