.nav-extra {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}
.nav-extra>li {
	position: relative;
	display: block
}
.nav-extra>li>a {
	position: relative;
	display: block;
	padding: 10px 15px
}
.nav>li>a:focus, .nav>li>a:hover {
	text-decoration: none;
	background-color: #eee
}
.nav-extra>li.disabled>a {
	color: #777
}
.nav-extra>li.disabled>a:focus, .nav>li.disabled>a:hover {
	color: #777;
	text-decoration: none;
	cursor: not-allowed;
	background-color: transparent
}
.nav-extra .open>a, .nav-extra .open>a:focus, .nav-extra .open>a:hover {
	background-color: #eee;
	border-color: #337ab7
}
.nav-extra .nav-divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5
}
.nav-extra>li>a>img {
	max-width: none
}
.nav-tabs.nav-stacked {
	border: none;
}
.nav-tabs.nav-stacked > li {
	margin-bottom: 5.75px;
	margin-left: 0;
	margin-top: 2px;
}
.nav-tabs.nav-stacked > li > a {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background-color: #eaeae6;
	border-color: -moz-use-text-color -moz-use-text-color -moz-use-text-color #333431;
	border-image: none;
	border-radius: 0;
	border-style: none none none solid;
	border-width: 0 0 0 5px;
	margin: 0;
	color: #333;
	padding: 14px 18px;
	transition: background 0.3s ease-out 0s;
	-webkit-transition: background 0.3s ease-out 0s;
	-moz-transition: background 0.3s ease-out 0s;
	-ms-transition: background 0.3s ease-out 0s;
}
.nav-tabs.nav-stacked > li.active > a, .nav-tabs.nav-stacked > li.active > a:hover, .nav-tabs.nav-stacked > li.active > a:focus {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background-color: #0094c0;
	border:none;
	color: #fff;
	cursor: default;
	margin-top: 0;
	outline: medium none;
	border-width: 0 0 0 5px;
	transition: all 0.2s ease 0s;
}
.nav-tabs.nav-stacked > li a:hover {
	color: #0094c0;
}

.nav-tabs {
	border: none;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    background-color:#0094c0;
    color: #fff;
	border-radius:0;
}
.nav-extra > li > a:focus, .nav > li > a:hover{
    background-color: #f3f3f3;
}

.tabs-left > .nav-tabs {
    float: left;
    margin-right: 0;
}
.tabs-left > .nav-tabs > li, .tabs-right > .nav-tabs > li {
    float: none;
}
.tabs-left > .nav-tabs .active > a, .tabs-left > .nav-tabs .active > a:hover, .tabs-left > .nav-tabs .active > a:focus {
    border-color: #dddddd rgba(0, 0, 0, 0) #dddddd #dddddd;
    margin-left: 0;
    margin-right: -2px;
    padding: 8px 16px;
}
.nav-tabs > li > a{
	border-radius:0;
}
button {
  background-color: Transparent;
    background-repeat:no-repeat;
    border: none;
    cursor:pointer;
    overflow: hidden;
    outline:none;
}

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.modal2 {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
