
/* HTML Elements */

html {
	overflow: -moz-scrollbars-vertical !important; 
	overflow-y: scroll !important;
	
	/* background:url("../img/cool-background.png"); */	
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover; 
    
    background: rgb(36,36,36);
  	/*background: linear-gradient(325deg, rgba(12, 12, 54) 4%, #7a8afe 45%, #aeffe5 100%); */
  	background: linear-gradient(325deg, rgba(27, 0, 88) 4%, #7a8afe 45%, #aeffe5 100%);
		
}
* {
	margin:0;
	padding:0;	
}

body {
	font-family:'Nunito','Open Sans','Helvetica Neue', sans-serif;
	font-size: 14px;
/*	background-color: #606060;*/
	color: #666666;		
	width: 100%;
	height:100%;	
	opacity: .9;
	margin: 0 auto;		
}

.bg-image {
	background:url("../img/cool-background.png");	
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  	
  /* Full height */
  height: 100%;

  /* Center and scale the image nicely */
  
  filter: blur(8px);
    -webkit-filter: blur(8px);
  
  
}


fieldset {
	border-width: 0px;
 /* border:1px solid #C8DBEA; */
  /*margin: 15px 0px 15px 0px; */
  /* padding:10px 15px 15px 15px;*/
  background-color:#FFF;
  border:none;
  display:block;
  clear: both;
}

a, a:link, a:visited, a:hover, a:active, a:focus {
	color:#006AB3;
	text-decoration:none
}

a.marked, a.marked:link, a.marked:visited, a.marked:hover, a.marked:active,a.marked:hover  {
	color:#800000;
}

a img {
	border:0;
}
		
li{	
	/* margin-left:30px; */
}

.tabs li {
	margin-left:0;
}

/* Text*/

button {
	font-family: 'Nunito' !important;
}

.login {	
	display:flex;
	flex-wrap:wrap;
	background-color: #FFF;
	margin: 130px auto;
	color: #006AB3;
	padding: 30px;
	border: 0px solid #2390D9;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	/* height:100%; */			
	max-width:600px;
	min-width:250px;
}
.logout {
	background-color: #FFF;
	margin: 130px auto;
	color: #006AB3;
	padding: 30px;
	border: 0px solid #2390D9;
	text-align:center;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	/* height:100%; */			
	max-width:600px;
	min-width:250px;
}
.login img {
	position:relative;
	left:25px;
}

.login fieldset,
.logout fieldset {
	background: none !important;
	border: none;
}

input.button {	
	position: relative;
	width: 300px !important;
	padding:30px;
	left:100px;
	margin-top: 40px; 
}

.login-btn {
	height:45px;
	background-color: #175bbe;
	border-color: #1774be;
	color: #FFFFFF !important;
	text-shadow: none !important;	
	-moz-user-select: none;
	background-image: none;
	border: 1px solid rgba(0, 0, 0, 0);
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.42857;
	margin-bottom: 0;
	padding: 2px 10px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
} 

fieldset img {
	position: relative;
	left: 10px !important;
	top:45px;
}

/* Content Page*/

#content {
	background:#fff;
	padding:10px 30px;
	font-size:12px;
	line-height:1.75em;
	float:left;
	min-height:600px;
	text-align:justify;
	width: 720px;
}

/* Hides from IE-mac \*/
* html .clearfloat {
	height:1%;
}

*+html .clearfloat {
	height:1%;
}

.clearfloat {
	display:block;
}
  


fieldset label {		
	display: inline-block;
    line-height: 1.8em;
    overflow: hidden;
    padding: 0 4px 0px 0;
    vertical-align: middle;
    width: 100px;
    color: #555;
    font-size:14px;
    /* margin-left: -18px; */
   /* text-shadow:  0 1px 1px #F0F0F0; */
}

fieldset label.option {
	display:inline;
	font-weight:normal;
	padding-left:5px;
}

fieldset ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none outside none;
}
fieldset li {	
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
	overflow: hidden;
}

fieldset .loggedout {
	font-size: 2em;
	font-weight:300;
	color:#666;
}
fieldset .detail {
	margin: 20px 0px;
	font-weight:300;
	font-size: 19px;
	color:#888;
	text-align:center;
}

	
/* jda added */
textarea {
	/* background: url("../img/input.bg.gif") repeat-x scroll 0 0 #FFFFFF; */
	border: 1px solid #CCCCCC;
	color: #666666;
	
	height: 200px;
	margin: 5px 20px 5px 0;
	padding: 4px;
	vertical-align: middle;
	width: 80%;
}
input {
	border: 1px solid #006eb4 !important;
	color: #666;
	padding: 4px;
	margin: 5px 20px 5px 0px;	
    vertical-align: middle;
    /*width: 180px; */
    /* border-radius: 4px; */      
}

input {	
	/*background-color:  #E6E2E2; */
	background-color:  #EFEFEF;  	
}

fieldset input { 
	overflow:visible;
	border: 0px solid #d1d1d1;
	
    font-size: 16px;
    color: #888;    
  
    height: 45px;
    line-height:40px;
    
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    /*text-shadow: 0 2 px 1px rgba(0, 0, 0, 0.1); */ 

    
    
  
}
.userlabel {

}
.username {
	background: #EFEFEF url('../img/login_user.png') 10px 15px;
	background-size:20px 20px;
	background-repeat:no-repeat;	
}
.pass {
	background: #EFEFEF url('../img/login_password.png') 10px 15px;
	background-size:20px 20px;
	background-repeat:no-repeat;
}
.username, .pass {
	padding-left:40px;	
	width:100%; 
} 
input .textInputError {
	border: 2px solid #EEE;
	padding: 4px;
	margin: 5px 20px 5px 0px;
	background: #FCE8E4;	
    vertical-align: middle;
    /*width: 180px; */
}
input.button {	
	background-color: #006AB3;	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2390D9', endColorstr='#006AB3');
	background: -webkit-gradient(linear, left top, left bottom, from(#2390D9), to(#006AB3)); 
	background: -moz-linear-gradient(top,  #2390D9,  #006AB3);
	color: #EEEEEE;
	 -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
	border: 1px solid;
	border-color: #006ba3;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.45) inset;
	cursor:pointer;
}
input.checkbox {
 	width:auto;
}
.subnotes {	 	
	margin: 20px 0px 15px 0px;
	font-size: 11px;
}
.errors {
	width:100%;
	padding: 5px 10px;
	border: 1px solid #FB746F;
	background-color: #FDC1BF;
	font-size: small;
	font-weight: light;	
	color: #A70A05;
}
.error {
	/*
	width:100%;
	padding: 5px 10px;
	border: 1px solid #FB746F;
	background-color: #FDC1BF;
	font-size: small;
	font-weight: light; */	
	color: #A70A05;
}
.errors div {
	text-align: left;
}
.errors input {
	border: 1px solid #FB746F;
	
}
.error input {
	border: 1px solid #FB746F;
	background-color: #FEDBDA;
	background-image: none;
}
.messages ul {
	list-style: none;	
}
.errors li {	
	padding-left: 10px;
}
li.errors {
	margin: 0px 0px 5px 0px;
	padding-left: 10px;
}

.errors {
	border:1px solid red;
}
.infos {
	color: coral;
	text-align:center;
	margin-left:-10px;
	padding-top: 10px;
}

.ui-widget {
	font-family:'Nunito', 'Helvetica Neue', sans-serif;
	font-size:1em;
	color: #666;
}

#logoutbtn {
	padding: 5px 30px;
}

.ui-messages-info-summary,
.ui-messages-warn-summary,
.ui-messages-error-summary,
.ui-messages-fatal-summary,
.ui-message-info-summary,
.ui-message-warn-summary,
.ui-message-error-summary,
.ui-message-fatal-summary {
	margin-left: 0px;
	font-weight: 200;
	font-size:16px;
}

.ui-messages-info-icon, .ui-messages-warn-icon, .ui-messages-error-icon, .ui-messages-fatal-icon {
  height: 24px;
  margin: -4px;
  width: 24px;
}

.add-links {
	width:100%;
	display:flex;
	flex-wrap: wrap;
	flex-direction:row;
	justify-content: center;
	font-family:'Nunito','Helvetica Neue', sans-serif;
	font-size: 1em;
	text-align:center;
}
.add-element {
	flex-grow:0;
	margin-top:10px;
	margin-left: 15px;
	color:#1774be;
}
#app-info {
	font-size:0.8em;
	text-align:center;
	margin-top:5px;	
}

.ui-blockui.ui-widget-overlay {
	opacity: 0.65 !important;
	background: #f5f5f5 !important;
}

.invio-title {  
  width:170px;
  height:70px;
  margin: auto;
  font-family: 'Nunito';
  font-size: 4em;
  font-weight:700;
  font-variation-settings: "wght" 700;
  margin-top:30px;
  text-align:center;
  background: -webkit-linear-gradient(0deg, #172cbe, #44ffc4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.claim {  
  width:235px;
  margin: auto;
  font-family: 'Nunito';
  font-size: 1.65em;
  font-weight:200;
  font-variation-settings: "wght" 200;
  margin-top:0px;
  text-align:center;
  color: #aaa;
  /*background: -webkit-linear-gradient(270deg, #172cbe, #44ffc4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  */
}

