.nav-item-selected
{
    background-color: #ff7f27;
}

.nav-item-selected a
{
    color: #f7f7f7 !important;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu a::after {
    transform: rotate(-90deg);
    position: absolute;
    right: 6px;
    top: .8em;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: .1rem;
    margin-right: .1rem;
}

.more-less {
    float: right;
    color: #fff;
    padding-right: 10px;
    padding-top: 7px;
}

.panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-color: #EEEEEE;
}

.width-100
{
    width: 100%;
    margin-top: 25px;
}

.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
    background-color: #226299;
    color: #fff;
    z-index: 10000;
}

.combo-common
{

}

.modalLoadingOverlay {
    display:    none;
    position:   fixed;
    z-index:    9550;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background-color: rgba( 255, 255, 255, .8 );
}

body.loading .modalLoadingOverlay {
    overflow: hidden;
}

body.loading .modalLoadingOverlay {
    display: block;
}

.loadingImage
{
    position: fixed;
    left: calc(50% - 174px);
    top:  calc(50% - 83px);
    z-index: 9700;
    display: table;
    background-color: white;
    border-radius: 5px;
    border: solid 1px #7d7d7d;
    padding: 20px;
}

.loadingImage img
{
    text-align: center;
    display: table-cell;
    margin: 0 auto;
}

.loadingImage span
{
    font-size: 16px;
}

.custom-file-upload {
    width: 154px;
    color: #fff;
    height: 35px;
}
.custom-file-upload::-webkit-file-upload-button {
    visibility: hidden;
}
.custom-file-upload::before {
    content: '+ Agregar Archivo';
    display: inline-block;
    background-color: #17a2b8;
    border: 1px solid #17a2b8;
    border-radius: 3px;
    padding: .375rem .75rem;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    font-size: 0.9rem;
    font-weight: 400;
    border-radius: .25rem;
    line-height: 1.5;
}
.custom-file-upload:hover::before {
    border-color: black;
}
.custom-file-upload:active::before {
    background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}

td.details-control {
    background: url('../images/details_open.png') no-repeat center center;
    cursor: pointer;
}
tr.shown td.details-control {
    background: url('../images/details_close.png') no-repeat center center;
}

.dt-body-left{
    text-align: left;
}

.dt-body-center{
    text-align: center;
}

.dt-body-right{
    text-align: right;
}

.container-main
{
    margin: 15px;
}