﻿body, .modal-content {
    background: #963D74;/*D32690;*/
    color: white;
    border-radius: 0;
}

*::-webkit-input-placeholder {
    color: white;
}

*:-moz-placeholder {
    /* FF 4-18 */
    color: white;
    opacity: 1;
}

*::-moz-placeholder {
    /* FF 19+ */
    color: white;
    opacity: 1;
}

*:-ms-input-placeholder {
    /* IE 10+ */
    color: white;
}

*::-ms-input-placeholder {
    /* Microsoft Edge */
    color: white;
}

*::placeholder {
    /* modern browser */
    color: white;
}

.modal-header,.modal-footer {
    background-color: rgba(0,0,0,.15);
    border:none;
}

.modal-header small {
    margin-left:8px;
}

.ele-list .table-wrap {
    border-radius: 32px;
    overflow:hidden;
    width:100%;

}

.ele-list .search {
    width:200px;
}

.ele-list .link {
    text-decoration: underline;
    margin-left: 8px;    
}

.ele-list .pager {
    margin-left:8px;    
}

.ele-list td {
    padding:4px;
}

.ele-list th:hover {
    background-color: rgba(0,0,0,.15);
    cursor: pointer;
}

.ele-list th {
    background-color: rgba(255,255,255,.05);
    padding: 8px;
    border-bottom: solid 1px rgba(0,0,0,.15);    
}

.ele-list tbody tr:not(.body-footer):not(.row-sticky):nth-child(odd) {
    background-color: rgba(0,0,0,.05)!important;    
}

.ele-list tbody tr:not(.body-footer):hover {
    background-color: rgba(0,0,0,.15);
    cursor: pointer;
}

.ele-list table {
    width:100%;
    margin-bottom:16px;    
}

.ele-list .body-footer {
    background-color: rgba(0,0,0,.15);
    border-top:solid 2px white;
    font-size:21px;
    font-weight:bold;
}

.ele-list .body-footer td {
    padding:8px;
}

.inline {
    display:inline-block;
    width:auto;
}

.ele-nav {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    text-align: center;
    height: 100%;
    min-height: 788px;    
}

.ele-nav ul {
    list-style-type:none;
    text-align:left;    
    padding:16px;
}

.ele-nav li a {
    display:block;
}

small {
    background-color: rgba(0,0,0,.15);
    display:inline-block;
    padding:4px;
    border-radius:16px;    
    padding-left:8px;
    padding-right:8px;
}

.tab-strip {
    background-color: rgba(0,0,0,.15);
    padding: 8px;
    border-radius: 21px;
}

.tab-strip2 {    
    background-color: rgba(255,255,255,.00);
    padding: 8px;
    border-radius: 21px;
}

.i-data {
    background-color: rgba(0,0,0,.15);
    border-radius: 21px;
    padding: 10px;
    margin-bottom: 2px;
}

.i-data a {
    margin-top:0;
}

h3 {
    font-size:21px;
    margin:0;
}

h4 {
    font-size:17px;
    margin:0;
    transform:translateY(10px);
}

.tab-a {
    padding-right: 8px;
    padding-left: 8px;
    background:rgba(255,255,255,.09);
    border-radius:16px;
    margin:4px;
    border:solid .5px transparent;
    padding-bottom:2px;
}

    .tab-a.active {
        background-color: white;
        color: #9B477B!important;
        text-decoration: none;
    }
    .tab-a:hover:not(.active) {
        text-decoration: none;
        background: rgba(255,255,255,.15);
        border-color: rgba(255,255,255,.15);
    }
.tab-kid {
    margin:8px;
}

.vbtnd {
    background-color: rgba(0,0,0,.15);
    display: inline-block;
    border-radius: 16px;
    padding-left: 8px;
    padding-right: 8px;
    line-height: 21px;
    margin: 4px;
    border: solid 2px rgba(0,0,0,.3);
    
}

.vbtnd i {
    color: red !important;
}

.vbtnt {
    background-color: rgba(0,0,0,0);
    display: inline-block;
    border-radius: 16px;
    padding-left: 8px;
    padding-right: 8px;
    line-height: 21px;
    margin: 4px;
    border: solid 2px transparent;
    color: white;
}

.vbtn {
    background-color: rgba(0,0,0,.15);
    display: inline-block;
    border-radius: 16px;
    padding-left: 8px;
    padding-right: 8px;
    line-height: 21px;
    margin: 4px;
    border: solid 2px transparent;
    color:white;
}

.vbtn:hover,.vbtnd:hover,.vbtnt:hover {
    border:solid 2px rgba(255,255,255,.5);
    text-decoration:none;
    cursor:pointer;
}

.ele-nav .logout {
    text-decoration: underline;
    display: block;
    margin-bottom: 16px;
}
.ele-nav ul:last-of-type {
    position: absolute;
    bottom: 0;
    right:0;
    left:0;
}
a {
    outline:0;
}
.ele-nav li {
    border-radius: 32px;
    border: solid 2px transparent;
    margin-top:2px;
}
.ele-nav li.active {
    background-color: white;
    border: solid 2px white;
}

.ele-nav li.active a {
    color: #9B477B !important
}
.ele-nav li:not(.active):hover {
    background-color: rgba(0,0,0,.15);    
    border:solid 2px white;
}

.ele-nav .logo {
    width:168px;
    background:white;
    margin:16px;
    height:168px;
    border-radius:50%;    
    position:relative;
    border:solid 10px rgba(0,0,0,.15);
}

.ele-nav .logo img {
    width: 100%;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;    
    padding:3px;
}

.ele-nav span {
    display:inline-block;
    transform:translateY(-4px);
}

.ele-nav i {
    font-size: 21px;
    width: 37px;
    height: 37px;
    border: solid 3px rgba(0,0,0,.15);
    background: white;
    color: #9B477B;
    border-radius: 50%;
    text-align: center;
    line-height: 35px;
    margin: 4px;
}

.ele-nav li.active i {
    border: solid 3px #9B477B;
}

.content {
    margin-left: 200px;
    padding: 16px;    
}

input.form-control, select.form-control, textarea.form-control,.fake-input {
    background-color: rgba(0,0,0,.15) !important;
    color: white !important;
    border-radius: 0 !important;
    border: none !important;
    border-bottom: solid 2px white !important;
    outline: none !important;
    box-shadow: none !important;
}
    input.form-control:focus, select.form-control:focus, textarea.form-control:focus {
        background-color: #9B477B !important;
        color: white !important;
    }
input.form-control::placeholder {
    color: white !important;
}
a {
    color:white!important;
}

select.form-control {
    -moz-appearance: window;
    -webkit-appearance: none;
}

.mt-8 {
    margin-top:8px;
}

.wfull {
    width:100%;
}
.w200 {
    width:200px;
}
td.no-data {
    font-size: 21px;
    background-color: rgba(0,0,0,.15);
    color: white;
    text-align: center;
    padding:32px;
}
.block {
    display:block;
}
.no-display {
    display:none;
}

.dropdown-menu {
    padding:8px;
}

    .dropdown-menu a {
        color: #9B477B!important;
    }

.alt,.alt a {
    color: #A3B5D2!important;
}

.p-30 {
    padding:30px;
}

.sel {
    width:1px;
}

.ele-list td.sel input {
    transform:translate(4px,4px);
}

.ele-list .header .right {
    height:38px;
}

.vbtn:disabled {
    opacity:.5;
    border-color:transparent!important;
    cursor:not-allowed;
}

.ele-subnav li.active {
    background-color:rgba(0,0,0,.15);
}

.ele-subnav {    
    border-right:solid 1px rgba(0,0,0,.15);
    padding-right:8px;
}

.ele-subnav li {
    padding:8px;
    border-radius:16px;
}

.ele-basket table {
    width:100%;
}

.ele-basket .p-line td:first-of-type {
    padding:8px;
}

.ele-basket .p-line td:not(:first-of-type) {
    width:1px;
    text-align:right;
}

.modal-footer {
    display:block;
    text-align:right;
}

.popover {
    top:-100px;
}

.dropzone {
    background:transparent;
    height:100px;
    padding:0px 0px;
}

.dz-message {
    padding:27px 27px;
}

input.form-control.err, select.form-control.err, textarea.form-control.err {
    border-bottom-color: red !important;
}

.form-control[readonly]:not(.flatpickr-input) {
    opacity:0.5!important;
}

input.form-control {
    height:auto;
}

.m-8 {
    margin:8px;
}

.media-browser .item {
    display:inline-block;
    width:100px;
    height:100px;
    background-size:contain;
    background-position:center center;
    background-color:white;
    border-radius:5px;
    background-repeat:no-repeat;
    margin:8px;
}

.row-sticky {
    background:rgba(255,255,255,.15);
}

.row-sticky:nth-child(odd) {
    background: rgba(255,255,255,.18);
}

.dropdown-menu a {
    display:block;
    padding:4px;
}

.dropdown-menu a:hover {
    cursor:pointer;
    background:rgba(0,0,0,.15);
}

.inp-group .custom-checkbox {
    margin:6px;
}

.pge-noauth, .pge-404, .pge-login {
    padding: 100px;
    text-align: center;
}

.pge-login .logo {
    width: 220px;
    background: white;
    margin: 16px;
    height: 220px;
    border-radius: 50%;
    position: relative;
    border: solid 10px rgba(0,0,0,.15);    
}

.pge-login .logo img {
    width: 100%;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    padding:4px;
}

.vbtnw {
    background-color: #fff;
    border-radius: 16px;
    padding-left: 8px;
    padding-right: 8px;
    line-height: 21px;
    margin: 4px;
    border: solid 2px transparent;
    color: #963D74!important;
}

    .vbtnw:hover {
        border: solid 2px #9B477B;
        text-decoration: none;
        cursor: pointer;
    }

.ele-dropdown .dropdown-menu a {
    color:#333!important;    
    text-decoration:none;
}

.dropdown-large .dropdown-menu {
    min-width: 20rem;
}

#lod input:first-of-type {
    margin-bottom:16px;
}

.p-8 {
    padding:8px;
}

.login-info {
    max-width:200px;
    white-space:nowrap;
    overflow:hidden;
}

.ele-subnav li {
    list-style-type:none;
}

.ele-subnav ul {
    padding:0;
}

.bask-empty {
    padding:32px;
    text-align:center;
    background:rgba(0,0,0,.05);
}

.info-text {
    padding: 6px;
    background: rgba(0,0,0,.05);
    border-top:solid .5px rgba(255,255,255,.5);
}

a {
    white-space:nowrap;
}

.tab-a {
    display:inline-block;
    margin:2px;
}

.ele-dropdown .dropdown-menu div {
    margin:8px;
}

.ele-dropdown .dropdown-menu a {
    margin: 8px;
}

.underline {
    text-decoration:underline!important;
}

.w100 {
    width:100%;
}

.w1 {
    width:1px;
}

.vbtn-dock {
    border: none;
    outline: none;
    background: white;
    display: inline-block;
    line-height: 28px;
    padding: 5px;
    color: #9B477B!important;
    cursor:pointer;
}
.vbtn-dock:hover {
    opacity:.9;
}
.no-cspace {
   border-spacing:0;
}
.no-cspace td {
    padding:0;
}
.mb-16 {
    margin-bottom:16px;
}

.m0 {
    margin:0;
}

.p-16 {
    padding:16px;
}

.tag {
    padding:0;
    padding-left:4px;
    padding-right:4px;
    padding-bottom:2px;
}

.quick-bar {
    background-color: rgba(255,255,255,.05);    
    border: solid 1px rgba(0,0,0,.15);
    padding-top:8px;
    padding-bottom:8px;
}