.d-inline-flex{
  display: none !important;
}



/*
@media (min-width: 768px) and (max-width: 1000px) {
    .collapse {
        display: none !important;
    }
 }
 */

 .navbar-fix-movil{
    padding: 0;
 }

@media screen and (min-width: 1480px) {
    .navbar-expand-custom {
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

    .navbar-expand-custom .navbar-nav {
        flex-direction: row;
    }

    .navbar-expand-custom .dropdown-menu {
        position: absolute;
    }

    .navbar-expand-custom .nav-link {
        padding-right: .5rem;
        padding-left: .5rem;
    }

    .navbar-expand-custom>.container {
        flex-wrap: nowrap;
    }

    .navbar-expand-custom .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }

    .navbar-expand-custom .navbar-toggler {
        display: none;
    }
}

@media screen and (max-width: 1480px) {
    .sidebar-visible {
        display: initial !important;
    }
}


.logo-custom img {
    width: auto;
    height: auto;
}

.copyright-custom {
    text-align: center;
    color: #fff;
    width: 100%;
}

/* Menu header*/

/* Menu Side */


/* Menu Side */



/* Forms */

.form-validation {
    background: #c51244 !important;
    padding: 10px !important;
    border-radius: 5px !important;
    position: relative;
    display: inline-block !important;
    box-shadow: 1px 1px 1px #aaaaaa;
    margin-top: 10px;
    color: #fff;
}

.form-validation:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #c51244;
    position: absolute;
    top: -10px;
}

.form-error input,
.form-error select,
.form-error textarea,
.form-error .c-choice-option {
    background-color: #fff0f4 !important;
    color: #c51244;
}

.form-error input,
.form-error select,
.form-error textarea {
    border: 1px solid #c51244 !important;
}

.form-error-tag {
    background-color: #fff0f4 !important;
    border: 1px solid #c51244 !important;
}

.form-error-select-multiple .select2-selection--multiple {
    background-color: #fff0f4 !important;
    border: 1px solid #c51244 !important;
}

.panel-tag {
    padding: 1rem 1rem;
    margin-bottom: 2rem;
    border-left: 3px solid #0040ff;
    background: #f6f7fb;
    opacity: 0.8;
    font-weight: 400;
    font-size: 0.875rem;
    border-radius: 0px 8px 8px 0px;
}

.modal-title-bg {
    background: linear-gradient(250deg, #54616c, #000);
    color: white;
    padding: 1.38rem 1.5rem;
}

.table-min {
    min-width: 970px;
}

.table-custom {
    background-color: #f9f8fb;
}

.table-custom thead th {
    vertical-align: bottom;
    border-bottom: 4px solid #fff !important;
    border-bottom-width: 4px !important;
    color: #595959;
}

.table-custom tbody th,
.table-custom tbody td {
    border: 1px solid #f9f8fb !important;
    border-bottom-color: rgb(249, 248, 251) !important;
    border-bottom-style: solid !important;
    border-bottom-width: 1px !important;
    border-left-width: 1px !important;
}

.table-custom tbody tr:hover {
    color: #212529;
    background-color: #c7cde1 !important;
}

.table-striped tbody tr:nth-of-type(2n+1) {
    background-color: #f0f0f7;
}

.btn-custom {
    padding: 8px 12px;
    font-size: 14px;
    cursor: pointer;
    color: #0040ff;
    border-color: #0040ff;
}

.btn-custom:hover {
    color: #fff;
    background-color: #0040ff;
    border-color: #0040ff;
}

.btn-custom i {
    font-size: 1.2rem;
}

.input-border-required {
    border-color: #0040ff !important;
}

.btn-blue-em {
    color: #fff;
    background-color: #0040ff;
    border-color: #0040ff;
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 64, 255, 0.5);
    box-shadow: 0 2px 6px 0 rgba(0, 64, 255, 0.5);
}

.btn-blue-em:hover {
    color: #fff;
    background-color: #0036d9;
    border-color: #0033cc;
}

/* Forms */

/* Select2*/

.select2-container--open {
    z-index: 3000;
}

.form-error .select2-selection--single {
    border-color: #c51244 !important;
    background-color: #fff0f4 !important;
}

.fix-select-required .select2-selection--single {
    border-color: #0040ff;
}

.fix-select-required .select2-selection__rendered {}

.fix-select-required .select2-selection--multiple {
    border-color: #0040ff;
}

.fix-select-required .select2-selection__choice {
    color: #fff !important;
}

.fix-select-required .select2-container .select2-selection--single {
    height: calc(1.5em + 1rem + 3px);
}

.fix-select-required-filter .select2-selection__rendered {
    color: #0040ff !important;
    font-size: 14px;
}

/* Select2*/

/*Message with sweet alert*/
.message-display {
    font-size: 2.5em;
}

/*Message with sweet alert*/

/* DataTables */

.editor_edit {
    font-size: 1.2rem;
    margin: 0 10px;
}

.editor_remove {
    font-size: 1.2rem;
    margin: 0 10px;
}

.editor_info{
    font-size: 1.2rem;
    margin: 0 10px;
}

div.dataTables_wrapper div.dataTables_filter {
    width: 100% !important;
}

div.dataTables_wrapper div.dataTables_info {
    white-space: normal !important;

}

.page-link {
    background-color: #b3b3b3 !important;
    color: #fff;
    border: 1px solid #b3b3b3 !important;
}

.page-item.active .page-link {
    background-color: #0040ff !important;
    color: #fff;
    border: 1px solid #0040ff !important;
}

.pagination .page-link:hover {
    background-color: #0040ff !important;
    color: #fff;
    border: 1px solid #0040ff !important;
}

table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child::before, table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child::before, table.dataTable.dtr-column > tbody > tr > td.control::before, table.dataTable.dtr-column > tbody > tr > th.control::before {
    background-color: #0040ff !important;
}

/* DataTables */

/* Tags suggestions */

.suggestions {
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .2);
    height: auto;
    position: absolute;
    z-index: 9999;
    /*width: 90%;*/
}

.suggestions .suggest-element {
    background-color: #fff;
    border-top: 1px solid #d6d4d4;
    cursor: pointer;
    padding: 8px;
    width: 100%;
    float: left;
}

.suggestions .suggest-search-element {
    background-color: #fff;
    border-top: 1px solid #d6d4d4;
    cursor: pointer;
    padding: 8px;
    width: 100%;
    float: left;
}

.suggestions .suggest-empty {
    background-color: #fff;
    border-top: 1px solid #d6d4d4;
    cursor: pointer;
    padding: 8px;
    width: 100%;
    float: left;
}

/* Tags suggestions */


/* Delete line color red from dataTable where table have fixed columns */

.DTFC_LeftHeadWrapper:before, .DTFC_LeftBodyWrapper:before, .DTFC_LeftFootWrapper:before {
   content: "";
   position: absolute;
   right: 0px;
   top: 1px;
   bottom: 0px;
   width: 1px;
   background: unset !important;
   z-index: 1;
   -webkit-box-shadow: unset !important;
   box-shadow: unset !important;
}

/*Datatable CSS*/
.DTFC_LeftHeadWrapper:before,
.DTFC_LeftBodyWrapper:before,
.DTFC_LeftFootWrapper:before {
    content: "";
    position: absolute;
    right: 0px;
    top: 1px;
    bottom: 0px;
    width: 1px;
    background: unset !important;
    z-index: 1;
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
}
/*Datatable CSS*/

/* Sweet Alert */

.swal2-styled.swal2-confirm{
    color: #fff;
    background-color: #0040ff;
    border-color: #0040ff;
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 64, 255, 0.5);
    box-shadow: 0 2px 6px 0 rgba(0, 64, 255, 0.5);
}

/* Sweet Alert */

.form{

    position: relative;
    width: 620px ;
}

.form .fa-search{

    position: absolute;
    top:20px;
    left: 20px;
    color: #9ca3af;

}

.form span{

        position: absolute;
    right: 17px;
    top: 13px;
    padding: 2px;
    border-left: 1px solid #d1d5db;

}

.left-pan{
    padding-left: 7px;
}

.left-pan i{
   
   padding-left: 10px;
}

.form-input{

    height: 55px;
    text-indent: 33px;
    border-radius: 10px;
}

.form-input:focus{
    box-shadow: 0 2px 6px 0 rgba(0, 64, 255, 0.5);
    border:none;
}
.page-logo{
    padding: 0 1rem;
}
.page-logo img {
    width: 117px;
    height: 17px;
}

.card-home-top-profile {
    background: #54616c;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #000, #54616c);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #000, #54616c); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}