@charset "utf-8";
/* CSS Document */

html {
  font-size: 16px !important;
}

html.busy, html.busy * {  
  cursor: wait !important;  
}

body {
    /*background: #e1ecde url("../images/pagebgtop.jpg") repeat 50% 0;*/
    color: body {
	color:rgb(21, 65, 110);/* #777; /*#1b1f21;*/
    word-wrap: break-word;
}
.heads {
	color:#061AF9;
	font-weight: bold;
        float: left;
}

#menu1 .tab-content {
  color : white;
  background-color: #428bca;
  padding : 5px 15px;
}

#exTab1 .nav-tabs {
  background-color: white;
  border-bottom: 1px solid black;
}

#menu1 .nav-pills > li > a {
  border-radius: 0;
 /* border-radius: 4px 4px 0 0;
  border: 2px solid transparent;
  border-color:black;*/
}
.header-top {
    width: 100%;
    background-color: #222831;
    position: relative;
}
#menu1 .nav-tabs>.active>a, .nav-tabs>.active>a:hover, .nav-tabs>.active>a:focus {
    border-color: black;
    border-bottom-color: transparent;
}

.tab-content {
    padding: 30px;
    height: 100%; 
    /*border-left: 1px solid #d45500 ; 
    border-right: 1px solid #d45500;
    background-color: azure;*/
}

tbody.collapse.in {
  display: table-row-group;
}

