/* @override 
	https://www.poske.com/assets/css/custom_bs4.css
	http://www.poske.com/assets/css/custom_bs4.css */

/*=============================================================
    Authour URI: www.binarycart.com
    License: Commons Attribution 3.0

    http://creativecommons.org/licenses/by/3.0/

    100% To use For Personal And Commercial Use.
    IN EXCHANGE JUST GIVE US CREDITS AND TELL YOUR FRIENDS ABOUT US
   
    ========================================================  */
/*==============================================
    GENERAL  STYLES    
    =============================================*/
 body {
 	font: 16px Helvetica, sans-serif;
/* xmas 	background: url(../../IMAGES/backgrounds/red-seasons-greetings.jpg) no-repeat fixed transparent ;	*/
 	background: url(../../IMAGES/backgrounds/2016_PoskeBackground2.jpg) center center no-repeat fixed #000000;
    background-size: cover;
     -webkit-background-size: cover;
     -moz-background-size: cover;
 	line-height: 1.2;
    color: #000000;
 	padding-top: 20px;
 	text-align:center;
 }
    
 #wrapper, #page-wrap { 	
 	font-family: Helvetica, sans-serif;
 	margin: 0;
 	font-style: italic;
 	text-align:center; 	
  }
 
 /* @group top */
#top-logo {
	text-align: center;
}
#top-logo img {
	margin-right: auto;
	margin-left: auto;
}
 .top-info {
  /* xmas background: url(../../IMAGES/backgrounds/santa_in_car.jpg) left no-repeat transparent;*/
  	margin: 0;
  	padding: 0;
  	width: 100%;
  }
 
#top2 {margin: 0; padding: 0; width:185px; height: 50px; float: right; position: relative; right: 25px;}

@media (max-width: 768px) {
#top2 {margin: 0; padding: 0; width:0px; height: 0px; float: right; position: relative; right: 0px; bottom: 0px;
	visibility: collapse;
}
}

#page-wrapper_A, #page-wrapper {
    padding: 15px 15px;
	margin: 0;
}
#page-inner {
    width:100%;
    margin: 0 20px 10px 0px;
    background-color: transparent !important;
    padding:10px;
}




.required {
	color: #b912eb;
}
.text-red{
	color:  #f21410;
}
.text-blue{
	color: blue;
}
.text-black{
	color: black;
}

.text-green{
	color: #009900;
}
.text-break-word{
  word-wrap: break-word;
}

.padding-l20-r15 {
	padding-right: 15px;
	padding-left: 20px;
}

.padding-b10{
	padding-bottom: 10px;
}
.no-border {
    border:0px solid #f3f3f3;
}

.horzrule {
	height: 2px;
	background-color: #020202;
}
#single_cattable h4 {
	color: #fc2323;
}
#single_cattable #small_group {
	border: 2px solid #fc0505;
}
.subheader_grey    { 
	color: #091254; text-align: center;
	font-size: 12pt;
	line-height: 13pt;
	font-weight: bold;
	background-color: #dcdcdc;
}
.square-btn-adjust {
    border: 0px solid transparent; 
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
table.centered {
	margin-left:auto; 
	margin-right:auto;
}
.carttable{
	margin-top: 15px;
}

.sale_red_strike  {
	color: red;
	font:  8pt/9pt; 
	text-decoration: line-through;
}
.sale_red  {
	color: red;
	font:  8pt/9pt; 
}
.dealer_price{
	color: blue;
	font:  8pt/9pt; }	
.row-divider {
	height: 2px;
}

.tr2 { background-color:transparent
}
.tr1 { background-color: rgba(246, 246, 246, 0.78)
}

/* =============================================================================
   Links
   ========================================================================== */
a {
	color: #00007f;
 	text-decoration: none;
}
a:visited {
	color: #00007f;
	text-decoration: none;
}
a:hover {
	color: #00007f;
	text-decoration: underline;
	background-color: silver;
}
a:focus {
	outline: thin dotted;
	text-decoration: none;
}
.section2 a, .section2 a:visited {
	color: #00007f;
}
.section2 a:hover {
	background: #ff0000;
	color: navy;
} 
.partstable a, .partstable2 a{
	color: #00007f;
	font-size: 10pt;
	line-height: 11pt;
}
.partstable a:visited, .partstable2 a:visited { color: #00007f; }
.partstable a:hover, .partstable2 a:hover { color: #00007f; }
.partstable a:focus, .partstable2 a:focus { outline: thin dotted; }

.cattable a:visited { color: #00007f; }
.cattable a:hover { color: #00007f; }
.cattable a:focus { outline: thin dotted; }
/* =============================================================================
   category groups 
   ========================================================================== */
#main_cat_holder {
  background-color: #ffffff;
  overflow:hidden;    
}
#cat_holder a{
	color: #ffffff;
	font-size: 10pt;
	line-height: 11pt;
	text-decoration: none;
}
#cat_holder {
	font-size: 11pt;	
	line-height: 12pt;
	margin-top: 5px;
	margin-bottom: 5px;
}
#small_group {
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	min-height: 105px;
	padding: 5px;
}
input,
select,
textarea {
  color: #555555;
  background-color: #ffffff;
}

/* =============================================================================
   parsley form 
   ========================================================================== */

.invalid-form-error-message {
   margin-top: 10px;
   padding: 5px;
 }
 .invalid-form-error-message.filled {
   border-left: 2px solid red;
 }

input.parsley-success,
select.parsley-success,
textarea.parsley-success {
  color: #468847;
  background-color: #DFF0D8;
  border: 1px solid #D6E9C6;
}

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
  color: #B94A48;
  background-color: #F2DEDE;
  border: 1px solid #EED3D7;
}

.parsley-errors-list {
  color: #B94A48;

  margin: 2px 0 3px;
  padding: 0;
  list-style-type: none;
  font-size: 0.9em;
  line-height: 0.9em;
  opacity: 0;

  transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
}

.parsley-errors-list.filled {
  opacity: 1;
}
/*
* Callouts
*
* Not quite alerts, but custom and helpful notes for folks reading the docs.
* Requires a base and modifier class.
*/
/* Common styles for all types */
.bs-callout {
  margin: 20px 0;
  padding: 20px;
  border-left: 3px solid #eee;
}
.bs-callout h4 {
  margin-top: 0;
  margin-bottom: 5px;
}
.bs-callout p:last-child {
  margin-bottom: 0;
}
.bs-callout code {
  background-color: #fff;
  border-radius: 3px;
}
/* Variations */
.bs-callout-danger {
  background-color: #fdf7f7;
  border-color: #d9534f;
}
.bs-callout-danger h4 {
  color: #d9534f;
}
.bs-callout-warning {
  background-color: #fcf8f2;
  border-color: #f0ad4e;
}
.bs-callout-warning h4 {
  color: #f0ad4e;
}
.bs-callout-info {
  background-color: #f4f8fa;
  border-color: #5bc0de;
}
.bs-callout-info h4 {
  color: #5bc0de;
}
/* =============================================================================
   panels a
   ========================================================================== */
.panel a{	
	color: #c7c7c7;
	text-decoration: none;
}
.panel a:hover{
	background-color: red;
	text-decoration: underline;
	padding-right: 3px;
	padding-left: 3px;
}	
.panel a.button:hover{	
	padding-right: 15px;
	padding-left: 15px;
}	

/* =============================================================================
   backgrounds
   ========================================================================== */
.white_bkg {
	background-color: #ffffff;
	-webkit-box-shadow: inset 0 1px rgba(73, 73, 73, 0.12), 0px 1px 0px 0px rgba(0,0,0, .1);
	-moz-box-shadow: inset 0 1px rgba(73, 73, 73, 0.12), 0px 1px 0px 0px rgba(0,0,0, .1);
	box-shadow: inset 0 1px rgba(73, 73, 73, 0.12), 0px 1px 0px 0px rgba(0,0,0, .1);
	color: #2e2e2e;
}
.bkg {
	background-color: #030303;
}
.black_bkg {
	background-color: #404247;
	background-color:rgba(0,0,0,.50) !important;
	border: 3px solid black;		
	-webkit-box-shadow: inset 0px 1px 0px 0px rgba(255,255,255, .1), 0px 1px 0px 0px rgba(0,0,0, .1);
	-moz-box-shadow: inset 0px 1px 0px 0px rgba(255,255,255, .1), 0px 1px 0px 0px rgba(0,0,0, .1);
	box-shadow: inset 0px 1px 0px 0px rgba(255,255,255, .1), 0px 1px 0px 0px rgba(0,0,0, .1); 	
}
.red_bkg {
	background-color: #fd2626;
	background-color:rgba(255,47,47,.50) !important;
	border: 3px solid rgb(144, 75, 75);		
	-webkit-box-shadow: inset 0px 1px 0px 0px rgba(255,255,255, .1), 0px 1px 0px 0px rgba(0,0,0, .1);
	-moz-box-shadow: inset 0px 1px 0px 0px rgba(255,255,255, .1), 0px 1px 0px 0px rgba(0,0,0, .1);
	box-shadow: inset 0px 1px 0px 0px rgba(255,255,255, .1), 0px 1px 0px 0px rgba(0,0,0, .1); 	
}
.greybkg_2 { 
	background-color: rgba(33, 33, 33, 0.4);
}
.greybkg_lt { 
	background-color: #dcdcdc;
	color: #091254;
}

.greybkg{
	background-color:#918c8c;
	background-image: -webkit-linear-gradient(top , #918c8c, #312f2f 100%);
	background: -webkit-gradient(linear, 0% 100%, 0% 0%,  from(#918c8c), to(#312f2f), color-stop(0%,#312f2f),color-stop(100%,#918c8c));
	background-image: -o-linear-gradient(top , #918c8c, #312f2f 100%);
	background-image: linear-gradient(top , #918c8c, #312f2f 100%);	
	background-repeat: repeat-y;
}
.lightbkg{
		background-color: #fdfdfd;
}
.rdgrdbkg {
	background-color:#d53434;
	background-image: -webkit-linear-gradient(top , #d53434, #aa0000 60px);
	background: -webkit-gradient(linear, 0% 100%, 0% 0%,  from(#D53434), to(#AA0000), color-stop(1,#AA0000),color-stop(.3,#D53434));
	background-image: -o-linear-gradient(top , #d53434, #aa0000 60px);
	background-image: linear-gradient(top , #d53434, #aa0000 60px);	
	background-repeat: repeat-y;
}
.bkgrdbkg {
	background-color:#030303;
	background-image: -webkit-linear-gradient(top , #030303, #404247 60px);
	background: -webkit-gradient(linear, 0% 100%, 0% 0%,  from(#030303), to(#404247), color-stop(1,#404247),color-stop(.3,#030303));
	background-image: -o-linear-gradient(top , #030303, #404247 60px);
	background-image: linear-gradient(top , #030303, #404247 60px);	
	background-repeat: repeat-y;
}
.4rounded {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;	
}
.section2 {
	background-color: #ffffff;
	border: 2px solid black;		
	padding-left: 5px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-webkit-box-shadow: inset 0px 1px 0px 0px rgba(255,255,255, .1), 0px 1px 0px 0px rgba(0,0,0, .1);
	-moz-box-shadow: inset 0px 1px 0px 0px rgba(255,255,255, .1), 0px 1px 0px 0px rgba(0,0,0, .1);
	box-shadow: inset 0px 1px 0px 0px rgba(255,255,255, .1), 0px 1px 0px 0px rgba(0,0,0, .1);
	margin-bottom: 15px;
}
.section2 h2, .section2 h3 {
	text-shadow: 1px 1px 0 rgb(214, 213, 213);	
	color: #ff0000;
}
table.uinfotable h2, table.uinfotable h3 {	
	text-shadow: 0 0 rgb(255, 255, 255);	
	color: #ff0000;
}
#search_header h2 {
	color: #ff0000;
	font-style: italic;
	font-weight: bold;
		text-shadow: 0 0 rgb(255, 255, 255);	
	
}
#search_header {
	-moz-border-radius: 18px;
	-webkit-border-radius: 18px;
	border-radius: 18px;
	padding: 1px 0 5px;
	margin-bottom: 10px;
}
#page-inner div.section {
	margin-bottom: 15px;
}
#check_out p {
	line-height: 16px;
	font-size: 14px;
}
#check_out p.smaller {
	font-size: 10pt;
	padding-right: 20%;
	padding-left: 20%;
}
div#row_addit {
	float: right;
}
div#row_price {
	color: #000;
}
div#row_image {	
	float: left;
}
.button {
	display: inline-block;
	position: relative;
	padding: 4px 15px;
	-moz-border-radius: 18px;
	-webkit-border-radius: 18px;
	border-radius: 18px;
	background-color:#d53434;
	background-image: -moz-linear-gradient(top , #d53434, #aa0000 60px);
	background-image: -webkit-linear-gradient(top , #d53434, #aa0000 60px);
	background: -webkit-gradient(linear, 0% 100%, 0% 0%,  from(#D53434), to(#AA0000), color-stop(1,#AA0000),color-stop(.3,#D53434));
	background-image: -o-linear-gradient(top , #d53434, #aa0000 60px);
	background-image: -ms-linear-gradient(top , #d53434, #aa0000 60px);
	background-image: linear-gradient(top , #d53434, #aa0000 60px);	
	color: white !important;
	-webkit-box-shadow: inset 0 1px 1px white,0 3px 3px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: inset 0 1px 1px white,0 3px 3px rgba(0, 0, 0, 0.6);
	box-shadow: inset 0 1px 1px white,0 3px 3px rgba(0, 0, 0, 0.6);
	border: 1px solid #acabab;
	font-weight: 600;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
	font-size: 12pt;
	line-height: .8em;
	text-decoration: none;
	margin-top: 3px;
}
.button:hover{
	-webkit-box-shadow: inset 0 2px 6px white,0 3px 3px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: inset 0 2px 6px white,0 3px 3px rgba(0, 0, 0, 0.6);
	box-shadow: inset 0 2px 6px white,0 3px 3px rgba(0, 0, 0, 0.6);
}
.button:active  {
	-webkit-box-shadow: inset 0 2px 6px white,0 1px 1px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: inset 0 2px 6px white,0 1px 1px rgba(0, 0, 0, 0.6);
	box-shadow: inset 0 2px 6px white,0 1px 1px rgba(0, 0, 0, 0.6);
	top: 2px;
}
/* =============================================================================
   Lists
   ========================================================================== */
ul.nav, ol.nav { list-style: none; list-style-image: none; margin: 0; padding: 0; }
ul.news li {
	list-style-position: outside;
	list-style-type: circle;
	list-style-image: none;
	margin-top: 3px;
	margin-bottom: 3px;
	text-align: left;
	padding-bottom: 0;
}
li.news {
	margin-top: 3px;
	margin-bottom: 3px;
	line-height: 15px;
	font-size: 14px;
	margin-left: -8px;
	padding-top: 8px;
}
/* =============================================================================
   panels
   ========================================================================== */
.panel-red {
  border-color: #000000;
  background-color:rgba(0,0,0,.65) !important;
  background-color: #404247;  
}
.panel-red > .panel-heading {
	color: #ffffff;
	background-color:rgba(255,47,47,.65) !important;
	background-color: #fd2626;
	border-color: #000000;
}
.panel-red > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #000000;
}
.panel-red > .panel-heading .badge {
  color: #000000;
  background-color: #ffffff;
}
.panel-red > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #000000;
}
.panel-black {
	  border-color: #000000;
	background-color:rgba(255,47,47,.65) !important;
	background-color: #fd2626;
}
.panel-black > .panel-heading {
	color: #ffffff;
	background-color:rgba(0,0,0,.65) !important;
	background-color: #404247;
	border-color: #000000;
}
.panel-black > .panel-heading + .panel-collapse > .panel-body {
	  border-top-color: #000000;
}
.panel-black > .panel-heading .badge {
	  color: #000000;
	  background-color: #ffffff;
}
.panel-black > .panel-footer + .panel-collapse > .panel-body {
	  border-bottom-color: #000000;
}
/*==============================================
   image STYLES    
    =============================================*/
img.cthumb {
	max-width: 75px;
	max-height: 65px;
	padding-right: 5px;
}
img.fpthumb {
	max-width: 200px;
	max-height: 150px;
	border-width: 0;
	margin-bottom: 5px;
	margin-top: 5px;
}
img.p150topthumb {
	max-width: 175px;
	max-height:120px;
	margin: 10px 1px 4px;
	border-style: none;
}
/* for group tops */
img.gtopthumb {
	max-width: 250px;
	max-height: 200px;
	padding-right: 4px;
	padding-left: 4px;
	padding-top: 10px;
	margin: 5px;
}
img.gtop {
	max-width: 495px;	
}
img.pthumb_single {
	max-height:  125px;
	border: thin dotted gray;
	margin: 5px;
}
img.pthumb3 {
	max-width: 100px;
	border: thin dotted gray;
	margin: 5px;
}	
.pthumb2 {
	position: relative;
	z-index: 0;
}
.pthumb2:hover{
	background-color: transparent;
	z-index: 50;
}
.pthumb2 span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: rgba(31, 30, 30, 0.6);
	padding: 5px;
	left: -1000px;
	border: 1px dashed gray;
	visibility: hidden;
	color: white;
	text-decoration: none;
	max-width: 500px;
}
.pthumb2 span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
}
.pthumb2:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top: 0;
	left: -100px; /*position where enlarged image should offset horizontally */
}
.pthumbni{
	margin-right: 34px;
}
.pthumb4 {
	position: relative;
	z-index: 0;
}
.pthumb4:hover{
	background-color: transparent;
	z-index: 50;
}
.pthumb4 span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: rgba(31, 30, 30, 0.6);
	padding: 5px;
/*left: -1000px;*/
	border: 1px dashed gray;
	visibility: hidden;
	color: white;
	text-decoration: none;
	max-width: 500px;
}
.pthumb4 span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
}
.pthumb4:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top: 0;
	right: 10px;
}
/*==============================================
   link pages STYLES    
 =============================================*/    
#links a:hover {
	background-color: transparent;
}
#links .panel {
	height: 150px;		
}
#links .panel.drivers{	
	height: 55px;
	padding-top: 15px;
	line-height: 1.3;
}
/*==============================================
   part pages STYLES    
    =============================================*/
#logo_content {
	width: 100%;
	color: black;
	background-color: white;
}
/*==============================================
  pages nav STYLES    
    =============================================*/
div.Navpages  {
	background: #cbd6e5;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 4px 15px 0px;
		height:32px	
}

.pages	{
	color: #00007f;
	text-decoration: none;
	text-align: center;
	font-style: normal;
	font-size: 10pt;
	line-height: 12pt;
}
a.pages,a.pages:visited	{
	color: #00007f;
}
a.pages:hover	{
	color: #00007f;	
	text-decoration: underline;
	background-color: #eff2fe;
}
/*==============================================
  parts and groups STYLES    
    =============================================*/
#partstable, #partstable2 { 
    color: black; 
}
.partrow { 
    background-color: #ffffff !important;
	margin: 0 0 20px!important;
	padding: 0;	
}    
.parttop{
	border-bottom: 0px solid #585656;	
}    
#grouptop {
  	border-top-right-radius: 15px;
  	border-top-left-radius: 15px;
	padding-bottom: 5px;
	margin-top: 0;
}      
#grouptop h2 {
	color: #ff0000 !important; 
	text-align: center;
	font-weight: bold;
	font-size: 22pt;
	line-height: 24pt;
	text-shadow: 1px 1px rgba(70, 67, 67, 0.97);
	margin-top: 0;
}
#grouptop h2 small {
	color: #efefef !important; 
	text-align: center;
	font-size: 60%;
	line-height: 60%;
	text-shadow: 0px 0px 0 rgba(0, 0, 0, 0.0);
	margin-top: 0;
	font-weight: 65%;
}

#row_single_box {
  	border-bottom-right-radius: 10px;
  	border-bottom-left-radius: 10px;
	margin-bottom: 25px;
}  
#row_image {	
	width: auto;
	margin: 5px 5px 5px 0;
	padding: 0;
}
#row_single_price {	
	border-radius: 10px;
	font-size: 9pt;
	margin-top: 2px;
	margin-bottom: 2px;
	padding: 3px 3px 5px 8px;
	background-color: #f1f0f0;
}
/*==============================================
   table STYLES    
    =============================================*/    
.td_valign-center {
	vertical-align: middle;	
}
.td_valign-top {
	vertical-align: top;	
}
.width-20 {
	width: 20%;
}
/*==============================================
   UserInfo STYLES    
    =============================================*/
.uinfotable { 
	border: 0.25pt solid black;
	font-size: 10pt;
	color:  black;
}
.uinfo_red {
	color:  #f21410;
}
/*==============================================
   Footer STYLES    
    =============================================*/
#footer-container{
	border-top: 4px solid black;
	position: relative;
	z-index: 0; 
	text-align: center;
}    
#footer-container{
   	background-color: rgba(19, 19, 19, 0.80)!important;
}  
#footer-container {
   	color: #ffffff;
   	text-align: left;
   	padding: 20px 50px;
	margin: 0;
}  
#footer-container footer a {
   	color: #dadada;
   	padding: 0;  	
}
#footer-container footer a:hover {
   	color: #f85e5e;
   	background-color: transparent;
}  
 #footer-container footer a:active {
 	color: #f85e5e;
}       
#footer-container footer ul {
	list-style-type: none; 
	list-style-image: none;
}
#footer-container footer ul li {
	list-style-type: none; 
	list-style-image: none;
	line-height: 18px;
}
#footer-container footer ul.nav ul li {
	list-style-type: none; list-style-image: none;
	padding-left: 15px;
}

/*==============================================
   Marquee STYLES    
    =============================================*/
/* @group Marquee */

#type {
 	color: #36f401; 
    font-size: 18px;
    text-shadow: 1px 1px 1px #060505;    
    font-weight: 200;
    
}

@media screen and (min-width: 768px) {
	#type {
        font-size: 23px;
	}
}

#home_marquee {	width: 100%;
padding: 3px 0;
background-color: rgba(57, 56, 56, 0.54); 
	-moz-border-radius: 6x;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	margin-bottom: 10px;
	margin-top: 0;
}

/* @end */

/*==============================================
   Carousel STYLES    
    =============================================*/
.c-wrapper {
 /*   max-width: 825px;  for example */
    margin: 0 auto 15px;
	padding-top: 0;
	
}
.carousel-indicators {
	bottom: 1px!important;
	margin-bottom: 0px;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
	width: 20px;
	height: 30px;
	margin-top: -15px;
	font-size: 20px;
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
	background-color: transparent;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 5%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

/*==============================================
   DASHBOARD STYLES    
    =============================================*/
.panel-back {
    background-color:#F8F8F8;
}
.noti-box {
	min-height: 100px;
	padding: 20px;
}
.noti-box .icon-box {
	display: block;
	float: left;
	margin: 0 15px 10px 0;
	width: 70px;
	height: 70px;
	line-height: 75px;
	vertical-align: middle;
	text-align: center;
	font-size: 40px;
}
.text-box p{
    margin: 0 0 3px;
}
.main-text {
    font-size: 25px;
    font-weight:600;
}
.set-icon {
    -webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}

.bg-danger {
  background-color: #f2dede;
  color: #fc0909;
}

.bg-color-green {
	background-color: #00CE6F;
	color: #fff;
}
.bg-color-blue {
	background-color: #A95DF0;
	color: #fff;
}
.bg-color-red {
	background-color: #DB0630;
	color: #fff;
}
.bg-color-brown {
	background-color: #B94A00;
	color: #fff;
}
.icon-box-right {
	display: block;
	float: right;
	margin: 0 15px 10px 0;
	width: 70px;
	height: 70px;
	line-height: 75px;
	vertical-align: middle;
	text-align: center;
	font-size: 40px;
}
.main-temp-back {
	background: #8702A8;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 300;
	text-align: center;
}
.main-temp-back .text-temp {
	font-size: 40px;
}
.back-dash {
    padding:20px;
    font-size:20px;
    font-weight:500;
    -webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	background-color:#2EA7EB;
	color:#fff;
}
.back-dash p {
	padding-top:16px;
	font-size:13px;
    color:#fff;
    line-height:25px;
    text-align:justify;
}
.back-footer-green {
    background-color: #009B50;
    border-top: 0px solid #fff;
}
.back-footer-red {
    background-color: #AF0000;
    border-top: 0px solid #fff;
}
.color-bottom-txt {
   color: #000;
	font-size: 16px;
	line-height: 30px;
}
/*CHAT PANEL*/
.chat-panel .panel-body {
	height: 450px;
	overflow-y: scroll;
}
.chat-box {
	margin: 0;
	padding: 0;
	list-style: none;
}
.chat-box li {
	margin-bottom: 15px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #808080;
}
.chat-box li.left .chat-body {
	margin-left: 90px;
}
.chat-box li .chat-body p {
	margin: 0;
	color: #8d8888;
}
.chat-img>img {
    margin-left:20px;
}
/*==============================================
    MENU STYLES    
    =============================================*/


div#bs-example-navbar-collapse-1.collapse.navbar-collapse, div#search-horznav {
	background: -webkit-gradient(linear, left top, left bottom, from(#605e5e), color-stop(0.606, #101010)) #101010;
	background: -webkit-linear-gradient(top, #605e5e 0%, #101010 60.6%) #101010;
	background: -moz-linear-gradient(top, #605e5e 0%, #101010 60.6%) #101010;
	background: -ms-linear-gradient(top, #605e5e 0%, #101010 60.6%) #101010;
	background: -o-linear-gradient(top, #605e5e 0%, #101010 60.6%) #101010;
	background: linear-gradient(to bottom, #605e5e 0%, #101010 60.6%) #101010;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	
}
#search-horznav {text-align: center; margin: 0; padding: 0;}
#search-horznav {font-size: 12pt;
	color: #e5e5e5; text-decoration: none; font-weight: bold;
	font-variant: small-caps;
}

.dropdown-menu > li > a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
  	line-height: 1.42857143;
  	color: #C90000;
  	white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  	text-decoration: none;
  	color: #262626;
  	background-color: #f5f5f5;
}
.active-menu {
    background-color:#C90000!important;
}
.arrow {
    float: right;
}
.fa.arrow:before {
    content: "\f104";
}
.active > a > .fa.arrow:before {
    content: "\f107";
}
.nav-second-level li,
.nav-third-level li {
    border-bottom: none !important;
}
.nav-second-level li a {
    padding-left: 37px;
	padding-top: 4px;
	padding-bottom: 4px;
}
.nav-third-level li a {
    padding-left: 55px;
}
.sidebar-collapse , .sidebar-collapse .nav{
	background:none;
}
.sidebar-collapse .nav {
	padding:0;
}
.sidebar-collapse .nav > li > a {
	color:#fff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.051, #4f5052), color-stop(0.642, #2b2b2b)) #2c2d30;
	background: -webkit-linear-gradient(top, #4f5052 5.1%, #2b2b2b 64.2%) #2c2d30;
	background: -moz-linear-gradient(top, #4f5052 5.1%, #2b2b2b 64.2%) #2c2d30;
	background: -ms-linear-gradient(top, #4f5052 5.1%, #2b2b2b 64.2%) #2c2d30;
	background: -o-linear-gradient(top, #4f5052 5.1%, #2b2b2b 64.2%) #2c2d30;
	background: linear-gradient(to bottom, #4f5052 5.1%, #2b2b2b 64.2%) #2c2d30;
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0, .2), 1px 1px 1px rgba(255,255,255, .1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0, .2), 1px 1px 1px rgba(255,255,255, .1);
	box-shadow: inset 1px 1px 1px rgba(0,0,0, .2), 1px 1px 1px rgba(255,255,255, .1);
	text-shadow:none;	
}
.sidebar-collapse > .nav > li > a {
	padding: 4px 10px;
}
.sidebar-collapse > .nav > li {
	border-bottom: 1px solid rgba(107, 108, 109, 0.19);
}
.sidebar-collapse .nav > li > a:hover,
.sidebar-collapse .nav > li > a:focus {	
	background:#0A0A0A;
	outline:0;
}
.dropdown:hover .dropdown-menu {
display: block;
}
ul.dropdown-menu {
	background:#F4F4F4;
	background: -moz-linear-gradient(top, #EEEEEE, #BBBBBB);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#EEEEEE), to(#BBBBBB));
}
.nav-second-level > li > a:before ,
.nav-third-level > li > a:before {
	content:"";
	display:block;
	position:absolute;
	left:20px;
	width:15px;
	height:1px;
	background:#ff0000;
	top:20px;
}
.nav-second-level > li > a:after,
.nav-third-level > li > a:after {
	content:"";
	display:block;
	position:absolute;
	left:20px;
	width:1px;
	height:100%;
	background:#ff0000;
	top:0px;
	z-index:10;
}
.nav-second-level  > li:last-child > a:after,
.nav-third-level  > li:last-child > a:after {
	height:50%;
}
.nav-third-level > li > a:after,
.nav-third-level > li > a:before  {
	left:40px;
}
.navbar-side {
	border:none;
	background-color: transparent;
}
.navbar-cls-top {
	background: transparent;
	border-bottom:none;	
}
.navbar-cls-top .navbar-brand:hover {
	background: transparent;
	color:#fff;
}
.navbar-default {
	border:0px solid black;     
}
.navbar-header {
    background: transparent;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #B40101;
}
.navbar-default .navbar-toggle {
	border-color: #fff;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #FFF;
}
.nav > li > a > i {
    margin-right:10px;
}
/*==============================================
    UI ELEMENTS STYLES     
    =============================================*/
.btn-circle {
	width: 50px;
	height: 50px;
	padding: 6px 0;
	 -webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	text-align: center;
	font-size: 12px;
	line-height: 1.428571429;
}
/*==============================================
    MEDIA QUERIES     
    =============================================*/ 
@media (min-width:768px) {

#wrapper, #page-wrap { 	
	padding-right: 20px;
	padding-left: 20px;
}


#page-wrapper{
	 margin: 0 0 0 260px;
     padding: 15px 30px;
     min-height: 600px;
}	

#page-wrapperA{
	 margin: 0;
     padding: 15px 30px;
     min-height: 600px;
}		
	
.navbar {
	border-radius: 0px; 
}
.newsdiv {
	height: 530px;	
}
div#bs-example-navbar-collapse-1.collapse.navbar-collapse {
	margin: 0;
}  


}	
@media print {
body {
	font: 14px Helvetica, sans-serif;
	line-height: 16px;
}
.navbar-side {
	width: 0;
	visibility: hidden;
	height: 0;
	overflow: hidden;
} 
 footer {
 	width: 0;
 	visibility: hidden;
 	height: 0;
 	overflow: hidden;
 } 
 #page-wrapper{
     margin: 0;
 	padding: 0;	
 	overflow: hidden;
 	height: auto;
 }	
 #page-wrapperA{
     margin: 0;
 	padding: 0;	
 	overflow: hidden;
 	height: auto;
 }		
 	
 
 }/* end media print */
