@charset "utf-8";
/* Body Elements ************************* */
body {
	margin:0;
	padding:0;
	background-color: #5A83A6;/* old 1A4D80 */
	font-family:Tahoma, Geneva, sans-serif;
}
a {
	outline:none;
	
}
a:link {
  color:#4073B0;
}

/* visited link */
a:visited {
   color:#4073B0;
}

/* mouse over link */
a:hover {
  color:#3FC969;
}

/* selected link */
a:active {
  color:#E12F32;
}

div.header{
	background-image:url("../assets/docxchange-REV.png");
	background-position:10px 10px;
	background-repeat:no-repeat;
	width:100%;
	height:80px;
}
div.xname{
	min-width:100px;
	font-family: 'Archivo', ;
	float:right;
	color:#95BBDF;
	font-size:20px;
	padding-top:10px;
	margin-right:15px;
	min-height:18px;
	text-align:right;
}
div.xbody{
	background-color:#fff;
	min-height:350px;
	margin:0px 10px 10px 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
	padding:20px;
}
/* Nav Elements ************************* */
div.lobutton{
	height:20px;
	background-color:#C86666;
	padding:8px;
	margin-top:20px; 
	float:right; 
	margin-right: 57px;
	color:#efefef;
	font-size:14px;
	font-weight:700;
	
	-moz-border-radius: 4px;
	border-radius: 4px; 
	
}
div.xtab{
	height:18px;
	margin-top:45px;
	margin-left:5px;
	background-color:#5C7592; /*#2162A3;*/
	padding:10px;
	float:left;
	color:#efefef;
	font-size:14px;
	font-weight:700;
	-moz-border-radius-topright: 8px;
	border-top-right-radius: 8px; /* future proofing */
	-moz-border-radius-topleft: 8px;
	border-top-left-radius: 8px; /* future proofing */
	
}
div.lobutton:hover{
	background-color:#E44143;
	color:#069;
}
div.lobutton a{
	text-decoration:none;

	color:#efefef;
}
div.lobutton a:hover{
	text-decoration:none;
	color:#ffffff;
}
div.xtabCurrent{
	height:18px;
	margin-top:45px;
	margin-left:5px;
	background-color:#fff;
	padding:8px;
	float:left;
	color:#5C7592;
	font-size:12px;
	font-weight:700;
	-moz-border-radius-topright: 8px;
	border-top-right-radius: 8px; /* future proofing */
	-moz-border-radius-topleft: 8px;
	border-top-left-radius: 8px; /* future proofing */
	text-decoration:none;
}
div.xtabCurrent a{
	text-decoration:none;

	color:#5C7592;
}
div.xtabCurrent a:hover{
	text-decoration:none;
	color:#D04C4E;
}	




/* Table Elements ************************* */
.columntitles{
	padding:4px;
	background-color:#5E86B5;
	color:#efefef;
	text-align:left;
	font-weight:500;

	font-size:14px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px; /* future proofing */
	-khtml-border-radius: 4px; /* for old Konqueror browsers */
}
.sleeve{
	padding:4px;
	text-align:left;
	font-size:16px;
	color:#666;
}
.sleevecenter{
	padding:4px;
	text-align:center;
	font-size:16px;
	color:#666;
}
div.xrow{
	border-bottom:1px solid #ccc;
	font-size:12px;
	padding: 4px 0 4px 0;
}
.sectiontitles {
	font-size: 16px;
	color: #97B9DD;
	font-weight:700;
	line-height:25px;
}
div.sectionbody {
	font-size: 16px;
	background-color:#fff;
}
.sectiontables{
	font-size: 14px;
	background-color:#fff;
	color:#9CA9C0;
}
/* Text Styles ************************* */
.formerror{
	color:#F00;
	font-size:14px;
}
.bodytext{
	font-size:14px;
}
.expired {
	font-size: 14px;
	color: #F00;
}


/* Button Elements ************************* */
div.newitem{
	background-image:url(../assets/new.png);
	background-repeat:no-repeat;
}
div.newitem:hover{
	cursor:pointer;
}
div.killitem{
	background-image:url(../assets/kill.png);
	background-repeat:no-repeat;
	overflow:visible;
}
div.killitem:hover{
	cursor:pointer;
}

div.butnew{
	float:left;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px; /* future proofing */
	-khtml-border-radius: 4px; /* for old Konqueror browsers */
	
	cursor:pointer;
	background-color:#06C;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:32px;
	text-align:center;
	width:100px;
	padding:0 5px 0 5px;
	color:#FFF;
	
}
div.butnew:hover{
	background-color:#090;
}
div.butkill{
	float:left;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px; /* future proofing */
	-khtml-border-radius: 4px; /* for old Konqueror browsers */
	cursor:pointer;
	background-color:#D84F51;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:42px;
	text-align:center;
	width:120px;
	padding:0 5px 0 5px;
	color:#FFF;
	margin-left:0px;
	
}
div.butkill:hover{
	background-color:#F00;
	cursor:pointer;
}
div.butkill a{
	text-decoration:none;
	color:#FFF;
}

div.butopen{

	float:left;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px; /* future proofing */
	-khtml-border-radius: 4px; /* for old Konqueror browsers */
	
	cursor:pointer;
	background-color:#66B16A;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:42px;
	text-align:center;
	width:120px;
	padding:0 5px 0 5px;
	color:#FFF;
	margin-left:0px;
	
}
div.butopen:hover{
	background-color:#89D794;
	cursor:pointer;
}
div.butopen a{
	text-decoration:none;
	color:#FFF;
	
}


/* Form Elements ************************* */
#container{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 100%;
}
div.login{
	width:400px;
	background-color:#fff;
	margin-right:auto;
	margin-left:auto;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	color: #666;	
	padding:16px;
	position:relative;
	 animation-name: ss1;
    animation-duration: 1s;
}
@keyframes ss1 {
     0%   { top:-900px;opacity:1; }

    100% {top:0;opacity: 1; }
}
div.forgot{
	width:400px;
	background-color:#fff;
	margin-right:auto;
	margin-left:auto;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	color: #666;	
	padding:16px;
	position:relative;
	
}
.grayarea{
	background-color:#fff;

	-webkit-border-radius: 4px;
	border-radius: 4px; /* future proofing */
	-khtml-border-radius: 4px; /* for old Konqueror browsers */
	padding:10px;
	border:10px solid #eee;
	float:left;
	margin-right:12px;
}
.errors{
	background-color:#fff;
	width:300px;
	color:#F73B3E;
	font-size:16px;
	font-weight:500;
	
	-webkit-border-radius: 4px;
	border-radius: 4px; /* future proofing */
	-khtml-border-radius: 4px; /* for old Konqueror browsers */
	padding:10px;
	border:10px solid #E97D7E;
	float:left;
	margin-right:12px;

}
.textbox{
	width:175px;
	color:#333;
	font-size:14px;
	line-height:18px;
	outline: none;
    border: 1px solid #cdcdcd;
    border-color: rgba(0,0,0,.15);
    background-color: white;
	padding-top:4px;
	padding-bottom:4px;
}
.textboxred{
	width:175px;
	color:#F00;
	font-size:14px;
	line-height:18px;
	outline: none;
    border: 1px solid #cdcdcd;
    border-color: rgba(0,0,0,.15);
    background-color: white;
	padding-top:4px;
	padding-bottom:4px;
}

input:focus {
  background-color:#F8F5AF;;
}