.BBlogo {
    float: left;
    margin-top: 7px;
    margin-right: 7px;
}
.navbar-inverse {
    background-color: #84c225;
    margin-bottom: 0;
    border: 0 none;
    border-radius: 0;
}
.navbar-inverse .navbar-nav>li>a {
    color: #fff;
}
.navbar-inverse .navbar-nav>li>a:hover {
    background-color: none;
}
.navbar-inverse .navbar-brand {
    color: #fff;
}
.navbar {
    min-height: 30px;
    border-radius: 0;
}
.navbar-default {
    min-height: 30px;
    background-color: #f0f0f0;
}
.navbar-default .container-fluid {
    height:30px;
    padding-left: 0;
}
.second-navbar{
  top:50px;
}
.nav2 li a {
    padding-top: 5px;
    padding-bottom: 5px;
}
.nav2 li a:hover {
    padding-top: 5px;
    padding-bottom: 5px;
}
.navbar-right2 li a {
    padding-top: 5px;
    padding-bottom: 5px;
}
.navbar-right2 li a:hover {
    padding-top: 5px;
    padding-bottom: 5px;
}
.nav2>li:hover {
    background-color: #dbdbdb;
}
ul {
    display: inline-block;
    padding-left:10px;
}
ul li {
    display: inline-block;
    list-style: none;
    /* margin:0 10px; */
}
ul li a {
    color:#95cd8b;
}
ul li a:hover {
    color:#95cd8b;
}
footer {
    background-color: #4e4e4e;
    color:#fff;
    line-height: 15px;
    padding-top: 7px;
    position: fixed;
    width: 100%;
    bottom: 0;
}
footer ul li {
    margin:0 10px;
}
footer .container {
    margin-left: 0;
    padding-left: 0;
}
body {
    margin-bottom: 100px;
    padding-top: 100px;
}
a {
    cursor:pointer;
}
.alert {
    color: #333;
}
.alert-info {
    margin-top: 15px;
    border-radius: 30px;
    position: static;
}
.modal-body {
   text-align: justify;
}
#messages .modal-body {
   background-color: #dff0d8;
   text-align: center;
   border-radius: 6px;
}
.btn {
    box-shadow: 4px 4px 3px #cccccc;
    float: left;
    padding: 5px 26px 5px 35px;
    font-family: roboto slab;
    font-size: 19px;
    color: #777261;
    font-weight: 400px;
    cursor: pointer;
    background: #fee67c;
    background: -moz-linear-gradient(top, #fee67c 0, #f2cb76 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #fee67c), color-stop(100%, #f2cb76));
    background: -webkit-linear-gradient(top, #fee67c 0, #f2cb76 100%);
    background: -o-linear-gradient(top, #fee67c 0, #f2cb76 100%);
    background: -ms-linear-gradient(top, #fee67c 0, #f2cb76 100%);
    background: linear-gradient(to bottom, #fee67c 0, #f2cb76 100%);
    border: 1px solid #f1e08e;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    text-transform: uppercase;
    text-align: center;
}
.btn:hover {
    background: linear-gradient(to bottom, #f2ca76 0, #fee77c 99%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F2CA76', endColorstr='#FEE77C', GradientType=0);
    color: #777261;
}
.panel {
    border-color: #DDDDDD;
}
.panel-primary>.panel-heading, .modal-header {
    color: #fff;
    background-color: #a0c777;
    border-color: #a0c777;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

div.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
div.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
}

/* Change background color of buttons on hover */
div.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
div.tab button.active {
    background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}
