input { outline: none !important; }

.nc-demo-modal { display: none; }
.nc-demo-modal-wrapper { display: none; }

.fav_loader { position: relative; }

.fav_pattern {	
    width: 100%;
    height: 100%;	
	z-index: 1;
	display: none;
    position: absolute;   
    background: rgba(255, 255, 255, 0.3);
    left: 0;
    top: 0;
}

.fav_pattern-loader {   
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100px;
    height: 15px;
	margin: auto;
	position: absolute;
    display: inline-block;    
	background: url( '../img/loading.svg' );
    background-size: cover;
    background-position: center;
}

.fav_cursor { cursor: pointer; }

.display--hidden { display: none !important; }
.display--active { display: block !important; }

.fav_input-error {
    border: 1px solid #ff0000 !important;
    color: #ff0000 !important;
  	border-bottom: 1px solid #ff0000 !important;
}

.fav_form-error > span { color: #ff0000 !important; }

.btn:hover {
    color: #fff;
    text-decoration: none;
}