@charset "utf-8";
/* CSS Document */
label{font-weight:normal; font-size:14px; margin-top:0px;}
input[type=text]{ margin-left:0px; margin-right:0px;}
.well{border: dashed green thin;}
jumbotron{margin-bottom:10px; padding-top:0;}
nav.navbar,.panel-footer,.scroll-top-wrapper {
  background: #066;
}
.panel-heading {
  background: #666;
  border-bottom:
}

.breadcrumb{margin:0px;padding:0px;}
.bg-tertiary{background-color: #B4E2B7;}
.bg-secondary{background-color: #3e2723;}
.bg-dark{background-color:#999999;}
.btn-secondary{background-color: #3e2723;}
.btn-dark{background-color: #FFF;}
.btn-tertiary{background-color: #B4E2B7;}
.text-secondary{color: #3e2723;}
.text-dark{color:#999999;}


#table-wrapper {
  position:relative;
}
#table-scroll {
  height:150px;
  overflow:auto;  
  margin-top:0px;
  z-index:14;
}
#table-wrapper table {
  width:100%;

}
#table-wrapper table * {
  
  color:black;
}
#table-wrapper table thead th .text {
  position:absolute;   
  top:-20px;
  z-index:2;
  height:auto;
  width:35%;
  border:1px solid red;
}
/*//ANOTHER AUTO TABLE SCROLLING*/
.fixed_header{
    width: auto;
    table-layout: fixed;
    border-collapse: collapse;
}

.fixed_header tbody{
  display:block;
  width: 100%;
  overflow: auto;
  height: 150px;
}

.fixed_header thead tr {
   display: block;
}


.fixed_header th, .fixed_header td {
  padding: 1px;
 
  width: auto;
}
.emp_sales{list-style-type: square;
text-align: center;
  margin: 0;
  padding: 0}
.emp_sales li{display: inline-block;
  font-size: 15px;
  padding-left: 20px;}.panel-body{
	color:inherit;
	font-weight:inherit;
	font-family:"Calibri", cursive;
	font-size:16px;
}/* FANCY COLLAPSE PANEL STYLES */

.fancy-collapse-panel .panel-heading a:after {
font-family: "FontAwesome";
content: "\f147";
position: absolute;
right: 20px;
font-size: 20px;
font-weight: 400;
top: 50%;
line-height: 1;
margin-top: -10px;
}

.fancy-collapse-panel .panel-heading a.collapsed:after {
content: "\f196";
}
.more-less {
	
        float: right;
        color: #212121;
    }
body {
	font: 15px Arial, Helvetica, sans-serif;
	margin:  auto;
}

a {
	text-decoration: none;
}

a:hover {
	color: #F30;
}

#pagewrap {
	margin: 0 auto;
	width: 600px;
}
@-webkit-keyframes blinker {from { opacity: 1.0; } to { opacity: 0.5; }}
.blinker { 
-webkit-animation-name: blinker;
-webkit-animation-iteration-count:infinite; -webkit-animation-timing-function: cubic-bezier(.5, 0, 1, 1); -webkit-animation-duration: 1.3s;
}
/*top bottom*/
.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display:none;
}
.scroll-top-wrapper {
position: fixed;
opacity: 0;
visibility: hidden;
overflow: hidden;
text-align: center;
z-index: 99999999;
color: #fff;
width: 50px;
height: 48px;
line-height: 48px;
right: 30px;
bottom: 30px;
padding-top: 2px;
border-radius: 4px;

-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.scroll-top-wrapper:hover {
background-color: #888888;
}
.scroll-top-wrapper.show {
    visibility:visible;
    cursor:pointer;
opacity: 1.0;
}
.scroll-top-wrapper i.fa {
line-height: inherit;
}