/* TANGORA CSS */
.ts-panel { display:flex; }
.ts-panel > * { flex:var(--ts-panelbox-flex, 1 1 auto); margin:var(--ts-panelbox-margin, 0px); padding:var(--ts-panelbox-padding, 0px); border-top:var(--ts-panelbox-bordertop, none); border-right:var(--ts-panelbox-borderright, none); border-bottom:var(--ts-panelbox-borderbottom, none); border-left:var(--ts-panelbox-borderleft, none) }
/* RESOURCE #18 BEGIN */
div.dialog.open
{
    background-color: rgba(0, 0, 0, 0.5);
}

div.dialog-box
{
    font-size: 1rem;
    font-family: inherit;
    line-height: 1.5;
    box-shadow: none;
}

div.dialog-box input[type="checkbox"]
{
    display: none
}

div.dialog-box input[type="checkbox"]+label
{
    cursor: pointer;
    user-select: none;
    padding-left: 3.5em;
    position: relative;
    display: block;
    outline: 0;
    font-size: 1rem;
    padding-top: 0.2em;
    margin: 0
}

div.dialog-box input[type="checkbox"]+label::before
{
    position: absolute;
    top: 2px;
    left: 0;
    content: '';
    display: block;
    z-index: 1;
    border: none;
    background: #f2f2f2;
    width: 3em;
    height: 1.4em;
    border-radius: 2.8em;
}

div.dialog-box input[type="checkbox"]+label:hover::before
{
    background: #d9d9d9;
}

div.dialog-box input[type="checkbox"]+label::after
{
    background: #fff linear-gradient(transparent,rgba(0,0,0,.05));
    position: absolute;
    content: '';
    opacity: 1;
    z-index: 2;
    border: none;
    box-shadow: 0 1px 2px 0 rgba(34,36,38,.15),0 0 0 1px rgba(34,36,38,.15) inset;
    width: 1.4em;
    height: 1.4em;
    top: 2px;
    border-radius: 2.8em;
    -webkit-transition: background .3s ease,left .3s ease;
    transition: background .3s ease,left .3s ease;
    left: 0;
    box-shadow: 0 1px 2px 0 rgba(34,36,38,.15),0 0 0 1px rgba(34,36,38,.15) inset
}

div.dialog-box input[type="checkbox"]:checked+label::after
{
    left: 1.6em;
    left: calc(1.6em + 3px)
}

div.dialog-box input[type="checkbox"]:checked+label::before
{
    background-color: #000000
}

div.dialog-box input[type="checkbox"][disabled]:checked+label::before
{
    background-color: #00000080
}

button.dialog-button
{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    padding: 14px;
    text-transform: uppercase;
    font-size: 0.9rem;
    font-weight: 300;
    font-family: inherit;
    color: #000000;
    border: 1px solid #000000;
    border-radius: 5px;
    box-shadow: 0px 3px 8px #0000000D
}

button.dialog-button:HOVER
{
    background: #000000;
    color: #fff;
    border: 1px solid #000000
}

button.dialog-button:disabled
{
    border: 1px solid #d9d9d9;
    color: #d9d9d9;
}

button.dialog-button:disabled:HOVER
{
    background: #ffffff;
    color: #d9d9d9;
    border: 1px solid #d9d9d9;
}
/* RESOURCE #18 END */
