﻿@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans&display=swap');

.cms-login .card {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.7), 0 1px 3px rgba(0, 0, 0, 0.3);
  margin-bottom: 1rem;
}

.cms-design-box
{
    border: 1px solid blue;
}

.cms-box-title,
.cms-box-title-addmod,
.cms-box-title-delmod,
.cms-box-title-page {
    padding: 2px;
    margin-right: -7.5px;
    margin-left: -7.5px;
}

.cms-design-box .row
{
    min-height:30px;
    padding-top:5px;
    padding-bottom: 5px;
}

.cms-design-box .cms-mod {
    min-height: 20px;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    border: 1px dashed red;
    overflow: hidden;
}

.cms-order-handle:hover
{
    cursor:move;
}

.cms-mod:hover
{
    cursor:move;
}

.ui-droppable-hover 
{
    background-color: rgba(0,128,255,0.3);
}

.nav-sidebar ul.nav-treeview {
    padding-left: 0.5rem;
}

.w-25 {
    width: 25% !important;
}

.w-30 {
    width: 30% !important;
}

.w-40 {
    width: 40% !important;
}

.cms-login {
    height: 100vh;
    padding-top: 100px;
}

.cms-login .card-header
{
    font-size:1.5rem;
    font-family: "Merriweather";
}

.table {
    border-top: 1px solid #888;
    border-bottom: 1px solid #888;
}

.table thead tr {
    background-color: #ddd;
}

.table thead tr th {
    border-bottom: 1px solid #888;
}

.cms-page-header {
    font-size: 1.5rem;
}

.cms-menu-header {
    background-color: #ddd;
}

.cms-dashboard-card ul {
    list-style: none;
    padding-left: 0;
}

.cms-dashboard-card ul a {
    color:#333;
}

.most-view-admin a {
    color: #222;
    white-space: nowrap;
    overflow:hidden;
    display:inline-block;
    width:350px;
}

.most-view-admin table {
    border-bottom:none;
}


.toast {
    position: absolute; 
    top: 0; 
    right: 0;
}

.main-footer{
    padding:0.3rem;
}

#images-preview img {
    height:60px;
    width:auto;
    margin-right:5px;
}

ul.gallery-images {
    list-style: none;
    padding: 0px;
}

ul.gallery-images li {
    float:left;
    margin:5px;
    background-color:white;
    width:150px;
}

ul.gallery-images li figure {
    margin-bottom:0px;
    position: relative;
}

ul.gallery-images img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

ul.gallery-images li div {
    overflow:hidden;
    white-space: nowrap;
    padding:0px 5px;
}

ul.gallery-images input{
    position: absolute; 
    top: 3px; 
    left: 3px;
}

.waiting-icon {
    text-align:center;
}

.w-30 {
    width: 30% !important;
}

.w-35 {
    width: 35% !important;
}

.w-40 {
    width: 40% !important;
}

.text-white-70 {
    color: rgba(255, 255, 255, 0.7) !important;
}

.text-white-85 {
    color: rgba(255, 255, 255, 0.85) !important;
}

.select2-container--bootstrap4 .select2-results > .select2-results__options {
    max-height: 25em;
}

.select2-dropdown {
    background-color: #eee;
}

.disabled-div {
    opacity: 0.9;
    cursor:wait;
}

@media (max-width: 699px) {
    .form-group {
        margin-bottom:0.5rem;
    }
}

@media (min-width: 992px) {
    .sidebar-mini .nav-sidebar, 
    .sidebar-mini .nav-sidebar .nav-link, 
    .sidebar-mini .nav-sidebar > .nav-header {
        /*overflow: visible;*/
    }

    .pagination-top, .pagination-bottom {
        position: relative;
    }

    .pagination-top .pagination{
        position: absolute;
        bottom:100%;
        right:0;
    }

    .pagination-bottom .pagination {
        position: absolute;
        top: 100%;
        right: 0;
    }

    label.label-two-line {
        line-height: 1.2;
        padding-top: 0;
        padding-bottom: 0;
    }
}

