
html {
	overflow-y:scroll;
}

body{
 width: auto !important;
}


html,body {
	height: 100%;
	margin:0;
	padding:0;
	background: #FFFFFF;
	font-family: "Helvetica Neue", Helvetica, Arial, FreeSans, sans-serif;
	color: #555555;
	font-weight:300;	
	line-height: 1.3;		
}

body.modal-open {
    overflow: visible;
	padding-right: 0 !important;
}

hr{
	margin-top: 0.5em;
	margin-bottom:0.5em;
}
input[type="text"], input[type="email"],  input[type="tel"], input[type="password"] {
	-webkit-appearance: none;
	-moz-appearance: none; /* mobile firefox too! */
}

.ss-panel-heading {
	font-weight: bold;
	font-size: 16px;
}

.placeholder {
  color: #FF0000;
}

.list-group-item.active,.list-group-item.active:hover,.list-group-item.active:focus  {
	font-weight:bold; color:#000;background-color:#FFFFFF;border-color:#ddd;font-weight:bold !important;
}


.progress-bar-grey {
      background-color: grey !important;
}

.modal-vertical-centered {
  transform: translate(0, 50%) !important;
  -ms-transform: translate(0, 50%) !important; /* IE 9 */
  -webkit-transform: translate(0, 50%) !important; /* Safari and Chrome */
}

.modal-content {
  border-style: solid;
  border-width: 5px;
  border-color: rgba(0,0,0,1)
}

.welcomeAboard
{
	padding:5px; 
	color: #555555;
	font-size:16px; 
	background-color: #E0E0E0;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	display:inline-block; 
}

.statBox
{
	width: 240px;
	padding:5px; 
	color: #555555;
	font-size:16px; 
	background-color: #E0E0E0;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	display:inline-block; 
}

.statBoxBig
{
	width: 175px;
	height: 110px;
	padding:5px; 
	color: #FFFFFF;
	font-size:16px; 
	background-color: #555555;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

/* ##########  auth pages style ############ */

.error-line
{
	border-top: 1px dotted #666666; 
	color: #fff; 
	background-color: #fff; 
	height: 1px;
}

#ask-sender-to-resend-list > li {
	margin-top: 5px;
}

.section_wrapper_dropzone {
	outline: 2px dashed black;
}

#recaptcha_privacy { font-size: 12px; }

.recaptchatable.td, input,textarea,select {
	font-family: Helvetica, Arial, FreeSans, sans-serif;
	vertical-align: middle;
	font-size:14px; 
}
.grecaptcha-badge {display: none;}

.tdNoWrap {
	white-space: nowrap;
}

.recommendation {
	background-color: #464646;
	color: #FFFFFF;	
	font-size: 12px;
	padding: 10px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-left:0px 10px 0px 10px;
}

.error {
	font-weight: bold;
	font-size: 20px;
}

.title_holder{
	width: 80%;
}
.page_title {
	font-weight: bold;
	font-size: 22px;
	margin-bottom:10px;
}

.password_strength_wrapper {
	float:left;
	background-color: #464646;
	color: #FFFFFF;	
	padding: 15px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.passwordStrength0 {
	background-image: url('/images/progressImg.png');
	width: 138px;
	height: 7px;
}

.passwordStrength1 {
	background-image: url('/images/progressImg.png');
	width: 138px;
	height: 7px;
	background-position: 0 -7px;
}

.passwordStrength2 {
	background-image: url('/images/progressImg.png');
	width: 138px;
	height: 7px;
	background-position: 0 -14px;
}

.passwordStrength3 {
	background-image: url('/images/progressImg.png');
	width: 138px;
	height: 7px;
	background-position: 0 -21px;
}

.passwordStrength4 {
	background-image: url('/images/progressImg.png');
	width: 138px;
	height: 7px;
	background-position: 0 -28px;
}

.passwordStrength5 {
	background-image: url('/images/progressImg.png');
	width: 138px;
	height: 7px;
	background-position: 0 -35px;
}

.passwordStrength6 {
	background-image: url('/images/progressImg.png');
	width: 138px;
	height: 7px;
	background-position: 0 -42px;
}

.passwordStrength7 {
	background-image: url('/images/progressImg.png');
	width: 138px;
	height: 7px;
	background-position: 0 -49px;
}

.passwordStrength8 {
	background-image: url('/images/progressImg.png');
	width: 138px;
	height: 7px;
	background-position: 0 -56px;
}

.passwordStrength9 {
	background-image: url('/images/progressImg.png');
	width: 138px;
	height: 7px;
	background-position: 0 -63px;
}

.passwordStrength10 {
	background-image: url('/images/progressImg.png');
	width: 138px;
	height: 7px;
	background-position: 0 -70px;
}

div.tree div {
	padding-left: 16px;
}

div.tree div.parent div {
	display: none;
	cursor: default;
}

div.tree div.parent {
	cursor: pointer !important;
	background: transparent url(/images/plus.gif) no-repeat top left;
}

div.tree div.expanded {
	background: transparent url(/images/minus.gif) no-repeat top left;
}

.progress {
    overflow: hidden;
    height: 18px;
    margin-bottom: 0px;
    background-color: #F7F7F7;
    background-image: -moz-linear-gradient(top, #c5c5c5, #c5c5c5);
    background-image: -ms-linear-gradient(top, #c5c5c5, #c5c5c5);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#c5c5c5), to(#c5c5c5));
    background-image: -webkit-linear-gradient(top, #c5c5c5, #c5c5c5);
    background-image: -o-linear-gradient(top, #c5c5c5, #c5c5c5);
    background-image: linear-gradient(top, #c5c5c5, #c5c5c5);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c5c5c5', endColorstr='#c5c5c5', GradientType=0);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.progress .bar {
    width: 0%;
    height: 18px;
    color: #000000;
    font-size: 12px;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #000000;
    background-image: -moz-linear-gradient(top, #149bdf, #0480be);
    background-image: -ms-linear-gradient(top, #149bdf, #0480be);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
    background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
    background-image: -o-linear-gradient(top, #149bdf, #0480be);
    background-image: linear-gradient(top, #149bdf, #0480be);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#149bdf', endColorstr='#0480be', GradientType=0);
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: width 0.6s ease;
    -moz-transition: width 0.6s ease;
    -ms-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease;
}

.progress-success .bar {
    background-color: #5eb95e;
    background-image: -moz-linear-gradient(top, #62c462, #57a957);
    background-image: -ms-linear-gradient(top, #62c462, #57a957);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
    background-image: -webkit-linear-gradient(top, #62c462, #57a957);
    background-image: -o-linear-gradient(top, #62c462, #57a957);
    background-image: linear-gradient(top, #62c462, #57a957);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0);
}

.progress-danger .bar {
    background-color: #dd514c;
    background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
    background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
    background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
    background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
    background-image: linear-gradient(top, #ee5f5b, #c43c35);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);
}

.progress-warning .bar {
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
}

::-webkit-input-placeholder {
	color: #aaa;
}

:-moz-placeholder {
	color: #aaa;
}

.placeholder {
	color: #aaa;
}

.moreBox {
	padding: 10px;
	border-style: dotted;
	border-color: #C9C9C9;
	border-width: 1px;
}

h2 {
	text-align: left;
	font-weight: bold;
	position: relative;
	color: #555555;
	font-size: 18px;
	margin-left:0px;	
}

.payment-status-holder {
	margin-top: 10px;
	font-weight: bold;
	min-height: 2em;
}

.black-text {
	font-color: black;
}

.red-text {
	font-color: red;
}

.cursor-pointer {
	cursor: pointer;
}

.upload-progress-bar {
	width: 75px;
	height: 10px;
	color: #000000;
}

.download-progress-bar {
	width: 105px;
	height: 10px;
	color: #000000;
}

.limit-progress-bar {
	width: 200px;
	height: 10px;
	color: #000000;
}

.limit-progress-bar div {
	height: 10px;
	color: #000000;
	text-align: right;
	/*line-height: 22px;*/ /* same as #progressBar height if we want text middle aligned */
	width: 0;
	/*background-color: #0099ff;*/
}

.file_size_icon
{
  padding: 1px 3px 1px 3px;
  font-size: 10px;
  margin-left:5px;
  white-space:nowrap;
  color: #FFFFFF;
  font-weight:bold;
  /*text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);*/
  background-color: #888888;
  /*border: 1px solid #555555; */
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.transfer_progress_icon
{
  padding: 1px 3px 1px 3px;
  width:45px;
  font-size: 12px;
  margin-left:5px;
  white-space:nowrap;
  color: #FFFFFF;
  text-align:center;
  font-weight:bold;
  /*text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);*/
  background-color: #888888;
  /*border: 1px solid #555555; */
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.transfer_status_text
{
  white-space:nowrap;
  color: #888888;
  font-weight:bold;
}

.auth_mode_icon,.package_type_icon  {
  padding: 1px 5px 1px 5px;
  font-size: 12px;
  font-weight:bold;
  color: #FFFFFF;
  vertical-align: middle;
  /*text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);*/
  background-color: #ababab;
  /* border: 1px solid #555555; */
  border: 2px solid #ababab;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.not_read_icon  {
  padding: 2px 6px 2px 6px;
  font-size: 12px;
  color: #888888;
  vertical-align: middle;
  /*text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);*/
  /*background-color: #888888;*/
  border: 1px solid #888888;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.blurry-text {
   color: transparent;
   text-shadow: 0 0 5px rgba(0,0,0,0.5);
}

p.speech
{
	position: relative;
	background-color: #fff;
	border: 2px solid #CCCCCC;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-top-left-radius: 0px;
	-moz-border-top-right-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
	border-top-left-radius: 0px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	-webkit-box-shadow: 0px 0px 0px #888;
	-moz-box-shadow: 0px 0px 0px #888;
	box-shadow: 0px 0px 0px #888;
}

p.speech:before
{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: -20px;
	top: -2px;
	border: 10px solid;
	border-color:  #CCCCCC #CCCCCC transparent transparent ;
}

p.speech:after
{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: -15px;
	top: 0px;
	border: 8px solid;
	border-color: #fff #fff transparent transparent ;
}p.speech:after
{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: -15px;
	top: 0px;
	border: 8px solid;
	border-color: #fff #fff transparent transparent ;
}

.spinner {
  display: inline-block;
  opacity: 0;
  width: 0;

  -webkit-transition: opacity 0.25s, width 0.25s;
  -moz-transition: opacity 0.25s, width 0.25s;
  -o-transition: opacity 0.25s, width 0.25s;
  transition: opacity 0.25s, width 0.25s;
}

.timer {
	position:relative;
	font-size: 32px;
	font-weight: bold;
	width:1em;
	height:1em;
	float: left;
	padding:0px;
	box-sizing: initial;
	line-height: normal; 
}
.timer > .percent {
	position: absolute;
	top: 1.05em;
	left: 0;
	width: 3.33em;
	font-size: 0.3em;
	text-align:center;
	box-sizing: initial;
	line-height: normal; 
}
.timer > .slice {
	position:absolute;
	width:1em;
	height:1em;
	clip:rect(0px,1em,1em,0.5em);
	box-sizing: initial;
}
.timer > .slice.gt50 {
	clip:rect(auto, auto, auto, auto);
	box-sizing: initial;
}
.timer > .slice > .pie {
	border: 0.1em solid #888888;
	position:absolute;
	width:0.8em; /* 1 - (2 * border width) */
	height:0.8em; /* 1 - (2 * border width) */
	clip:rect(0em,0.5em,1em,0em);
	-moz-border-radius:0.5em;
	-webkit-border-radius:0.5em; 
	border-radius:0.5em; 
	box-sizing: initial;
}

.timer > .slice > .pie.fill {
	-moz-transform:rotate(180deg) !important;
	-webkit-transform:rotate(180deg) !important;
	-o-transform:rotate(180deg) !important;
	transform:rotate(180deg) !important;
	box-sizing: initial;
}

.timer.fill > .slice > .pie {
	border: transparent;
	background-color: #c0c0c0;
	width:1em;
	height:1em;
}

.dropdown-arrow-top {		
	width: 0; 		
	height: 0; 		
	border-left: 10px solid transparent;		
	border-right: 10px solid transparent;		
	border-bottom: 10px solid white;		
	margin-top: -25px;		
}

/*Twitter Typeahead */

.typeahead {
  background-color: #fff;
}

.typeahead:focus {
  border: 2px solid #f1f1f1;
}

.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-highlight {
	font-weight:normal;
}

.tt-hint {
  color: #999
}

.tt-menu {

  margin: 5px 0;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
     -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
          box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
  padding: 3px 20px;
  white-space: nowrap;
  text-align: left;
}

.tt-suggestion:hover {
  cursor: pointer;
  background-color: #f1f1f1;
}

.tt-suggestion.tt-cursor {
  background-color: #f1f1f1;

}

.tt-suggestion p {
  margin: 0;
}

.list-packages-delete-package-disabled{
	color: #999999;
}

.list-packages-archive-package-disabled{
	color: #999999;
}

.unverified-qtip .qtip-content{
    padding:3px 7px 3px 7px !important;
    font-size: 12px;
    letter-spacing: 0.5px;
}


.reporting-form{
	padding: 20px;
}

.reporting-panel-header {
	background-color: white !important;
	display: flex;
	align-items: center;
}

#reporting-accordion > div {
	border: none;
	box-shadow: none;
}

.reporting-input-radio {
	margin: -4px 5px 0 0 !important;
}

.reporting-expand {
	display: flex;
	flex-wrap: wrap;
	border-top-width: 0 !important;
}

.reporting-form-input-container {
	display: flex !important;
	padding: 10px;
	vertical-align: middle !important;
	align-items: center;
}

.reporting-to-date {
	cursor: pointer !important;
	background-color: white !important;
}
.reporting-from-date {
	cursor: pointer !important;
	background-color: white !important;
}

.reporting-downloaded-by-tip {
	margin-top: 14px;
	margin-left: -12px;
}

.report-blurb {
	margin-bottom: 5px;
}

.reporting-form-input-label {
	margin-right: 10px;
	display: flex;
	justify-content: flex-end;
}

.reporting-form-input-to-date {
	padding-right: 15px;
	margin-right: 10px;
}

#reporting-accordion > h4 {
	margin-top: 20px;
}

#reporting-accordion > div > div{
	margin-top: 7px;
	margin-left: 15px;
	padding: 0;
}

.report-domain-title {
	font-weight: bold;
	text-decoration: underline;
	margin: 20px 40px 8px 10px;
}

.disable-collapse-transition {
	-webkit-transition: none !important;
	transition: none !important;
	display: none !important;
}

.bg-copy {
    background-color: #f5f5f5;
}

.success-toaster, .error-toaster {
	width: fit-content;
	min-width: 45em;
	max-width: 60em;
}

.toaster-close {
	padding-left: 10px;
}

.btn-hover:hover {
	opacity: 100%;
	color: black;
}

.file-name, .receive-filename {
	white-space: pre-wrap;
}

.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > td,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > thead > tr > th {
	border: none;
}

.table-borderless > tbody > tr > td {
	vertical-align: middle;
}