/**
 * html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)
 * Richard Clark (http://richclarkdesign.com)
 * http://cssreset.com
 */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
body {
    line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}
nav ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}


.hidden{
	display: none;
}

/* ==========================================================================
   Custom CSS
   ========================================================================== */

body{
	width:42rem;
	overflow: hidden;

}

.truncate {
overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.wrapper{
    height:20.3rem;
	width: 42rem;
	background-color: #fafafa!important;
	position: relative;
}

.header{
	height:3.375rem;
	width:100%;
	background-color: #fff;
	border-bottom: 1px solid #d8d8d8;
}

.title{
	padding: 0.25rem 0 0 0.625rem;
}

.title > h1{
	font-size: 1.5rem;
	line-height: 3rem;

}

.content{
   position: relative;
}
.doc-details{
	width:16rem;
	height: 13rem;
	vertical-align: top;
	box-sizing:border-box;
	display: inline-block;
	margin: 1rem 1rem ;
	overflow-y: hidden;
}

.docth {
	width: 16rem;
	height: 8rem;
	}

.docth >img{
	height:auto;
	width:auto;
	max-height: 100%;
	max-width: 100%;
} 

.doctitle{
	padding: 0.625rem 0 0.125rem 0;
}

.doctitle>h4{
		font-size: 0.875rem;
}
.docdisc>div{
	font-size: 0.75rem;
	color: #666666;
}

#description_id{
	word-wrap: break-word;
	white-space: pre;
}

.upload-share{
	box-sizing:border-box;
	display: inline-block;
	width: 23rem;
    box-sizing: border-box;
    margin-top: 0.5rem;
    border-left: 1px solid #e5e5e5;
    padding-left: 1rem;
}

.upload-progress{
	margin-bottom: 0.625rem;
    margin-top: 0.8125rem;
}

.progress-bar{
	width:20.0625rem;

}

.progress-bar > h4{
margin-bottom: 0.25rem}
.cancelupload, .viewdoc{

	margin-top: 10px;
	vertical-align: top;
}
.cancelupload > button{
    font-size:13px;

}

.viewdoc > button{

}

.coral-Well{
	padding-bottom: 0.375rem!important;
}

.coral-Button{
/*	padding-top: 0.725rem!important;*/
}

.coral-Button >i{
	padding-right: 0.25rem;
	margin-top: -0.0625rem;
}

.coral-Textfield{
	padding-top: 0.9125rem!important;
}



.form-label{
    font-size: 10px;
	opacity: 0.6;
}
.input-form{
margin-bottom: 0.75rem;
}

.input-form input{
width:15rem;
height:2rem;}

.input-form button{
min-width: 6rem
}

.side-note{
	color:#969696;
}

.additional-info{
	padding-top: 0.825rem;
	/*padding: 0px 0.625rem 0.625rem 0;*/
}

.info-icon{
	display: inline-block;
	vertical-align: top;
}
.information{
	display: inline-block;
	padding-left: 0.25rem;
	width: 19rem;
    color:#969696;
    font-size: 12px;
}

.footer{
	z-index: 9997;
	height: 3.125rem;
	width: 100%;
	background-color: #f4f4f4;
	padding: 0.625rem 0.625rem 0 0;
	box-sizing:border-box;
	position: relative;
}

.footer >button{
	float: right;
}

.success-icon{
	display: inline-block;
	vertical-align: top;
	margin-top: 0.75rem;
}

.success-icon > span{
	color:#8cc35f;
}
.success-msg{
	display: inline-block;
	padding-left: 0.25rem;
	padding-top: 0.875rem;
	width: 17.5rem;
	font-weight: bold;
}

.error-failed, .error-no-internet{
	position: fixed;
	width: 100%;
	height: 100%;
	z-index:9990;
	background-color: rgba(255,255,255,1.0);
}

.error-content{
	position: relative;
	left: 50%;
	top: 50%; 
	width: 80%;
	-ms-transform: translate(-40%,-60%); /* IE 9 */
	-webkit-transform: translate(-40%,-60%); /* Safari */
	transform: translate(-40%,-60%);
}

.error-icon{
	display: inline-block;
	color: #c83727;
	vertical-align: top;
}
.error-icon > span{
		font-size: 4rem;
}

.error-msg{
	display: inline-block;
	width: 25rem;
	margin-left: 0.625rem;
	  font-family: adobe-clean,Helvetica,Arial,sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: .8125rem;
  line-height: 1rem;
	color: #4D4D4D;
}

.error-Header {
	font-size: 16pt;
	font-weight: normal;
	color: #4D4D4D;
}

.error-Code {
	font-weight: bold;
	color: #4D4D4D;
}

.error-resourcePath {
	font-weight: lighter;
	margin-top: 1rem;
}

.share-controls{

    margin-top: 1rem;
}

/* -----------------------------------------------------*/
/* Coral Button Override */
/* -----------------------------------------------------*/
.cc-button-primary{
	height:2rem!important;
	color: #fff !important;
 	text-shadow: 0 -1px 0 rgba(68,68,68,0.8);
	border-color: #215C8D!important;
	background-color: #2A78B8;
	background-image: -moz-linear-gradient(#2098F6, #2A78B8);
	background-image: -o-linear-gradient(#2098F6, #2A78B8);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2098F6), color-stop(1, #2A78B8));
	background-image: -webkit-linear-gradient(#2098F6, #2A78B8);
	background-image: -ms-linear-gradient(#2098F6, #2A78B8);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2098F6', endColorstr='#2A78B8', GradientType=0);
	background-image: linear-gradient(#2098F6, #2A78B8);
	-webkit-transition: background-image 0.2s ease;
	-moz-transition: background-image 0.2s ease;
	-o-transition: background-image 0.2s ease;
	transition: background-image 0.2s ease;
	border-radius: 0!important;
    padding: 0rem!important;
    font-size: 0.8125rem!important;
}
.cc-button-primary:hover{
color: #fff !important;
background-color: #215C8D;
background-image: -moz-linear-gradient(#2A78B8, #215C8D);
background-image: -o-linear-gradient(#2A78B8, #215C8D);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2A78B8), color-stop(1, #215C8D));
background-image: -webkit-linear-gradient(#2A78B8, #215C8D);
background-image: -ms-linear-gradient(#2A78B8, #215C8D);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2A78B8', endColorstr='#215C8D', GradientType=0);
background-image: linear-gradient(#2A78B8, #215C8D);
text-decoration: none;
}

.cc-button-secondary{
  box-sizing: border-box;
  height: 2rem!important;
  background-color: #d5d5d5;
  background-image: -moz-linear-gradient(#f1f1f1, #d5d5d5);
  background-image: -o-linear-gradient(#f1f1f1, #d5d5d5);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f1f1f1), color-stop(1, #d5d5d5));
  background-image: -webkit-linear-gradient(#f1f1f1, #d5d5d5);
  background-image: -ms-linear-gradient(#f1f1f1, #d5d5d5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f1f1', endColorstr='#d5d5d5', GradientType=0);
  background-image: linear-gradient(#f1f1f1, #d5d5d5);
  border: 1px solid #A9ADAB;
  color: #444;
  font-size: 0.8125rem!important;
  text-shadow: 0 1px 0 rgba(255,255,255,0.5);
  border-radius: 0!important;
  padding: 0 1rem !important;

}

.cc-button-secondary:hover{
	color: #444;
  background-color: #cbcbcb;
  background-image: -moz-linear-gradient(#e5e5e5, #cbcbcb);
  background-image: -o-linear-gradient(#e5e5e5, #cbcbcb);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e5e5e5), color-stop(1, #cbcbcb));
  background-image: -webkit-linear-gradient(#e5e5e5, #cbcbcb);
  background-image: -ms-linear-gradient(#e5e5e5, #cbcbcb);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e5e5e5', endColorstr='#cbcbcb', GradientType=0);
  background-image: linear-gradient(#e5e5e5, #cbcbcb);
}

.facebook-button{
background: #4b68b7; /* Old browsers */
background: -moz-linear-gradient(top,  #4b68b7 0%, #3b569e 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4b68b7), color-stop(100%,#3b569e)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #4b68b7 0%,#3b569e 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #4b68b7 0%,#3b569e 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #4b68b7 0%,#3b569e 100%); /* IE10+ */
background: linear-gradient(to bottom,  #4b68b7 0%,#3b569e 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b68b7', endColorstr='#3b569e',GradientType=0 ); /* IE6-9 */

	border-radius: 0!important;
    height:2rem!important;
    padding: 0.5rem!important;
    height:2rem!important;
	color: #fff !important;
 	text-shadow: 0 -1px 0 rgba(68,68,68,0.8);
    font-size: 0.8125rem!important;
    border-color: #354c8c!important;
}


.facebook-button:hover{
background: rgba(60,80,149,1);
background: -moz-linear-gradient(top, rgba(60,80,149,1) 0%, rgba(42,60,120,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(60,80,149,1)), color-stop(100%, rgba(42,60,120,1)));
background: -webkit-linear-gradient(top, rgba(60,80,149,1) 0%, rgba(42,60,120,1) 100%);
background: -o-linear-gradient(top, rgba(60,80,149,1) 0%, rgba(42,60,120,1) 100%);
background: -ms-linear-gradient(top, rgba(60,80,149,1) 0%, rgba(42,60,120,1) 100%);
background: linear-gradient(to bottom, rgba(60,80,149,1) 0%, rgba(42,60,120,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c5095', endColorstr='#2a3c78', GradientType=0 );}

.shareDialogSocialButton {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid;
  padding: 8px;
  box-sizing: border-box;
  width: 36px;
  height: 36px;
  margin-right: 8px;
  cursor: pointer;
}

#shareSocialtwitter {
  background-color: #25c2f8;
  border-color: #0299c1;
}

#shareSocialtwitter:hover {
  background-color: #3dd1f9;
  border-color: #0299c1;
}

#shareSocialtwitter:active {
  background-color: #0bb1dd;
  border-color: #0299c1;
}

#shareSocialFb {
  background-color: #3d579a;
  border-color: #051959;
}

#shareSocialFb:hover {
  background-color: #506fb5;
  border-color: #051959;
}

#shareSocialFb:active {
  background-color: #2d3b7c;
  border-color: #2d3b7c;
}

#shareSocialEmail {
  background-color: #f2f2f2;
  border-color: #d8d8d8;
}

#shareSocialEmail:hover {
  background-color: #ffffff;
  border-color: #d8d8d8;
}

#shareSocialEmail:active {
  background-color: #e5e5e5;
  border-color: #e5e5e5;
}

.EmailButton {
  opacity: 0.65;
  width: 18px;
  height: 18px;
}

#feedback-label {
    font-family: adobe-clean,Helvetica,Arial,sans-serif;
    font-size: 11px;
    font-style: italic;
    color: #666666;
    text-decoration:underline;
    margin-top: 0.75rem;
    margin-left: 1rem;
    cursor: pointer;
    position: absolute;
    bottom: 0;
}

#web-dashboard-label {
    font-family: adobe-clean,Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-style: italic;
    color: #666666;
    margin-top: 0.75rem;
}

#web-dashboard-link {
    text-decoration:underline;
    cursor: pointer;
    color: blue;
}
