﻿#ThemesModal .modal-header {
    padding-left: 30px;
    padding-right: 30px;
}

#ThemesModal .modal-title {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: -0.5px;
}

/*#ThemesModal .modal-dialog {
    width: 340px;
}*/

#ThemesModal .modal-body {
    overflow-y: scroll;
}

.themes-listing {
}

.theme-type {
}

    .theme-type .type-name {
        font-size: 14px;
        font-weight: bold;
        letter-spacing: -0.35px;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .theme-type .type-entry {
        height: 38px;
        border: 1px solid;
        margin-bottom: 12px;
        padding: 6px 0;
        cursor: pointer;
    }

.type-entry .color-box {
    width: 26px;
    height: 24px;
    margin-left: 8px;
    float: left;
}

.type-entry .color-name {
    font-size: 14px;
    letter-spacing: -0.35px;
    float: left;
    margin-left: 18px;
    line-height: 22px;
}


/*--------------------------------------------------
    Icons Theme
  --------------------------------------------------*/

.type-entry > div:first-child {
    background-position: center;
    background-repeat: no-repeat;
}

.type-entry > div.ligh {
    background-image: url(../img/theme-preview-icon/light.svg);
}

.type-entry > div.dark {
    background-image: url(../img/theme-preview-icon/dark.svg);
}

.type-entry > div.contrast {
    background-image: url(../img/theme-preview-icon/contrast.svg);
}

.type-entry > div.carmine {
    background-image: url(../img/theme-preview-icon/carmine.svg);
}

.type-entry > div.darkmoon {
    background-image: url(../img/theme-preview-icon/darkmoon.svg);
}

.type-entry > div.softblue {
    background-image: url(../img/theme-preview-icon/softblue.svg);
}

.type-entry > div.darkviolet {
    background-image: url(../img/theme-preview-icon/darkviolet.svg);
}

.type-entry > div.greenmist {
    background-image: url(../img/theme-preview-icon/greenmist.svg);
}



.type-entry > div.light-compact {
    background-image: url(../img/theme-preview-icon/light.compact.svg);
}

.type-entry > div.dark-compact {
    background-image: url(../img/theme-preview-icon/dark.compact.svg);
}

.type-entry > div.contrast-compact {
    background-image: url(../img/theme-preview-icon/contrast.compact.svg);
}



.type-entry > div.material-blue-light {
    background-image: url(../img/theme-preview-icon/material.blue.light.svg);
}

.type-entry > div.material-blue-dark {
    background-image: url(../img/theme-preview-icon/material.blue.dark.svg);
}

.type-entry > div.material-lime-light {
    background-image: url(../img/theme-preview-icon/material.lime.light.svg);
}

.type-entry > div.material-lime-dark {
    background-image: url(../img/theme-preview-icon/material.lime.dark.svg);
}

.type-entry > div.material-orange-light {
    background-image: url(../img/theme-preview-icon/material.orange.light.svg);
}

.type-entry > div.material-orange-dark {
    background-image: url(../img/theme-preview-icon/material.orange.dark.svg);
}

.type-entry > div.material-purple-light {
    background-image: url(../img/theme-preview-icon/material.purple.light.svg);
}

.type-entry > div.material-purple-dark {
    background-image: url(../img/theme-preview-icon/material.purple.dark.svg);
}

.type-entry > div.material-teal-light {
    background-image: url(../img/theme-preview-icon/material.teal.light.svg);
}

.type-entry > div.material-teal-dark {
    background-image: url(../img/theme-preview-icon/material.teal.dark.svg);
}


.type-entry > div.material-blue-light-compact {
    background-image: url(../img/theme-preview-icon/material.blue.light.compact.svg);
}

.type-entry > div.material-blue-dark-compact {
    background-image: url(../img/theme-preview-icon/material.blue.dark.compact.svg);
}

.type-entry > div.material-lime-light-compact {
    background-image: url(../img/theme-preview-icon/material.lime.light.compact.svg);
}

.type-entry > div.material-lime-dark-compact {
    background-image: url(../img/theme-preview-icon/material.lime.dark.compact.svg);
}

.type-entry > div.material-orange-light-compact {
    background-image: url(../img/theme-preview-icon/material.orange.light.compact.svg);
}

.type-entry > div.material-orange-dark-compact {
    background-image: url(../img/theme-preview-icon/material.orange.dark.compact.svg);
}

.type-entry > div.material-purple-light-compact {
    background-image: url(../img/theme-preview-icon/material.purple.light.compact.svg);
}

.type-entry > div.material-purple-dark-compact {
    background-image: url(../img/theme-preview-icon/material.purple.dark.compact.svg);
}

.type-entry > div.material-teal-light-compact {
    background-image: url(../img/theme-preview-icon/material.teal.light.compact.svg);
}

.type-entry > div.material-teal-dark-compact {
    background-image: url(../img/theme-preview-icon/material.teal.dark.compact.svg);
}

/*--------------------------------------------------*/

