body {
    background-color: #FFF;
    /*background-color: #F1F1F1;*/
    padding-bottom: 70px;
}
/*.btn{*/
    /*border-color: #000;*/
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#637bad', EndColorStr='#5872a7'); !* for IE 6 - 9 *!*/
    /*-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 2px 0 #000;*/
    /*-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 2px 0 #000;*/
    /*box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 2px 0 #000;*/
/*}*/
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border: 1px solid;
    border-color: #e7e7e7;
}
hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.bold{
    font-weight: bold;
}
.signin{
    margin-top: 10%;
}
.selectlabel{
    width: 100%;
    height: 100%;
    cursor: Pointer;
    padding: 1px;
    margin-bottom: 0px;
}
.form-signin {
    max-width: 400px;
    padding: 25px;
    margin: auto;
    border: 1px solid #ccc;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
    margin-bottom: 15px;
}
.form-signin .checkbox {
    font-weight: normal;
}
.form-signin .form-control {
    position: relative;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
}
.form-signin .form-control:focus {
    z-index: 2;
}
.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.btn-full{
    -moz-border-radius:0px;
    -webkit-border-radius:0px;
    border-radius:0px;
}
.signin-footer{
    position:absolute;
    bottom:0;
    width: 100%;
    padding: 20px 0px 20px 0px;
    background-color: #0f0f0f;
    color: #e8e8e8;
    font-weight:bold;
}
.isfooter{
    position:fixed;
    bottom:0;
    width: 100%;
    padding: 20px 0px 20px 0px;
    background-color: #0f0f0f;
    color: #e8e8e8;
    font-weight:bold;
}

/* ---- */
#wrapper {
    padding-left: 200px;
    transition: all 0.4s ease 0s;
}

#sidebar-wrapper {
    margin-left: -000px;
    left: 200px;
    width: 200px;
    //background: #CCCCCC;
    position: fixed;
    height: 100%;
    overflow-y: auto;
    z-index: 1000;
    transition: all 0.4s ease 0s;
}

#page-content-wrapper {
    width: 100%;
}

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    list-style: none;
    margin: 0;
    padding: 0;
}

@media (max-width:767px) {
    #wrapper {
        padding-left: 0;
    }
    #sidebar-wrapper {
        left: 0;
    }
    #wrapper.active {
        position: relative;
        left: 250px;
    }
    #wrapper.active #sidebar-wrapper {
        left: 250px;
        width: 250px;
        transition: all 0.4s ease 0s;
    }
}
.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
}
.panel {
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
    box-shadow: 0 1px 2px rgba(0,0,0,.05);
}
.panel-default {
    border-color: #ddd;
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}
.panel-group .panel-heading {
    border-bottom: 0;
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}
.navbar {
    border-radius: 0px;
}
.navbar-default .navbar-text {
    color: #337ab7;
    font-size: 18px;
    border-bottom: 4px solid #337ab7;
}
.navbar-text {
    margin-top: 15px;
    margin-bottom: 0px;
    margin-left: 0px;
}

.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    background: red;
    cursor: inherit;
    display: block;
}
input[readonly] {
    background-color: white !important;
    cursor: text !important;
}
.shadow{
    -webkit-box-shadow: 0px 6px 20px -1px rgba(241,241,241,241.99);
    -moz-box-shadow: 0px 6px 20px -1px rgba(241,241,241,241.99);
    box-shadow: 0px 6px 20px -1px rgba(241,241,241,241.99);
}
.panel-primary>.panel-heading+.panel-collapse>.panel-body {
    border: 1px solid #ccc;
    border-top-color: #337ab7;
}
.growl.growl-default {
    color: #FFF;
    background: #7f8c8d;
    border-color: #3c3c3c;}
.growl.growl-error {
    color: #FFF;
    background: #d9534f;
    border-color: #d43f3a;}
.growl.growl-notice {
    color: #FFF;
    background: #5cb85c;
    border-color: #4cae4c;}
.growl.growl-warning {
    color: #FFF;
    background: #f0ad4e;
    border-color: #eea236; }
.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}
.panel-default>.panel-heading {
    background-image: -webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
    background-image: -o-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#e8e8e8));
    background-image: linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
    background-repeat: repeat-x;
}

.txt_ativo{
    color: #4cae4c;
}
.txt_inativo{
    color: #d43f3a;
}
.txt_pendente{
    color: #eea236;
}