*, ::after, ::before {
    box-sizing: inherit;
}

.administration {
    color: #222;
    text-align: left;
}

    .administration .h3 {
        margin-top: 0;
    }

    .administration .a {
        color: #222;
        overflow: hidden;
    }

    .administration .img {
        border-style: none;
        vertical-align: middle;
    }

    /*.col-12, .col-lg-3 {
    padding-left: 12px;
    padding-right: 12px;
    position: relative;
    width: 100%;
}
*/

    /*.col-12 {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
}
*/

    .administration .a:hover {
        color: #00857a;
    }

    .administration .box-shadow-4 {
        box-shadow: rgba(34, 34, 34, .02) 0 0 8px 0, rgba(34, 34, 34, .2) 0 8px 16px 0;
    }

    .administration .a:not([href]):not([class]), .administration .a:not([href]):not([class]):hover {
        color: inherit;
        text-decoration: none;
    }

    .administration .theme-tile {
        -webkit-box-align: center;
        align-items: center;
        background-color: #fff;
        border-radius: .25rem;
        cursor: pointer;
        display: flex;
        font-size: 0;
        height: auto;
        margin-bottom: .5rem;
        min-width: 25rem;
        /*min-height: 4.5rem;*/
        padding: 0rem;
        text-decoration: none;
        transition: background-color .15s ease-in-out, box-shadow .15s ease-in-out, color .15s ease-in-out, padding-right .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
        width: 100%;
        z-index: 10;
    }

        .administration .theme-tile .selected-item {
            background-color: #c36f08 !important;
        }

[class*=col-] {
    display: flex;
}

.administration .theme-tile:active, .theme-tile:hover {
    background-color: #edf7f7;
    text-decoration: none;
}

.administration .theme-tile:active {
    background-color: #d8f0ef;
    box-shadow: none;
}

.administration .theme-tile .text {
    -webkit-box-align: center;
    -webkit-box-flex: 1;
    align-items: center;
    align-self: center;
    display: inline-block;
    flex: 1 1 auto;
    max-width: calc((100% - 56px) - 24px);
    padding: 0 1rem;
    pointer-events: none;
}

.administration .theme-tile .bullit {
    -webkit-box-align: center;
    -webkit-box-flex: 1;
    align-items: center;
    align-self: center;
    display: inline-block;
    flex: 1 1 auto;
    max-width: 3rem;
    padding: 0 1rem;
    pointer-events: none;
}

.administration .theme-tile .icon {
    align-self: center;
    height: 3.5rem;
    pointer-events: none;
    width: 3.5rem;
}

.administration .theme-tile .arrow {
    align-self: center;
    background-color: initial;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij4KICAgIDxwYXRoIGZpbGw9IiMwMDcxNkIiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE0Ljk5MyAxMy40MjdsLTQuMjc0IDQuMjc4YTEuMDA3IDEuMDA3IDAgMSAxLTEuNDI1LTEuNDI3TDEzLjU2OSAxMiA5LjI5NCA3LjcyM2ExLjAxMyAxLjAxMyAwIDAgMSAwLTEuNDI2IDEuMDA0IDEuMDA0IDAgMCAxIDEuNDI1IDBsNC4yNzQgNC4yNzguNzEyLjcxMmExLjAwOSAxLjAwOSAwIDAgMSAwIDEuNDI3bC0uNzEyLjcxM3oiLz4KPC9zdmc+Cg==);
    background-position-y: center;
    background-repeat: no-repeat;
    height: 1.5rem;
    transition: background-position .15s ease-in-out;
    width: 1.5rem;
}

.administration .theme-tile .title {
    padding-top: 0;
}

.administration .theme-tile .text h3 {
    color: #447b4f; /*#00716b;*/
    margin-bottom: 0;
    padding-bottom: 0;
    pointer-events: none;
}

.administration .theme-tile .bullit h3 {
    color: #00716b;
    margin-bottom: 0;
    padding-bottom: 0;
    pointer-events: none;
}

.administration .theme-tile:active .arrow {
    background-position-x: .5rem;
    pointer-events: none;
}

.administration .h3 {
    line-height: 1.5rem !important;
}

[class*=col-] {
    margin-bottom: 0 !important;
}

@media (max-width: 767.98px) {
    > [class*=col-] {
        padding: 0 12px;
    }

    .administration .theme-tile.without-text {
        padding-bottom: .5rem;
        padding-top: .5rem;
    }

        .administration .theme-tile.without-text .text {
            align-self: center;
        }

        .administration .theme-tile.without-text .bullit {
            align-self: center;
        }
}

@media (max-width: 991.98px) {
    .administration .theme-tile .arrow {
        align-self: center;
        margin-left: auto;
    }
}

@media (min-width: 768px) {
    .administration .theme-tile {
        padding: 1.5rem;
    }
}

@media (min-width: 992px) {
    .administration .theme-tile {
        margin-bottom: 1.5rem;
        padding: 1.5rem;
    }

        .administration .theme-tile .text {
            align-self: center;
            text-align: left;
            max-width: calc((100% - 72px) - 24px);
            padding: 0 1rem;
        }

        .administration .theme-tile .bullit {
            align-self: center;
            text-align: left;
            max-width: 3rem;
            padding: 0 1rem;
        }

        .administration .theme-tile .title {
            padding-top: 0;
        }

        .administration .theme-tile .icon {
            align-self: center;
            height: 4.5rem;
            width: 4.5rem;
        }

    .administration .h3 {
        font-size: 1.5rem !important;
        line-height: 2rem !important;
        font-weight: 400;
    }

    /*    .col-lg-3 {
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%;
    }
*/
}
