/*
* Base CSS for the Pulpee template.
* (c) Pulpee.com. All rights reserved.
*/

@font-face {
	font-family: 'Ionicons';
	src: url('../fonts/ionicons.eot');
	src: url('../fonts/ionicons.eot') format('embedded-opentype'),
		 url('../fonts/ionicons.woff') format('woff'),
		 url('../fonts/ionicons.ttf') format('truetype'),
		 url('../fonts/ionicons.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

html{color:#333;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#333;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}select,input,button,textarea,button{font:99% arial,helvetica,clean,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strike, strong, sub, sup, tt, var,
b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

address, cite, q, dfn {
	font-style: normal;
}

h1, h2, h3, h4, h5, h6, th {
	font-weight: normal;
}

article, aside, dialog, figure, footer, header, 
hgroup, nav, section { 
	display: block;
}

a, ins, del {
	text-decoration: none
}

q, blockquote {
	quotes: none;
}

q:after, q:before,
blockquote:after, blockquote:before {
	content: "";
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

th, td {
	vertical-align: top;
}

th {
	text-align: left;
}
a {
	color: #2a74df;
}
button, input, select, textarea {
	font: inherit;
	outline: none;
}
.clear {
	clear: both;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}

h1 {
	font-size: 24px;
	line-height: 32px;
	color: #333;
	font-weight: 400;
}
h2 { 
	font-size: 13px;
	text-transform: uppercase;
	line-height: 20px;
	font-weight: 700;
	color: #333;
}
body {
	font-family: 'PT Sans', sans-serif;
	font-size: 20px;
	line-height: 24px;
}
body.bluebg {
	background: url(../images/mainbg.svg) 0 -900px no-repeat;
	background-size: 100% 2850px;
}


.copy {
	padding: 20px;
	font-size: 16px;
	line-height: 24px;
	max-width: 860px;
	margin-bottom: 20px;
	padding-top: 80px;
}
.copy li {
	list-style: disc;
	margin-bottom: 20px;
	margin-left: 40px;
	font-size: 15px;
	line-height: 20px;
}
.copy h1 {
	font-size: 32px;
	margin-bottom: 20px;
}
.copy h2 {
	margin-bottom: 20px;
}
.copy .logo {
	height: 40px;
	width: 117px;
	background: url(../images/logo.png) top left no-repeat;
	background-size: 117px 40px;
	margin-bottom: 20px;
}

.sidenav {
	width: 184px;
	background: #EAEAEA;
	left: 0;
	top: 0;
	bottom: 0;
	position: fixed;
	padding: 6px 20px;
}
.sidenav .logo {
	height: 30px;
	background: url(../images/logo-blue.svg) top center no-repeat;
	background-size: auto 24px;
	margin-top: 4px;
	margin-bottom: 20px;
}
.sidenav .snote {
	display: block;
	color: #000;
	background: white;
	border: 2px solid white;
	padding: 10px;
	height: 80px;
	font-size: 15px;
	line-height: 18px;
	margin-bottom: 20px;
	cursor: pointer;
}
.sidenav .snote.selected {
	border: 2px solid #000;
}
.sidenav .snote:hover {
	border-color: #2a74df;
}
.sidenav .snote.selected:hover {
	border: 2px solid #000;
}
.sidenav .snote .in {
	height: 72px;
	overflow: hidden;
}
.sidenav a.addnote {
	background: #2a74df;
	font-family: 'Ionicons';
	color: white;
	display: block;
	width: 50px;
	height: 37px;
	border-radius: 25px;
	text-align: center;
	font-size: 30px;
	padding-top: 13px;
	margin: 0 auto;
	margin-bottom: 20px;
}
.sidenav a.addnote:hover {
	background: #000;
}
.sidenav a.addnote:before {
	content: '\f2c7';
}
.sidenav .scontainer {
	position: fixed;
	bottom: 0;
	overflow: auto;
	left: 0;
	width: 184px;
	padding-left: 20px;
	padding-right: 20px;
	top: 0;
	padding-top: 14px;
	bottom: 0;
}
.sidenav .snote.navnotenew {
	margin-left: -400px;
	width: 160px;
	position: absolute;
}
.sidenav .snote.navnotedelete {
	width: 160px;
	position: absolute;
}
.sidenav .placeholder {
	height: 124px;
}
.sidenav .snote .actions {
	display: none;
	text-align: right;
	margin-top: 8px;
}
.sidenav .snote:hover .actions {
	display: block;
}
.sidenav .snote .actions a {
	font-family: 'Ionicons';
	font-size: 19px;
	color: white;
	width: 24px;
	height: 24px;
	display: inline-block;
	border-radius: 12px;
	background: #aaa;
	text-align: center;
	line-height: 24px;
}
.sidenav .snote .actions a:hover {
	background: #000;
}
.sidenav .snote .actions a.delete:before {
	content: '\f4c4';
}

.mcontainer {
	position: relative;
	z-index: 1;
	background: white;
	padding-left: 10px;
}

.ql-editor {
	font-family: 'PT Sans', sans-serif;
	font-size: 22px;
	line-height: 32px;
	padding-right: 224px;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding-bottom: 50vh;
}
.ql-editor ol, .ql-editor ul {
	padding-left: 10px;
}
.ql-editor ol li, .ql-editor ul li {
	padding-left: 20px;
}
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) { padding-left: 40px; }
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) { padding-left: 60px; }
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) { padding-left: 80px; }
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) { padding-left: 100px; }
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) { padding-left: 120px; }
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) { padding-left: 140px; }
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) { padding-left: 160px; }
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) { padding-left: 180px; }
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) { padding-left: 200px; }

.responsiveheader {
	display: none;
}
.popupdialog {
	position: fixed;
	bottom: 10px;
	width: 760px;
	left: 50%;
	margin-left: -390px;
	padding: 10px;
	font-size: 18px;
	color: white;
	font-weight: 300;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	border-radius: 2px;
	opacity: 0.9;
	display: none;
	z-index: 999;
}
.popupdialog .content {
	float: left;
	padding-left: 10px;
}
.popupdialog a.dismiss {
	float: right;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 600;
	color: white;
	display: block;
	padding-right: 10px;
	margin-top: 2px;
}
#success {
	background: #009900;
}
#error {
	background: #BA4234;
}
#critical {
	background: #E8A209;
}


.seditor {
	height: 100vh;
	position: relative;
}
.sneditor {
	position: absolute;
	left: 20px;
	top: 20px;
	right: 20px;
	bottom: 0;
	background: white;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);	
}
#mainEditor,
.subnote-editor {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 42px;
	height: auto;
}


.addsubnote {
	margin-left: 20px;
	margin-top: 0;
}
.addsubnote.disabled {
	opacity: 0.3;
}
.addsubnote i {
	display: block;
	width: 18px;
	height: 18px;
	background: url(../images/icon-add-subnote.png) top left no-repeat;
	background-size: 18px 18px;
}
.mainmenu {
	margin-right: 20px;
	margin-left: 4px;
}
.mainmenu i {
	display: block;
	width: 18px;
	height: 18px;
	line-height: 20px;
	color: #2a74df;
	font-family: 'Ionicons';
	font-style: normal;
}
.mainmenu i:before {
	content: '\f394';
}
.editsubnote {
	font-family: 'Ionicons';
	font-size: 16px;
	line-height: 14px;
	color: #2a74df;
	margin-left: 4px;
}
.editsubnote.disabled {
	opacity: 0.3;
}
.editsubnote:before {
	content: '\f2bf';
}
.ql-settings {
	float: right;
}
.ql-settings i {
	display: block;
	width: 18px;
	height: 18px;
	font-size: 20px;
	line-height: 18px;
	font-family: 'Ionicons';
	font-style: normal;
}
.ql-settings i:before {
	content: '\f13d';
}
.ql-snow.ql-toolbar button.ql-settings {
	position: fixed;
	right: 10px;
}
.ql-toolbar span.status {
	display: block;
	position: fixed;
	right: 40px;
	margin-right: 20px;
	color: #090;
	opacity: 0;
	font-size: 18px;
	font-family: 'Ionicons';
}
.ql-toolbar span.status:before {
	content: '\f120';
}

.disablebg {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.1);
}
.subnote {
	left: 20px;
	bottom: 0px;
	right: 20px;
	top: 20px;
	position: absolute;
	box-sizing: border-box;
	position: absolute;
	background: white;
}

#debug {
	position: fixed;
	bottom: 20px;
	right: 20px;
	padding: 10px;
	background: #ffc;
	font-size: 14px;
	border: 1px solid orange;
}

.ql-snow .ql-editor a.lnksubnote {
	text-decoration: none;
	border: 2px solid #2a74df;
	color: #2a74df;
	font-weight: bold;
	padding-left: 3px;
	margin-left: 2px;
	padding-right: 3px;
	margin-right: 2px;
	cursor: pointer;
}
.ql-snow .ql-editor a.lnksubnote:hover {
	background: #2a74df;
	color: white;
}

.ql-snow.ql-toolbar button.dismiss-subnote {
	float: right;
	width: auto;
	padding-top: 0;
	font-size: 20px;
	color: #2a74df;
	font-family: 'Ionicons';
	color: #bbb;
}
.ql-snow.ql-toolbar button.dismiss-subnote:before {
	content: '\f2d7';
}
.ql-toolbar.ql-snow,
.ql-container.ql-snow {
	border: none;
}


.intro {
	position: absolute;
	left: 20px;
	top: 20px;
	bottom: 20px;
	right: 20px;
}
.intro .content {
	font-size: 22px;
	line-height: 32px;
	max-width: 420px;
}
.intro .content .lnksubnote {
	text-decoration: none;
	border: 2px solid #2a74df;
	color: #2a74df;
	font-weight: bold;
	padding-left: 3px;
	margin-left: 2px;
	padding-right: 3px;
	margin-right: 2px;
	cursor: pointer;
}
.intro .content .lnksubnote:hover,
.intro .content .lnksubnote.active {
	background: #2a74df;
	color: white;
}
.intro .logo {
	height: 63px;
	width: 185px;
	background: url(../images/logo.png) top left no-repeat;
	background-size: 185px 63px;
	margin-bottom: 20px;
}

.accountblock {
	width: 320px;
	margin: 0 auto;
	font-size: 14px;
	padding: 40px;
}
.accountblock .logo {
	display: block;
	width: 133px;
	height: 44px;
	background: url(../images/logo-blue.svg) top left no-repeat;
	background-size: 133px 44px;
	margin: 0 auto;
	margin-bottom: 40px;

}



.feform {
}
.feform p {
	margin-bottom: 10px;
}
.feform.column .field {
	clear: both;
}
.feform .field.fb {
	margin-bottom: 20px;
}
.feform .field.sub {
	margin-bottom: 10px;
}
.feform .field.sub.ssl {
	height: 20px;
	line-height: 24px;
	color: #aaa;
}
.feform .field.sub.ssl i {
	font-family: 'Ionicons';
	font-style: normal;
	margin-right: 4px;
}
.feform .field.sub.ssl i:before {
	content: '\f200';
}
.feform .field.sub a {
	font-weight: bold;
}
.feform .field.checkfield {
	margin-bottom: 4px;
	margin-top: -4px;
	color: black;
	font-size: 13px;
}
.feform .field textarea.comment {
	width: 480px;
	font-size: 13px;
	height: 24px;
}
.feform .field input[type="text"],
.feform .field input[type="password"],
.feform .field input[type="email"] {
	background: none;
	border: 1px solid #ddd;
	border-bottom: none;
	padding: 8px 12px;
	box-sizing: border-box;
	width: 100%;
	letter-spacing: 0;
	font-size: 15px;
	background: white;
}
.feform .field input.last {
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
}
.feform .field span {
	display: block;
}
.feform .field span.inline {
	display: inline;
}
.feform .field span.validation {
	color: #c00;
	display: none;
}
.feform .field span.validationError {
	display: block;
}
.feform .submit {
	margin-bottom: 20px;
}
.feform .submit a {
	color: #999;
	margin-top: 6px;
	display: block;
}
.feform .submit input[type="submit"],
.feform .submit input[type="button"] {
	display: block;
	width: 100%;
	background: #2a74df;
	border: none;
	padding: 10px;
	color: white;
	cursor: pointer;
}
.feform .submit input[type="submit"]:hover {
	background: black;
}
.feform .submit a.dark {
	color: #333;
	float: right;
}
.feform .submit span.lock:before {
	content: '\f023';
}
.feform .field .strength {
	height: 3px;
	background: #ddd;
}
.feform .field .strength .value {
	background: #ff9000;
	height: 3px;
}
.feform .field strong {
	font-weight: bold;
	color: #000;
}
.feform .facebookbutton {
	display: block;
	background: #3b5998;
	padding: 10px;
	color: white;
	text-align: center;
}
.feform .facebookbutton:hover {
	background: black;
}
.feform .facebookbutton i {
	font-family: 'Ionicons';
	font-style: normal;
	float: left;
	color: white;
	font-size: 20px;
	width: 20px;
	line-height: 24px;
	margin-right: -20px;
}
.feform .facebookbutton i:before {
	content: '\f231';
}



.settings {
	position: fixed;
	height: 100vh;
	right: 0;
	width: 280px;
	background: white;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	cursor: default;
	z-index: 999;
	right: -320px;
}
.settings .inner {
	padding: 20px;
	font-size: 16px;
}
.settings strong {
	margin-bottom: 20px;
	display: block;
	float: left;
}
.settings a.dismiss {
	float: right;
	font-size: 13px;
	color: #999;
}
.settings .linkgroup a {
	display: block;
	margin-right: -20px;
	border-bottom: 1px solid #eee;
	padding: 6px;
	padding-left: 0;
}
.settings small {
	font-size: 14px;
	display: block;
	padding-left: 40px;
	padding-right: 40px;
	text-align: center;
	margin-top: -20px;
	color: #777;
	line-height: 18px;
}


.snpreview {
	position: absolute;
	width: 420px;
	border: 2px solid #2a74df;
	background: white;
	height: 302px;
	right: 20px;
	top: 60px;
	z-index: 2;
}
.snpreview .nav {
	height: 32px;
	padding-top: 10px;
}
.snpreview .nav span.index {
	display: block;
	float: left;
	font-weight: bold;
	position: absolute;
	margin-left: 40px;
	font-size: 14px;
	max-width: 320px;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
	white-space: nowrap;
	margin-top: 4px;
}
.snpreview .nav a {
	font-family: 'Ionicons';
	font-size: 24px;
	color: #ccc;
	display: block;
}
.snpreview .nav a.back {
	float: left;
	margin-left: 14px;
}
.snpreview .nav a.edit {
	float: right;
	margin-right: 14px;
	font-size: 16px;
	color: black;
}
.snpreview .nav a.close {
	float: right;
	margin-right: 14px;
}
.snpreview .nav a.back:before {
	content: '\f2ca';
}
.snpreview .nav a.close:before {
	content: '\f2d7';
}
.snpreview .nav a.edit:before {
	content: '\f2bf';
}
.snpreview .content {
	height: 240px;
	padding: 10px;
	width: 340px;
	font-size: 16px;
	line-height: 24px;
	overflow: auto;
	padding-left: 40px;
	padding-right: 40px;
	float: left;
}
.snpreview .content .lnksubnote {
	text-decoration: none;
	border: 2px solid #2a74df;
	color: #2a74df;
	font-weight: bold;
	padding-left: 3px;
	margin-left: 2px;
	padding-right: 3px;
	margin-right: 2px;
	cursor: pointer;
}
.snpreview .content .lnksubnote:hover {
	background: #2a74df;
	color: white;
}

/*

Loading animation 
Source: https://codepen.io/candrews/pen/KzJJmz;
*/

.loader { 
    position: relative; 
    width: 44px;
    height: 8px; 
    margin: 12px auto; 
}

.dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background: #ccc;
    position: absolute;
}

.dot_1 {
    animation: animateDot1 1.5s linear infinite;
    left: 12px;
    background: #2a74df; 
}

.dot_2 {
    animation: animateDot2 1.5s linear infinite;
    animation-delay: 0.5s;
    left: 24px;
}

.dot_3 {
    animation: animateDot3 1.5s linear infinite;
    left: 12px;
}

.dot_4 {
    animation: animateDot4 1.5s linear infinite;
    animation-delay: 0.5s;
    left: 24px;
}

@keyframes animateDot1 {
    0%{ transform: rotate(0deg) translateX(-12px); }
    25% { transform: rotate(180deg) translateX(-12px); }
    75% { transform: rotate(180deg) translateX(-12px); }
    100% { transform: rotate(360deg) translateX(-12px); }
}

@keyframes animateDot2 {
    0%{ transform: rotate(-0deg) translateX(-12px); }
    25% { transform: rotate(-180deg) translateX(-12px); }
    75% { transform: rotate(-180deg) translateX(-12px); }
    100% { transform: rotate(-360deg) translateX(-12px); }
}

@keyframes animateDot3 {
    0%{ transform: rotate(0deg) translateX(12px); }
    25% { transform: rotate(180deg) translateX(12px); }
    75% { transform: rotate(180deg) translateX(12px); }
    100% { transform: rotate(360deg) translateX(12px); }
}

@keyframes animateDot4 {
    0%{ transform: rotate(-0deg) translateX(12px); }
    25% { transform: rotate(-180deg) translateX(12px); }
    75% { transform: rotate(-180deg) translateX(12px); }
    100% { transform: rotate(-360deg) translateX(12px); }
}


/* Special properties for responsive module */
.disabledact {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.0);
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.snactions {
	width: 128px;
	position: absolute;
	left: 20px;
	top: 20px;
}
.snactions .arr {
	width: 0px;
	height: 0px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid rgba(0, 0, 0, 0.95);
	margin: 0 auto;
}
.snactions a {
	display: block;
	background: rgba(0, 0, 0, 0.95);
	color: white;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 13px;
	border-radius: 3px;
}

.updatenotif {
	position: fixed;
	bottom: -120px;
	z-index: 2;
	right: 20px;
	background: #2A74DF;
	color: white;
	border-radius: 5px;
	font-size: 14px;
	font-size: 0;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.updatenotif span {
	display: inline-block;
	line-height: 20px;
	padding: 8px;
	padding-left: 18px;
	padding-right: 18px;
	font-size: 18px;
}
.updatenotif a {
	font-size: 18px;
	display: inline-block;
	color: white;
	background: #4AAAF3;
	height: 40px;
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 16px;
}
.updatenotif a.reload {
	background: #51A95F;
}
.updatenotif a.reload:hover {
	background: #2D813A;
}
.updatenotif a.dismiss {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.updatenotif a.dismiss:hover {
	background: #2471E2;
}

@media screen and (max-width: 600px) {
	.ql-editor {
		font-size: 16px;
		line-height: 26px;
	}

}


