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 .row{
    margin-bottom: 0px;
}
#section-breadcum .row{
    margin-bottom: 0px;
}
