

nav{
    box-shadow: none;
}
table{
    font-size: 13px;
}

section{
    padding: 0px 30px;
}



.tabs{
    border-bottom: 2px solid #e2e2e2;
}
.tabs .tab a:hover, .tabs .tab a.active {
    border-bottom: 4px solid #ee6e73;
    background-color: #ededed;
}

.img-responsive{
    width: 100%;
}
.btn-100{
    width: 100%;
}

.file-field .file-path-wrapper {
    display: initial;
}

.btn-upload{
    width: 100%;
    height: 27px !important;
    line-height: 1.8rem !important;
    background-color: #757575;
}
.btn-upload:hover{
    background-color: #424242;
}

.margin-botom-0{
    margin-bottom: 0px;
}

.img-thumbnail{
    border: 2px solid #f7f7f7;
    border-radius: 5px;
}

.text-right{
    text-align: right;
}

strong{
    font-weight: bold;
}

nav ul a{
    color: #000;
}
#section-menu{
    background-color: #f8f8f8;
    margin-bottom: 20px;
}
#section-menu .row{
    margin-bottom: 0px;
}
#section-menu nav{
    margin-bottom: 0px;
    border:0px;
}
#section-breadcum .row{
    margin-bottom: 0px;
}

#section-header{
    padding-top: 8px;
}
.sidebar{
    float: left;
    width: 14%;
    padding: 15px;
    border-right: 4px solid #f7f7f7;
    height: 100vh;
}
.center{
    float: left;
    width: 86%;
}
.btn-menu{
    width: 100%;
    text-align: left;
    background-color: #000;
    color: #fff;
    margin-bottom: 4px;
}
.btn-menu:hover{
    color: #fff;
}
.btn-menu.active{
    background-color: #6f6f6f;
}

.btn-group-menu{
    width: 100%;
}
.titulo-modulo{
    background-color: #090909;
    font-size: 20px;
    padding: 17px;
    color: #fff;
    text-transform: uppercase;

}

.contenedor{
    padding: 15px;
}
.alert{
    margin-bottom: 0px;
    border-radius: 0px;
}
.alert-success {
    color: #fff;
    background-color: #255810;
    border-color: #255810;
}
.alert-danger {
    color: #fff;
    background-color: #7b1616;
    border-color: #7b1616;
}
.text-bold{
    font-weight: bold;
}