html 
{
	position: relative;
	min-height: 100%;
}

body
{
	margin-bottom: 60px;
	font-size: 14px;
	font-family: "Century Gothic", "Century Gothic J","Open Sans",  Helvetica, verdana,sans-serif;
	font-weight:300;
	color: #4b4b4b;
	line-height:1.6em;
}

.footer
{
	position: absolute;
	bottom: 0;
	width: 100%;

	height: 60px;
}

h1, h2, h3, h4, h5, h6
{
	font-family: 'Open Sans' !important;
	font-weight:300 !important;
}

table, .header-timer
{
	font-family: "Century Gothic", "Century Gothic J","Open Sans",  Helvetica,verdana, sans-serif !important;
}

@font-face 
{
    src: url("/fonts/GOTHIC.TTF");
    font-family: "Century Gothic J";
	font-weight: 400;
}

@font-face 
{
    src: url("/fonts/GOTHICB.TTF");
    font-family: "Century Gothic J";
	font-weight: 700;
}


.header-menu a
{
	color:#000;
	margin-right:10px;
	margin-left:10px;
}


@media (max-width: 767px) 
{
	.wobble-top
	{
		margin-bottom:10px;
	}

	/*.btn-primary, .btn-default, .btn-flat
	{
		margin-left:0px !important;
		margin-top:10px !important;
	}*/
	
	.td-two
	{
		width: 52px;
	}
	
	.td-four
	{
		width:80px;
	}
	
	.mobile-table *
	{
		overflow-wrap: break-word; 
		word-wrap: break-word;
		word-break: break-all;
		line-break: loose;
		-webkit-hyphens: auto; -moz-hyphens: auto; hyphens: auto; 
	}
	
}


@media (min-width: 768px) 
{
	.search_form_input
	{
		width: 259px !important;
	}
	
	.media 
	{
		margin-right:20px;
	}
	.media  .media-body
	{
		width: auto;
	}
}

.media
{
	box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.24);
	line-height: 64px; 
	display:inline-block;
}

.media-body
{
	vertical-align: middle;
	padding: 0px 0px 0px 0px;
}

.media .symbol
{
	width:64px;
	height:64px;
	
	text-align: center;
	vertical-align: middle;
	
	font-size:35px; 
	font-weight:600;
	color:#fff;
}


.left-menu
{
	
}

.left-menu a
{
	color:#848484;
	font-family:'Open Sans';
	font-size:17px;
	text-decoration:none;
}

.left-menu a:hover
{
	color:#2D2D2D;
}

.left-menu a.active
{
	color:#f39c12;
	font-weight:400;
}

.left-menu ul
{
	padding-left: 0;
	list-style-type: none;
}
.left-menu ul li
{
	padding-bottom:5px;
}

.box
{
	border: 2px solid #f1f1f1;
	border-radius: 3px;
	padding:10px;
	margin-bottom:30px;
}

.box .account-info
{
	font-size:15px;
	width: 100%;
	
}
.box .account-info td
{
	padding:5px 0 5px 0;
}

.box .account-info td:nth-child(even)
{
	text-align:right;
}
	
.selected_item_td
{
	background-color:#E5FFAE;
}


.rounded-button
{
	z-index:9999999px;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	-khtml-border-radius: 100%;
	
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.23);
	
	width:64px;
	height:64px;
	
	line-height:64px;
	
	vertical-align:middle;
	text-align:center;
	
	cursor:pointer;
}

.rounded-button.fixed-right
{
	position:fixed;
	right:2%;
	bottom:2%;
}

.rounded-button:hover
{
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
}


.non-selected
{
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.selected
{
	-webkit-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	user-select: text;
}


.shadow
{
	-webkit-box-shadow: 0px -1px 16px -1px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px -1px 16px -1px rgba(0,0,0,0.75);
	box-shadow: 0px -1px 16px -1px rgba(0,0,0,0.75);
}

.shadow2
{
	-webkit-box-shadow: 1px 1px 3px 0px rgba(191,191,191,1);
	-moz-box-shadow:1px 1px 3px 0px rgba(191,191,191,1);
	box-shadow: 1px 1px 3px 0px rgba(191,191,191,1);
}

button:focus {outline:0;}

.auth-btn  { 
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
	
	height:32px; background:#FF7E00; color:#fff; border:none; 
	
	border-radius:3px;
}
.auth-btn:hover {  box-shadow: 0 0 0 1px white, 0 0 2px 2px #FF7E00;}

.auth-input { border:none; border-bottom:1px solid #eee; outline: none;  width:100%; height:40px;  padding-left:10px; padding:0; font-size:17px; font-family:'Open Sans'; }

.centered {
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}

::selection 
{
	text-shadow: none;
	background-color: #ff6600;
	color: #ffffff;
}
