body {
	background-image: url(/assets/img/ptn-04.png);
	font-family: Arial, Helvetica, sans-serif; 
}

input,textarea,.uneditable-input{width:193px;}

.table {
	font-size: 13px;
}
.flushtable {
	margin-left: -15px;
	margin-right: -15px;
}
.dataTables_length label
{margin-left: 1em;

}

#cboxTitle {
    position: absolute;
    top: 5px;
    left: 8px;
    color: #cecece;
    font-size: 10px;
}
#advSearc
{

font-size: 13px;
line-height: 20px;
background-color: #f5f5f5;
margin-bottom: 10px;
}
#searchMods
{
padding:  1em;

}
#datatable_paginate {
float:right; 
margin-right: 1em;
}

#datatable_info {
margin-left: 1em;
}


/*DataTables sorting*/
table.dataTable thead .sorting {
  background: url("../images/sort_both.png") no-repeat center right;
}
table.dataTable thead .sorting_asc {
  background: url("../images/sort_asc.png") no-repeat center right;
}
table.dataTable thead .sorting_desc {
  background: url("../images/sort_desc.png") no-repeat center right;
}
table.dataTable thead .sorting_asc_disabled {
  background: url("../images/sort_asc_disabled.png") no-repeat center right;
}
table.dataTable thead .sorting_desc_disabled {
  background: url("../images/sort_desc_disabled.png") no-repeat center right;
}


 [class^="icon2-"], [class*=" icon2-"] {
 display: inline-block;
 width: 14px;
 height: 14px;
 *margin-right: .3em;
 line-height: 14px;
 vertical-align: text-top;
 background-image: url("../img/../img/facebook_icon.png");
 background-position: 14px 14px;
 background-repeat: no-repeat;
}
.icon2-facebook {
	background-position: 0 0;
}
.countdown {
	top: 42px;
	width: 230px;
}
.sidebarad {
	top: 430px;
	width: 220px
}
.loginbox {
	top: 140px;
	width: 220px
}
/* Darken and bold top menu  */
.navbar .nav>li>a {
	color:#e3e3e3;
	text-shadow: 0 1px 1px #353535;
	font-weight: normal;
	font-size:15px
}
.navbar .nav li.dropdown > .dropdown-toggle .caret {
	border-top-color: #e3e3e3;
}
.navbar .nav>li>a:focus, .navbar .nav>li>a:hover {
	background-color:transparent;
	color:#FFF;
	text-decoration:none;
}
.navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle {
	color: #FFF;
}
.navbar .nav li.dropdown>a:hover .caret {
	border-top-color:#fff;
	border-bottom-color:#fff;
}
.navbar .nav li.dropdown.open>.dropdown-toggle .caret, .navbar .nav li.dropdown.active>.dropdown-toggle .caret, .navbar .nav li.dropdown.open.active>.dropdown-toggle .caret {
	border-top-color:#fff;
	border-bottom-color:#fff;
}
.carousel {
	margin-bottom: 0;
}
.carousel-control {
	top: 50%;
}
#box {
	position: relative;
	width: 98%;
	background: white;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #E3E3E3;
	/*  padding: 2em 1.5em; */
padding: 0.5em;
	color: rgba(0,0,0, .8);
	text-shadow: 0 1px 0 #fff;
	line-height: 1.5;
	margin: 20px auto;
}
#box:before, #box:after {
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 15px;
	left: 10px;
	width: 90%;
	top: 80%;
	max-width:300px;
	background: rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 0 15px 10px rgba(0,0,0, 0.7);
	-moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
	box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
}
#box:after {
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	transform: rotate(3deg);
	right: 10px;
	left: auto;
}
span.first-word {
	color: #932736;
}
/* Side Bar icons */
ul.line {
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0;
}
ul.line > li {
	border-top: 1px solid #DDD;
	font-size: 13px;
	line-height: 16px;
	padding-bottom:20px;
	padding-top:20px;
	height: 85px;
}
ul.line > li > a {
	color: #333;
	text-decoration: none;
}
ul.line > li:first-child {
	border: none;
}
.align-left {
	display: block;
	margin-right: 15px;
	float: left;
	padding-bottom:20px
}
.bigger-title {
	margin-top: 0;
	margin-bottom: 5px;
	font-size: 14px;
	line-height: 14px;
}
/* Widgets */
.widget {
	position: relative;
	clear: both;
	width: auto;
	margin-bottom: 10px;
	margin-top: 10px;
}
.widget-header {
	position: relative;
	height: 40px;
	line-height: 40px;
	background: #c5c5c5;
	background: -moz-linear-gradient(top, #f8f8f8 0%, #e1e1e1 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8f8f8), color-stop(100%, #e1e1e1));
	background: -webkit-linear-gradient(top, #f8f8f8 0%, #e1e1e1 100%);
	background: -o-linear-gradient(top, #f8f8f8 0%, #e1e1e1 100%);
	background: -ms-linear-gradient(top, #f8f8f8 0%, #e1e1e1 100%);
	background: linear-gradient(top, #f8f8f8 0%, #e1e1e1 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#e1e1e1');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#e1e1e1')";
	-webkit-background-clip: padding-box;
	border: 1px solid #D5D5D5;
/*	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px; */
}
.widget-header + .widget-content {
	border-top: none;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.widget-content {
	zoom: 1;
}
.widget-content {
	padding: 20px 15px 15px;
	background: white;
	border: 1px solid #D5D5D5;
/*	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;  */
}
.widget-header h4 {
	margin-left: 15px;
	color: #4a4a4a;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 600;
	text-shadow: 0 1px 1px #fff;
}
.widget-content .span3 {
	width: 218px;
}
.countdownclock {
	text-align:center;
	color: #4a4a4a;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 600;
	text-shadow: 0 1px 1px #fff;
}
/* Wdiget 2 */
.hero-block-2 {
	padding: 15px 20px;
	text-align: center;
}
.grey-box {
	background-color: #FBFBFB;
	border-bottom: 1px solid #DFDFDF;
	border-left: 1px solid #ECECEC;
	border-right: 1px solid #ECECEC;
	border-top: 1px solid whiteSmoke;
/*	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; */
	box-shadow: 0 1px 3px #CCC;
}
.home-block h2 {
	margin-bottom: 10px;
}
.home-block p {
	line-height: 22px;
	padding: 0;
	color: #898989;
}
.hero-block-2 h2, .hero-block-2 p {
	text-align: left;
}
/* Heading type */
.short_headline {
	margin-top: 3%;
}
.short_headline {
	border-bottom: 1px solid #932736;
	margin: 0 0 1em 0;
	padding-bottom: 9px;
	line-height: normal;
}
.short_headline span {
	border-bottom: 5px solid #932736;
	padding-bottom: 7px;
	color: #4a4a4a;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: 600;
}
}

/* from docs.css */
@media (min-width: 1200px) .bs-docs-sidenav {
}
.bs-docs-sidenav {
	margin: 0;
	padding: 0;
	background-color: white;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .065);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,.065);
	box-shadow: 0 1px 4px rgba(0, 0, 0, .065);
}
.bs-docs-sidenav > li:first-child > a {
	-webkit-border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
}
.bs-docs-sidenav > .active > a {
	position: relative;
	z-index: 2;
	border: 0;
	text-shadow: 0 1px 0 rgba(0, 0, 0, .15);
	-webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, .1), inset -1px 0 0 rgba(0, 0, 0, .1);
	-moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
	box-shadow: inset 1px 0 0 rgba(0, 0, 0, .1), inset -1px 0 0 rgba(0, 0, 0, .1);
}
.bs-docs-sidenav > li > a {
	display: block;
	margin: 0 0 -1px;
	border: 1px solid #E5E5E5;
}

.vip-highlight {
background-color: #fffbc1 !important;
}
.datatables-center
{
text-align: center !important;	
}
.datatables-nowrap
{
white-space:nowrap;
}


/* Responsive
-------------------------------------------------- */

/* Desktop large
------------------------- */
@media (min-width: 1200px) {
.countdown {
	width: 285px;
}
.sidebarad {
	width: 285px
}
.loginbox {
	width: 285px
}
.widget-content .span3 {
	width: 273px;
}
}
/* Desktop
------------------------- */
@media (max-width: 980px) {
.countdown {
	width: 190px;
}
.loginbox {
	width: 190px
}
.nav-collapse .dropdown-menu a {
	color:#FFFFFF;
}
.navbar-fixed-top, .navbar-fixed-bottom {
	position: fixed;
}
.navbar .container {
	padding-left: 20px;
	padding-right: 20px;
}
}


/* Tablet to desktop
------------------------- */
@media (min-width: 768px) and (max-width: 980px) {
/* Adjust sidenav width */
  .countdown {
	width: 220px;
	margin-top: 20px;
}
.loginbox {
	width: 220px
}
.countdown.affix {
}
 [class*="span"], .uneditable-input[class*="span"], .row-fluid [class*="span"] {
float: none;
display: block;
width: 100%;
margin-left: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.countdown.affix {
	position: static;
	width: auto;
	top: 0;
}
.widget-content .span3 {
	width: 208px;
	float: left;
	margin-left: 20px;
}
}

/* Tablet
------------------------- */
@media (max-width: 768px) {
body {
	background-image: url('/assets/img/slider_bg_small.png');
	background-repeat: repeat-x;
	background-position-y: 122px;
}
/* Sidenav */
  .countdown {
	width: auto;
	margin-bottom: 20px;
}
.countdown.affix {
	position: static;
	width: auto;
	top: 0;
}
.loginbox.affix {
	position: static;
	width: auto;
	top: 0;
}
.widget-content .span3 {
	width: 80%;
}
}

/* Landscape phones
------------------------- */
@media (max-width: 480px) {
.modal-body {
	width: 300px;
}
.widget {
	margin-left: -18px;
	margin-right: -18px;
}
.collapse.in {
	height: auto !important;
}
}
.numberbullet {
	font-size: 40px;
	margin: 0 5px 20px 40px;
	line-height: 40px;
	float: left;
	display: inline-block;
	border-radius: 40px;
	padding: 5px 15px;
	background: #932736;
	color: #fff;
}
.table tbody tr.error td {
	background-color: #fef0f0;
}
body {
	padding-top: 60px;
	padding-bottom: 40px;
}
.countdown .widget-content {
	padding: 10px 10px 10px;
}
.megafolio-container {
	margin-top: 0px;
	width:100%;
	position:relative;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.formlabel {
width: 130px;
display: inline-block;
font-size: 15px;
margin-bottom: 10px;
height: 30px;
}

/*spinner */
#tableOverlay{
opacity: 0.4;
position: absolute;
background-color: #fff;
width: 100%;
height: 100%;
z-index: 1
}
#floatingCirclesG{
position:relative;
width:128px;
height:128px;
margin: auto;
-moz-transform:scale(0.6);
-webkit-transform:scale(0.6);
-ms-transform:scale(0.6);
-o-transform:scale(0.6);
transform:scale(0.6);
}

.f_circleG{
position:absolute;
background-color:#FFFFFF;
height:23px;
width:23px;
-moz-border-radius:12px;
-moz-animation-name:f_fadeG;
-moz-animation-duration:1.04s;
-moz-animation-iteration-count:infinite;
-moz-animation-direction:linear;
-webkit-border-radius:12px;
-webkit-animation-name:f_fadeG;
-webkit-animation-duration:1.04s;
-webkit-animation-iteration-count:infinite;
-webkit-animation-direction:linear;
-ms-border-radius:12px;
-ms-animation-name:f_fadeG;
-ms-animation-duration:1.04s;
-ms-animation-iteration-count:infinite;
-ms-animation-direction:linear;
-o-border-radius:12px;
-o-animation-name:f_fadeG;
-o-animation-duration:1.04s;
-o-animation-iteration-count:infinite;
-o-animation-direction:linear;
border-radius:12px;
animation-name:f_fadeG;
animation-duration:1.04s;
animation-iteration-count:infinite;
animation-direction:linear;
}

#frotateG_01{
left:0;
top:52px;
-moz-animation-delay:0.39s;
-webkit-animation-delay:0.39s;
-ms-animation-delay:0.39s;
-o-animation-delay:0.39s;
animation-delay:0.39s;
}

#frotateG_02{
left:15px;
top:15px;
-moz-animation-delay:0.52s;
-webkit-animation-delay:0.52s;
-ms-animation-delay:0.52s;
-o-animation-delay:0.52s;
animation-delay:0.52s;
}

#frotateG_03{
left:52px;
top:0;
-moz-animation-delay:0.65s;
-webkit-animation-delay:0.65s;
-ms-animation-delay:0.65s;
-o-animation-delay:0.65s;
animation-delay:0.65s;
}

#frotateG_04{
right:15px;
top:15px;
-moz-animation-delay:0.78s;
-webkit-animation-delay:0.78s;
-ms-animation-delay:0.78s;
-o-animation-delay:0.78s;
animation-delay:0.78s;
}

#frotateG_05{
right:0;
top:52px;
-moz-animation-delay:0.91s;
-webkit-animation-delay:0.91s;
-ms-animation-delay:0.91s;
-o-animation-delay:0.91s;
animation-delay:0.91s;
}

#frotateG_06{
right:15px;
bottom:15px;
-moz-animation-delay:1.04s;
-webkit-animation-delay:1.04s;
-ms-animation-delay:1.04s;
-o-animation-delay:1.04s;
animation-delay:1.04s;
}

#frotateG_07{
left:52px;
bottom:0;
-moz-animation-delay:1.17s;
-webkit-animation-delay:1.17s;
-ms-animation-delay:1.17s;
-o-animation-delay:1.17s;
animation-delay:1.17s;
}

#frotateG_08{
left:15px;
bottom:15px;
-moz-animation-delay:1.3s;
-webkit-animation-delay:1.3s;
-ms-animation-delay:1.3s;
-o-animation-delay:1.3s;
animation-delay:1.3s;
}

@-moz-keyframes f_fadeG{
0%{
background-color:#000000}

100%{
background-color:#FFFFFF}

}

@-webkit-keyframes f_fadeG{
0%{
background-color:#000000}

100%{
background-color:#FFFFFF}

}

@-ms-keyframes f_fadeG{
0%{
background-color:#000000}

100%{
background-color:#FFFFFF}

}

@-o-keyframes f_fadeG{
0%{
background-color:#000000}

100%{
background-color:#FFFFFF}

}

@keyframes f_fadeG{
0%{
background-color:#000000}

100%{
background-color:#FFFFFF}

}


/* News Lyntons Lines
------------------------- */
.newsitem {
margin-top: 10px;
margin-bottom: 50px;
border: 0;
padding-bottom: 30px;
border-bottom: 1px solid #eeeeee;
}

.newsheadblock {
display: block;
-webkit-margin-before: 1em;
-webkit-margin-after: 1em;
-webkit-margin-start: 40px;
-webkit-margin-end: 40px;
padding: 0 15px 0 15px;
margin: 0 0 20px;
border-left: 5px solid #eeeeee;
}

.newsheadblock h1 {
margin-bottom: 0;
font-size: 17.5px;
font-weight: bold;
line-height: 1.25;
}

.newsheadblock h2 {
display: block;
margin: 3px 0;
font-size: 14px;
font-style: italic;
line-height: 12px;
color: #999999;
}

.newsheadblock small:before {
content: '\2014 \00A0';
}

.newsheadblock small {
display: block;
font-style: italic;
line-height: 20px;
color: #999999;
}

.categorylabel {
webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
display: inline-block;
padding: 2px 4px;
line-height: 14px;
vertical-align: baseline;
white-space: nowrap;
font-size: 9px;
font-weight: normal;
background-color: #CAFFCA;
color: #727272;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);

}

.newsheadblock .table 
{margin-top: 10px}

.newscontent
{
margin-left: 20px;
margin-right:20px; 
margin-top: 10px;
margin-bottom: 10px;
}
a.anchor
{
	display: block; position: relative; top: -65px; visibility: hidden;
}

/* Home Page Lyntons Lines
------------------------- */
.homenews
{
margin-top: -20px;
margin-bottom: -15px;
margin-left: -15px;
margin-right: -15px;

}
.homenews li 
{
padding: 0px;
list-style-type: none;
padding: 15px;
margin: 0;
background: #f9f9f9;
}

.homenews li:nth-child(odd) { background: #FFFFFF; }

.homenews li a
{
text-decoration: none;
margin: 0px;
display: block;
width: 100%;
height: 100%;
}

.homenews li:hover
{
	background: #EAEAEA;
}
.badge-lotno {
background-color: #CFCFCF;
font-size: 10px;
font-weight: normal;
line-height: 10px;
color: #ffffff;
text-shadow: none;
white-space:normal;
}

#datatable_filter label {
	font-weight: bold;
}

.nav-tabs>.active>a {
  font-weight: bold;
}

table.dataTable tbody td {
  vertical-align: middle;
}

.white-cell {
background-color: white !important;
width:90px !important;
 }

 .navbar .nav>.active>a, .navbar .nav>.active>a:hover, .navbar .nav>.active>a:focus {
    color: #FFF;
    text-decoration: none;
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
    box-shadow: none;
    text-shadow: none;
    font-weight: bold;
}