:root
{
    --primary-color: #5d01cb;
    --light-primary-color: #5d29cb;
    --very-light-primary-color: #7454f6;
    --secondary-color: #542b6f; /*#7b0008*/
    --text-color: #473c3c;
    --text-light-color: #574949;

    --very-light-red: #e2d5f2; /*#fbebeb;*/

    --very-light-gray: #fcfcfc;
    --light-gray: #ced4da;
    --line-gray: #dee2e6;
    --gray: #c0c5cb;

    --menu-text-color: #7b7c7d;
    --disabled: #f2f2f2;

    --success: #ade2ac;
    --success-text: #5f7d5f;
}

*
{
    -webkit-font-smoothing: antialiased;
    outline: none;
}

.shadow
{
    box-shadow: 0 0.46875rem 2.1875rem rgba(31,10,6,0.03),0 0.9375rem 1.40625rem rgba(31,10,6,0.03),0 0.25rem 0.53125rem rgba(31,10,6,0.05),0 0.125rem 0.1875rem rgba(31,10,6,0.03);
}

img.loading {
    background: transparent url('/js/ajax-loader.gif') no-repeat scroll center center;
}

::selection {
    background: var(--light-primary-color);
    color: var(--white);
}

body, html
{
    color: var(--text-color);
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    background: #f5f5f5;
}

div.error, div.success
{
    padding: 5px;
    font-size: 0.9em;
    text-align: center;
    border-radius: 3px;
}
div.error
{
    background: var(--very-light-primary-color);
    color: var(--secondary-color);
}
div.success
{
    background: var(--success);
    color: var(--success-text);
}

div#loading
{
    position: fixed;
    top: 0;
    left: 0;
    height: 3px;
    background: var(--primary-color);
    width: 0%;
    z-index: 99999;
}

select {
    background-image: url('/imgs/icons/ic_arrow.png');
    background-position: 98% center;
    background-repeat: no-repeat;
    background-size: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

hr.separator
{
    display: block;
    clear: both;
}

.font09
{
    font-size: 0.9em;
}

.font1
{
    font-size: 1em;
}

.font1_3
{
    font-size: 1.3em;
}

.font1_5
{
    font-size: 1.5em;
}

a, a.ablack:hover{
    color: var(--primary-color);
}

a:hover
{
    color: var(--secondary-color);
}

.text-color
{
    color: var(--text-color);
}

.primary-color
{
    color: var(--primary-color);
}

.text-gray
{
    color: var(--gray);
}

.hidden
{
    display: none;
}

div.nav-space
{
    width: 300px;
}

div.navi
{
    box-shadow: 0 0.46875rem 2.1875rem rgba(31,10,6,0.03),0 0.9375rem 1.40625rem rgba(31,10,6,0.03),0 0.25rem 0.53125rem rgba(31,10,6,0.05),0 0.125rem 0.1875rem rgba(31,10,6,0.03);
    background: var(--white);
    height: calc(100% - 60px);
    left: 30px;
    top: 30px;
    width: 280px;
    position: fixed;
    border-radius: .35rem;
    display: flex;
    flex-direction: column;
    z-index: 99;
}

div.navi-header
{
    border-bottom: 1px solid #f2f2f2;
    border-radius: .35rem .35em 0 0;
    background: var(--very-light-gray);
    flex: 0 0 auto;
    height: auto;
    max-height: 100%;
}


div.scrollable
{
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    overflow-y: scroll;
}

h1.main-title
{
    font-size: 1.3em;
    margin: 0;
}

ul.main-nav
{
    list-style: none;
    margin: 0 auto;
    padding: 0;
    width: 85%;
}

ul.main-nav li
{
    display: block;
}

li.head
{
    display: block;
    padding: 10px 0px;
    margin-top: 5px;
    font-size: 0.9em;
    color: var(--light-primary-color);
}

ul.main-nav li a
{
    display: block;
    padding: 10px 8px 10px 30px;
    text-decoration: none;
    color: var(--text-color);
    transition: 0.3s;
    background-position: 5px 50%;
    background-repeat: no-repeat;
    background-size: 18px;
    opacity: 0.7;
    cursor: pointer;
    position: relative;
}

ul.main-nav li a i
{
    background: url('/imgs/icons/ic_arrow.png') center no-repeat;
    background-size: contain;
    position: absolute;
    width: 10px;
    height: 10px;
    display: block;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

ul.main-nav li a:hover
{
    opacity: 1;
}

a.ic_sections
{
    background-image: url('/imgs/icons/ic_sections.png');
}

a.ic_products
{
    background-image: url('/imgs/icons/ic_products.png');
}

a.ic_notifications
{
    background-image: url('/imgs/icons/ic_notification.png');
}

a.ic_social
{
    background-image: url('/imgs/icons/ic_social.png');
}

a.ic_subscription
{
    background-image: url('/imgs/icons/ic_subscription.png');
}

a.ic_contact
{
    background-image: url('/imgs/icons/ic_contact.png');
}

a.ic_users
{
    background-image: url('/imgs/icons/ic_users.png');
}

a.ic_projects
{
    background-image: url('/imgs/icons/ic_projects.png');
}


ul.main-nav li ul
{
    width: 100%;
    margin: 0 0 0 -10px;
    padding: 6px 0px;
}

ul.main-nav li ul li a
{
    padding: 8px 8px 8px 25px;
    margin-left: 35px;
    cursor: pointer;
    opacity: 1;
}

ul.main-nav li ul li a:hover
{
    color: var(--secondary-color) !important;
}

ul.main-nav li ul li a:before
{
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--secondary-color);
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

a.nav-active
{
    background-color: var(--very-light-red);
    border-radius: 25px;
    color: var(--secondary-color) !important;
}

input.input-search
{
    background: var(--white) url('/imgs/icons/ic_search.png') 97% center no-repeat;
    background-size: 20px;
    border-radius: 25px;
    border: 1px solid var(--light-gray);
    padding: 0.40rem 1rem;
    width: 100%;
    font-size: 0.9em;
}

input.input-search:focus
{
    border: 1px solid var(--gray);
}

div.user-tool
{
    background: var(--primary-color);
    color: var(--white);
    border-radius: 5px;
    position: relative;
    font-weight: bolder;
    font-size: 1.5em;
    text-align: center;
    line-height: 43px;
    width: 45px;
    cursor: pointer;
    height: 45px;
    float: right;
    margin-right: 15px;
}

div.user-tool:before
{
    content: '';
    background: url('/imgs/icons/ic_arrow.png') center no-repeat;
    background-size: cover;
    position: absolute;
    width: 10px;
    height: 10px;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
}

div.profile
{
    position: absolute;
    min-width: 400px;
    width: 100%;
    background: var(--white);
    right: 0;
    top: 20px;
    border-radius: 5px;
    color: var(--text-color);
    font-size: 0.7em !important;
    font-weight: normal !important;
    cursor: auto;
    z-index: 99;
    text-align: left;
    display: none;
}

div.profile div.header
{
    background: var(--primary-color) url('/imgs/header-bg.jpg')  no-repeat;
    background-size: cover;
    color: var(--white);
    border-radius: 5px 5px 0 0;
    padding: 10px;
}

div.profile div.circle-profile
{
    border-radius: 50%;
    background: var(--white);
    color: var(--primary-color);
    font-weight: bold;
    font-size: 1.6em;
    text-align: center;
    width: 50px;
    height: 50px;
}

div.profile ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}

div.profile ul li
{
    display: block;
}

div.profile ul li a, div.profile ul li.mhead
{
    color: var(--text-color);
    display: block;
    padding: 0px 15px;
    text-decoration: none;
    line-height: 40px;
}

div.profile ul li.mhead
{
    font-weight: bolder;
}
a.logout
{
    background: var(--text-color);
    text-decoration: none;
    color: var(--white);
    padding: 5px 12px;
    border-radius: 25px;
    font-size: 0.8em;
}

div.white-rouded-box, div.white-box
{
    background: var(--white);
    border-radius: 35px;
    border: 1px solid var(--line-gray);
}

div.white-box
{
    border-radius: 5px;
}

ul.nav-section
{
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.nav-section li
{
    display: inline-block;
}

ul.nav-section li a
{
    display: block;
    padding: 8px 15px;
    background: transparent;
    color: var(--text-color);
    font-weight: 550;
    font-size: 1.2em;
    text-decoration: none;
    position: relative;
    z-index: 1;

}

ul.nav-section li a:before
{
    content: '';
    width: 10%;
    height: 10%;
    padding: 10px 15px;
    background: var(--primary-color);
    border-radius: 25px;
    z-index: -1;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    position: absolute;
    opacity: 0;
    transition: 0.2s;
}


ul.nav-section li a:hover
{
    color: var(--white);
}

ul.nav-section li a:hover:before
{
    width: 100%;
    height: 100%;
    opacity: 1;
}

table.main-table
{
    width: 100%;
    border-collapse: collapse;
    font-size: 0.9em;
}


table.main-table thead tr td
{
    font-weight: 700;
    color: var(--menu-text-color)
}

table.main-table thead tr td:first-child,
table.main-table thead tr td:nth-child(2)
{
    width: 30px;
}

table.main-table thead tr td, table.main-table tbody tr td
{
    text-align: left;
    padding: 10px;
}
table.main-table thead tr td
{
    padding-top: 0;
}

table.main-table tbody tr:not([class="nohover"]):hover, .ctxmenu
{
    background: var(--very-light-red);
}
table.main-table tbody tr:hover .more, .ctxmenu .more
{
    color: var(--secondary-color) !important;
    opacity: 1 !important;
}

table.main-table span.more
{
    font-size: 1.5em;
    color: var(--text-color);
    cursor: pointer;
    opacity: 0.2;
}

table.main-table img
{
    width: 30px;
    height: 30px;
}

span.status
{
    padding: 2px 5px;
    width: 70px;
    border-radius: 25px;
    color: var(--white);
    font-size: 0.9em;
    display: inline-block;
    text-align: center;
}

.green
{
    background: var(--green)
}

.gray
{
    background: var(--gray-dark)
}

ul.tbl-nav
{
    padding: 0;
    margin: 0;
    list-style: none;
    float: right;
}

ul.tbl-nav li
{
    display: inline-block;
}

ul.tbl-nav li a
{
    display: block;
    cursor: pointer;
    background: var(--line-gray);
    padding: 3px 10px;
    border-radius: 25px;
    font-size: 0.9em;
}

ul.tbl-nav li a:hover
{
    background: var(--primary-color);
    color: var(--white) !important;
}

span.views
{
    background: url('/imgs/icons/ic_views.png') center left no-repeat;
    background-size: 20px;
    padding: 3px 3px 3px 25px;
    font-weight: 600;
}


div.breadcum
{
    display: block;
    margin: 0 -10px;
}
div.breadcum a, div.breadcum strong
{
    padding: 5px 10px;
    position: relative;
}

div.breadcum a:after
{
    content: '»';
    right: -3px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

label.input
{
    display: block;
}

label.input > span
{
    display: block;
    font-size: 0.9em;
    margin-bottom: 3px;
}

label.input input, label.input textarea, label.input select
{
    border-radius: 3px;
    border: 1px solid var(--light-gray);
    padding: .375rem .75rem;
    width: 100%;
    font-size: 1em;
    resize: none;
}

label.input input[readonly],  label.input textarea[readonly] {
    background: var(--disabled);
    color: var(--light-gray);
    cursor: default !important;
}

img[disabled]
{
    filter: grayscale(100%);
    cursor: default !important;
}

label.input input:focus, label.input textarea:focus, label.input select:focus
{
    border: 1px solid var(--gray);
}

input.input, button.input
{
    border-radius: 3px;
    border: 0;
    background: var(--primary-color);
    padding: .375rem .75rem;
    color: var(--white);
    font-size: 1em;
    transition: .6s;
}

button.input img {
    display: none;
}

input.input:hover
{
    background: var(--secondary-color);
}

iframe#iframe-preview, div.iframe-wrapper
{
    background: var(--white);
    border: 1px solid var(--line-gray);
    width: 100%;
    max-width: 360px;
    height: 560px;
    position: relative;
}

div.iframe-wrapper
{
    border: 0;
}

.loading-inframe:before
{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: #ffffff8c;
    left: 0;
    top: 0;
    z-index: 9;
}
.loading-inframe:after
{
    content: 'Aplicando cambios';
    background: url('/imgs/icons/loading.gif') center left no-repeat;
    background-size: 25px;
    padding-left: 30px;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    font-weight: bold;
    z-index: 10;
}

div.icon-section
{
    border: 1px solid var(--light-gray);
    border-radius: 3px;
    position: relative;
    cursor: pointer;
    width: 35px;
    height: 35px;
}

div.icon-section:before
{
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 10px 10px;
    border-color: transparent transparent var(--gray);
    right: 0;
    bottom: 0;
    position: absolute;
}

div.icon-section:hover
{
    border: 1px solid var(--gray);
}

div.icon-section i
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.5em;
}

img.tbl-blank
{
    border-radius: 3px;
    width: 50px !important;
    height: 50px !important;
}

img.catalog-image-picker
{
    border-radius: 5px;
    cursor: pointer;
    /*width: 380px;*/
    height: 190px;
}

img.launcher-image-picker
{
    border-radius: 5px;
    cursor: pointer;
    width: 120px;
    height: 120px;
}

img.launcher-image-banner-picker
{
    border-radius: 5px;
    cursor: pointer;
    width: 240px;
    height: 120px;
}

img.launcher-image-picker,img.launcher-image-banner-picker
{
    border: 1px dashed #cd8380;
}

ul.categories-wrapper
{
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.categories-wrapper li
{
    display: inline-block;
    border-radius: 25px;
    background: var(--primary-color);
    position: relative;
    color: var(--white);
    padding: 2px 50px 2px 8px;
    font-size: 0.8em;
    margin: 0 10px 0 0;
}

ul.categories-wrapper li:not([class="info"]):before
{
    content: 'Quitar';
    position: absolute;
    right: 0;
    border-radius: 0 25px 25px 0;
    background: transparent;
    cursor: pointer;
    height: 100%;
    top: 0;
    font-size: 0.9em;
    padding: 3px 5px;
    border-left: 1px solid #bb3d45;
    transition: 0.5s;
}

ul.categories-wrapper li:not([class="info"]):hover:before
{
    background: var(--secondary-color);
}

ul.categories-wrapper li.info
{
    background: var(--very-light-gray);
    color: var(--text-color);
}

label.beuty-checkbox
{
    display: flex;
    align-items: center;
    margin: 0;
}

label.beuty-checkbox input
{
    display: none;
}

label.beuty-checkbox span
{
    border: 1px solid var(--light-gray);
    background: var(--light-gray);
    position: relative;
    border-radius: 3px;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px 0 0;
}

label.beuty-checkbox span:before
{
    content: '✓';
    position: absolute;
    color: var(--white);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    font-size: 1.5em;
}

label.beuty-checkbox p
{
    display: inline-block;
    margin: 0;
}

label.beuty-checkbox input:checked ~ span
{
    border: 1px solid var(--primary-color);
    background: var(--primary-color);
}
label.beuty-checkbox input:checked ~ span:before
{
    display: block;
}

div.saving, div.saved
{
    position: absolute;
    display: flex;
    align-items: center;
    top: 10px;
    right: 10px;
    font-size: 0.9em;
    visibility: hidden;
}

div.saving img, div.saved img
{
    width: 25px;
    height: 25px;
    margin-right: 5px;
}

img.ic_social
{
    display: block;
    width: 105px;
    height: 105px;
    border-radius: 5px;
}


div.topbar
{
    border-bottom: 1px solid var(--line-gray);
    background: var(--white);
    color: var(--text-color);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index:9;
}

div.main-container
{
    max-width: 1000px;
    width: 100%;
    margin: 100px auto;
}

div.main-container a
{
    color: var(--text-color);
    text-decoration: none;
}

a#addproject
{
    background: url('/imgs/icons/ic_add_project.png') center top no-repeat;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-size: 50px;
    text-align: center;
    padding-top: 54px;
    cursor: pointer;
}

div.min-h-200
{
    min-height: 228px;
    position: relative;
}

div.project-settings
{
    background: url('/imgs/icons/ic_setting.png') center no-repeat;
    background-size: contain;
    display: block;
    width: 20px;
    height: 20px;
    cursor: pointer;
    transition: 0.7s;
    opacity: 0.7;
}

div.project-settings:hover
{
    opacity: 1;
}

i.bubble
{
    width: 22px;
    line-height: 22px;
    background-color: var(--primary-color);
    color: #ffffff;
    border-radius: 50%;
    text-align: center;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .12);
}

div.bad_validation
{
    font-size: 0.7em;
    color: #b5000c;
    border: 1px solid #ffeaf2;
    border-radius: 4px;
    padding: 2px 4px;
    display: block;
    position: absolute;
    right:0;
}

img.ic_launcher
{
    border-radius: 5px;
    display: block;
    width: 100px;
    height: 100px;
    margin-top: 15px;
}

div.icon-wrapper
{
    width: 100%;
    height: 240px;
    overflow: auto;
}

div.icon-wrapper i
{
    font-size: 1.5em;
    width: 52px;
    line-height: 52px;
    /*padding: 15px;*/
    cursor: pointer;
    transition: 0.4s;
    text-align: center;
}

div.icon-wrapper i:hover
{
    background-color: var(--primary-color);
    color: #fff;
}

.no-available {
    padding: 20px 20px 20px 60px;
    text-align: center;
    background: var(--disabled) url('/imgs/icons/ic_disabled_blank.png') center left no-repeat;
    border: 1px solid var(--light-gray);
    font-style: italic;
    color: var(--gray);
    border-radius: 3px;
}

div.paginator
{
    display: block;
    width: 100%;
    margin: 10px 0;
}

div.paginator strong, div.paginator a
{
    display: inline-block;
    padding: 3px 6px;
    border: 1px solid var(--line-gray);
    font-size: 0.6em;
    border-radius: 3px;
    color: var(--text-color);
    margin: 0 5px 0 0;
}
div.paginator strong
{
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: var(--white);
}

span.mini-tag, span.type-field
{
    display: block;
    font-size: 0.7em;
    color: var(--gray);
}

span.type-field
{
    font-size: 1em;
}

img.type-field
{
    width: 50px;
    height: 50px;
}

div.fields-wrapper
{
    border: 1px dashed var(--gray);
    padding: 10px;
    border-radius: 3px;
    overflow: hidden;
}

div.delete_field
{
    color: var(--primary-color);
    font-weight: bold;
    position: absolute;
    cursor: pointer;
    top: 5px;
    right:5px;
}

div.draggable
{
    cursor: move;
    width: 100%;
    float: left;
}

table.tbloptions
{
    border-collapse: collapse;
    padding: 0;
    width: 60%;
    margin: 0 auto;
}
table.tbloptions th, table.tbloptions td
{
    text-align: left;
    padding: 5px;
}

table.tbloptions tbody tr
{
    transition: 0.3s;
}

table.tbloptions tbody tr:hover
{
    background: var(--very-light-red);
}


div.options-wrapper
{
    border-top: 1px solid var(--line-gray);
    border-bottom: 1px solid var(--line-gray);
    padding: 15px 0;
    margin: 0 -10px;
    background: #fafafa;
    display: none;
    max-height: 200px;
    overflow-y: scroll;
}

td.no-options
{
    text-align: center !important;
    font-size: 0.8em;
    font-style: italic;
    color: var(--gray);
    padding: 15px !important;
}

ul.beauty-parent
{
    background: var(--white);
    position: absolute;
    list-style: none;
    padding: 0;
    margin: 0;
    max-height: 250px;
    border: 1px solid var(--line-gray);
    border-radius: 3px;
    z-index: 99999999;
}

ul.beauty-parent li
{
    display: block;
    border-bottom: 1px solid var(--disabled);
}

ul.beauty-parent li span
{
    padding: 10px;
    display: block;
    cursor: pointer;
}


ul.beauty-parent li span:not([class="disable-option"]):hover
{
    background-color: var(--very-light-red);
}

.disable-option
{
    color: var(--gray);
}

a.projects
{
    background: url('/imgs/icons/ic_projects.png') center no-repeat;
    width: 25px;
    height: 25px;
    display: block;
    background-size: contain;
    position: relative;
}

a.projects:hover span
{
    display: block;
}

a.projects span
{
    position: absolute;
    white-space: nowrap;
    background: var(--primary-color);
    color: var(--white);
    padding: 3px 8px;
    font-size: 0.7em;
    border-radius: 3px;
    left: 140%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
    display: none;
}

a.projects span:before
{
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    border-width: 5px 10px 5px 0;
    border-color: transparent var(--primary-color) transparent
}

div.notdata
{
    text-align: center;
    padding: 20px;
    color: var(--gray);
}

div.primary {
    text-align: center;
    color: var(--white);
    padding: 3px 6px;
    border-radius: 3px;
    display: inline-block;
    font-size: 0.9em;
}

h2.project-title
{
    font-size: 1.5em;
    margin: 0;
}

ul.project-menu
{
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.project-menu li
{
    display: inline-block;
    font-size: 0.8em;
    margin-right: 3px;
}

ul.project-menu li a
{
    display: block;
    background: var(--text-color);
    text-decoration: none;
    color: var(--white);
    border-radius: 25px;
    padding: 4px 10px;
}

ul.project-menu li a:hover, a.pj-active
{
    background: var(--primary-color) !important;
}

.w-60
{
    width: 60%;
}

div[tab]
{
    display: none;
}

.circle {

    background: var(--primary-color);
    border-radius: 50%;
    width: 100px;
    height: 100px;
    color: var(--white);
    text-align: center;
    font-size: 3em;
    padding: 15px;
    font-weight: bold;

}

div.line-on-tbl
{
    height: 1px;
    background: var(--disabled);
}

label.typeSections
{
    width: 100%;
    display: block;
    text-align: center;
    cursor: pointer;
    position: relative;
    height: 100%;
}

label.typeSections div.holder
{
    background: var(--very-light-red);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left:0;
    border-radius: 10px;
    display: none;
}

label.typeSections:hover div.holder
{
    display: block;
    z-index:1;
}

label.typeSections span, label.typeSections p
{
    position: relative;
    z-index: 2;
}

label.typeSections input
{
    display: none;
}

label.typeSections span
{
    font-weight: bold;
    display: block;
}

label.typeSections input:checked ~ div.holder
{
    border: 1px solid var(--light-primary-color);
    display: block;
}

label.column-style
{
    width: 100%;
    max-width: 260px;
    padding: 10px;
    border: 1px solid transparent;
    display: block;
    position: relative;
}

label.column-style input
{
    display: none;
}

label.column-style div.holder
{
    background: var(--very-light-red);
    border-radius: 10px;
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}

label.column-style img
{
    display: block;
    margin: 0 auto;
    border-radius: 5px;
    width: 60%;
}
label.column-style span, label.column-style img, label.column-style p
{
    z-index: 2;
    position: relative;
}
label.column-style input:checked ~ div.holder
{
    border: 1px solid var(--light-primary-color);
}

label.column-style input:checked ~ div.holder, label.column-style:hover div.holder
{
    display: block;
}

label.mode
{
    width: 100px;
    height: 175px;
    position: relative;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    float: left;
    margin: 0px 6px;
}

label.mode input
{
    position: absolute;
    left: 0%;
    bottom: 3px;
}

label.dark
{
    background-image: url('/imgs/darkmode.png');
}

label.light
{
    background-image: url('/imgs/lightmode.png');
}

label.mode small
{
    font-size: 75%;
    position: absolute;
    bottom: 0%;
    left: 0%;
    width: 100%;
    padding: 0px 10px;
    text-align: center;
}

div.is_demo_mode
{
    background-color: #f2eeee;
    padding: 4px;
    margin: 1rem -1rem -1rem -1rem;
}

/*  ============ SWITCH ============ */

label.switch input
{
    display: none;
}

label.switch small
{
    background-color: #FFFFFF;
    width: 2.125em;
    height: 1.25em;
    border-radius: 1.375em;
    border: 0.0625em solid rgba(229,229,229,1);
    position: relative;
    overflow: hidden;
    display: block;
}

label.switch small:before
{
    content: "";
    background-color: #FFFFFF;
    width: 1.125em;
    height: 1.125em;
    border-radius: 50%;
    box-shadow: rgba(133, 133, 133, 0.6) 0.125em 0.125em 0.125em;
    position: absolute;
    left: 0em;
    top: 0em;
    z-index: 1;
    display: block;
    transition: 0.5s all
}

label.switch input:checked + small
{
    background-color: var(--primary-color);
}

label.switch input:checked + small:before
{
    left: 0.875em;
}
