/* General */
.informateca {
    position: relative;
    padding: 0 15px;
}

.informateca .app-initial-content {
    transition: .3s;
    opacity: 1;
    transform: translateY(0);
    height: auto !important;
    overflow: hidden;
}

.informateca .app-initial-content.none {
    transition: .3s;
    opacity: 0;
    transform: translateY(-50px);
    height: 0 !important;
}

.informateca .title-h3 {
    font-size: 12px;
    font-weight: bold;
    font-family: 'Montserrat';
    text-transform: uppercase;
}

/* Ui select */
.informateca .ui-select-placeholder {
    color: #b7b7b7 !important;
}

.informateca .ui-select-bootstrap>.ui-select-match>.btn {
    border-radius: 3px;
}

.informateca .ui-select-bootstrap>.ui-select-match.btn-default-focus {
    outline: 0 !important;
}

.informateca .ui-select-bootstrap:focus,

.informateca .form-control:focus {
    /* outline: 1px solid #d41376 !important; */
    outline: 0 !important;
    box-shadow: 0 0 1pt 1pt #e163a4 !important;
}

/* Bootstrap */
.no-gutter {
    margin-right: 0;
    margin-left: 0;
}

.no-gutter>[class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}

/* Content page */
.content-page {
    padding: 10px;
    border: 1px solid rgb(243 243 243);
}

.content-page .content-controls {
    text-align: right;
}

.content-page .content-header .icon {
    display: inline-block;
    background: #d41376;
    color: white;
    padding: 6px;
    border-radius: 5px;
    vertical-align: top;
}

.content-page .content-header .text {
    display: inline-block;
}

.content-page .content-header .text .title {
    font-weight: 600;
    font-family: 'Montserrat';
    text-transform: uppercase;
}

.content-page .content-header .text .subtitle {
    color: #6e6d7a;
    font-size: 12px;
    font-family: 'Montserrat';
}

.sticky-content-header {
    position: sticky;
    top: 59px;
    background: white;
    z-index: 1;
    padding: 10px 0;
}

/* Header */
.app-header {
    transition: .3s;
    margin-bottom: 20px;
    height: 75px;
}

.app-header .app-header-image {
    display: inline-block;
    vertical-align: top;
    height: 75px;
    width: 75px;
}

.app-header .app-header-image img {
    height: 75px;
    width: 75px;
    border-radius: 3px;
}

.app-header .app-header-content {
    display: inline-block;
    margin-left: 10px;
}

.app-header .app-header-content .title {
    font-size: 14px;
    font-weight: 600;
    font-family: 'Montserrat';
}

.app-header .app-header-content .subtitle {
    color: #6e6d7a;
    font-size: 12px;

}

/* Section list */
.informateca .app-section-list {
    overflow-x: hidden;
}

/* Section */

.informateca .app-selected-section {
    transition: .3s;
    background: white;
    opacity: 0;
    transform: translateY(100px);
}

.informateca .app-selected-section.full {
    transition: .3s;
    background: white;
    opacity: 1;
    transform: translateY(0);
}

.item-menu {
    background: #ffffff;
    border: 1px solid rgb(243 243 243);
    padding: 10px 10px 15px 10px;
    border-radius: 3px;
    transition: .3s;
    text-align: center;
    margin-bottom: 10px;
    color: #a5abac;
    width: 100%;
    font-size: 12px;
}

.item-menu i {
    color: #e30074;
    /* background: #efefef; */
    padding: 10px;
    border-radius: 10px;
    transition: background .3s;
}

.item-menu:focus i,
.item-menu:hover i {
    /* background: #e92a8d; */
    color: #ffffff;
}

.item-menu:focus,
.item-menu:hover {
    transition: .3s;
    background: #d41376;
    cursor: pointer;
    color: white;
    transform: scale(1.05);
    border-color: transparent;
    position: relative;
    z-index: 1;
}

/* Buttons */
.btn-app {
    transition: .3s;
    background: none;
    border: 2px solid#d41376;
    color: #d41376;
    padding: 5px;
    border-radius: 3px;
    min-width: 100px;
}

.btn-app.sm {
    padding: 2px 5px !important;
}

.btn-app:not(button[disabled]):focus,
.btn-app:not(button[disabled]):hover {
    transition: .3s;
    background: #d41376;
    color: white;
}

.btn-app.secondary {
    transition: .3s;
    background: none;
    border: 2px solid#6b6b6b;
    color: #6b6b6b;
    padding: 5px;
    border-radius: 3px;
    min-width: 100px;
}

.btn-app.secondary:focus,
.btn-app.secondary:hover {
    transition: .3s;
    background: #6b6b6b !important;
    color: white;
}

.btn-app.primary {
    transition: .3s;
    background: none;
    border: 2px solid#10CFDB;
    color: #10CFDB;
    padding: 5px;
    border-radius: 3px;
    min-width: 100px;
}

.btn-app.primary:focus,
.btn-app.primary:hover {
    transition: .3s;
    background: #10CFDB !important;
    color: white;
}

button[disabled].btn-app {
    opacity: .5;
    cursor: default;
}

/* Dropdown */

.informateca .dropdown-container {
    display: inline-block;
    position: relative;
}

.informateca .dropdown-options {
    border: 2px solid #d41376;
    margin: 5px 0px 0 0;
    padding: 0;
}

.informateca .dropdown-menu>li>a {
    line-height: 27px;
    padding: 5px 10px;
    border-radius: 3px;
    text-align: left;
    color: #d41376;
    margin: -2px 5px;
}

.informateca .dropdown-menu>li>a:hover {
    background: #d41376;
    color: white;
}

/* Indicators */

.informateca .dock {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.informateca .custom-link-dock {
    flex: 1 0 10.5%;
    color: #a5abac !important;
    transition: .3s;
    text-align: center;
    cursor: default;
    margin-bottom: 15px;
}

.informateca .custom-hr {
    margin: 10px -10px;
}

.informateca .custom-link-dock .icon {
    transition: .3s;
    background: rgb(239 239 239);
    /* border: 1px solid transparent; */
    border-radius: 10px;
    width: 42px;
    min-width: 42px;
    max-width: 42px;
    padding: 10px;
    color: #626262;
    margin: 0 auto;
    margin-bottom: 5px;
}

.informateca .custom-link-dock .text {
    line-height: 1.2;
    width: 100%;
    text-align: center;
}


/* Image gallery */
.images-container {}

.image-item {
    display: inline-block;
    border-radius: 3px;
    transition: .3s;
    padding: 3px;
    /* margin: 0px; */
}

.image-item img {
    width: 100%;
}

.image-item:hover {
    /* transition: .3s; */
    /* transform: scale(1.05); */
    cursor: pointer;
}

.delete-item {
    background: #e8e8e8;
    position: absolute;
    height: 25px;
    width: 25px;
    transition: .3s;
    top: 30px;
    right: 0px;
    border-radius: 0 0 0 3px;
}

.delete-item i {
    position: absolute;
    bottom: 3px;
    left: 6px;
    color: #b1b1b1;
    font-size: 18px;
    transition: .3s;
}

.delete-item:hover {
    transition: .3s;
    background: #c0392b;
}

.delete-item:hover i {
    transition: .3s;
    color: white;
    animation: shake .5s;
}

.principal-item {
    background: #e30074;
    position: absolute;
    height: 25px;
    width: 25px;
    transition: .3s;
    top: 0px;
    right: 0px;
    border-radius: 0 0 0 3px;
}

.principal-item i {
    position: absolute;
    bottom: 3px;
    left: 6px;
    color: white;
    font-size: 18px;
    transition: .3s;
}

.principal-item:hover {
    transition: .3s;
    background: #2f2f2f;
}

.principal-item:hover i {
    transition: .3s;
    color: white;
    animation: shake .5s;
}

.add-label-item {
    background: #10cfbd;
    position: absolute;
    height: 25px;
    width: 25px;
    transition: .3s;
    top: 60px;
    right: 0px;
    border-radius: 0 0 0 3px;
}

.add-label-item i {
    position: absolute;
    bottom: 3px;
    left: 6px;
    color: white;
    font-size: 18px;
    transition: .3s;
}

.add-label-item:hover {
    transition: .3s;
    background: #3b6662;
}

.add-label-item:hover i {
    transition: .3s;
    color: white;
    animation: shake .5s;
}

.content-item {
    padding: 10px;
    border-radius: 5px;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.07);
    margin-bottom: 10px;
}

.content-item.flex {
    display: flex;
    flex-wrap: wrap;
}

.content-item .item-number {
    flex: 1 0 10%;
}

.content-item .item-number .number {
    color: #e30074;
    font-size: 14px;
}

.content-item .item-content {
    flex: 1 0 90%;
}

/* Helpers */

.m-3 {
    margin: 3px;
}

.app-badge {
    padding: 0px 5px;
    background: gray;
    border-radius: 3px;
    display: inline-block;
}

.app-badge.animated {
    animation: shake .5s ease-out;
    animation-iteration-count: 4;
} 

.app-badge.app-badge-warning {
    background: #f39c12;
    color: white;
}


@keyframes shake {
    0% {
        transform: rotate(10deg);
    }

    25% {
        transform: rotate(-10deg);
    }

    50% {
        transform: rotate(10deg);
    }

    75% {
        transform: rotate(-10deg);
    }

    100% {
        transform: rotate(0deg);
    }
}


/* Media queries */
@media (max-width: 767px) {
    .sticky-content-header {
        top: 47px;
    }

    .content-controls {
        text-align: left !important;
        margin-top: 10px;
    }

    .informateca .custom-link-dock {
        flex: 1 0 21%;
    }
}

.section-title {
    font-size: 12px;
    font-weight: bold;
    font-family: 'Montserrat';
    text-transform: uppercase;
    margin: 10px 0 20px 0;
}

.section-title i {
    width: inherit;
    height: inherit;
    background: #d41376;
    padding: 5px;
    border-radius: 3px;
    margin-right: 5px;
    color: white;
    font-size: 14px;
    text-align: center;
}


.item-loading {
    width: fit-content;
    min-height: 15px;
    height: inherit;
    color: transparent !important;
    background: rgb(228, 228, 228) !important;
    border-radius: 3px;
    animation: text-loading .7s infinite;
    margin-bottom: 5px;
}

@keyframes text-loading {
    0% {
        opacity: 1;
    }

    50% {
        opacity: .5;
    }

    
    100% {
        opacity: 1;
    }
}

/* Widths for text loaders */

.min-width-100 {
    min-width: 100px;
}

.min-width-200 {
    min-width: 200px;
}

.min-width-250 {
    min-width: 250px;
}

.min-width-300 {
    min-width: 300px;
}

.min-width-350 {
    min-width: 350px;
}

.min-width-400 {
    min-width: 400px;
}