#right-content{
    margin-left: 56px;
    word-wrap: break-word;
    padding-top: 39px;
}

.content {
    padding: 16px 15px;
}


.breadcrumb {
    margin: -28px -15px 0px;
    list-style: none;
    border-bottom: 1px solid #e5e5e5;
    background-color: #FFFFFF;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: inset -3px 0px 8px -4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset -3px 0px 8px -4px rgba(0, 0, 0, 0.1);
    box-shadow: inset -3px 0px 8px -4px rgba(0, 0, 0, 0.07);
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 15px;
}

.breadcrumb a {
    color: #9EC255;
}

.breadcrumb a:hover {
    color: #88b42c;
}

/* box*/
.content-box-top-full .box-top-left,
.content-box-top-form .box-top-left, 
.content-box-top-full .boxs-top-left,
.content-box-top-form .boxs-top-left, 
.content-box-top-full .box-top-left-partial,
.content-box-top .box-top-left, 
.content-box-buttom .box-buttom-left {
    float: left;
}

.content-box-top-full .box-top-right,
.content-box-top-form .box-top-right,
.content-box-top-full .boxs-top-right,
.content-box-top-form .boxs-top-right,
.content-box-top-full .box-top-right-partial,
.content-box-top .box-top-right, 
.content-box-buttom .box-buttom-right {
    float: right;
}
.content-box-top .box-top-right, 
.content-box-top .box-top-left, 
.content-box-buttom .box-buttom-right, 
.content-box-buttom .box-buttom-left {
    width: 49.3%;
    height: 100%;
}

.content-box-top-full .box-top-right,
.content-box-top-full .box-top-left {
    width: 49.3%;
    height:82vh;
}
.content-box-top-form .box-top-right, 
.content-box-top-form .box-top-left {
    width: 49.3%;
    height:78vh;
}
.content-box-top-form .boxs-top-right, 
.content-box-top-form .boxs-top-left {
    width: 49.3%;
    height:39vh;
}

.content-box-top-full .box-top-right-partial,
.content-box-top-full .box-top-left-partial {
    width: 49.3%;
}

.box-green {
    border-top-color: #88b42c !important;
/*
    overflow: auto !important;
*/
}

.box {
    position: relative;
    background: #ffffff;
    margin-bottom: 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 100%;
    box-shadow: none;
    border: 1px solid #88b42c;
    /*height: 100%;*/
    min-height: 100%;
}
.box-content-full {
    width: 100%;
    height: 100%;
}


.box-header {
    position: relative;
    border-bottom: 0px solid #f4f4f4;
    color: #444;
    border-top: 1px solid #1b1b1b;
    background-color: #1b1b1b;
    color: #f4f4f4;
    padding-bottom: 1px;
    padding-top: 1px;
    height: 30px !important;
}

.box-main-content {
    overflow: hidden;
}


h4.box-title {
    margin: 5px 0;
    padding-left: 8px;
    font-size: 16px;
    font-weight: bold;
}

.content-box-buttom .box-buttom-right, 
.content-box-buttom .box-buttom-left {
    height: 135px;
}

.content-box-top{
	position: absolute;
    top: 56px;
    right: 16px;
    bottom: 200px;
    left: 72px;    
}  
.content-box-top-form{
	position: absolute;
    top: 92px;
    right: 16px;
    left: 70px;
    bottom: 200px;
    
}

.content-box-top-full{
	position: absolute;
    top: 56px;
    right: 16px;
    left: 70px;
    bottom: 50px;
    
}

.content-box-buttom {
    position: absolute;
    right: 16px;
    bottom: 46px;
    left: 72px;
}


.content-box-buttom .semMeteo {
    padding: 25px;
    text-align: center;
}

.temp-fornecido {
    float: right;
    width: 100%;
    background-color: #1b1b1b;
}

.fornecido-nome {
    font-size: 10px;
    float: right;
    margin-right: 5px;
    color: #f4f4f4;
}


.box-btns {
    padding: 20px;
    text-align: center;
}

.box-btns .col-lg-6{
	padding-top: 30px;
}
/*	CSS para grid kartik...	
.box-top-right-border{
    border: 1px solid #88b42c;
}*/
.grid-view{
	margin-top: -16px
}
.kv-grid-wrapper {
    height: 380px;
}
.panel-success .panel-heading {
	padding: 4px 15px;
	background-color: #88B42C;
	color: #ffffff;
}