/*
A custom Bootstrap 3.3.x template
from http://bootply.com

This CSS code should follow the 'bootstrap.css'
in your HTML file.

license: MIT
author: bootply.com
*/

html,body {
	height:100%;
    background:center no-repeat fixed url('../assets/example/bg_suburb.jpg');
    background-size: cover;
}

.icon-bar {
	background-color:#fff;
}

.logosize {
    height: 45px;
    width: 48px;
    margin-top: -4px;
}

.navbar-trans {
	/*background-color:rgba(221, 115, 39, 0.81);*/
    background-color:#de631c;
   /*background-color: rgba(255, 108, 52, 0.99);*/
    color:#fff;
}

.navbar-trans li>a:hover,.navbar-trans li>a:focus,.navbar-trans li.active {
	background-color:#09610c;
}

.navbar-trans a{
    color:#fefefe;
}

.navbar-trans .form-control:focus {
	border-color: #eee;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(100,100,100,0.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(100,100,100,0.6);
}

section {
	padding-top:55px;  
    padding-bottom:10px; 
    min-height:100vh;
}

.v-center {
   padding-top: 1%;
    font-size: 40px;
    /*text-shadow: #b9b8b7 -7px 3px 8px, #e0e0df 0 45px 30px;*/
    color: #dc5101;
}
  
.well {
	border-color:transparent;
}

a.list-group-item.active,[class*='-info'] {
	background-color: #168ccc;
    color:#fff;
}
  
#section1 {
	/*background-color: #FF9934;*/
    /*background-color: rgba(255, 153, 52, 0.72);
    color:#dedeff;*/
        background-color: rgba(251, 251, 251, 0.79);
}
  
#section2 {
	background-color: #e5e5ef;
    color:#686868;
}
  
#section3 {
	background-color: #168ccc;
    color:#ddd;
}

#section4 {
	background-color: #fff;
    color:#444;
}

#section5,#section7,#section7 a {
    color:#f5f5f5;
}

#section6 {
	background-color: #168ccc;
    color:#ddd;
}

footer {
	/*background-color:rgb(44, 68, 62);
    color:#ddd;
    min-height:100px;
    padding-top:20px;
    padding-bottom:40px;*/
     background-color: rgb(44, 68, 62);
    color: #ddd;
    min-height: 73px;
    padding-top: 20px;
    padding-bottom: 20px;
}


   

footer .nav>li>a {
    padding:3px;
    color:#ccc;
}
footer .footermenu {
    margin: 5px 5px 0;
    float: none;
    font-size: 1.2em;
}

footer .nav>li>a:hover {
    background-color:transparent;
	color:#fff;
}
.PanelMain
{
    border-radius: 25px;
    background: #73AD21;
    padding: 20px;
   
}

.box-body {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 10px 10px 5px 10px;
}
.box.box-solid.box-success {
    border: 1px solid rgb(48, 76, 30);
    border-top-left-radius: 1em;
    border-top-right-radius: 1em;
    margin-bottom: 5px;
    margin-right: 10px;
}

.box.box-solid.box-success > .box-header {
    color: #000;
    /* background: #00a65a; */
    background-color: rgba(85, 168, 7, 0.4);
    
}

.box-header.with-border {
    border-bottom: 1px solid rgb(48, 76, 30);
    border-top-left-radius: 1em;
    border-top-Right-radius: 1em;
}

.box-header {
    color: #444;
    display: block;
    padding: 10px;
    position: relative;
}
    .box-header .box-title {
        display: inline-block;
        font-size: 12px;
        margin: 0;
        line-height: 1;
    }