/* General
-----------------------------------------------------------------------------------------------------*/
body, html {
	font-family: 'Roboto', sans-serif;
	color:#3f3f3f;
	background-color: #f0f0f0;
	height: 100%;
	margin: 0;
	padding: 0;
	border:0;
	letter-spacing:-0px;
	min-width:300px;
	word-wrap:break-word;
}
h1, h2, h3, h4, h5 {
	color:#21a324;
	margin: 0px 0 10px;
	padding: 25px 0 0;
}
h1 {
	font-size:40px;
}
h2 {
	font-size:24px;
}
h3 {
	font-size:19px;
}
p, menu {
	margin:0;
	padding:0;
}
li {
	margin-bottom:10px;
}
p {
	margin-bottom:20px;
}
a {
	transition:.5s;
	color:#0d566d;
}
a:hover {
	color:#0090bd;
}
a img {
	border:0;
}
hr {
	padding: 10px 0;
	margin:0 0 15px;
	border: 0;
	border-bottom: 1px solid #dddddd;
}
input[type='text'],input[type='number'], input[type='time'], input[type='date'], input[type='email'], textarea, input[type='password'], input[type='submit'], select {
    border: 0;
    border-bottom: #939393 1px solid;
    padding: 10px;
	margin:5px 5px 15px 0;
	font-size:18px;
}
select {
	box-shadow: 0px 0px 2px rgba(0, 0, 0, .3);
	border-radius:4px;
}
input[type='text'], input[type='time'], input[type='date'], input[type='number'], input[type='email'], textarea, input[type='password'], #inputddcontainer, .colourpicker {
	border-top: #e2e2e2 1px solid;
	border-left: #e2e2e2 1px solid;
	border-right: #e2e2e2 1px solid;
	width:50%;
	box-sizing: border-box;
	border-radius: 4px;
}
input[type='time'], input[type='number'] {
	width:auto;
	max-width:150px;
}
input[type='date'] {
	width:auto;
	max-width:200px;
	min-width:185px;
}
input[type='submit']:disabled {
	color:#676767;
	pointer-events: none;
}
textarea {
  resize: vertical;
  font-family: 'Roboto', sans-serif;
}
#inputddcontainer {
	border:none;
	position:relative;
}
#inputddcontainer input[type='text'] {
	width:100%!important
}
#inputddcontainer .ddresults {
	max-height:215px;
	margin-top:-15px;
	border:1px solid #7a9cd3;
	overflow-y:auto;
	border-top: none;
	padding: 0;
	position:absolute;
	width:100%;
	width:calc(100% - 4px);
	background-color:#ffffff;
	margin-left:1px;
	display:none;
}
#inputddcontainer .ddresults ul, #inputddcontainer .ddresults ul li {
	margin: 0;
    padding: 0;
    list-style:  none;
}
#inputddcontainer .ddresults ul li {
	display:block;
	border-bottom:1px solid #eeeeee;
}
#inputddcontainer .ddresults ul li:first-child {
	padding-top:0;
}
#inputddcontainer .ddresults ul li:last-child {
	border-bottom:none;
	padding-bottom:0;
}
#inputddcontainer .ddresults ul li .profilephoto {
	float:left;
}
#inputddcontainer .ddresults ul li a {
	padding:10px;
	display:block;
	text-decoration:none;
}
#inputddcontainer .ddresults ul li a:after {
	content: "";
    display: block;
    clear: both;
}
#inputddcontainer .ddresults ul li a:hover, #inputddcontainer .ddresults ul li a:focus {
	background-color:#f7f7f7;
}
#inputddcontainer .ddresults ul li .profilephoto {
	margin-right:10px;
}
#inputddcontainer .ddresults ul li p {
	margin:4px 0 0 0;
}
#inputddcontainer .ddresults ul li p:last-child {
	font-size:14px;
	color:#8a8a8a;
	margin:0;
}
.fullwidth {
	width:100%;
}
.inputheader {
	display:block;
	margin:10px 0 5px;
	font-size:20px
}
.customcheckmark {
	display: inline-block;
	position: relative;
	padding-left: 35px;
	margin: 10px 15px 10px 0;
	cursor: pointer;
	font-size: 20px;
	user-select: none;
}
h1 .customcheckmark, h2 .customcheckmark, h3 .customcheckmark {
	font-size: inherit;
}
h1 .customcheckmark .checkmark {
	top: 13px;
}
h2 .customcheckmark .checkmark {
	top: 2px;
}
h3 .customcheckmark .checkmark {
	top: -1px;
}
.customcheckmark input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}
.customcheckmark .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #eee;
}
.customcheckmark:hover input ~ .checkmark {
	background-color: #ccc;
}
.customcheckmark input:checked ~ .checkmark {
	background-color: #21a324;
}
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
.customcheckmark input:checked ~ .checkmark:after {
	display: block;
}
.customcheckmark .checkmark:after {
	left: 9px;
	top: 5px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	transform: rotate(45deg);
}
.customradiobuttons {
	display: inline-block;
	position: relative;
	padding-left: 35px;
	margin: 10px 0 15px;
	cursor: pointer;
	font-size: 20px;
	user-select: none;
}
.customradiobuttons input {
	position: absolute;
	opacity: 0;
}
.customradiobuttons .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #eee;
	border-radius: 50%;
}
.customradiobuttons:hover input ~ .checkmark {
	background-color: #ccc;
}
.customradiobuttons input:checked ~ .checkmark {
	background-color: #21a324;
}
.customradiobuttons .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
.customradiobuttons input:checked ~ .checkmark:after {
	display: block;
}
.customradiobuttons .checkmark:after {
	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}
/* The switch - the box around the slider */
.sliderswitch label {
  position: relative;
  display: inline-block;
  width: 53px;
  height: 26px;
}
/* Hide default HTML checkbox */
.sliderswitch input {display:none;}
/* The slider */
.sliderswitch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: .4s;
}
.sliderswitch .slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 4px;
  bottom: 4px;
  background-color: #fff;
  transition: .4s;
}
.sliderswitch input:checked + .slider {
  background-color: #21a324;
}
.sliderswitch input:focus + .slider {
  box-shadow: 0 0 1px #21a324;
}

.sliderswitch input:checked + .slider:before {
  transform: translateX(26px);
}
/* Rounded sliders */
.sliderswitch .slider.round {
  border-radius: 34px;
}
.sliderswitch .slider.round:before {
  border-radius: 50%;
}
.sliderswitch span.option {
	font-size:18px;
	position: relative;
	top:-7px;
}
.sliderswitch span.option:first-child {
	margin-right:10px;
}
.sliderswitch span.option:last-child {
	margin-left:10px;
}


.subheader {
	font-size:14px;
	margin-bottom:25px;
}
.subheader ul {
	list-style:none;
	margin:0;
	padding:0;
}
.subheader li {
	display:inline-block;
	box-sizing: border-box;
	margin-right:15px;
	line-height: 28px;
    background-color: #ebebeb;
    border-radius: 6px;
	padding: 3px 9px;
}
.subheader li.highlighted {

}
.subheader li:last-child {
	margin-right:0px;
}
.subheader li img {
	height:20px;
	position:relative;
	top:4px;
	margin:0 6px 0 0;
}
.errors {
	background-color: #ffd1d1;
    border-top: 3px solid #ffa4a4;
	border-bottom: 3px solid #ffa4a4;
    padding: 15px;
	margin-bottom: 25px;
    color: #8e4c4c;
}
.errors ul {
	list-style:none;
}
.confirmations {
	background-color: #e3ffce;
    border-top: 3px solid #6bbd5c;
	border-bottom: 3px solid #6bbd5c;
    padding: 15px;
	margin-bottom: 25px;
    color: #397f2c;
}
.confirmations ul {
	list-style:none;
}
#sitebanner {
	padding-left: 40px;
    margin: -25px 0 35px;
    position: relative;
	background: linear-gradient(135deg, #ffffff 0%,#eff5ef 62px,#fff 30px,#fff 100%);
}
#sitebanner h1 {
	padding-top: 45px;
}
#sitebanner:before {
	content: ' ';
    width: 20px;
    height: 100%;
    position: absolute;
    left: 0px;
    background: linear-gradient(135deg, #1d8e25 0%,#1d8e25 62px,#067309 62px,#30a032 100%);
}
#contentwithsidebar input[type='text'], #contentwithsidebar input[type='email'], #contentwithsidebar textarea, #contentwithsidebar input[type='password'], #contentwithsidebar #inputddcontainer, #contentwithsidebar .colourpicker {
	width:75%;
	box-sizing: border-box;
}
@media screen and (max-width: 750px) {
	input[type='text'], input[type='email'], textarea, input[type='password'], #contentwithsidebar input[type='text'], #contentwithsidebar input[type='email'], #contentwithsidebar textarea, #contentwithsidebar input[type='password'], #inputddcontainer, #contentwithsidebar #inputddcontainer, #contentwithsidebar .colourpicker {
		width:100%;
		box-sizing: border-box;
	}
}
input::placeholder {
	color:#a7a7a7;
}

/* Header and search bar
-----------------------------------------------------------------------------------------------------*/
header {
    height:45px;
    background:#fafafa;
	background: linear-gradient(135deg, #fafafa 0%,#e8e8e8 85%,#f1f1f1 85%,#fafafa 100%);
	padding:15px 20px;
}
.profilephoto {
    display: inline-block;
    position: relative;
    width: 43px;
    height: 43px;
	border-radius: 50%;
	background-size: cover;
	background-position:center;
}
header .welcometext {
    position: absolute;
    top: 16px;
    color: #21a324;
    font-size: 18px;
    left: 73px;
}
header .welcometext img {
    height: 16px;
    position: relative;
    top: 2px;
    margin-left: 10px;
}
header .welcometext span {
	font-size:14px;
}
header .welcometext a.signin {
    font-size: 22px;
    line-height: 40px;
    color: #21a324;
}
header a {
	text-decoration:none;
}
header a .welcometext:hover {
	text-decoration:underline
}
header .logo {
    height: 42px;
    position: absolute;
    right: 25px;
    top: 17px;
}
header form {
position: absolute;
    width: 45%;
    right: 80px;
    top: 15px;
}
header input[type='text'] {
	float:right;
	position:relative;
    top: -4px;
	width:100%;
	max-width:417px;
	padding-right:33px;
	margin:5px 0;
}
header input[type='submit'] {
	position: absolute;
    right: 7px;
    border: 0;
    background-image: url(/images/searchicon.svg);
    text-indent: -85px;
    width: 20px;
    height: 20px;
    background-color: white;
    top: 6px;
    box-shadow: none;
    background-repeat: no-repeat;
    cursor: pointer;
}
@media screen and (max-width: 750px) {
	header form {
		width:60%;
	}
}
@media screen and (max-width: 390px) {
	header form {
		width:65%;
		right:25px;
	}
	header .logo {
		display:none;
	}
}
/* Breadcrumbs
-----------------------------------------------------------------------------------------------------*/
ul.breadcrumbs {
    padding: 10px 16px;
    list-style: none;
    background-color: #eee;
	margin-top:0;
	color:#969696;
	font-size: 14px;
}

/* Display list items side by side */
ul.breadcrumbs li {
    display: inline-block;
	margin-bottom:3px;   
}

/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumbs li+li:before {
    padding: 8px;
    color: #8c8c8c;
    content: "/\00a0";
}

/* Add a color to all links inside the list */
ul.breadcrumbs li a {
    color: #5a5a5a;
}

/* Add a color on mouse-over */
ul.breadcrumbs li a:hover {
    color: #01447e;
}


/* Navigation Bar
-----------------------------------------------------------------------------------------------------*/
nav {
  font-size: 12px;
  background-color: #595959;
  padding:0px;
  max-height: 60px; /* Menu height */
  overflow: hidden; /* Don't show anything outside the nav */
  transition: unset;
}
nav.open {
	transition: 1s max-height;
	
}
nav img {
	height: 20px;
    margin: 0 6px 0 0;
    position: relative;
    top: 4px;
}
nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  max-height: 120px; /* Menu height x 2 */
  position: relative; /* Position the menu button relative to this item */

}
nav li { 
	display: inline-block;
	border-right:1px solid #4e4e4e;
	box-sizing: border-box;
	margin:0;
}
nav li:nth-last-child(3), nav li:nth-last-child(2), nav li:last-child { 
	border-right:none;
}
nav li.active {
	background-color: #506b50;
}
nav a {
  display: inline-block;
  padding: 0 25px;
  color: rgb(236, 236, 236);
  text-decoration: none;
  white-space: nowrap;
  line-height: 60px; /* Menu height */
  height: 60px; /* Menu height */
}
nav a:hover { 
	background-color: rgba(255, 255, 255, 0.08);
	color: rgb(236, 236, 236);
}
nav a p {
	background-color: #21a324;
    padding: 5px 10px;
    margin-left: 10px;
    border-radius: 5px;
    display: inline;
}
nav li:last-child { /* The menu button */
  position: absolute; /* Move the menu button out of flow */
  right: 0;
  bottom: 60px; /* Move upwards, the same distance as the menu height */
  
  background-image: linear-gradient(to right, rgba(89, 89, 89, 0) 0, rgba(89, 89, 89, 1) 2em);
  padding-left: 3em;
}
nav li:last-child a { /* The menu button */
	background-color: #666666;
}
nav li:last-child a:hover { /* The menu button */
  background-color: #7a7a7a;
}
nav li:nth-last-child(2) { 
	/* The close button */
	display: none;
}
nav.open {
  max-height: 4000px;
  padding: 0;
  
}
nav.open ul { 
	max-height: none;
}

nav.open a {
  display: block;
  padding: 0 2em;
  background-color: rgba(255, 255, 255, 0.05);
}
nav.open a:hover { 
	background-color: rgba(255, 255, 255, 0.08);
}
nav.open li:not(:first-child) { 
	margin-top: 2px;
}
nav.open li:last-child { 
	display: none;
}
nav.open li:nth-last-child(2) {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  border-left:2px solid #595959;
  width:inherit;
}
nav.open li { 
	width:25%;
	border-right:2px solid #595959;
}
@media screen and (max-width: 1400px) {
	nav.open li { 
		width:33.33333333333333%;
	}
}
@media screen and (max-width: 1000px) {
	nav.open li { 
		width:50%;
	}
}
@media screen and (max-width: 750px) {
	nav.open li { 
		display: block;
		width:100%;
		border-right:none;
	}
	
}

/* Buttons
-----------------------------------------------------------------------------------------------------*/
.button {
	background-color:#21a324;
	background: linear-gradient(135deg, #1D8E25 0%,#00bc09 89%,#21a324 90%,#30a032 100%);
	display:inline-block;
	padding:10px 18px!important;
	color:#fff;
	cursor:pointer;
	text-align:center;
	text-decoration:none;
	border-bottom: #595959 2px solid!important;
	margin-bottom:5px;
}
.button:hover {
	background-color:#1c8e1f;
	background: linear-gradient(135deg, #1D8E25 0%,#00bc09 85%,#21a324 86%,#30a032 100%);
	color:rgba(255,255,255,0.8);
	border-bottom: #595959 2px solid!important;
}
.button.alt {
	background-color:#fff;
	background: linear-gradient(135deg, #fff 0%,#fff 85%,#a5d4a9 86%,#d4efd6 100%);
	border:1px solid #21a324;
	color:#21a324;
	border-bottom:2px solid #21a324!important;
	padding: 9.5px 18px!important;
    top: 1px;
    position: relative
}
.button.alt:hover {
	background-color: #dfecdf;
	background: linear-gradient(135deg, #dfecdf 0%,#fff 85%,#21a324 86%,#30a032 100%);
}
.button.grey {
	background-color:#6f6f6f;
	background: linear-gradient(135deg, #6f6f6f 0%,#898989 89%,#6f6f6f 90%,#6f6f6f 100%);
}
.button.grey:hover {
	background-color:#585858;
	background: linear-gradient(135deg, #6f6f6f 0%,#898989 85%,#6f6f6f 86%,#6f6f6f 100%);
}
.button.orange {
	background-color:#fd9616;
	background: linear-gradient(135deg, #fd9616 0%,#ffab47 89%,#fd9616 90%,#fd9616 100%);
}
.button.orange:hover {
	background-color:#ff7600;
	background: linear-gradient(135deg, #fd9616 0%,#ffab47 85%,#fd9616 86%,#fd9616 100%);
}
.button.blue {
	background-color:#3f9dff;
	background: linear-gradient(135deg, #3f9dff 0%,#6db5ff 89%,#3f9dff 90%,#3f9dff 100%);
}
.button.blue:hover {
	background-color:#2485ea;
	background: linear-gradient(135deg, #3f9dff 0%,#6db5ff 85%,#3f9dff 86%,#3f9dff 100%);
}
.button.red {
	background-color:#ea5353;
	background: linear-gradient(135deg, #ea5353 0%,#f37272 89%,#ea5353 90%,#ea5353 100%);
}
.button.red:hover {
	background-color:#d62929;
	background: linear-gradient(135deg, #ea5353 0%,#f37272 85%,#ea5353 86%,#ea5353 100%);
}
.button.lightgreen {
	background-color:#9ed0a1;
	background: linear-gradient(135deg, #9ed0a1 0%,#abdaae 89%,#9ed0a1 90%,#9ed0a1 100%);
}
.button.lightgreen:hover {
	background-color:#74d279;
	background: linear-gradient(135deg, #9ed0a1 0%,#abdaae 85%,#9ed0a1 86%,#9ed0a1 100%);
}



/* Main content
-----------------------------------------------------------------------------------------------------*/
main {
	background-color:#fff;
	padding:25px;
	border-left:1px solid #cfcfcf;
	border-right:1px solid #cfcfcf;
	border-bottom: 2px solid #a7a7a7;
	margin:0 25px;
	display:block;/* IE11 fix */
}
.section {
	margin:0 0 35px 0;
}
/* No sidebar */
#contentnosidebar #maincontent {
	padding-bottom:25px;
}
#contentnosidebar, #contentwithsidebar {
	margin-bottom:25px;
}
/* With sidebar */
#contentwithsidebar:after {
	content: "";
    display: block;
    clear: both;
}
#contentwithsidebar #maincontent {
	float:left;
	width:60%;
}
#contentwithsidebar aside {
	float:right;
	width:32.3333333333%;
}
@media screen and (max-width: 750px) {
	main {
		border-left:none;
		border-right:none;
		margin:0px;
	}
}
@media screen and (max-width: 600px) {
	#contentwithsidebar #maincontent, #contentwithsidebar aside {
		float:none ;
		width:100%;
	}
	#contentwithsidebar #maincontent {
		padding-bottom:25px;
	}
}
@media screen and (min-width: 1000px) {
	#contentwithsidebar #maincontent {
		width:68%;
	}
	#contentwithsidebar aside {
		width:25.3333333333%;
	}
}
@media screen and (min-width: 1200px) {
	#contentwithsidebar #maincontent {
		width:72%;
	}
	#contentwithsidebar aside {
		width:20.3333333333%;
	}
}


/* Sidebar
-----------------------------------------------------------------------------------------------------*/
aside {
	border-top: 4px solid #21a324;
	margin-top:15px;
}
aside.clean {
	border-top: 0px;
	margin-top:15px;
}
aside ul {
	list-style-type: none;
	padding:0;
	margin:0;
}
aside ul h3 img {
	position: relative;
    top: 3px;
    margin: 0 6px 0 0;
	height:19px;
}
aside ul p {
	font-size:14px;
}


/* Content types
-----------------------------------------------------------------------------------------------------*/
p.content-highlight {
	padding: 32px 25px 32px 60px;
    background: url(/images/informationicon.svg) 0 0 no-repeat;
    background-size: 55px;
    min-height: 40px;
    margin: 25px 0px;
    background-position: -15px 15px;
	border-left: 10px solid #c7c7c7;
	background-color: #f9f9f9;
}
p.content-important {
	padding: 32px 25px 32px 60px;
    background: url(/images/importanticon.svg) 0 0 no-repeat;
    background-size: 55px;
    min-height: 40px;
    margin: 25px 0px;
    background-position: -15px 15px;
    border-left: 10px solid #ffc3c3;
	background-color: #fff6f6;
}
p.content-question {
	padding: 32px 25px 32px 60px;
    background: url(/images/questionicon.svg) 0 0 no-repeat;
    background-size: 55px;
    min-height: 40px;
    margin: 25px 0px;
    background-position: -15px 15px;
    color: #21a324;
    border-left: 10px solid #C2E3AB;
	font-size: 22px;
	background-color: #f6fbef;
}
p.content-question span {
	display: block;
    margin: 15px 0 0 0;
    color: #3f3f3f;
	font-size: 16px;
}

/* Widgets
-----------------------------------------------------------------------------------------------------*/
#widgets {
	 list-style-type:none;
}
ul#widgets {
	margin:0;
	padding:0;
}
#widgets li {
	margin:0 0 25px 0 ;
	padding:15px;
	border:1px solid #d4d4d4;
	background-color:#f7f7f7;
}
#widgets li:last-child {
	margin:0;
}
#widgets h2 {
	color: #3f3f3f;
    font-weight: normal;
    font-size: 22px;
    padding: 0 0 5px;
}
#widgets h2 img {
	height: 23px;
    margin-right: 10px;
    position: relative;
    top: 3px;
}

/* Footer
-----------------------------------------------------------------------------------------------------*/
footer {
	padding:25px;
	margin-bottom:25px;
	color:#6d6d6d;
}
footer:after {
	content: "";
    display: block;
    clear: both;
}
ul.tagcloud {
	list-style-type: none;
    margin: 0;
    padding: 0;	
}
ul.tagcloud li {
	display: inline-block;
	margin:0 5px 0 0;
}
ul.tagcloud li:last-child {
	margin:0;
}
ul.tagcloud li a {
    display: inline-block;
	padding: 5px;
    background-color: #21a324;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
	text-decoration:none;
}

ul.tagcloud li a:hover {
	background-color:#1c8e1f;
}
footer .logo {
	height:60px;
	float:left;
	margin-right:20px;
}
#printfooter {
	display:none;
	background-color:#fff;
	padding-top:25px;
}
#printfooter:after {
	content: "";
    display: block;
    clear: both;
}
#printfooter .logo {
	height:60px;
	float:left;
	margin-right:20px;
}
#printfooter p span {
	font-size:12px
}





/* Thumbnail */
.thumbnail{
    width: 80px;
    height: 80px;
    padding: 2px;
    border: 2px solid lightgray;
    border-radius: 3px;
    float: left;
}

.size{
    font-size:12px;
}

/* Drag and Drop upload box
-----------------------------------------------------------------------------------------------------*/
.dragdropuploadbox .upload-area {
	outline: 2px dashed #92b0b3;
    outline-offset: 0px;
    transition: outline-offset .15s ease-in-out, background-color .15s linear;	
    text-align: center;
    overflow: auto;
	padding:35px;
}

.dragdropuploadbox .upload-area.is-dragover {
	outline-offset: -10px;
	background-color: #c8efc8;
}

.editelements .delete-area {
	outline: 2px dashed #92b0b3;
    outline-offset: 0px;
    transition: outline-offset .15s ease-in-out, background-color .15s linear;	
    text-align: center;
    overflow: auto;
	padding:20px;
	background-color:#ffd9d9;
	display:none;
	color:#8c8c8c;
	position:fixed;
	bottom:20px;
	right:20px;
}
.editelements .delete-area img {
	height:40px;
	margin-bottom:5px;
}
.editelements .delete-area.is-dragover {
	outline-offset: -10px;
	background-color: #c8efc8;
}



.dragdropuploadbox .upload-area .upload-uploading, .dragdropuploadbox .upload-area.is-uploading .upload-ready, .dragdropuploadbox .upload-area .upload-pastebox, .dragdropuploadbox .upload-area.showpastebox .upload-ready {
	display:none;
}
.dragdropuploadbox .upload-area.is-uploading .upload-uploading, .dragdropuploadbox .upload-area.showpastebox .upload-pastebox {
	display:block;
}
.dragdropuploadbox input[type='file'] {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: fixed;
    z-index: -1;
}
.dragdropuploadbox label {
	cursor:pointer;
	text-decoration: underline;
    color: #0d566d;
	transition:.5s;
}
.dragdropuploadbox label:hover {
    color: #0090bd;
}
.dragdropuploadbox .pastebox {
	margin: 10px 0;
    max-width: 294px;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
	font-size: 16px;
}
.trumbowyg-modal-box input {
	margin:0;
}

.userprofilesidebar {
	text-align: center
}
.userprofilesidebar img {
	width:90%;
	padding:10px;
	border: 1px solid #cecece;
	margin: 10px 0;
}
.userprofilesidebar #profileimagebtn {
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: fixed;
    z-index: -1;
}
.personalinformation {
	font-size:18px;
	list-style:none;
	padding:0;	
}
.personalinformation li:first-child {
	font-size:30px;
}
.personalinformation .profiledivider {
	height:1px;
}
.personalinformation img {
	height: 25px;
    position: relative;
    top: 6px;
    margin-right: 10px;
}

/* Colour picker
-----------------------------------------------------------------------------------------------------*/
.colourpicker .red, .colourpicker .green, .colourpicker .blue {
    width: 100%;
    margin: 15px 0;
}
.colourpicker {
    height: 125px;
    background-image: none;
    box-sizing: border-box;
    padding: 7px 125px 5px 20px;
}
.colourpicker .red .ui-slider-range { background: #ef2929; }
.colourpicker .red .ui-slider-handle { border-color: #ef2929; }
.colourpicker .green .ui-slider-range { background: #8ae234; }
.colourpicker .green .ui-slider-handle { border-color: #8ae234; }
.colourpicker .blue .ui-slider-range { background: #729fcf; }
.colourpicker .blue .ui-slider-handle { border-color: #729fcf; }

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label {
    max-width: 80%;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
}
.no-js .inputfile + label {
    display: none;
}

.inputfile:focus + label,
.inputfile.has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

.inputfile + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    margin-right: 0.25em;
}
.inputfile-1 + label {
	background-color:#21a324;
	background: linear-gradient(135deg, #1D8E25 0%,#00bc09 89%,#21a324 90%,#30a032 100%);
	display:inline-block;
	padding:10px 18px!important;
	color:#fff;
	cursor:pointer;
	text-align:center;
	text-decoration:none;
	border-bottom: #595959 2px solid!important;
	font-size:18px;
}

.inputfile-1:focus + label,
.inputfile-1.has-focus + label,
.inputfile-1 + label:hover {
	background-color:#1c8e1f;
	background: linear-gradient(135deg, #1D8E25 0%,#00bc09 85%,#21a324 86%,#30a032 100%);
	color:rgba(255,255,255,0.8);
	border-bottom: #595959 2px solid!important;
}
