﻿html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

a:hover {
    text-decoration: underline !important;
}

a.nav-link:hover {
    text-decoration: none !important;
}

.nav-link:hover > .sidebar-text {
    text-decoration: underline !important;
}

.nav-item.logo {
    padding: 0px 0px !important;
}

/* Password Rule Css */
.validPassword {
    color: green;
}

    .validPassword:before {
        position: relative;
        left: -35px;
        content: "✔";
    }

.invalidPassword {
    color: red;
}

    .invalidPassword:before {
        position: relative;
        left: -35px;
        content: "✖";
    }


/* Media Uploads
----------------------------------------------------------------------------------------------------*/
.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 5px;
    line-height: 1.42857143;
    background-color: #ffffff;
    border: 1px solid #ecf0f1;
    border-radius: 4px;
    -webkit-transition: border 0.2s ease-in-out;
    -o-transition: border 0.2s ease-in-out;
    transition: border 0.2s ease-in-out;
    border-color: #dde4e6;
    width: 90%;
    margin: 0px auto
}

    .thumbnail.active,
    .thumbnail:focus,
    .thumbnail:hover {
        border-color: #337ab7;
    }

.col-media-item,
.col-media-image-item,
.col-uploaded-item {
    position: relative;
}

.col-uploaded-item {
    cursor: pointer;
}

.col-media-image-item {
    background: #ededed;
}

.col-media-item {
    /*padding-top: 10px;
    padding-bottom: 10px;*/
    background: #ededed;
}

.col-media-icon {
    /*padding-top: 30px;*/
}

.col-media-download,
.col-media-delete,
.col-media-edit,
.col-media-selected {
    position: absolute;
    z-index: 100;
    top: 0;
    padding: 2px 8px;
    cursor: pointer;
}

    .col-media-download i,
    .col-media-delete i,
    .col-media-selected {
        color: #fff;
    }

.col-media-delete {
    right: 0;
    background: #ff0000 !important;
}

.col-media-download,
.col-media-edit,
.col-media-selected {
    left: 0;
    background: #1f2937 !important;
    cursor: pointer;
}

.col-media-details {
    line-height: 1;
}

.col-media-active .thumbnail {
    border-color: #5cb85c;
    background-color: #5cb85c;
}


.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.img-rounded {
    border-radius: 6px;
}

.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    max-height: 130px;
    width: 98%;
    height: 100%;
    object-fit: contain;
}

.pdf-responsive, .file-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    max-height: 90px;
    width: 80px;
    height: 100%;
    object-fit: contain;
}

.thumbnail .caption {
    padding: 9px;
    color: #2c3e50;
}


.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #ecf0f1;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
}

.box-custom {
    background: #ebebeb;
    border: 1px solid #00000040;
    border-radius: 5px;
}

/* Print Layout -------------------------------------------*/

.printLayoutWrapper {
    display: grid;
    gap: 10px;
}

.printLayoutWrapperCell {
    background-color: rgb(178, 216, 232);
    border: 1px solid #00000040;
    border-radius: 5px;
}

.printLayoutWrapperCell_1_1 {
    height: 200px;
    margin: 50px;
}

.printLayoutWrapperCell_2_2 {
    height: 120px;
    margin: 12px;
}

.printLayoutWrapperCell_3_3 {
    height: 85px;
    margin: 6px;
}

.printLayoutWrapperCell_4_4 {
    height: 60px;
    margin: 4px;
    background-color: rgb(178, 216, 232);
    border: 1px solid #00000040;
    border-radius: 5px;
}

.printLayoutWrapperCell_5_5 {
    height: 50px;
    margin: 2px;
}

.printLayoutWrapperCell_3_5 {
    height: 50px;
    margin: 2px;
}

.printLayoutWrapperCell_4_5 {
    height: 50px;
    margin: 2px;
}

.printLayoutWrapperCell_6_9 {
    height: 24px;
    margin: 1px;
}

.printLayoutWrapperCell_2_3 {
    height: 85px;
    margin: 6px;
}

#navbarSupportedContent.development {
    background: lightpink;
}

/* Bootstrap-Auto Complete */

.bootstrap-autocomplete.dropdown-menu.show {
    overflow-y: scroll;
    height: 400px;
}

/* #sidebarMenu - Main Menu -------------------------------------------*/
#sidebarMenu .dropdown-toggle {
    position: relative;
    padding-right: 2rem;
}

    #sidebarMenu .dropdown-toggle::after {
        display: none;
    }

    #sidebarMenu .dropdown-toggle .fa-chevron-down {
        position: absolute;
        right: 1rem;
        top: 50%;
        transform: translateY(-50%);
        transition: transform 0.2s ease;
    }

    #sidebarMenu .dropdown-toggle.show .fa-chevron-down {
        transform: translateY(-50%) rotate(180deg);
    }

/* Vue Wizard Complete */

.vue-form-wizard .wizard-nav-pills > li > a {
    color: unset !important;
}

small.default-value {
    text-decoration: underline;
    cursor: pointer;
    font-weight: bold;
}

.swal2-actions-custom > .swal2-actions > .swal2-confirm {
    background-color: #05A677;
}

.swal2-actions-custom > .swal2-actions > .swal2-cancel {
    background-color: #d33;
}

.image-list-thumbnail {
    height: 80px;
    width: 80px;
    cursor: pointer;
}

.file-download {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.dashboard-widge-button-div {
    bottom: 0;
    position: absolute;
    right: 0;
    margin: 15px;
}

.dashboard-icon-shape {
    width: 6.5rem !important;
    height: 6.5rem !important;
}

.folder-icon-shape {
    width: 4.5rem !important;
    height: 4.5rem !important;
}

.folder-card {
    background-color: rgb(255, 255, 255) !important;
    min-height: 130px;
}

    .folder-card:hover {
        background-color: rgb(247 247 247) !important;
    }

.folder-card-footer {
    font-size: 13px;
    position: absolute;
    bottom: 0;
}

.folder-card-header {
    font-size: 13px;
    position: absolute;
    top: 0;
    margin-top: 5px !important;
}

.folder-inactive {
    opacity: 60%;
}

.folder-dropdown-menu {
    min-width: 120px !important;
}

.folder-dropdown-item {
    padding: 3px 5px !important;
    font-size: 13px !important;
}

.delar-breadcrumb-item {
    color: #66799e !important;
    font-weight: 400 !important;
}

    .delar-breadcrumb-item:hover {
        cursor: pointer;
        text-decoration: underline;
    }

.breadcrumb-item.active {
    font-weight: 400 !important;
}

/* Alter Modifiers -------------------------------------------*/
.alert-warning {
    border-left: 5px solid #f5b759 !important;
}

.alert-danger {
    border-left: 5px solid #FA5252 !important;
}

/* Utility Classes {keep at bottom of stylesheet} -------------------------------------------*/
.translate-0 {
    transform: translate(0) !important;
}

.file-modal-fullscreen {
    width: 90vw !important;
    height: 90vh !important;
    justify-self: center;
}

.file-modal-body {
    overflow-y: hidden !important;
}

.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[x-placement^="top"] .tooltip-arrow::before {
    border-top-color: #000 !important;
}

.tooltip-inner {
    background-color: #000 !important;
    color: #fff !important;
}

.bg-close {
    background-color: #6c757d !important;
}

.shipping-type-ship {
    color: #af8a04;
    font-size: 20px;
}

.shipping-type-plane {
    color: #74C0FC;
    font-size: 20px;
}

.icon-current {
    font-size: 20px;
}

.icon-green {
    color: #119727 !important;
}

.icon-grey {
    color: #7e7c7c !important;
}

.icon-red {
    color: #e60f24 !important
}

.bg-receive {
    background-color: #74c0fc !important;
}