.yuzdeSpan{font-size:56px}
.hidden{display:none!important}
table td, table th {vertical-align:center !important;}
span.error{font-size:13px;font-weight:bold;color:red;}

.pageDisabled{
    position:absolute;
    top:0;
    left:0;
    width:100vw;
    height:100%;
    z-index:9999;
}

.pageDisabled .blur{
    position:absolute;
    width:100vw;
    height:100%;
    backdrop-filter:blur(8px);
    z-index:1;
}

.pageDisabled .msg{
    position:absolute;
    z-index:2;
    display:flex;
    align-items:center;
    justify-content:center;
    width:100vw;
    min-height:100vh;
}

nav {
    z-index:99999;
}

form.user label{
    float:left;
    margin-top:20px;
}

.msg h2{
    text-align:center;
}

[data-tooltip] {
    position: relative;
    padding: 4px;
}
/* Tooltip styling */
[data-tooltip]:before {
    content: attr(data-tooltip);
    display: none;
    position: absolute;
    background: #000;
    color: #fff;
    padding: 4px 8px;
    font-size: 14px;
    line-height: 1.4;
    min-width: 100px;
    text-align: center;
    border-radius: 4px;
    left: 50%;
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 100%;
    margin-bottom: 6px;
}
[data-tooltip]:hover:before {
    display: block;
    z-index: 50;
}

#fileselect{
    display:block;
    padding:10px;
    border:solid 1px;
    border-radius:4px;
    width:auto;
    text-decoration:none;
    margin-top:50px;
    
}

table.table-sortable tbody tr:hover , #menu-list li a:hover{
    cursor:move;
}

.btn-onoff {
    color: #fff !important;
    background-color: #454545 !important;
    border-color: #454545 !important;
}

.btn-on{
    background-color: #08b116 !important;
    border-color: #08b116 !important;
}

.licence b{
    color:red;
}

.swal2-popup .swal2-styled.swal2-confirm {
    background-color: #15af12 !important;
}

input.color-picker{
    border: none;
    padding: 0;
    margin: 0;
    width: 38px;
    height: 38px;
    outline: none;
    float: left;
    box-sizing: border-box;
    margin-right: 3px;
}

.color-picker-value {
    border: 1px solid #d1d3e2;
    width: 65px;
    display: inline-block;
    height: 38px;
    font-size: 0.8rem;
}

span.coverPreview{
    display: flex;
    flex-direction:column;
    color: #fff;
    text-decoration: none;
    font-size: 1.2rem;
    background: #a1daff;
    text-transform: uppercase;
    font-weight: bold;
    width: 170px;
    height: 100px;
    border-radius: 15px;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-shadow: 1px 1px 10px #000, 1px 1px 15px rgba(0,0,0,.9), 1px 1px 20px rgba(0,0,0,.8), 1px 1px 30px rgba(0,0,0,.6);
    box-shadow: 0 0 5px rgba(0,0,0,.8);
    background-size: cover !important;
    background-position:center !important;
    position:relative;
    overflow:hidden;
    z-index:1;
}

span.coverPreview.medium{
    width:340px;
}

span.coverPreview.large{
    width:340px;
    height:200px;
}

span.coverPreview:after {
    content: '';
    position: absolute;
    background: rgba(0,0,0,.35);
    width: 100%;
    height: 100%;
    z-index: -1;
}

span.coverPreview i{
    font-size:.8rem;
}


a.remove-image-btn{
    position:absolute;
    top:1rem;
    right:1rem;
}





/* Large desktop */
@media (min-width: 1200px) {  }
 
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {  }
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {  }
 
/* Landscape phones and down */
@media (max-width: 480px) { 
    .chart-area{
        min-height: 250px;
    }
 }