﻿.row-no-gutter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
}
.h2-title {
    line-height: 1.3em;
}

h2:after {
    content: ' ';
    display: block;
    border: 1px solid rgba(31, 31, 31, 0.07);
}

h2.title {
    padding-bottom: 20px;
}

label.error {
    color: #ff0000;
}

.panel-content.status-content {
    max-height: 300px !important;
    overflow-y: auto !important;
}

.panel-bottom-right {
    width: 30%;
    position: fixed;
    bottom: 0;
    right: 0;
    margin: 0;
}

.btn-view-type.selected {
    background-color: red !important;
    border-color: rgba(0,0,0,0.2) !important;
}

.panel-btn {
    background-color: transparent !important;
    border-color: #83ba87 !important;
    color: #83ba87 !important;
}

    .panel-btn i {
        font-weight: 700 !important;
    }

    .panel-btn:hover {
        background-color: #83ba87 !important;
        color: #fff !important;
    }

.btn-panel-toolbar {
    margin-right: 7px;
}

.circles {
    margin-bottom: -10px;
}

.circle {
    width: 100px;
    margin: 6px 6px 20px;
    display: inline-block;
    position: relative;
    text-align: center;
    line-height: 1.2;
}

    .circle canvas {
        vertical-align: top;
    }

    .circle strong {
        position: absolute;
        top: 16px;
        left: 0;
        width: 100%;
        text-align: center;
        line-height: 0px;
        font-size: 10px;
    }

        .circle strong i {
            font-style: normal;
            font-size: 0.6em;
            font-weight: normal;
        }

    .circle span {
        display: block;
        color: #aaa;
        margin-top: 12px;
    }

/*Media*/
/*Othe Customs*/
.upload-status-text {
    font-size: 14px !important;
    word-wrap: break-word;
}

.media-row {
    overflow-x: auto;
    overflow-y: auto;
/*    position: fixed;*/
    min-width: 1200px;
    max-height: 700px;
}
.m-status {
    -webkit-transform: translateX(-16px);
    transform: translateX(-16px);
}

/*Left Side*/
#m-folders {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 250px;
    min-width: 150px;
    max-width: 400px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
}

.media-toolbar-btn {
    border: none !important;
    font-weight: 500 !important;
    font-size: .87rem !important;
    color: #393f46 !important;
}

    .media-toolbar-btn i {
        font-weight: 600 !important;
        font-size: .95rem !important;
    }

    .media-toolbar-btn:hover,
    .media-toolbar-btn:focus,
    .media-toolbar-btn:active {
        background-color: rgba(0, 0, 0, 0.05) !important;
        border-color: transparent !important;
    }

.tool-end {
    border-right: 1px solid rgba(0,0,0,0.12) !important;
    margin-right: .5em;
    padding-right: .5em;
}

.icon-bold {
    font-weight: 600;
    font-size: .95rem;
    padding-top: 10px;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
    color: #212529 !important;
    background-color: transparent !important;
    border-color: transparent !important;
}

.dropdown-toggle.remove-icon:after {
    display: none !important;
}

.body-pane {
    position: relative !important;
    overflow-y: hidden !important;
    max-width: 100% !important;
}

.m-pane-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    height: 100%;
}

.m-pane-header {
    background-color: #f8f9fa;
    border-bottom: 1px solid #ced4da;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0.5rem;
    border-right: 1px solid #ced4da;
}

.m-pane-header .btn-toolbars {
    margin-left: 10px;
}

.m-pane-body {
    position: relative;
    overflow-y: auto;
    padding: 1rem;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border-right: 1px solid #ced4da;drop-area
}

.m-node-group, .m-node, .m-node-entry {
    position: relative;
    color: #212529 !important;
}

.custom-scrollbar {
    --overflow-x: hidden;
    --overflow-y: auto;
    --scrollbar-size: 14px;
    --scrollbar-track-color: transparent;
    --scrollbar-track-hover-color: rgba(0,0,0, 0.05);
    --scrollbar-thumb-color: rgba(0,0,0, 0.2);
    --scrollbar-thumb-hover-color: rgba(0,0,0, 0.3);
    --scrollbar-thumb-active-color: rgba(0,0,0, 0.4);
    overflow-x: var(--overflow-x, hidden) !important;
    overflow-y: var(--overflow-y, auto) !important;
}

.wkit .custom-scrollbar.custom-scrollbar-overlay {
    --overflow-x: overlay;
    --overflow-y: overlay;
}


.m-node-entry {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 7px 20px 7px 0;
}

.m-node-placeholder, .m-node-expander {
    width: 25px;
    min-width: 25px;
    padding: 5px;
    padding-right: 0;
    margin: -5px 0;
}

.fa-group {
    position: relative;
    display: inline-block;
    font-size: 22px;
    color: #107031;
    line-height: 1.2;
    margin-right: 12px;
}

.fa-overlay {
    position: absolute;
    display: inline-block;
    right: -2px;
    bottom: 0;
    font-size: 12px;
    color: var(--dark);
    text-shadow: -1px -1px 1px #fff;
    font-weight: 900;
}

.m-node-label {
    margin-right: 8px;
}




.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.m-node-count {
    margin-left: auto;
    color: #8d9ba9 !important;
    font-weight: 600;
}

.m-node.selected > .m-node-entry {
    background-color: rgba(0,0,0,0.07);
    color: #212529!important;
}

.m-node-entry:hover {
    background-color: rgba(0,0,0,0.05);
    color: #212529 !important;
}

/*Main*/
#m-files {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default; 
}

.m-filter {
    padding: 0.75rem;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    background-color: #fcfdfd !important;
}

.m-files {
    position: relative;
    background-color: #fcfdfd !important;
}

.file-name {
    font-size: 11px;
    margin-top: 15px;
}

    .file-name.no-break {
        overflow-wrap: break-word;
    }

    .file-name.list-style {
        font-size: 13px;    
        color: #393F46;
    }

div.overflowed {
    white-space: nowrap !important;
/*    overflow: hidden !important;*/
    text-overflow: ellipsis !important;
}


#gallery.row {
    margin-left: 5px !important;
    padding-right: 10px !important;
}

.img-styles {
    box-shadow: 0px 0px 5px #e0e0e0;
    -moz-box-shadow: 0px 0px 5px #e0e0e0;
    -webkit-box-shadow: 0px 0px 5px #e0e0e0;
    max-height: 95.33px!important;
}

.column {
    -ms-flex: 24.5%; /* IE10 */
    flex: 24.5%;
    max-width: 24.5%;
    padding: 0 4px;
}

    .column img {
        vertical-align: middle;
        width: 100%;
    }

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
    .column {
        -ms-flex: 50%;
        flex: 50%;
        max-width: 50%;
    }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .column {
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%;
    }
}

.preview-container.row {
    display: -ms-flexbox; /* IE10 */
    display: flex;
    -ms-flex-wrap: wrap; /* IE10 */
    flex-wrap: wrap;
    padding: 0 4px;
}

.preview-styles {
    box-shadow: 0px 0px 5px #e0e0e0;
    -moz-box-shadow: 0px 0px 5px #e0e0e0;
    -webkit-box-shadow: 0px 0px 5px #e0e0e0;
    max-height: 150px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-right: 5px !important;
    position: relative;
}

    .preview-styles:hover::before {
        content: "";
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        background-color: rgba(32, 157, 69, 0.79);
        cursor: pointer;
    }

    /*Set as Default Button-----------------------------------*/
    .preview-styles .set-default {
        position: absolute;
        top: 83% !important;
        left: 10% !important;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        background-color: transparent !important;
        color: white;
        font-size: 14px;
        cursor: pointer;
        border: solid 1px;
        display: none;
    }

    .preview-styles:hover .set-default {
        display: block;
    }

    .preview-styles .set-default:hover {
        top: 81% !important;
        left: 10% !important;
    }
    /*--------------------------------------------------------*/


    /*Remove Button-------------------------------------------*/
    .preview-styles:hover .remove-image {
        display: block;
    }

    .preview-styles .remove-image:hover {
        top: 81% !important;
        left: 80% !important;
    }

    .preview-styles .remove-image {
        position: absolute;
        top: 83% !important;
        left: 80% !important;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        background-color: transparent !important;
        color: white;
        font-size: 14px;
        cursor: pointer;
        border: solid 1px;
        display: none;
    }
    /*---------------------------------------------------------*/



    .preview-styles .file-name {
        position: absolute;
        top: 40% !important;
        left: 50% !important;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        color: white;
        font-size: 14px;
        display: none;
        word-break: break-all;
    }
    .preview-styles:hover .file-name {
        display: block;
    }
.preview-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.preview-container {
    margin-right: 0px;
    margin-left: 0px;
}

/* The "show" class is added to the filtered elements */
.image-container.show {
    display: block !important;
}

.image-container {
    display: none;
    word-wrap: break-word;
}

.image-thumbnail {
    height: 120px;
    position: relative;
    line-height: 160px;
    bottom: 0;
    text-align: center;
}

.image-container:hover {
    background-color: #DDEAF6;
}
    .image-container img {
        vertical-align: middle;
    }

.image-container.image-selected {
    background-color: #DDEAF6;
}

/*Right Side*/
#m-view {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 250px;
    min-width: 250px;
    max-width: 800px;
}
/**/

/*Products*/
.m-nav-entry {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 4px 20px 4px 20px;
}
    .m-nav-entry.selected {
        border-left: 2.4px solid #83ba87 !important;
        border-top: 1px solid #ced4da !important;
        border-bottom: 1px solid #ced4da !important;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }

.m-nav-label {
    margin-right: 8px;
    color: #393F46;
    font-weight: 500 !important;
}

.product-nav {
    line-height: 2;
}

.fa-group-small {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #393F46;
    margin-right: 12px;
}

    .fa-group-small .fal {
        font-weight: 600 !important;
    }



/*Buttons*/
.btn-danger-red {
    background-color: red!important;
    border-color: red!important;
    color: #fff!important;
    font-weight: 600!important;
}

.btn-primary {
    font-weight: 600!important;
}

.btn-default {
    font-weight: 600!important;
}

/*General*/
.page-footer {
    left: 0!important;
}

/*Card, Containers, Panels*/


/*.dashboard-header {
    height: 150px;
    box-shadow: 0 5px 5px 0 rgb(0 0 0 / 15%), 0 5px 5px 0 rgb(0 0 0 / 15%);
    background: url(../../img/backgrounds/Dashboard_header.jpg) no-repeat;
    background-size: cover;
    opacity: .9 !important;
}*/



.card-rounded {
    border-radius: 15px;
}


.homepage-card-image {
    height: 110px !important;
    width: 100% !important;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.floating-container {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    top: -80px;
}

div.align-center {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

img.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.dashboard-container {
    margin-right: auto!important;
    margin-left: auto!important;
}

.panel-tag-fli-primary {
    padding: 1rem 1rem;
    margin-bottom: 2rem;
    border-left: 3px solid #184188;
    background: #eef7fd;
    opacity: 0.8;
    font-weight: 400;
    font-size: 0.875rem;
    border-radius: 0px 8px 8px 0px;
}

.header {
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.08);
    height: 50px;
    border-bottom: none!important;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.align-header-center {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.home-header{
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}

.my-services-container {
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
/*Typhograpy*/
.nav-text {
    font-size: 16px !important;
}

.text-primary-fli {
    color: #184188 !important;
}

.bg-primary-fli {
    background-color: #184188!important;
}

.bg-primary-100-fli {
    background-color: #eaebff!important;
}

.heading-text-color-gray {
    color: #8c8f8d;
}

.text-color-dark {
    color: #555!important;
}

/*Card Carousel*/
.carousel-cell {
    width: 90% !important;
    /*height: 180px;*/
    margin-right: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    counter-increment: gallery-cell;
    bottom: 2%;
    box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.2), 0 10px 20px 0 rgba(0, 0, 0, 0.19);
    /*background: rgb(47,84,147);
    background: -moz-linear-gradient(0deg, rgba(47,84,147,1) 1%, rgba(48,72,124,1) 22%, rgba(91,106,172,1) 40%, rgba(95,108,174,1) 58%, rgba(125,123,191,1) 76%, rgba(145,133,202,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(47,84,147,1) 1%, rgba(48,72,124,1) 22%, rgba(91,106,172,1) 40%, rgba(95,108,174,1) 58%, rgba(125,123,191,1) 76%, rgba(145,133,202,1) 100%);
    background: linear-gradient(0deg, rgba(47,84,147,1) 1%, rgba(48,72,124,1) 22%, rgba(91,106,172,1) 40%, rgba(95,108,174,1) 58%, rgba(125,123,191,1) 76%, rgba(145,133,202,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2f5493",endColorstr="#9185ca",GradientType=1);*/
    background-image: url(../../img/backgrounds/button-bg.png);
}

/*Bottom Navigation*/
/* Place the navbar at the bottom of the page, and make it stick */
/*#footer-tab {
    background-color: #184188;
}
*/
/*.navbar {
    overflow: hidden;
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #f2f2f2;
    padding: 0.4rem 1rem !important;
}*/

    /* Style the links inside the navigation bar */
    /*.navbar a {
        float: left;
        display: block;
        color: #fff;
        text-align: center;
        text-decoration: none;
    }*/

        /* Add a color to the active/current link */
        /*.navbar a.active {
            color: rgba(145,133,202,1);
            font-weight: 700;
        }
        .navbar a.active i {
            font-weight: 700;
        }*/

.nav-link-mobile {
    display: block;
    padding: 0.02rem .5rem !important;
}

.fli-bg-gradient {
    background-image: linear-gradient(to top, #071328, #081c39, #09244a, #0c2c5c, #10356f, #153b78, #194082, #1e468b, #22498d, #274d8f, #2b5091, #2f5493);
}

.btn-fix {
    padding: 0;
    border: none;
    white-space: normal;
}

div.button-container {
    position: relative;
    height: 70px;
}

img.y-center {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

.dashboard {
    /*background: rgb(47,84,147);
    background: -moz-linear-gradient(0deg, rgba(47,84,147,1) 1%, rgba(48,72,124,1) 22%, rgba(91,106,172,1) 40%, rgba(95,108,174,1) 58%, rgba(125,123,191,1) 76%, rgba(145,133,202,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(47,84,147,1) 1%, rgba(48,72,124,1) 22%, rgba(91,106,172,1) 40%, rgba(95,108,174,1) 58%, rgba(125,123,191,1) 76%, rgba(145,133,202,1) 100%);
    background: linear-gradient(0deg, rgba(47,84,147,1) 1%, rgba(48,72,124,1) 22%, rgba(91,106,172,1) 40%, rgba(95,108,174,1) 58%, rgba(125,123,191,1) 76%, rgba(145,133,202,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2f5493",endColorstr="#9185ca",GradientType=1);*/
    background-color: #f4f2f9;
}

.blink-1 {
    -webkit-animation: blink-1 5s 3s infinite both;
    animation: blink-1 5s 3s infinite both;
}


@-webkit-keyframes blink-1 {
    0%, 50%, 100% {
        opacity: 1;
    }

    25%, 75% {
        opacity: 0;
    }
}

@keyframes blink-1 {
    0%, 50%, 100% {
        opacity: 1;
    }

    25%, 75% {
        opacity: 0;
    }
}
