/*
Theme Name: Blueline Design Work
Author: Blueline Design
Author URI: http://www.bluelinedesign.se/
Description: Blueline Design Productivity Theme
Version: 0.1
*/


html { 
	

}

body {
	 
}

[v-cloak] {
	display:none;
}

.container {
	max-width:1024px;
	margin:auto;

}


.splash-screen {
	position:fixed;
	top:60px;
	bottom:0;
	right:0;
	left:0;
	padding-bottom:60px;

	z-index:9999;

}

.vertical-center {
	position: relative;
	top: 50%;
	transform: perspective(1px) translateY(-50%);
}



.background {
	
	position:fixed;
	margin-left: auto;
	margin-right: auto;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1000;
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;

	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#5c70be+0,93a3e5+100 */
	background: #5c70be; /* Old browsers */
	background: -moz-linear-gradient(top, #5c70be 0%, #93a3e5 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #5c70be 0%,#93a3e5 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #5c70be 0%,#93a3e5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c70be', endColorstr='#93a3e5',GradientType=0 ); /* IE6-9 */
	


}



.new-item input {
	max-width:auto !important;
	background:transparent !important;
	border:none !important;
	width:100% !important;

	
	box-sizing: border-box;

	outline: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}


.placeholder-white::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #fff;
	opacity: 1; /* Firefox */
}

.placeholder-white:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #fff;
}

.placeholder-white::-ms-input-placeholder { /* Microsoft Edge */
	color: #fff;
}



.blue {
	background:#5C70BE;
	color:#fff;
}

.pointer { 
	cursor:pointer;
}

.unselectable {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Opera and Firefox */
}



