body {
    margin-left: auto;
    margin-right: auto;
    min-width: 600px; /*for fluid layout */
/*    max-width: 1200px;*/
/*    width: 980px;*/   /*Fixed vs fluid layout */
    background-image:url(../img/background.png);
}

#wrapper {
    margin-left: 30px;
    margin-right: 30px;
    margin-top:40px;
    margin-bottom: 60px;
}

#footer {
   
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    font-size: .8em;
    padding-left: 30px;
    clear:both;

}

h1 {
    font-size:2.2em;
    border-bottom: 1px solid #ccc;
    margin-top: 0px;
    margin-bottom:10px;
}


h2 {
    font-size:1.8em;
    margin-top:30px;
    color: #333;
/*    color: #0099CC;*/
    border-bottom: 1px solid #ccc;
}

h3 {
    font-size:1.4em;
    color: #333;
    margin-top:0px;
    margin-bottom: 0px;
}

pre {
	text-align: left;
	line-height: 1em;
}

/* = PAGING ----------------------------*/
div.paging span.page{
    padding: 3px 7px 3px 7px;
    background-color: #fff;
    margin-right: 2px;
    border: 1px solid #999;
    border-radius: 3px;
    font-size: 1.2em;
}

div.paging span.page a:link, div.paging span.page a:visited {
    color: #333;
}

div.paging, div.paging-details {
    width: 100%;
    text-align: center;
}

div.paging-details {
    margin-top: 10px;
}

div.paging span.current {
    background-color: #333;
    border: 1px solid #000;
    color: #fff;
}

div.paging span.next, div.paging span.prev {
    padding: 5px 7px 4px 7px;
    background-color: #fff;
    margin-right: 2px;
    border: 1px solid #999;
    border-radius: 3px;
}

div.paging span.next a:link, div.paging span.prev a:link, div.paging span.next a:visited, div.paging span.prev a:visited {
    color: #333;
    font-weight: bold;
}

div.paging span.disabled {
    background-color: transparent;
    border: 0px;
}

/* = END PAGING ----------------------------*/

div.ui-tooltip {
    padding: 10px 20px;
    border-radius: 5px;
    font: 14px "Helvetica Neue", Sans-Serif;
    box-shadow: 0 0 7px black;
    color: #333;
    max-width: 40%;
  }

.tooltip-link:hover {
    text-decoration:none;
}

.tooltip-link i {
    font-size: 1.3em;
    color: #005f75;
}

div.error-message {
    padding:8px 35px 8px 14px;
    margin-bottom:20px;text-shadow:0 1px 0 rgba(255,255,255,0.5);
    background-color:#fcf8e3;border:1px solid #fbeed5;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px
color:#c09853;
}


.trial-ends {
    text-align: left;
    font-size: 1.1em;
    margin-bottom: 0px;
    margin-top: 5px;
    clear:both;
}

.trial-ends a:link, .trial-ends a:visited {
    color: #895901;
    border-bottom: 1px dotted #DE9A00;
}

.trial-ends a:hover {
   border-bottom: 1px solid #764E01;
   text-decoration: none;
   color: #764E01;
}


.clear {
clear:both;
}


/* = STEPS CONTAINER
----------------------------*/
.wizard-steps {
    margin:20px 10px 0px 10px;
    padding:00px;
    position: relative;
    clear:both;
    font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
}
.wizard-steps div {
    position:relative;
}
/* = STEP NUMBERS
----------------------------*/
.wizard-steps span {
    display: block;
    float: left;
    font-size: 10px;
    text-align:center;
    width:15px;
    margin: 2px 5px 0px 0px;
    line-height:15px;
    color: #ccc;
    background: #FFF;
    border: 2px solid #CCC;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
}
/* = DEFAULT STEPS
----------------------------*/
.wizard-steps a {
    position:relative;
    display:block;
    width:auto;
    height:44px;
    margin-right: 28px;
    padding:0px 10px 0px 3px;
    float: left;
    font-size:14px;
    line-height:44px;
    color:#666;
    background: #FFF;
    text-decoration:none;
/*    text-shadow:1px 1px 1px rgba(255,255,255, 0.8);*/
}
.wizard-steps a:before {
    width:0px;
    height:0px;
    border-top: 22px solid #FFF;
    border-bottom: 22px solid #FFF;
    border-left:22px solid transparent;
    position: absolute;
    content: "";
    top: 0px;
    left: -22px;
}
.wizard-steps a:after {
    width: 0;
    height: 0;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
    border-left:22px solid #FFF;
    position: absolute;
    content: "";
    top: 0px;
    right: -22px;
}

/* = COMPLETED STEPS
----------------------------*/

.wizard-steps .completed-step a {
    color:#163038;
    background: #A3C1C9;
}
.wizard-steps .completed-step a:before {
    border-top: 22px solid #A3C1C9;
    border-bottom: 22px solid #A3C1C9;
}
.wizard-steps .completed-step a:after {
    border-left: 22px solid #A3C1C9;
}
.wizard-steps .completed-step span {
    border: 2px solid #163038;
    color: #163038;
    text-shadow:none;
}
.wizard-steps .last-step a:after {
    border-left: 0px;
}
/* = ACTIVE STEPS
----------------------------*/
.wizard-steps .active-step a {
    color:#A3C1C9;
    background: #163038;
/*    text-shadow:1px 1px 1px rgba(0,0,0, 0.8);*/
}
.wizard-steps .active-step a:before {
    border-top: 22px solid #163038;
    border-bottom: 22px solid #163038;
}
.wizard-steps .active-step a:after {
    border-left: 22px solid #163038;
}
.wizard-steps .active-step span {
    color: #163038;
    box-shadow:0px 0px 2px rgba(0,0,0, 0.8);
    text-shadow:none;
    border: 2px solid #A3C1C9;
}

.wizard-steps span {
    margin-top: 11px;
}


.steps {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;

    overflow: hidden;
    padding: 5px 10px 5px 5px;
}

.steps p {
    clear: both;
    padding-top: 10px;
    padding-bottom: 0;
    margin: 0;
    text-align: justify;
}

.step1 {

 margin:0px;
 padding: 0;
 position: relative;
 }

.step1 a {
 float: left;
 height: 24px;
 line-height: 24px;
 position: relative;
 margin: 0;
 padding: 5px 10px 5px 14px;
 color: #000;
 font-size: 16px;
 text-decoration: none;
  background: #ccc;
 }
.step1 a:after {
 content:"";
 position:absolute;
 top:0;
 right:-12px;
 width:0;
 height:0;
   border-color:transparent transparent transparent #ccc;
 border-style:solid;
 border-width:17px 0 17px 12px;
 }
/*.step1  a:hover, .step2 a:hover, .step3 a:hover{background:#555;}
.step1  a:hover:after, .step2  a:hover:after  {border-color:transparent transparent transparent #555;}*/

.step2 a {

    float: left;
  height: 24px;
  line-height: 24px;
  position: relative;
  margin-left: 15px;
  padding: 5px 10px 5px 24px;
  background: #ccc;
  color: #000;
  font-size: 16px;
  text-decoration: none;
}

.step2 a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 17px 0 17px 12px;
}

.step2 a:after {
  content: "";
  position: absolute;
  top: 0;
  right: -12px;
  width: 0;
  height: 0;
  border-color: transparent transparent transparent #ccc;
  border-style: solid;
  border-width: 17px 0 17px 12px;
}



.step3 a {

    float: left;
  height: 24px;
  line-height: 24px;
  position: relative;
  margin-left: 15px;
  padding: 5px 16px 5px 24px;
  background: #555;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.step4 a {

    float: left;
  height: 24px;
  line-height: 24px;
  position: relative;
  margin-left: 15px;
  padding: 5px 300px 5px 24px;
  background: #CCC;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.step3 a:before, .step4 a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 17px 0 17px 12px;
}

.selected-step a:after {
   border-color:transparent transparent transparent #479400;
}

.selected-step a {
 background: #479400;
 color: #fff;
}






/*Information Bar*/
.information-bar {
    margin-top:10px;
    margin-bottom:10px;
    width:100%;
    padding-top:13px;
    padding-bottom:5px;
    min-height:30px;
    border:1px solid #CCC;
    background-color:#fff;
    border-radius:4px;
    background-image:url(http://localhost/AffiliateSoftware/img/compass-icon.png);
    background-repeat:no-repeat;
    background-position:5px 40%;
    vertical-align:middle;
}

.information-bar p {
    display:block;
    padding-left:50px;
}

.information-bar img {
   vertical-align:middle;
   padding-left:10px;
}


/*--------------------------------------------------------------------------------------------
Customize Bootstrap
*/

.span2 {
    margin-left: 0px;
    width: 15%;
}

.span10 {
    margin-left: 50px;
}

.main-content {
    float:left;
    margin-left: 5%;
    width: 80%;
    margin-bottom: 40px;

}

table {
    background-color:#fff;
}

.control-group label {
    min-width:150px;
    margin-right: 20px;
    text-align:left;
    font-weight: bold;
}

.nav-pills > .active > a,
.nav-pills > .active > a:hover {
  color: #005580;
  background-color: #ccc;
}

.nav > li > a:hover {
    background-color: #ccc;
}




.btn-green {
 background-color: hsl(91, 100%, 22%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5dc100", endColorstr="#367000");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#5dc100), to(#367000));
  background-image: -moz-linear-gradient(top, #5dc100, #367000);
  background-image: -ms-linear-gradient(top, #5dc100, #367000);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5dc100), color-stop(100%, #367000));
  background-image: -webkit-linear-gradient(top, #5dc100, #367000);
  background-image: -o-linear-gradient(top, #5dc100, #367000);
  background-image: linear-gradient(#5dc100, #367000);
  border-color: #367000 #367000 hsl(91, 100%, 18%);
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.26);
  -webkit-font-smoothing: antialiased;
}

.btn-blue {
 background-color: hsl(191, 100%, 23%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00a2c6", endColorstr="#005f75");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#00a2c6), to(#005f75));
  background-image: -moz-linear-gradient(top, #00a2c6, #005f75);
  background-image: -ms-linear-gradient(top, #00a2c6, #005f75);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00a2c6), color-stop(100%, #005f75));
  background-image: -webkit-linear-gradient(top, #00a2c6, #005f75);
  background-image: -o-linear-gradient(top, #00a2c6, #005f75);
  background-image: linear-gradient(#00a2c6, #005f75);
  border-color: #005f75 #005f75 hsl(191, 100%, 19%);
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.26);
  -webkit-font-smoothing: antialiased;

}


.form-inline button {
    margin-left: 170px;
}

li.nav-header {
  display: block;
  padding: 0px 0px 0px 5px;
margin:0px;
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
  color: #555;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
      z-index: 10;
}




.line {
background: #fff;
    padding: 0 20px;
    position: relative;
    z-index: 5;
}

/*--------------------------------------------------------------------------------------------
End Customize Bootstrap  */



/*--------------------------------------------------------------------------------------------
Navigation */

#logo {
    background-repeat:no-repeat;
    position:relative;
    margin-top:5px;
    margin-left:10px; /* Add for fluid layout */
}




#shopify-area {
    clear:both;
    position: absolute;
    float:right;
    right: 30px;
    top: 60px;
/*    top: 20px;*/
    font-family: 'Scada', sans-serif;
}



#navigation ul {
    /*moves navigation bar down*/
    background-image:url(../img/navigation-tab.png);
    background-repeat:repeat;
    height:60px;
    padding-left:10px;
    margin-left:0px;
    margin-top:10px;
}


#navigation li {
    display:inline;
    text-align: center;
    line-height: 60px;  /*vertically aligns text to middle. Must equal height in ul and li a*/
}

#navigation li a, #navigation li a:visited {
    width:130px;
    height:60px;
    float:left;
    border-right:1px dotted #555;
    color:#fff;
    font-size:17px;
    font-family: 'Carrois Gothic', sans-serif;
    text-decoration: none;
    text-shadow: 0px 1px 3px #000;
}

#navigation li a:hover {
    background-image:url(../img/navigation-hover.png);
    width:130px;
    height:60px;
    color: #0099CC;
}

#navigation li.selected a, #navigation li.selected a:visited {
    background-image:url(../img/navigation-selected.png);
    width:130px;
    height:60px;
    color: #CCC;
}


/*--------------------------------------------------------------------------------------------
End Navigation */



/* NAVBAR */


.navbar-inverse {
	margin-bottom: 0px;
}
.navbar-inverse .navbar-inner {
	border-radius: 0px;
	border-bottom: 1px solid #191e23;

	background: #2c3742; /* Old browsers */
	background: -moz-linear-gradient(top,  #2c3742 0%, #28303a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2c3742), color-stop(100%,#28303a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #2c3742 0%,#28303a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #2c3742 0%,#28303a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #2c3742 0%,#28303a 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #2c3742 0%,#28303a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c3742', endColorstr='#28303a',GradientType=0 ); /* IE6-9 */
}
.navbar-inverse .btn-navbar {
	float: left;
	margin-top: 10px;
}
.navbar-inverse .brand {
	color: #ffffff;
	text-transform: uppercase;
	font-weight: lighter;
	padding: 12px 20px 12px;
}
.navbar-inverse .brand strong {
	font-weight: normal;
}
.navbar-inverse .nav > li > a {
	padding: 13px 15px 8px;
        width: 110px;
        text-align: center;
	border-right:1px dotted #555;
	color: rgb(214, 214, 214);
	outline: 0px;
	height: 25px;
	transition: background .1s linear;
	-moz-transition: background .1s linear; /* Firefox 4 */
	-webkit-transition: background .1s linear; /* Safari and Chrome */
	-o-transition: background .1s linear;  /* Opera */
}
.navbar-inverse .nav > li > a:hover {
	background: rgba(25, 31, 36,0.6);
}
/* TODO: deprecated mobile-menu, ya no se usa, remover despues de migrar todos los htmls al nuevo diseno */
.navbar-inverse .mobile-menu .nav > li > a {
	color: #fff;
	border-left: 0px;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
/*	background: rgb(60, 91, 121) !important;*/
}



/*--------------------------------------------------------------------------------------------
End Navigation */


/*--------------------------------------------------------------------------------------------
Dashboard page */

h2.dashboard {
    border: 0px;
    color: #333;
    font-size: 1.8em;
    margin-top: 15px;
    margin-bottom: 5px;
/*    text-align: center;*/
}

div.dashboard-tile  {
    float:left;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 17%;
    min-width: 160px;
    margin-right: 1%;
    text-align: center;
    padding: 10px;
    padding-top: 15px;
    height: 135px;
    margin-bottom: 10px;
}

div.dashboard-tile a:link, div.dashboard-tile a:visited {

}


div.dashboard-tile .icon-large { /* icons */
    font-size: 36px;
    color: #333;

}

a:link.tile-link, a:visited.tile-link  {
  color:#333;
}

a:hover.tile-link  {
  text-decoration:none;
}

div.dashboard-tile a:hover {  /* don't darken blue on link hover' */
    color: #0096DA;
}

div.dashboard-tile:hover {
    background-image:url(../img/navigation-tab.png);
    color: #fff;
}


div.dashboard-tile:hover > i:before {
    color: #eee;
}

div.dashboard-tile:hover {
    color: #fff;
    cursor:pointer;
}


#websites table {
    border-left: 1px solid #ccc;

}

/*--------------------------------------------------------------------------------------------
End Dashboard page */


/*--------------------------------------------------------------------------------------------
Tutorials Page */

#instructions-panel-1 {
    float: left;
    margin-right: 8%;
}

#instructions-panel-2 {
    float: left;
}

#instructions-panel-1, #instructions-panel-2 {
    width: 45%;
    margin-bottom: 40px;
}

#instructions-panel-1 h2, #instructions-panel-2 h2 {
border-bottom: 0;
}

#instructions-panel-1 h2, #instructions-panel-2 h2 {
    margin-bottom: 0;
}
#instructions-panel-1 ul, #instructions-panel-2 ul {
    margin-top: 0;
}




/*--------------------------------------------------------------------------------------------
End Tutorials Page */


/*--------------------------------------------------------------------------------------------
Same line form element */

form.inline .inline {
 float:left;
 min-width: 120px;
 margin-right:10px;
}

 select.basis {
  width: 140px;
}


/*--------------------------------------------------------------------------------------------
Payment */

.card-expiry-month {width:30px;}
.card-expiry-year {width:60px;}
.card-cvc {width:60px;}
.cvc-help {font-size: 10px;}

.card-on-file {
}

#billing-plan {
    width: 100%;

    border: 1px solid #ccc;
    padding: 5px;
}

#card-on-file {
    width: 100%;

    border: 1px solid #ccc;
    padding: 5px;
}



/*--------------------------------------------------------------------------------------------
End Payment */


/*--------------------------------------------------------------------------------------------
Design  */
.label_check input,
.label_radio input  { margin-right: 5px;  }

.has-js .label_check,
.has-js .label_radio    { margin-left: 90px; }
.has-js .label_radio    { background: url(../img/radio-off2.png) no-repeat; }
.has-js label.r_on      { background: url(../img/radio-on2.png) no-repeat; }
.has-js .label_check input,
.has-js .label_radio input  { position: absolute; left: -9999px; }

.design-wrapper {
display: inline-block;
}
.design {
    border: 1px solid #ccc;
    background-color: #fff;
    text-align: center;
    padding:10px;
    margin-top: 5px;
    margin-right: 10px;
    width: 201px;
    display: inline-block;
}

.design .checkbox {
    margin-left: 90px;
}

/*--------------------------------------------------------------------------------------------
End Design  */

/*--------------------------------------------------------------------------------------------
Custom Bootstrap  */


.widget {

}

.widget-header {

    position: relative;
	height: 40px;
	line-height: 40px;
	background: #E9E9E9;
	background:-moz-linear-gradient(top, #FAFAFA 0%, #E9E9E9 100%); /* FF3.6+ */
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#FAFAFA), color-stop(100%,#E9E9E9)); /* Chrome,Safari4+ */
	background:-webkit-linear-gradient(top, #FAFAFA 0%,#E9E9E9 100%); /* Chrome10+,Safari5.1+ */
	background:-o-linear-gradient(top, #FAFAFA 0%,#E9E9E9 100%); /* Opera11.10+ */
	background:-ms-linear-gradient(top, #FAFAFA 0%,#E9E9E9 100%); /* IE10+ */
	background:linear-gradient(top, #FAFAFA 0%,#E9E9E9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#E9E9E9');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#E9E9E9')";


	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;

	-webkit-background-clip: padding-box;
}

	.widget-header h3 {

		position: relative;
		top: 2px;
		left: 5px;

		display: inline-block;
		margin-right: 3em;

		font-size: 16px;
		font-weight: normal;
		color: #555;
		line-height: 18px;

		text-shadow: 1px 1px 2px rgba(255,255,255,.5);
	}

		.widget-header [class^="icon-"], .widget-header [class*=" icon-"]
		{

			display: inline-block;
			margin-left: 15px;
/*			margin-right: -2px;*/

			font-size: 16px;
			color: #333;
			vertical-align: middle;



		}


.widget-content {
	padding: 15px 15px 15px;

	background: #FFF;


	border: 1px solid #D5D5D5;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.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-nopad .widget-content {
	padding: 0;
}


/*------------------------------------------------------------------
[3. Sidebar Nav / #main-nav]
*/

#main-nav {

}

.messages {
    font-family: 'Scada', sans-serif;
    font-size: 15px;
    letter-spacing: 0px;
}

.websites {
    font-family: 'Scada', sans-serif;
    font-size: 17px;
    letter-spacing: 1px;
}

#main-nav.nav-tabs.nav-stacked > li {
	margin-bottom: 7px;
}

#main-nav.nav-tabs.nav-stacked > li > a {
	padding: 7px 8px;
	color: #333;
	background: #E9E9E9;
	border: 1px solid #ccc;
	border-radius: 2px;


        background:-moz-linear-gradient(top, #FAFAFA 0%, #E9E9E9 100%); /* FF3.6+ */
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#FAFAFA), color-stop(100%,#E9E9E9)); /* Chrome,Safari4+ */
	background:-webkit-linear-gradient(top, #FAFAFA 0%,#E9E9E9 100%); /* Chrome10+,Safari5.1+ */
	background:-o-linear-gradient(top, #FAFAFA 0%,#E9E9E9 100%); /* Opera11.10+ */
	background:-ms-linear-gradient(top, #FAFAFA 0%,#E9E9E9 100%); /* IE10+ */
	background:linear-gradient(top, #FAFAFA 0%,#E9E9E9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#E9E9E9');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#E9E9E9')";

}

#main-nav.nav-tabs.nav-stacked > li.active > a {
    color: #fff;
}

#main-nav.nav-tabs.nav-stacked > li > a:hover {
    color: #fff;
}

#main-nav.nav-tabs.nav-stacked > li.active > a,
#main-nav.nav-tabs.nav-stacked > li > a:hover {


	background: #333;


        background-repeat:repeat;

	border-color: #000;
}
#main-nav.nav-tabs.nav-stacked > li > a:hover {

}

.nav-tabs > .active > a,
.nav-tabs > .active > a:hover {
  cursor: pointer;
}

#main-nav.nav-tabs.nav-stacked > li:first-child > a,
#main-nav.nav-tabs.nav-stacked > li:last-child > a {
	border-radius: 2px;
}

#main-nav.nav-tabs.nav-stacked li [class^="icon-"],
#main-nav.nav-tabs.nav-stacked li [class*=" icon-"] {
	position: relative;
	top: 0px;
	margin-right: .35em;
	font-size: 15px;
}


#main-nav.nav-tabs.nav-stacked li .label {
	position: relative;
	top: 2px;
}
