﻿.wrapper {
    max-width: 1200px;
}

.holder {
    align-items: center;
    justify-content: center;
}

.clickable {
    cursor: pointer;
}

.topics {
    background-attachment: local;
    background-image: linear-gradient(to right, white 10px, transparent 10px), linear-gradient(to left, white 10px, transparent 10px), repeating-linear-gradient(white, white 30px, #ccc 30px, #ccc 31px, white 31px);
    line-height: 31px;
    padding: 8px 10px;
}

@media screen and (max-width: 767px) {
    .topics {
        height: 400px;
    }
}

.exports-list {
    padding-bottom: 72px;
    padding-top: 6px;
    font-size: 16px;
    padding-left: 50px;
}

    .exports-list li {
        display: block;
        float: left;
        margin-top: 5px;
        margin-bottom: 5px;
        width: 33%;
    }

@media screen and (max-width: 860px) {
    .exports-list li {
        width: 100%;
    }

    .exports-list {
        padding-bottom: 162px;
    }
}

.parsley-required {
    color: red;
    font-size: 11px;
    margin-top: 5px;
}

.parsley-errors-list {
    list-style: none;
    padding-left: 0;
}

.form-group {
    margin-top: 10px;
}


button.btn.btn-flat-primary.widget13.userLogged:hover {
    background-color: rgba(59, 243, 33, 0.1);
    color: darkgreen;
    border-color: darkgreen;
}

.loadingScreen {
    display: flex;
    text-align: center;
    align-content: flex-end;
    justify-content: center;
    align-items: baseline;
    font-size: 23px;
    padding-top: 50px !important;
    padding-bottom: 50px;
    color: #2196f3;
}

.visualHtml h2 {
    font-size: 16px;
}

.visualHtml iframe {
    margin-top: 15px;
    margin-bottom: 25px !important;
    display: block;
    margin: 0 auto;
}

.visualHtml img {
    margin-top: 15px;
    margin-bottom: 25px !important;
    display: block;
    margin: 0 auto;
}

.exampleArticle {
    padding: 7px;
}

    .exampleArticle p {
        font-size: 13px;
    }


    .exampleArticle h2 {
        font-size: 20px;
        color: #2e88cf;
        margin-top: 20px;
    }

    .exampleArticle h1 {
        margin-top: 20px;
        font-size: 22px;
        color: black;
    }

@media (max-width: 767px) {
    .table-responsive .dropdown {
        position: static !important;
    }
}

@media (min-width: 768px) {
    .table-responsive {
        overflow: inherit;
    }
}

body {
    zoom: 120%;
}

@media (max-width: 767px) {
    .table-responsive .dropdown {
        position: static !important;
    }
}

.homepage-card img {
    object-fit: contain;
    max-height: 300px;
    text-align: center;
}

.text-no-overflow {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.text-orange {
    color: #ffb800;
}

    .text-orange.clickable:hover {
        color: #d89c00;
    }

.swal2-popup {
    width: 560px !important;
}

.swal2-styled.swal2-confirm {
    background-color: #2196f3 !important;
}

    .swal2-styled.swal2-confirm:focus {
        box-shadow: 0 0 0 3px #2196f385 !important;
    }

.productArticlePreviewStructure p {
    margin-top: 15px;
}

.productArticlePreviewStructure {
    border: 1px solid #1C80CF;
    padding: 11px;
}

    .productArticlePreviewStructure h2 {
        font-size: 15px;
    }

    .productArticlePreviewStructure img {
        margin-top: 10px;
        margin-bottom: 10px;
    }

.swal2-container {
    z-index: 2000 !important;
}

.card-select {
    cursor: pointer;
}

    .card-select .card :not(button):hover {
        background-color: #eeeeee;
    }


.modal-open .modal::before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.29);
}

.modal-open .modal.show .modal {
    z-index: 1060;
}

.modal-body {
    overflow-y: auto;
}

iframe {
    max-width: 100%;
}

.hp-image {
    border: 1px solid #e4e4e4;
    border-radius: 14px;
}

.hp-image:active:hover {
    cursor: not-allowed;
}

.input-multiselect {
    zoom: 0.8;
}