/* Meu stilo */



/*estilo do grafico*/
.box {
    margin: 0px auto;
    width: 100%;

}

.box-chart {
    width: 95%;
    height: 50%;
    margin: 0 auto;
    padding: 2px;
    background-color: #FFF ;

}

/* user image section */
.user-section {
    margin-top:20px;
    font-size:22px;
    background-color:rgb(47, 53, 59);
}
.user-section-inner {
    height: 65px;
    width: 65px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
    display: inline-block;
    float: left;
    margin-right: 15px;
    margin-top: 20px;
}
.user-section-inner img {
    margin-left:10px;
    width:55px;
    height:60px;

}
.user-info {
    display: block;
    color:#fff!important;
    display: inline-block;
    padding: 15px;
    margin-bottom: 0px
}
.user-text-online {
    font-size:18px;
    color:#fff
}
.user-circle-online {
    width: 15px!important;
    height: 15px!important;
}

/* side-menu section */
.nav > li > a:hover, .nav > li > a:focus {
    background-color:rgba(74, 72, 126, 0);
}
.navbar-top-links  .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #75C5B8;
}
.navbar-top-links > li > a {
    color: #FFF;
}
.nav > li > a {
    padding: 8px 15px;
}
#side-menu {
    background-color:#2f353b;
}

#side-menu a {
    color:#fff;
    border-bottom: 1px solid #53a3e6 !important;
    height: 55px;
}
.selected {
    background-color:#666666;
}
/* back colors */
.blue {
    background-color:rgb(113, 159, 241);
}
.green {
    background-color:rgb(144, 236, 192);
}
.red {
    background-color:rgb(255, 102, 133);
}
.yellow {
    background-color:rgb(237, 253, 46);
}

.btn-zero {
    background-color:rgb(9, 115, 207);
    border-color: #333;
}

.btn-um {
    background-color:rgb(74, 186, 36);
    border-color: #333;
}

.btn-dois {
    background-color:rgb(235, 5, 51);
    border-color: #333;
}

.btn-tres {
    background-color:rgb(153, 153, 153);
    border-color: #333;
}

.btn-quatro {
    background-color:rgb(266, 243, 21);
    border-color: #333;
}

.btn-cinco {
    border-color: #333;
}

/* No border */
.no-boder {
    border:0px solid #5bc0de !important;
}
/* tap nvbar Section */

#navbar {
    background-color:rgb(47, 53, 59);
}

.navbar-brand {
    padding-left:20px;
}
.navbar-brand img {
    height:40px;
    margin-top: -5px;
}
.top-label {
    position: absolute;
    top: 50%;
    right: 50%;
    margin-top: -24px;
    margin-right: -24px;
}

/*large font*/
.large-font {
    font-size:18px;
}

.body-Login-back {
    background-color:#2f353b;
}

.margin-tips {
    margin:5px;
}
.navbar-default {
    border-color: rgb(83, 163, 230);
}
/*media queries*/

@media(min-width:930px)
{
    #page-wrapper {
        position: inherit;
        margin: 0 0 0 250px;
        padding: 0 30px;
        min-height: 1000px;
        margin-top:-30px!important;
    }

}

@media(max-width:930px) {
    #wrapper {
        margin-top:50px!important;

    }
}

