@charset "utf-8";
/* CSS Document */


/*reset*/


body
{
	background-color: #323232;
	background-position: center center;
	background-repeat: no-repeat;
	
	background: -webkit-gradient(radial, center center, 0, center center, 1200,  from(#323232), to(#000000));
	background: -webkit-radial-gradient(circle, #323232, #000000);
	background: -moz-radial-gradient(circle, #323232, #000000);
	
}



/*header*/
#header
{
	background: url(../images/pivot.png) center center no-repeat;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 75px;
	background-color: #978703;
	margin: 0 auto;
    position: relative;  
    background-size: auto 70% !important; 
    background-position:center center;
}

#header h1
{
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 42px;
	color: #000;
	text-align: center;
}

#header h2
{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #fff;
	text-align: center;
}

#index_header
{
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 45px;
	background-color: #978703;  
}
/*wrapper*/

#wrapper
{
	position: inherit;
	margin: 0 auto;
}

#panel
{
	position: relative;
	width: 1024px;
	height: 100%;
	overflow: hidden;
	
	margin: 0 auto;
	padding: 5px;
}

#panel p
{
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #000;
	font-size: 16px;
}

#panel p a
{
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #978703;
	font-size: 16px;
	text-decoration: none;
}
#loginUserform
{
	width: 550px;
	height: 100%;
	background-color: #FFF;
	padding: 5px;
	box-shadow: 0 1px 1px #ccc;
	margin: 0 auto;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
	margin-top: 0px;
	margin-bottom: 20px;
}

#loginUserform h1
{
	background-color: #000;
	width: 100%;
	height: 20px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 14px;
	padding-left: 3px;
}

#loginUserform h3
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	padding: 0px;
	margin: 10px;
}

#loginUserform a
{
	text-decoration: none;
	color: #978703;
	font-size: 12px;
}


#loginUserform a:hover
{
	color: #000;
}

#loginUserform p
{
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#loginUserform p a
{
	color: #978703;
}

#loginUserform p a:hover
{
	color: #000;
}

a{
	color: #978703;
	text-decoration: none !important;
}

/*#loginUserform input
{
	border-radius: 5px;
	padding: 10px 10px;
	border: 1px solid #d5d9da;
	box-shadow: 0 0 5px #e8e9eb inset;
	width:250px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: 'bold';
	color:#666;
}*/

/*#loginUserform input:focus
{
	border: 1px solid #978703;
	border-top-color:#b6d5ea;
	border-bottom-color:#b8d4ea;
	box-shadow:0 0 5px #b9d4e9;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: 'bold';
	color:#666;
}*/

.modify
{
	width: 80px;	
	padding: 5px 5px;
    background: #373bfe;
    color: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #373bfe;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}

.modify:hover {
    background: #1a1d88;
    border: solid 1px #373bfe;
    text-decoration: none;
}

h2
{
	font-size: 16px;
}

.delete
{
	width: 80px;	
	padding: 5px 5px;
    background: #ff0000;
    color: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #ff0000;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}

.delete:hover {
    background: #bd0101;
    border: solid 1px #ff0000;
    text-decoration: none;
}

.btn_login
{
	width: auto;	
	padding: 10px 15px;
    background: #978703;
    color: #000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #978703;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    cursor: pointer;
}

.learn
{
	width: 150px;
	background-color: #978703;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	border: none;
	font-size: 24px;
	height: 50px;
	border-radius: 10px;
}

.learn:hover
{
	background: #837501;
    text-decoration: none;
}
.btn_login:hover {
    background: #837501;
    border: solid 1px #978703;
    text-decoration: none;
}

.btn_login2
{
	width: 80px;	
	padding: 10px 15px;
    background: #978703;
    color: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #978703;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}

.btn_login2:hover {
    background: #837501;
    border: solid 1px #978703;
    text-decoration: none;
}

/*@font-face 
{
	font-family: arial;
	src: url(fonts/arialz.ttf);
	[font-weight: bold];
	[font-style: normal];
}*/


#footer
{
	position: relative;
	bottom: -20px;
	text-align: center;
	height: 100%;
	width: 100%;
	background-color: #000;
	border-top: 7px solid #333;
}

#footer p
{
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
}

#footer a
{
	text-decoration: none;
	color: #978703;
}

#footer li
{
	display: inline-block;
}

#invalid
{
	width: 350px;
	height: 100%;
	border-radius: 5px;
	background-color: #000;
	padding: 20px;
	box-shadow: 0 1px 1px #ccc;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	border: 5px solid #333;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
}

#invalid p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #978703;
}

#inline
{
	display: none;
	border-radius: 5px;
	background-color: #FFF;
	padding: 10px;
	margin: 0 auto;
	
}

#inline_export
{
	display: none;
	border-radius: 5px;
	background-color: #FFF;
	padding: 10px;
	margin: 0 auto;
	
}

#inline_import
{
	display: none;
	border-radius: 5px;
	background-color: #FFF;
	padding: 10px;
	margin: 0 auto;
	
}

#inline_delete
{
	display: none;
	border-radius: 5px;
	background-color: #FFF;
	padding: 10px;
	margin: 0 auto;
	
}

#inline_create
{
	display: none;
	border-radius: 5px;
	background-color: #FFF;
	padding: 10px;
	margin: 0 auto;
}

/*#inline_create input
{
	padding: 10px 10px;
	border: 1px solid #d5d9da;
	box-shadow: 0 0 5px #e8e9eb inset;
	width:300px;
	height: 10px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: 'bold';
	color:#666;
}*/

#inline_create h3
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	padding: 1px;
	margin: 1px;
}

#inline_add
{
	display: none;
	border-radius: 5px;
	background-color: #FFF;
	padding: 10px;
	margin: 0 auto;
}

#inline_add_f
{
	display: none;
	border-radius: 5px;
	background-color: #FFF;
	padding: 10px;
	margin: 0 auto;
}


#inline_manage
{
	display: none;
	border-radius: 5px;
	background-color: #FFF;
	padding: 10px;
	margin: 0 auto;
}


#inline_add h3
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	padding: 1px;
	margin: 1px;
}

#inline_add_f h3
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	padding: 1px;
	margin: 1px;
}

/*#inline_add input
{
	padding: 10px 10px;
	border: 1px solid #d5d9da;
	box-shadow: 0 0 5px #e8e9eb inset;
	width:300px;
	height: 10px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: 'bold';
	color:#666;
}*/

/*#inline_add_f input
{
	padding: 10px 10px;
	border: 1px solid #d5d9da;
	box-shadow: 0 0 5px #e8e9eb inset;
	width:300px;
	height: 10px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: 'bold';
	color:#666;
}*/


/*#inline input
{
	padding: 10px 10px;
	border: 1px solid #d5d9da;
	box-shadow: 0 0 5px #e8e9eb inset;
	width:328px;
	height: 10px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: 'bold';
	color:#666;
}*/

#inline h3
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	padding: 0px;
	margin: 5px;
}

#inline h1
{
	border-bottom: 1px solid #dedede;
	border-shadow:  0 2px 8px rgba(0, 0, 0, 0.45);
	font-family: Arial, Helvetica, sans-serif;
	color: #978703;
}

#inline h2
{
	color: #000;
	font-size: 14px;
	font-family: "arial";
	text-align: right;
}

/*input.error {
	border-color: #F00;
	border-style: solid;
	background: #f0bebe;
	color: #a35959;
}*/



#trans-nav 
{
	list-style-type: none;
	height: 20px;
	padding: 0;
	margin: 0;
	position: absolute;
	right: 100px;
}
#trans-nav li 
{ 
	float: left;
 	position: relative; 
	padding: 0;
	line-height: 5px;
	background: #978703;
	font-family: Arial, Helvetica, sans-serif;
}

#trans-nav li:hover 
{
	 background-position: 0 -40px;
	 
}
#trans-nav li a 
{
	 display: block; 
	 color: #000;
	 text-decoration: none;
	 padding-top: 5px;
	 padding-bottom: 5px;
	 padding-left: 10px;
}

#trans-nav li a:hover 
{
	 color: #978703;
	 background-color: #000;
}
#trans-nav li ul 
{
	 opacity: 0; 
	 position: absolute;
	 left: 0; width: 8em;
	 background: #000;
	 list-style-type: none;
	 padding: 0; 
	 margin: 0; 
}

#trans-nav li:hover ul
 {
	  opacity: 1;
}

#trans-nav li ul li
 { 
 	float: none;
	 position: static; 
	 height: 0;
	  line-height: 0;
	   background: none;
	    }
#trans-nav li:hover ul li 
{
	 height: 30px; 
	 line-height: 30px;
	  }
	  
#trans-nav li ul li a 
{
	 background: #000;
	 color: #FFF;
	 }
#trans-nav li ul li a:hover
 {
	  background: #978703;
	  color: #000;
	  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
}

#trans-nav li 
{
	 -webkit-transition: all 0.2s; 
}
#trans-nav li a 
{
		-webkit-transition: all 0.5s; 
}

#trans-nav li ul {
	 -webkit-transition: all 1s; 
	}
#trans-nav li ul li {
	 -webkit-transition: height 0.5s; 
	}
	
	
#content
{
	position: inherit;
	margin-top: 20px;
	height: 100%;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

#box
{
	width: 800px;
	height: 200px;
	border-radius: 5px;
	background-color: #FFF;
	padding: 20px;
	box-shadow: 0 1px 1px #ccc;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
	text-align: center;
}

#box h1
{
	color:  #978703;
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
}

#box h2
{
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	
}

/*#box input
{
	padding: 10px 10px;
	border: 1px solid #d5d9da;
	box-shadow: 0 0 5px #e8e9eb inset;
	width:328px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: 'bold';
	color:#666;
}*/

h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color:  #978703;
	text-align: left;
}

#menu
{
	position: relative;
	text-align: center;
	background-color: #036;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

#menu ul
{
	display: inline;
	list-style: none;
	
}

#menu ul li
{
	float: left;
	margin: 0 5px;
}

#menu #menubox
{
	position: absolute;
	z-index: 200;
	background: url(../images/tail.png) no-repeat right center;
	height: 35px;
	padding-right: 8px;
	margin-left: 5px;
	margin-top: 10px;
}

#menu #menubox .head
{
	background: url(../images/head.png) no-repeat 0 0;
	height: 35px;
	color: #eee;
	white-space: nowrap;
	padding-left: 8px;
	padding-top: 12px;
}

/*service*/

#left_pane
{
	position: inherit;
	width: 556px;
	height: 100%;
	padding-top: 20px;
}

#members_pane
{
	width: 200px;
	height: 450px;
	margin-left: 50px;
	border-radius: 5px;
	box-shadow: 0 1px 1px #ccc;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
	overflow: hidden;
	position: relative;
}


#members_pane h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #978703;
	padding-left: 10px;
	padding-top: 10px;
	border-bottom: 2px #999 solid;
	margin-bottom: 10px;
	margin-left: 5px;
	margin-right: 10px;
	text-align: left;
}

#scroll_container
{
	position: inherit;
	margin-top: 20px;
	margin-right: 20px;
	margin-left: 20px;
	
}


#inner_content 
{
	font-family: Arial, Helvetica, sans-serif;

}

#inner_content a
{
	text-decoration: none;
	color: #000;
	
}

#inner_content li
{
	position: relative;
	text-align: center;
	padding-top: 20px;
	padding-left: 0px;
	-webkit-transition: all .5s; 
	
	
	
}

#inner_content tr:hover
{
	background-color: #999;
}

#members_tech_pane
{

	width: 530px;
	height: 100%;
	margin-left: 0px;
	border-radius: 5px;
	box-shadow: 0 1px 1px #ccc;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
	overflow: hidden;
	position: relative;	
}

#members_tech_pane h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #978703;
	padding-left: 10px;
	padding-top: 10px;
	border-bottom: 2px #999 solid;
	margin-bottom: 0px;
	margin-left: 5px;
	margin-right: 10px;
	text-align: left;
}

#members_tech_pane li
{
	text-align: right;
	list-style-type: none;
}


table
{
	margin-top: 20px;
}

table td
{
	margin-top: 20px;
	margin-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #555;
	font-size: 12px;
}

.track
{
	padding: 3px;
	background-color: #fff;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	box-shadow: 1px 1px 1px #777;  
	border: 1px solid #333;
	height: 20px;
	margin: 5px;
	width: 250px;
	position: relative;
	overflow: hidden;
}

.thumb
{
	position: absolute;
	background-color: #999;
	width: 0px;
	height:  20px;
	border-radius: 0px;
	
	
	
	
	
}

.thumb_label
{
	font-family: 'arial black';
	font-weight: 'bold';
	color: #000;
	font-size: 12px;
	text-align: left;
	padding: 1px;
	margin-left: 0px;
	
}



.active li:hover
{
	background-color: #000;
}


#default_box
{
	width: 320px;
	height: 360px;
	border-radius: 5px;
	background-color: #FFF;
	padding: 20px;
	margin-top: 20px;
	margin-left: 20px;
	box-shadow: 0 1px 1px #ccc;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
	position: fixed;
}

#serv_report
{
	width: 800px;
	height: 100%;
	border-radius: 5px;
	background-color: #FFF;
	padding: 20px;
	box-shadow: 0 1px 1px #ccc;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
	overflow: hidden;
	margin-left: 190px;
}

.benchmark
{
	background-color: #b68102;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	box-shadow: 1px 1px 1px #777;  
	border: 0px solid #333;
	height: 20px;
	width: 450px;
	position: relative;
	text-align: right;
	font-size: 17px;
	font-weight: bold;
	color: #000;
	padding-right: 10px;
}

#indi_table
{
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #333;
}

#indi_table th:first-child
{
	
	-moz-border-radius: 6px 0 0 0;
	-webkit-border-radius: 6px 0 0 0;
	border-radius: 6px 0 0 0;
}

#indi_table th:last-child
{
	
	-moz-border-radius: 6px 0 0 0;
	-webkit-border-radius: 6px 0 0 0;
	border-radius: 6px 0 0 0;
}

#indi_table th:only-child
{
	
	-moz-border-radius: 6px 0 0 0;
	-webkit-border-radius: 6px 0 0 0;
	border-radius: 6px 0 0 0;
}

#add
{
	background-image: url(../images/logo/add.png);
	background-repeat: no-repeat;
	width: 30px;
	height: 30px;
}

#add:hover
{
	background-image: url(../images/logo/add-hover.png);
	background-repeat: no-repeat;
}

/*input.file
{
	width: 80px;	
	padding: 10px 15px;
    background: #978703;
    color: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #978703;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}*/

#serv_nav
{
	background-color: #333;
	height: 40px;
	margin-top: -18px;
	padding-top: 10px;
	border-bottom: #000 solid 1px;
}

#serv_nav ul li
{
	display: inline;
	margin-right: 30px;
	color: #666;
	padding-top: 20px;
}

#serv_nav ul li a
{
	text-decoration: none;
	color: #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: "bold";
}


#serv_nav ul li a:hover
{
	
	color: #fff;

}



p
{
	color: #000;
	text-align: left;
	font-size: 16px;
}

#import_pane
{
	width: 850px;
	height: 100%;
	border-radius: 5px;
	background-color: #FFF;
	padding: 20px;
	margin-top: 20px;
	margin-left: 100px;
	box-shadow: 0 1px 1px #ccc;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
	margin: 0 auto;
	text-align: center;
}

#manage_tbl
{
	border-collapse: collapse;
	width: 500px;
}

#manage_tbl th
{
	padding-left: 15px;
	padding-right: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: center;
	color: #000;
}


#manage_tbl td
{
	padding-left: 15px;
	padding-right: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	text-align: center;
}


#index_menu
{
	width: 100%;
	height: 30px;
	border-radius: 4px;
}

#index_menu ul
{
	padding-top: 5px;
	text-align: left;
}

#index_menu ul li
{
	display: inline;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;

}

#index_menu ul li:hover
{
	background-color: #000;
	border-radius: 4px;
}

#index_menu a
{
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-weight: bold;
	text-decoration: none;
}

#index_menu a:hover
{
	color: #FFF;
}

#summary
{
	border-collapse: collapse;
	height: 100%;
}

#summary tr
{
	height: 10px;
	
}

#summary tr:hover
{
	
}

#summary td
{
	
	height: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	text-align: left;
}


.settings
{
	background-image: url(../images/gear.png);
	background-repeat: no-repeat;
	border: none;
	width: 36px;
	height: 36px;
}

.settings:hover
{
	background-image: url(../images/gear-hover.png);
	background-repeat: no-repeat;
}

#manage_settings
{
	
}

#setting_menu 
{
	margin-left: -25px;	
}

#setting_menu ul
{
	list-style: none;
}

#setting_menu li
{
	display: inline;
	padding-right: 56px;
	background-color: #CCC;
	border: 1px solid #999;
	width: 56px;
	height: 42px;
}

#madd
{
	background: url(../images/add.png) no-repeat center;
	background-color: #CCC;
}

#madd:hover
{
	background: url(../images/add-hover.png) no-repeat center;
	background-color: #CCC;
}

.mdel
{
	background: url(../images/del.png) no-repeat center;
	background-color: #CCC;
}

.mdel:hover
{
	background: url(../images/del-hover.png) no-repeat center;
	background-color: #CCC;
}

#slide
{
	width: 800px;
	height: 230px;
	position: relative;
	list-style: none outside none;
	overflow: hidden;
	padding: 0;
	margin: 0;
	border: #FFF 10px solid;
}

#slide li
{
	position: absolute;
	top: 0px;
	left: 800px;
	display: block;
}

#slide li:first-child
{
	display: block;
	left: 0;
}

#slide div
{
	width: 800px;
	height: 230px;
}

.slides_container
{
	width: 800px;
	height: 230px;
	border: 8px #fff solid;
	background-color: #FFF;
}

.slides_container div
{
	width: 800px;
	height: 230px;
	display: block;
}

.caption {

	position:absolute;
	bottom:-35px;
	left:0;
	height:30px;
	padding:5px 20px 0 20px;
	width:540px;
	font-size:1.3em;
	line-height:1.33;
	color:#fff;
	border-top:1px solid #000;
	text-shadow:none;
	background:rgba(0,0,0,.5);

}

/*.pagination {
	margin: 0 auto;
	width:100px;
}

.pagination li {
	float:left;
	margin:5px 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image: url(../images/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}*/

#wpane
{
	position: fixed;
	height: 100px;
	width: 100%;
	background-color: #978703;
	bottom: -100px;
	text-align: center;
}

#wpane h2
{
	font-family: Arial, Helvetica, sans-serif;
}

#regwpane
{
	position: fixed;
	height: 100px;
	width: 100%;
	background-color: #978703;
	bottom: -100px;
	text-align: center;
}

#regwpane h2
{
	font-family: Arial, Helvetica, sans-serif;
}

#getstarted 
{
	
	height: 100%;
	width: 300px;
	
	border-radius: 5px;
	background-color: #FFF;
	padding: 20px;
	box-shadow: 0 1px 1px #ccc;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
	
}

#getstarted li
{
	list-style: none;
	text-align: left;
}

#getstarted a
{
	color: #666;
	text-decoration: none;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}

#getstarted a:hover
{
	color:#000;
}

#legend
{
	position: absolute;
	width: 200px;
	height: 280px;
	border-radius: 5px;
	background-color: #FFF;
	padding: 5px;
	box-shadow: 0 1px 1px #ccc;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
	text-align: center;
	top: 100px;
	left: 20px;
	
	
	
}

#legend td
{
	font-size: 14px;
}

#loading
{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.5);
	 z-index: 99999;
}


#gif
{
	position: fixed;
	width: 100%;
	height: 100%;
	background: url(../images/712.gif) center center no-repeat;
	text-align: center;
	top: 30%;

	width: 100px;
	min-height: 100px;
	height: 100px;
	max-height: 100px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto auto;
	position: fixed;
	z-index: 999999;
	
}

#bar
{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto auto;
	background: #333;
	width: 300px;
	height: 30px;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	text-align: center;
	font-size: 18px;
	border: #333 solid 2px;
	overflow: hidden;
	
}

#bar b
{
	color: #000;
}

#ibar
{
	width: 0px;
	height: 100%;
	background: #960;
	margin-top: -22px;
	color: #000;
}


#index_main ul li
{
	list-style: none;
	display: inline-block;
}

/*.next
{
	position: absolute;
	right: 70px;
	top: 120px;
}

.prev
{
	position: absolute;
	left: 70px;
	top: 120px;
}*/

.info
{
	width: 800px;
	position: absolute;
	top: 0px;
	left: 0px;
	background:rgba(0,0,0,.5);
}

#nav
{
	position: absolute;
	top: 100px;
	width: 100%;
	text-align: center;
	z-index: 999999;
}

#nav ul ul
{
	display: none;
}

#nav ul li:hover > ul
{
	display: block;
	position: absolute;
}

#nav ul li
{
	display: inline-block;
	margin-right: 15px;
	list-style: none;
	width: 150px;
	height: 30px;
	border-radius: 5px;
	border: 1px solid #000;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
	transition-duration:0.2s;
	-webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
	-webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
	text-align: center;
	background-color: #978703;
	padding-top: 10px;
}

#nav ul li:hover
{
	background: #837501;
    border: solid 1px #978703;
    text-decoration: none;
}

#nav ul li a
{
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	font-size: 13px;
	color: #000;
}

#nav ul ul
{
	position: absolute; 
	top: 100%;
	margin-top: -14px;
	margin-left: 10px;
	padding: 0px;
}

#nav ul ul li
{
	display: block;
	border: none;
	border-radius: 0px;
	box-shadow: none;
	background-color: #000;
	text-align: left;
	margin-left: -8px;
	padding-left: 20px;
	color: #FFF;

}

#nav ul ul li:hover > ul
{
  position: relative;
  margin-left: -152px;
  margin-top: -55px;
}

#nav ul ul li:hover
{
	color: #000;
	border: none;
	border-radius: none;
	box-shadow: none;
}


#nav ul ul a li
{
	color: #FFF;
	text-align: left;
	border: none;
}

#nav ul ul a li:hover
{
	color: #000;
	border: none;
	border-radius: none;
	box-shadow: none;
}

#nav ul ul ul li:hover > ul
{
	position: absolute;
	top: 70px;
}

#nav ul ul ul
{
	margin-left: 50px;
	margin-top: -1px;
	
}

#nav ul ul ul a li
{
	height: 100%;
	width: 200px;;
	padding: 10px;
	padding-left: 10px;
}

#nav ul ul ul a
{
	width: 200px;
}

#nav ul ul ul a:hover
{
	width: 200px;
}


#nav ul ul ul li{
	position: relative;
	width: 160px;
	margin-left: -48px;
}

#nav ul ul ul li:hover ul li{
	top: 10px !important;
	margin-top: -25px !important;
	height: auto;
	margin-left: -47px;
}

#nav ul ul ul ul li{
	margin-top: -15px;
	margin-left: -38px;
	padding-top: 10px;
	padding-bottom: 15px;
	height: auto;

}

#nav ul ul ul ul#car-stock-nav{
	top: 55px !important;
}

#nav ul ul ul ul#car-stock-nav li{
	position: initial;
	width: 250px;
	height: auto;
	margin-top: 0px !important;
	margin-left: -135px;
}



#dashboard
{
	background-color: #FFF;
	min-height: 400px;
	width: 80%;
	position: relative;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	transition-duration:0.5s;
	-webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
	margin-bottom: 40px;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
	box-shadow: 0 1px 2px rgba(0,0,0,.05);
}



#dashboard table td, #dashboard-small table td
{
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#dashboard h1, #dashboard-small h1
{
	background-color: #000;
	width: 100%;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0 !important;
	padding: 5px;
}

#dashboard p,#dashboard-small p
{
	font-family: Arial, Helvetica, sans-serif;
}

/*#dashboard input, #dashboard-small input
{
	border-radius: 5px;
	padding: 10px 10px;
	border: 1px solid #d5d9da;
	box-shadow: 0 0 5px #e8e9eb inset;
	width:250px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: 'bold';
	color:#666;
}*/


#dashboard-small{
	background-color: #FFF;
	min-height: 400px;
	width: 50%;
	position: relative;
	margin-top: 100px;
	margin-left: auto;
	margin-right: auto;
	padding: 2px;
	transition-duration:0.5s;
	-webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
	margin-bottom: 40px;
	font-family: Arial, Helvetica, sans-serif;
}

.gr
{
	 /* fallback */
  background-color: #fff;
  background-repeat: repeat-x;
  
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#666));
  
  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(top, #666, #fff);
  
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #666, #fff);
  
  /* IE 10 */
  background: -ms-linear-gradient(top, #666, #fff);
  
  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #666, #fff);
}


::-webkit-scrollbar {
                width: 10px;
                height: 10px;
}

::-webkit-scrollbar-button:start:decrement,::-webkit-scrollbar-button:end:increment
{
display: none;
}
             
::-webkit-scrollbar-track-piece 
{
   background: #f3f3f3;
   -webkit-border-radius: 6px;
}
             
::-webkit-scrollbar-thumb:vertical
{
   -webkit-border-radius: 6px;
   background: #666;
}

::-webkit-scrollbar-thumb:horizontal
{
   -webkit-border-radius: 6px;
   background: #666;
}

.indicator
{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	max-width: 100%;
	height: 100%;
	max-height: 100%;
	z-index: 999999;
	text-align:center;
	background-color: rgba(0,0,0,0.5);
}

.indicator p
{
	text-align:center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-family: Tahoma, Geneva, sans-serif;
	background-color: #978703;
	-webkit-box-shadow: 0px -1px 10px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    0px -1px 10px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         0px -1px 10px 0px rgba(50, 50, 50, 0.5);
	width: 350px;
	padding: 10px;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 0;
	top: 150px;
	height: 20px;
	color: #fff;
	position: fixed;
}

.error-msg{
	border-radius: 5px;
	background-color: #e74c3c;
	padding: 5px;
	margin-left: 20px;
	margin-right: 20px;
	box-shadow: 1px 1px 5px #000000;
	color: #ffffff;
}

.progress {
    height: 30px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);

}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #428bca;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}

.progress-bar-success {
    background-color: #5cb85c;
}


.loading-status{
	width: 30%;
	min-height: 18px;
	height: auto;
	max-height: 24px;
	background-color: #ffffff;
	padding: 10px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto auto;
	position: fixed;
	z-index: 999999;
	text-align: center;
	font-family: Arial,Helvetica,sans-serif;
	display: inline-block;
	position: absolute;
	border-radius: 5px;
}

/**/
.center{
	text-align: center;
}


.col-12{
	display: inline-block;
	width: 100%; 
}

.col-11{
	display: inline-block;
	width: 92%; 
}

.col-10{
	display: inline-block;
	width: 83%; 
}

.col-9{
	display: inline-block;
	width: 75%; 
}

.col-8{
	display: inline-block;
	width: 67%; 
}

.col-7{
	display: inline-block;
	width: 58%; 
}

.col-6{
	display: inline-block;
	width: 50%; 
}

.col-5{
	display: inline-block;
	width: 42%; 
}

.col-4{
	display: inline-block;
	width: 33%; 
}

.col-3{
	display: inline-block;
	width: 25%; 
}

.col-2{
	display: inline-block;
	width: 17%; 
}

.col-1{
	display: inline-block;
	width: 8%; 
}

.form-control{
	box-sizing: border-box;
	width: 100%;
	border-radius: 2px;
	border: 1px solid #cccccc;
	display: block;
	padding: 3px;
}

.empty-space{
	padding: 10px;
}


.table-stripe{
	width: 100%;
	border-collapse: collapse;
}

.table-stripe th, .table-stripe td{
	border: 1px solid #cccccc;
	padding: 8px;
}

.table-stripe thead th{
	background-color: #313131;
	color: #ffffff;
	text-align: center;
}

.table-stripe tbody tr:nth-child(odd) td{
	background-color: #ebebeb;
}

.table-stripe tbody tr:nth-child(even) td{
	background-color: #ffffff;
}

.table-stripe tbody  td{
	text-align: center;
}

.table-stripe tbody  td:first-child{
	text-align: left;
}


.table-stripe-primary thead th{
	background-color: rgba(41, 128, 185, 1);
	color:#ffffff;
}

.negative{
	color:red;
}

#status{
	margin-top: 20px;
	margin-bottom: 20px;
}
.error
{
	padding: 10px;
	color: red;
	background: rgba(255,0,0,0.5); 
	font-size: 14px;
	
}

.success{
	padding: 10px;
	color: green;
	background: rgba(0,127,17,0.5); 
	font-size: 14px;
}

.warning{
	padding: 10px;
	color: #000;
	background: rgba(245,212,0,0.5); 
	font-size: 14px;
}

.text-left{
	text-align: left;
}

.text-right{
	text-align: right;
}

.text-center{
	text-align: center;
}

.text-white{
	color:#ffffff !important;
}

.text-black{
	color:#000000 !important;
}

.text-gold{
	color: #978703 !important;
}

input.form-control{
	height: 40px !important;
}

.modal {
/*position: absolute;*/
display: none;
}

.modal-body{
	max-height: 1000px;
}

.padding-10{
	padding: 10px !important;
}

.padding-20{
	padding: 20px !important;
}

.no-padding{
	padding: 0px !important;
}

.table thead th,.table tfoot th{
	background: #000000;
	color: #ffffff;
	vertical-align: middle;
	text-align: center;
}

.navbar-fixed-bottom{
	position: relative !important; 
	background-color: #000;
	border-top: 7px solid #333;
	color: #ffffff;
}

.navbar-fixed-bottom li{
	list-style: none;
}

.form-signin{
	padding: 19px 29px 29px;
	margin: 0 auto 20px;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
	box-shadow: 0 1px 2px rgba(0,0,0,.05);
}

.font16{
	font-size: 16px;
}

.font24{
	font-size: 24px;
}

.font32{
	font-size: 32px;
}

.navbar.navbar-fixed-top{
	background-color: #000000;
	border-bottom: 7px solid #333;
	color: #ffffff !important;
}

.navbar.navbar-fixed-top img{
	height: 100%;
	width: auto;
}


.btn{
	padding: 10px !important;
	border: 0px solid #ffffff !important;
}
.btn-primary{
	background-color: #3498db !important;
	
}

.btn-primary:hover{
	background-color: #2980b9 !important;
}

.panel{
	border: 0px solid #ccc !important;
}
.panel-heading{
	background-color: #000000 !important;
	padding: 10px !important;
	
}

.panel-heading h4{
	color: #978703;
}

.panel-primary .panel-heading{
	background: #5bc0de !important;
	color: #ffffff;
}

.panel-success .panel-heading{
	background: #5cb85c !important;
	color: #ffffff;
}

.panel-success .panel-danger{
	background: #d9534f !important;
	color: #ffffff;
}


#login-page{
	background: url(../images/computer-desk-background-25.jpg) no-repeat center center fixed; 
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
}

#login-page .panel{
	-webkit-box-shadow: 0px 10px 19px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 10px 19px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 10px 19px 0px rgba(0,0,0,0.75);
}

/*multi-level menu*/

.dropdown-menu{
	border-radius: 0px !important
}

.dropdown li{
	padding: 5px !important;
	font-size: 16px !important;
}


.dropdown a{
	font-size: 16px !important;
}
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

#firstnav{
	top: 0px;
	padding-top: 10px;
	padding-bottom: 10px;

}
#secondnav{
	top: 75px;
	background-color: #978703 !important;

}

#secondnav .dropdown a{
	color:#000 !important;
	font-weight: bold !important;
}

#secondnav .dropdown ul{
	background-color: #000 !important;
}

#secondnav .dropdown ul a{
	color: #fff !important;
}

#secondnav .dropdown ul li:hover{
	background-color: #978703 !important;
	color: #000 !important;
}

#secondnav .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus{
	background-color: #978703 !important;
}

#secondnav ul:first-child li:hover{
	background-color: #000 !important;
	
}

#secondnav ul:first-child li:hover a{
	color: #fff !important;
}

#secondnav ul:first-child li:hover > .dropdown-menu{
	display: block !important;
}

#secondnav .navbar.center .navbar-inner {
    text-align: center;
}
#secondnav .navbar.center .navbar-inner .nav {
    float: none;
    display:inline-block;
}

#secondnav .container{
	
}

.bootbox-body{
	font-size: 16px;
}

/*reset*/
html, body, form, fieldset, input, p,th,td,b
{
 font-size: 15px !important;
}

/*ipad*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px)  { 
/* STYLES GO HERE */
	#header{
		display: none !important;
	}
}
@media only screen and (min-device-width : 375px)  and (max-device-width : 667px) { 
/* STYLES GO HERE */
	#header{
		display: none !important;
	}
}

@media only screen and (min-device-width : 320px) and (max-device-width : 568px) { 
/* STYLES GO HERE */
	#header{
		display: none !important;
	}
}

g[class$='creditgroup'] {
         display:none !important;
    }


/*new menu*/
#nav2
{
	/* margin-top: 20px; */
	width: 100%;
	text-align: center;
	z-index: 999999;
	border-bottom: 3px solid #999999;
	position: absolute;
	top: 0;
	margin-top: 0px;
  background-color: #000;
}

#nav2 li{
	font-weight: bold;
}

#nav2 ul:first-child li{
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
	width: 190px;
	position: relative;
	/*margin-left: 10px;
	margin-right: 10px;*/
}

#nav2 ul:first-child li:hover ul:first-child{
	display: block;
}


#nav2 ul li ul:first-child{
	position: absolute;
	margin-left: -22px;
	margin-top: 10px;
	display: none;
	z-index: 998;
}

#nav2 ul li ul:first-child li{
	display: block;
	background-color: #000;
	padding: 10px;
	text-align: left;
	color: #ffffff;
}

/* #nav2 ul li ul:first-child li:hover{ */
	/* background-color: #837501; */
/* } */


#nav2 ul li ul:first-child a{
	text-decoration: none;
}

#nav2 ul li ul:first-child ul{
	position: absolute;
	margin-left: -260px;
	display: none;
	z-index: 999;
}

#nav2 ul li ul:first-child li:hover ul{
	display: block !important;
}

#nav2 ul li ul:first-child li:hover ul ul{
	display: none !important;
}

#nav2 ul li ul:first-child li:hover ul li:hover ul{
	display: block !important;
}

#nav2 ul li ul:first-child li:hover ul li:hover ul ul{
	display: none !important;
}

#nav2 ul li ul:first-child li:hover ul li:hover ul li:hover ul{
	display: block !important;
}

#nav2 ul li ul:first-child li:hover ul:first-child{
	display: block;
}

/* #nav2
{
	position: absolute;
	top: 0;
	margin-top: 0px;
  background-color: #000;
} */

#nav2 ul:first-child{
	margin: 0px;
	padding: 10px;
	padding-top: 20px;
}

#nav2 ul:first-child .btn_login_2{
	color: #fff;
	padding: 11px;
	padding-left: 40px;
	/* background-color: #fff; */
	background: url(../images/nav-blue-noicon-bg.jpg) center center no-repeat;
	background-size: 100% 100%;
	border-radius: 5px;
	margin-right: 15px;
	position: relative;
}

#nav2 ul:first-child .btn_login_2:hover > ul > li{
	background-color:  #000;
	color: #fff;
	position: relative;
}

#nav2 ul:first-child .btn_login_2:hover > ul > li:hover{
	background-color:  #978703;
	color: #fff;
}

.btn_login_2.withSub
{
	position: relative;
	cursor: pointer;
}

.btn_login_2.withSub ul{
	/*margin: 0;*/
	padding: 0;
	/* top: 0px; */
	margin-top: 0px;
	/* margin-top: 31px; */
	display: none;
}

.btn_login_2.withSub span{
	display: inline-block;
}

.icon-container{
	/* background-color: #000; */
	display: inline-block;
	padding-top: 2px;
	padding-bottom: 4px;
	position: absolute;
	/* border-radius: 15px; */
	/* border: 3px solid #978703; */
	width: 34px;
	left: 8px;
	/* top: -15px; */
}

.icon-container i{
	color: #fff;
	font-size: 16px;
}


/* START - Main Menu Sub Menu 1st Level appearing from BOTTOM to TOP */
.btn_login_2.withSub > ul{
	background-color: transparent;
	display: inline-block !important;
	position: absolute;
	z-index: 998;
	left: 0;
	margin-left: 0px;
	margin-top: 31px !important;
	opacity: 0;
	padding-top: 30px !important;
	visibility: hidden !important;
	-webkit-transition: .1s all;
}
.btn_login_2.withSub:hover > ul{
	background-color: transparent;
	display: inline-block !important;
	position: absolute;
	z-index: 998;
	left: 0;
	margin-left: 0px;
	margin-top: 31px;
	opacity: 1;
	padding-top: 0px !important;
	visibility: visible !important;
	-webkit-transition: .5s all;
	-webkit-transition-delay: 0s;
}
.btn_login_2.withSub > ul > li{
	text-align: left;
	padding: 10px;
	margin-left: 0 !important;
	margin-right: 0 !important;
	cursor: pointer;
}
.btn_login_2.withSub:hover > ul > li > a{
	color: #fff;
}
.btn_login_2.withSub:hover > ul > a{
	text-align: left;
	color: #fff;
}
/* .btn_login_2.withSub:hover > ul > li:hover{ */
	/* background-color: #978703; */
	/* color: #000; */
	/*background-color: #055f35;
	color: #fff;*/
/* } */
.btn_login_2.withSub:hover > ul > li:hover > a{
	/*color: #000;*/
	color: #fff;
}
/* END - Main Menu Sub Menu 1st Level appearing from BOTTOM to TOP */


/* START - Sub Menu to LEFT */
.subMenu_Left > ul {
	background-color: transparent;
	display: inline-block !important;
	position: absolute;
	z-index: 998;
	right: 180px;
	top:0px;
	opacity: 0;
	padding-right: 40px !important;
  visibility: hidden !important;
	-webkit-transition: .1s all;   
}
.subMenu_Left:hover > ul{
	background-color: transparent;
	display: inline-block !important;;
	position: absolute;
	z-index: 998;
	right: 180px;
	top:0px;
	opacity: 1;
	padding-right: 10px !important;
	visibility: visible !important;
	-webkit-transition: .5s all;
	-webkit-transition-delay: 0s;
}
.subMenu_Left > ul > li{
	background-color: #000;
	text-align: left;
	padding: 10px;
	margin-left: 0 !important;
	margin-right: 0 !important;
	cursor: pointer;
	color: #fff;
}
.subMenu_Left:hover > ul > li:hover{
	background-color: #978703;
	color: #fff;
}
/* END - Sub Menu to LEFT */


/* START - Sub Menu to RIGHT */
.subMenu_Right > ul{
	background-color: transparent;
	display: inline-block !important;
	position: absolute;
	z-index: 998;
	left: 180px;
	top:0px;
	opacity: 0;
	padding-left: 40px !important;
  visibility: hidden !important;
	-webkit-transition: .1s all;   
}
.subMenu_Right:hover > ul{
	background-color: transparent;
	display: inline-block !important;;
	position: absolute;
	z-index: 998;
	left: 180px;
	top:0px;
	opacity: 1;
	padding-left: 10px !important;
	visibility: visible !important;
	-webkit-transition: .5s all;
	-webkit-transition-delay: 0s;
}
.subMenu_Right > ul > li{
	background-color: #000;
	text-align: left;
	padding: 10px;
	margin-left: 0 !important;
	margin-right: 0 !important;
	cursor: pointer;
	color: #fff;
}
.subMenu_Right:hover > ul > li:hover{
	background-color: #978703;
	color: #fff;
}



/* END - Sub Menu to RIGHT */


#header-logo-2{
	position: absolute;
	top: 15px;
	left: 10px;
	z-index: 999999;
	overflow: hidden;
	width: 180px;
	text-align: center;
	background-color: #000;
}

#header-logo-2 img{
	height: 45px;
	width: auto;
}

#header{
	background: none !important;
	border:none !important;
}

.favorites-container{
	top: 20px !important;
	z-index: 9999999 !important;
	position: absolute !important;
}

#fav-list{
	z-index: 9999998 !important;
}