body {
    background: #D8F3E5;
}
html {
    background: #D8F3E5;
}
.side-menu {
    background: #77D4A3;
}
#sidebar-menu > ul > li > a {
    background-color: #77D4A3;
}
#sidebar-menu > ul > li > a > span {
    color: black;
    font-weight: bold;
}
.topbar .topbar-left {
    background: #77D4A3;
}
.navbar-default {
    background-color: #77D4A3;
}
.navbar-center li {
    border: 1px solid #78AD91;
    text-align: center;
    margin: 8px 0 0 150px;
    border-radius: 8px;
}
.navbar-default .navbar-nav>li>a {
    color: black;
}
.color1{
	background:white;
	color:black;
	font-weight:bold;
}
.color2{
	background:blue;
	color:white;
	font-weight:bold;
}
.color3{
	background:red;
	color:white;
	font-weight:bold;
}
.text-warnings {
    color: #F9C851;
    font-size: 25px;
}
.header_area{
	background: linear-gradient(top,  #77D4A3,  #7A7A7A);
	background: -ms-linear-gradient(top,  #77D4A3,  #7A7A7A);
	background: -webkit-gradient(linear, left top, left bottom, from(#77D4A3), to(#7A7A7A));
	background: -moz-linear-gradient(top,  #77D4A3,  #7A7A7A);
}
.content-page .content {
    background: #D8F3E5;
}
.logout{
	float: right;
    margin-top: 9%;
    color: #505458;
    font-weight: bold;
    margin-right: 10%;
    border: 1px solid black;
    padding: 5px 10px;
    border-radius: 5px;
}
.page-title {
    margin-left: 4%;
}
.marquee{
	color:black;
	font-weight:bold;
}
.top_header{
	    background: #FFF58B;
    width: 100%;
    height: 45px;
	    margin-top: 5%;
}
.single_header h4{
    font-weight: bold;
}
.panel-warning > .panel-heading {
    background-color: #FFF58B;
}
.panel-color .panel-title {
    color: black;
    font-weight: bold;
}
.footer {
color:black;
font-weight:bold;
    background: linear-gradient(top, #77D4A3, #7A7A7A);
    background: -ms-linear-gradient(top, #77D4A3, #7A7A7A);
    background: -webkit-gradient(linear, left top, left bottom, from(#77D4A3), to(#7A7A7A));
    background: -moz-linear-gradient(top, #77D4A3, #7A7A7A);
}








h3{
    margin:5px;
    padding: 5px;
}

.btn-custom{
 border: none;   
}

#toolbar-admin{
    display: none;
}
.single_contant {

	margin-top:5%;
}
.single_contant p{
	width: 100%;
    background: #FFF58B;
    height: 40px;
    margin-top: 5%;
    text-align: center;
    padding-top: 2%;
    font-size: 16px;
    font-weight: bold;
}
.select_option{
	margin-bottom:5%;
}
.btn_option{
	    width: 100%;
    height: 35px;
    margin-bottom: 10%;
    border: 1px solid;
    font-weight: bold;
}
.single_contants{
	width: 100%;
    background: #FFF58B;
    height: 40px;
    margin-top: 5%;
    text-align: center;
    padding-top: 1%;
    font-size: 16px;
    font-weight: bold;
}