/***********************/
/* Sticky footer style */
/***********************/

html,
body {
	height: 100%;
	font-family: 'Open Sans', 'Arial' !important;
	font-size: 13px;
}

/* Wrapper for page content to push down footer */
#wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	/* Negative indent footer by it's height */
	margin: 0 auto -80px;
}

/* Set the fixed height of the footer here */
#push,
#footer {
	height: 80px;
}
#footer {
	background-color: #000000;
}
/* Lastly, apply responsive CSS fixes as necessary */
@media (max-width: 767px) {
	#footer {
		margin-left: -20px;
		margin-right: -20px;
		padding-left: 20px;
		padding-right: 20px;
	}
}

/*****************/
/* Custom styles */
/*****************/

h4 {
	font-size: 18px;
	font-weight: normal;
}

.modal-title {
	font-size: 18px;
	font-weight: normal;
}

.content {
	padding-top: 50px;
}

#header {
	position: relative;
	top: 40px;
	height: 50px;
}
#header {
	background: url('/img/top-background.png') repeat;
	background-color: #777777;
}
#header p {
	color: #bbbbbb;
	font-size: 13px;
	text-align: left;
	margin-top: -35px;
}

.convert-menu {
	border-bottom: none;
}
.convert-menu li a {
	border-bottom: none;
}

.converter-box {
	background: url('/img/bg_converter.png') repeat;
	margin-top: -20px;
	border-top: none;
}

.container .credit {
	margin: 20px 0;
	color: #777777;
}

.converter-title {
	margin-top: -5px;
	font-size: 18px;
	font-weight: normal;
}

.myfiles-table {
	background-color: #ffffff;
	margin-top: 20px;
}

.white-alert {
	background-color: #ffffff;
	border-color: #dddddd;
	color: #333333;
}

.gray-alert {
	background-color: #eeeeee;
	border-color: #eeeeee;
	color: #333333;
}

.fileupload {
	height: 10px;
}

/* table sorter */
.myfiles-table th {
	background-color: #dddddd;
}

th.sortableUp {
    background-image: url(/img/asc.gif);
    background-color: #eeeeee;
}

th.sortableDown {
	background-image: url(/img/desc.gif);
	background-color: #eeeeee;
}

th.sortable {
	cursor: pointer;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 20px;
	margin-left: -1px;
}

/* loading overlays */
.block-overlay {
	background-color: black;
	position: fixed;
	top: 0; right: 0; bottom: 0; left: 0;
	opacity: 0.3;
	filter: alpha(opacity=30);
	z-index: 10;
}

#downloads-overlay {
	position: fixed;
	opacity: 0.6;
	filter: alpha(opacity=60);
	z-index: 10;
	margin-left: 406px;
	margin-top: -19px;
}

.login-window {
	font-size: 13px;
}

/* signup window */
.pricing-table .plan {
  border-radius: 5px;
  text-align: center;
  background-color: #ffffff;
  -moz-box-shadow: 0 0 6px 2px #b0b2ab;
  -webkit-box-shadow: 0 0 6px 2px #b0b2ab;
  box-shadow: 0 0 6px 2px #b0b2ab;
}

 .plan:hover {
  background-color: #e8f7ff;
  -moz-box-shadow: 0 0 12px 3px #b0b2ab;
  -webkit-box-shadow: 0 0 12px 3px #b0b2ab;
  box-shadow: 0 0 12px 3px #b0b2ab;
}

 .plan {
  padding: 20px;
  color: #ff;
  background-color: #5e5f59;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}

.plan-name-silver {
  padding: 20px;
  color: #fff;
  background-color: #c5c8c0;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
 }

.pricing-table .plan .plan-name span {
  font-size: 20px;
}

.pricing-table .plan ul {
  list-style: none;
  margin: 0;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}

.pricing-table .plan ul li.plan-feature {
  padding: 5px 5px;
  border-top: 1px solid #c5c8c0;
}

.pricing-two-column {
  margin: 0 auto;
  width: 100%;
}

.btn-plan-select {
  padding: 8px 25px;
  font-size: 18px;
}



.my-shadow {	-webkit-box-shadow: 4px 4px 8px 0px rgba(50, 50, 50, 0.4);
	-moz-box-shadow: 4px 4px 8px 0px rgba(50, 50, 50, 0.4);
	box-shadow: 4px 4px 8px 0px rgba(50, 50, 50, 0.4); */
}

table.prices_table
{
	border: 0px;
}

table.prices_table th
{
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;

	text-align: center;
	vertical-align: middle;
	padding: 0px;
	margin: 0px;
}

table.prices_table tr:first-child th
{
	border-bottom: 0px solid #ddd;
	border-top: 1px solid #ddd;
	padding: 16px !important;
}

table.prices_table tr:first-child th:first-child
{
	border-bottom: 1px solid #ddd;
	border-top: 0px solid #ddd;
	border-left: 0px;
}


table.prices_table td {
	border-bottom: 1px solid #ddd !important;
	border-left: 1px solid #ddd !important;
	height: 30px;
	margin: 0 auto;
	text-align: center;
	vertical-align: middle;
	padding-left: 10px;
}

table.prices_table sup{
	color: #343434 !important;
	top: -5px;
}



table.prices_table tfoot td
{
	border-bottom: 0px;
	border-top: 0px;
	text-align: center  !important;
	vertical-align: middle  !important;
	padding: 15px;
	margin: 0px;
	padding-bottom: 0px;
}

table.prices_table tfoot td h4
{
	line-height: 0em !important;
}