﻿@charset "UTF-8";

html,
body {
    height: 100%;
    background: #f3f3f3 !important;
}

img {
    height: auto;
    max-width: 100%;
}

a {
    text-decoration: none !important;
    color: #6c757d !important;
}

    a:hover {
        text-decoration: underline !important;
    }

:root {
    --header-height: 137px;
    --main-nav-width: 320px;
}

@media all and (max-width: 1200px) and (min-width: 768px) {
    :root {
        --header-height: 100px;
        --main-nav-width: 320px;
    }
}

@media all and (min-width: 769px) and (max-width: 1199px) {
    :root {
        --main-nav-width: 280px;
    }
}

@media all and (max-width: 767px) {
    :root {
        --header-height: 115px;
    }
}

/* main layout */
.main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.main-sidebar {
    width: var(--main-nav-width);
}

.main-content {
    width: calc(100% - var(--main-nav-width));
}

@media all and (max-width: 767px) {
    .main-sidebar {
        width: 100%;
        position: fixed;
        background-color: transparent;
        z-index: 999;
        bottom: 0;
        height: calc(100vh - var(--header-height));
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transition: background-color 0.15s ease-in-out 0s, -webkit-transform 0s 0.15s;
        transition: background-color 0.15s ease-in-out 0s, -webkit-transform 0s 0.15s;
        transition: background-color 0.15s ease-in-out 0s, transform 0s 0.15s;
        transition: background-color 0.15s ease-in-out 0s, transform 0s 0.15s, -webkit-transform 0s 0.15s;
    }

        .main-sidebar #nav-side {
            width: var(--main-nav-width);
            -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
            -webkit-transition: 0.35s ease-in-out;
            transition: 0.35s ease-in-out;
        }

        .main-sidebar.active-nav {
            -webkit-transform: translateX(0);
            transform: translateX(0);
            background-color: rgba(0, 0, 0, 0.36);
            -webkit-transition: background-color 0.15s ease-in-out;
            transition: background-color 0.15s ease-in-out;
        }

            .main-sidebar.active-nav #nav-side {
                -webkit-transform: translateX(0);
                transform: translateX(0);
                -webkit-transition: 0.35s ease-in-out;
                transition: 0.35s ease-in-out;
            }

    .main-content {
        width: 100%;
    }
}

.container-main {
    height: calc(100vh - var(--header-height));
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header {
    height: var(--header-height);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .header #logo {
        display: block;
        background-color: #fff;
        width: var(--main-nav-width);
    }

        .header #logo img {
            max-width: 100%;
            max-height: 100%;
            width: auto;
        }

@media all and (min-width: 768px) {
    .header--center .heading {
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .header--center .heading h1 {
            position: relative;
            right: calc(var(--main-nav-width) / 2);
        }
}

@media all and (max-width: 1200px) {
    .header--center .heading {
        text-align: left;
    }

        .header--center .heading h1 {
            right: auto;
        }
}

@media all and (max-width: 767px) {
    .header {
        border-bottom: 2px solid #ededed;
        background-color: #fff;
        position: relative;
    }

    .header--center .heading h1 {
        padding-top: 70px;
    }

    .header #logo {
        width: 180px;
        height: 70px;
        position: absolute;
        top: 0;
        left: 0;
    }

    .header .heading {
        background-color: #fff;
        height: auto;
        width: 100%;
    }

        .header .heading h1, .header .heading .text-light, .header .heading i:before {
            color: #000 !important;
        }

        .header .heading h1 {
            margin-left: 15px;
        }

    .header #picoutput {
        height: 70px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .header #picoutput .col-md-12 {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: end;
            -ms-flex-pack: end;
            justify-content: end;
        }

    .header .display-dropdown {
        display: initial;
        text-align: center;
        padding: 10px 6px;
    }

        .header .display-dropdown a {
            display: block;
        }

    .header #main-nav-toggler {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
}

#picoutput .dropdown-menu {
    max-width: 320px;
}

@media all and (min-width: 769px) and (max-width: 1400px) {
    #picoutput .dropdown-menu {
        max-width: 320px;
        right: 5px !important;
        left: auto !important;
        font-size: 14px;
        -webkit-transform: none !important;
        transform: none !important;
        padding: 0;
    }

        #picoutput .dropdown-menu .dropdown-item {
            line-height: 28px;
        }
}

@media all and (max-width: 768px) {
    #picoutput .dropdown-menu {
        max-width: 280px;
        right: 0 !important;
        left: auto !important;
        font-size: 14px;
        -webkit-transform: none !important;
        transform: none !important;
    }

        #picoutput .dropdown-menu.show {
            margin-top: 40px;
        }

        #picoutput .dropdown-menu .dropdown-item {
            font-size: 13px;
            line-height: 24px;
            padding: 8px 15px !important;
        }
}

@media all and (max-width: 768px) {
    #picoutput .dropdown-menu .dropdown-item {
        font-size: 11px;
        line-height: 20px;
        padding: 8px 12px !important;
    }
}

/*login forma*/
.mt-15 {
    margin-top: 15px;
}

.fullScreen {
    max-width: 1600px !important;
}

/* Main layout */
.container-fluid.vh-100 > .row {
    min-height: 100%;
}

@media only screen and (min-width: 1050px) {
    #display-page {
        height: 100% !important;
    }

        #display-page > .row {
            height: 100%;
        }
}

input[type=text],
input[type=password] {
    width: 100%;
    padding: 9px 15px;
    /*margin: 4px 0;*/
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
}

.imgcontainer {
    text-align: center;
    margin: 24px 0 12px 0;
}

img.avatar {
    width: 60%;
    border-radius: 50%;
}

.container {
    padding: 16px;
}

span.psw {
    float: right;
    font-size: 12px;
}

.iconShow {
    float: right;
    margin-left: -20px;
    margin-top: -35px;
    margin-right: 10px;
    position: relative;
    z-index: 2;
}

.dugmici {
    float: right !important;
}

.blackbg {
    background: #000;
}

@media screen and (max-width: 400px) {
    .newUser {
        padding: 9px 40px !important;
    }

    .w-65 {
        width: 90% !important;
    }

    .w-20 {
        width: 70% !important;
    }
}

@media screen and (max-width: 400px) {
    .dugmici {
        float: none !important;
    }

    .saveButton {
        /*width: 100%;*/
        margin-bottom: 10px;
    }

    input[type="file" i] {
        font-size: 14px;
    }

    .bg_main.w-65.mt-40 label {
        font-size: 13px !important;
    }

    .textPadding {
        padding: 10px !important;
    }

    .videovh {
        height: auto !important;
    }

    span.psw {
        display: block;
        float: none;
    }

    .cancelbtn {
        width: 100%;
    }

    .forma {
        width: 85% !important;
    }
}

.forma {
    background: #fff;
    width: 390px;
    margin: 0 auto;
    padding: 40px;
    margin-top: 7%;
    border-radius: 6px;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.16);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.16);
}

.lbl {
    font-size: 12px;
    color: #999;
}

.danger {
    color: red;
}

.sync {
    background: transparent;
    border: none;
    cursor: pointer !important;
    font-weight: 500 !important;
}

    .sync span i {
        color: #da2427 !important;
        font-size: 30px;
    }

.btn-secondary:hover {
    background: #da2427 !important;
    border: 1px solid #da2427 !important;
}

.goBack {
    background-color: #6c757d;
    color: #fff !important;
    font-weight: 300 !important;
    border-radius: 4px;
    font-size: 17px !important;
    padding: 8px 30px;
    border: none;
    /*width: 100%;*/
}

.newUser {
    background-color: #40b079;
    color: #fff !important;
    font-weight: 300 !important;
    border-radius: 4px;
    font-size: 17px !important;
    padding: 8px 30px;
    border: none;
}

.heading {
    background: #da2427;
    height: 100%;
    width: calc(100% - var(--main-nav-width));
}

    .heading h1 {
        margin-bottom: 0;
    }

@media all and (max-width: 1200px) and (min-width: 768px) {
    .heading {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media all and (min-width: 768px) {
    .heading {
        padding: 15px 15px 15px 25px;
    }

        .heading .display-dropdown {
            padding: 0;
            margin-left: 12px;
        }

            .heading .display-dropdown a {
                display: inline-block;
                padding: 10px;
            }
}

.heading h1 {
    color: #fff;
    font-size: 30px;
    margin-left: 25px;
}

.bg_main {
    background: #fff;
    padding: 40px;
    background: #fff;
    padding: 40px;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.16) !important;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.16) !important;
    padding-bottom: 20px !important;
    border-radius: 4px;
    margin-top: 40px;
}

@media all and (max-width: 768px) {
    .bg_main {
        padding: 20px;
    }
}

td {
    vertical-align: middle;
}

.mr-10 {
    margin-right: 10px;
}

.app-download .goBack {
    margin-top: 30px;
}

/*modal*/
.modal-content {
    border-radius: 4px;
}

.modal-header {
    background: #40b079;
    color: #fff;
}

button.close {
    border-radius: 50%;
    padding: 2px 8px;
    border: 2px solid #fff;
    font-weight: bold;
}

.modalrow {
    margin-bottom: 10px;
}

.modal-body {
    width: 90%;
    margin: 0 auto;
}

.toggle-btn {
    display: none !important;
}

.closeButton {
    background-color: #6c757d;
    color: #fff !important;
    font-weight: 300 !important;
    border-radius: 4px;
    font-size: 17px !important;
    padding: 8px 30px;
    border: none;
}

.saveButton {
    background-color: #40b079;
    color: #fff !important;
    font-weight: 300 !important;
    border-radius: 4px;
    font-size: 17px !important;
    padding: 8px 30px;
    border: none;
}

.Buttonsecond {
    background-color: #40b079;
    color: #fff !important;
    font-weight: 300 !important;
    border-radius: 4px;
    font-size: 16px !important;
    padding: 8px 15px;
    border: none;
}

.ui-dialog-titlebar.ui-corner-all.ui-widget-header.ui-helper-clearfix {
    background-color: #40b079 !important;
    margin-bottom: 20px;
    color: #fff;
}

button.btn-primary.ui-button.ui-corner-all.ui-widget {
    background-color: #40b079;
    color: #fff !important;
    font-weight: 300 !important;
    border-radius: 4px;
    font-size: 17px !important;
    padding: 8px 30px;
    border: none;
}

.closeBtnModal {
    background-color: #6c757d !important;
    color: #fff !important;
    font-weight: 300 !important;
    border-radius: 4px;
    font-size: 17px !important;
    border: none;
    padding: 8px 30px !important;
}

.w-65 {
    width: 65%;
    margin: 0 auto;
}

.mt-20 {
    margin-top: 20px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.mt-40 {
    margin-top: 40px;
}

.mr-10 {
    margin-right: 10px !important;
}

.border-bottom {
    border-bottom: 1px solid #e3e3e3 !important;
}

.fade-in {
    animation: fadeIn ease 2s;
    -webkit-animation: fadeIn ease 2s;
    -moz-animation: fadeIn ease 2s;
    -o-animation: fadeIn ease 2s;
    -ms-animation: fadeIn ease 2s;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.mb-40 {
    margin-bottom: 40px;
}

.w70 {
    width: 70%;
}

.w-20 {
    width: 20%;
}

.add-icon {
    width: 25px;
}

.edit-icon {
    width: 20px;
}

.delete-icon {
    width: 13px;
}

.infoandicons {
    margin-top: 10px;
}

    .infoandicons i {
        float: left;
        margin-right: 10px;
        color: #da2427;
        font-size: 26px !important;
    }

    .infoandicons p {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 15px;
    }

.trigger-upload{
    cursor: pointer;
    border: 1px solid #da2427;
}

    .trigger-upload:hover {
        background: #da2427;
        color: #fff;
    }

.icons {
    width: 27px;
    height: 33px;
}

.font-bold {
    font-weight: bold !important;
}

.resizedimg {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: auto !important;
    max-height: 180px;
}

input[type=checkbox] {
    margin: 10px !important;
}

    input[type=checkbox] label {
        font-weight: 500 !important;
    }

.b-30 {
    border: 30px solid #e3e3e3;
}

.scroll {
    overflow-x: hidden;
    overflow-y: scroll;
    height: 350px;
}

a.del.deleteVideo {
    color: red !important;
}

.clear-content {
    background-color: #6c757d;
    color: #fff !important;
    font-weight: 300 !important;
    border-radius: 4px;
    font-size: 17px !important;
    padding: 8px 30px;
    border: none;
}

.bottom-border {
    border: 1px solid #e4e4e4;
    margin-bottom: 10px !important;
}

.multiselect {
    width: 200px;
}

.selectBox {
    position: relative;
}

    .selectBox select {
        width: 100%;
        font-weight: bold;
    }

.overSelect {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

#checkboxes {
    display: block;
    border: 1px #dadada solid;
}

    #checkboxes label {
        display: block;
    }

        #checkboxes label:hover {
            background-color: #1e90ff;
        }

.ikonicedelete {
    height: 26px;
    width: 17px;
}

.bold {
    font-weight: bold !important;
}

/*responsive mobile*/
@media only screen and (max-width: 600px) {
    .nav-side-menu li {
        padding: 10px !important;
    }

    .dropdown-item {
        padding-right: 22px !important;
    }

    .dropdown-menu.show {
        margin-top: 45px !important;
    }

    .container-fluid {
        padding: auto !important;
    }

    .heading h1 {
        font-size: 26px;
    }

    .nav-side-menu {
        margin-bottom: 0px !important;
    }

    .brand {
        padding-left: 0px !important;
    }

    .clear-content {
        width: 100%;
        display: block;
        margin-bottom: 20px !important;
    }

    .goBack {
        display: block;
        text-align: center;
        width: 100%;
    }

    .newUser {
        padding: 9px 45px !important;
    }

    .closeButton {
        width: 100%;
        margin-bottom: 10px;
    }

    .saveButton {
        width: 100% !important;
    }
}

.container-fluid {
    padding: 0px;
}

.no-pad {
    --bs-gutter-x: 0 !important;
}

.logohead {
    width: 100%;
}

.iconright {
    text-align: right;
    margin: 0px;
}

    .iconright i {
        color: #fff !important;
        cursor: pointer !important;
    }

.display-dropdown {
    display: contents;
    padding: 10px;
}

a.dropdown-item {
    text-decoration: none !important;
}

    a.dropdown-item.disabled {
        background: #d9d9d9;
    }

    a.dropdown-item:hover {
        background: #333;
        color: #fff !important;
    }

    a.dropdown-item:active {
        background: #d9d9d9;
        border: none !important;
        color: #000;
    }

.dropdown-item {
    text-align: right;
    padding-right: 29px !important;
    padding-left: 7px;
    line-height: 36px;
    color: #000 !important;
    font-size: 15px;
    cursor: pointer;
}

.dropdown-menu.show {
    margin-top: 25px;
}

.boxclose {
    float: right;
    cursor: pointer;
    color: #fff !important;
    border: 1px solid #AEAEAE;
    border-radius: 3px;
    background: #222222;
    font-size: 24px;
    font-weight: bold;
    display: inline-block;
    line-height: 0px;
    padding: 10px 6px 15px 5px !important;
    position: absolute;
    right: 2px;
    top: 3px;
    z-index: 1002;
    opacity: 0.9;
}

#light {
    top: 17% !important;
    left: 17% !important;
    margin-left: 0px !important;
    margin-top: 0px !important;
}

video {
    max-width: 100%;
}

.video-files {
    position: absolute;
    top: 0% !important;
    z-index: 10001;
    width: 67% !important;
    margin: 0 auto;
}

.edit-company {
    max-width: 800px;
    margin: auto;
}

/*NAVIGACIJA*/
.nav-side {
    height: 100% !important;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.nav-side-menu {
    font-size: 12px;
    font-weight: 200;
    background-color: #2e353d;
    top: 0px;
    height: 100%;
    color: #e1ffff;
    position: absolute;
    bottom: 0px;
    left: 0px;
    overflow: auto !important;
    width: 100%;
}

    .nav-side-menu::-webkit-scrollbar {
        display: none;
    }

.nav-side-menu {
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */
    scrollbar-width: none;
    /* Firefox */
}

ul#menu-content::-webkit-scrollbar {
    display: none;
}

ul#menu-content {
    width: 100%;
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */
    scrollbar-width: none;
    /* Firefox */
}

.nav-side-menu .brand {
    background-color: #23282e;
    line-height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    font-size: 14px;
    position: fixed;
    z-index: 1000;
    height: var(--header-height);
    background-color: #fff;
}

    .nav-side-menu .brand img {
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }

.nav-side-menu .toggle-btn {
    display: none;
}

.nav-side-menu ul,
.nav-side-menu li {
    list-style: none;
    padding: 0px;
    margin: 0px;
    line-height: 42px;
    cursor: pointer;
}

    .nav-side-menu ul :not(collapsed) .arrow:before,
    .nav-side-menu li :not(collapsed) .arrow:before {
        font-family: FontAwesome;
        content: "\f078";
        display: inline-block;
        padding-left: 10px;
        padding-right: 10px;
        vertical-align: middle;
        float: right;
    }

    .nav-side-menu ul .active,
    .nav-side-menu li .active,
    .nav-side-menu li[aria-expanded="true"] {
        border-left: 3px solid #db2427;
        background-color: #4f5b69;
    }

    .nav-side-menu ul .sub-menu li.active,
    .nav-side-menu li .sub-menu li.active {
        color: #d19b3d;
    }

        .nav-side-menu ul .sub-menu li.active a,
        .nav-side-menu li .sub-menu li.active a {
            color: #d19b3d;
        }

    .nav-side-menu ul .sub-menu li,
    .nav-side-menu li .sub-menu li {
        /*background-color: #181c20;*/
        background-color: #f7f7f7 !important;
        /*border-bottom: 5px solid #4f5b69 !important;*/
        border: none;
        line-height: 28px;
        margin-left: 0px;
        padding: 0px;
    }

.navigation-move {
    -webkit-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
}

    .navigation-move:hover {
        background-color: #4f5b69;
    }

.sub-menu .item-move {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .sub-menu .item-move .navigation-move {
        height: 50%;
    }

        .sub-menu .item-move .navigation-move:hover {
            background-color: #c9cdc2;
        }

.sub-menu .icon-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .sub-menu .icon-holder a {
        display: block;
    }

.bo-r {
    border-right: 2px solid #4f5b69;
}

.bo-b {
    border-bottom: 2px solid #4f5b69 !important;
}

.nav-side-menu ul .sub-menu li:hover,
.nav-side-menu li .sub-menu li:hover {
    background-color: #020203;
}

.nav-side-menu li {
    padding-left: 0px;
    border-left: 3px solid #2e353d;
    border-bottom: 1px solid #23282e;
    -webkit-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
    font-size: 13px;
    line-height: 48px;
    /*font-weight: bold;*/
}

    .nav-side-menu li > .col-10,
    .nav-side-menu li > .col-12 {
        -webkit-transition: 0.35s ease-in-out;
        transition: 0.35s ease-in-out;
        min-height: 46px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .nav-side-menu li > .col-10 a,
        .nav-side-menu li > .col-12 a {
            line-height: 1.5;
        }

        .nav-side-menu li > .col-10:hover,
        .nav-side-menu li > .col-12:hover {
            background-color: #4f5b69;
        }
            .nav-side-menu li > .col-12:hover > .selected {
                color: white !important;
                font-weight: 800;
            }

    .nav-side-menu li .col-12:hover > a {
        font-weight:500;
    }
        .nav-side-menu li a {
                text-decoration: none;
                font-size: 14px;
                /*top: 28%;*/
                position: relative;
                color: #fff;
            }

        .nav-side-menu li a:hover {
            text-decoration: none !important;
        }

        .nav-side-menu li a i {
            padding-left: 10px;
            width: 20px;
            padding-right: 20px;
        }

    .nav-side-menu li:hover {
        border-left: 3px solid #da2427;
    }

.p-10 {
    padding: 15px 10px 10px 15px;
}

.p-15 {
    padding: 15px;
}

p.add-new {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
}

.navigationSort {
    display: -ms-grid;
    display: grid;
    /*float: right;*/
    text-align: center;
}

.arrow-subnav {
    color: #4a4f54;
}

.menu-color {
    color: #fff !important;
    padding-left: 10px;
    display: block;
    word-wrap: break-word;
    overflow: hidden;
    font-weight: 500 !important;
}

.d-block {
    display: block;
}

.submenu-color {
    color: #000 !important;
    font-weight: 400;
    text-overflow: ellipsis;
    line-height: 1.4;
}

.selected {
    color: #4f5b69 !important;
    font-weight: bold;
}

.no-border-left {
    border-left: none !important;
    padding-left: 10px !important;
}

    .no-border-left p {
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }

.hoverbg:hover {
    background: #c9cdc2;
}

@media (max-width: 767px) {
    .animation-controls__wrapp.microtan-panel {
        margin-left: 12px !important;
    }

    .animation-controls__wrapp {
        position: relative !important;
    }

    .nav-side {
        height: 100% !important;
        width: 100%;
        position: relative;
    }

    .nav-side-menu {
        /*position: relative !important;*/
        width: 100%;
        margin-bottom: 10px;
    }

    .menu-list {
        height: 100%;
        position: absolute !important;
    }

    .toggle-btn {
        display: block !important;
        font-size: 25px !important;
        vertical-align: middle;
    }

    .nav-side-menu .toggle-btn {
        display: block;
        cursor: pointer;
        position: absolute;
        right: 10px;
        top: 10px;
        z-index: 10 !important;
        padding: 3px;
        background-color: #ffffff;
        color: #000;
        width: 40px;
        text-align: center;
    }

    .brand {
        text-align: left !important;
        font-size: 22px;
        padding-left: 20px;
        line-height: 50px !important;
    }
}

.menu-list {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: absolute;
}

.menu-content {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    overflow: auto;
}

.imagevh {
    height: 85vh;
}

.full-height-col {
    height: 100%;
}

.videovh {
    height: 100%;
    width: 100%;
}

@media all and (max-width: 768px) {
    .videovh {
        height: auto;
    }
}

@media (min-width: 767px) {
    .nav-side-menu .menu-list .menu-content {
        display: block;
    }

    #main {
        width: calc(100% - 300px);
        float: right;
    }
}

@media (min-width: 767px) {
    .nav-side-menu .menu-list .menu-content {
        display: block;
    }
}

@media only screen and (max-width: 1680px) {
    .heading {
        padding-bottom: 12px !important;
    }
}

@media only screen and (max-width: 1440px) {
    .edit-icon {
        width: 18px;
    }

    .p-7 {
        padding: 7px;
    }

    .delete-icon {
        width: 13px;
    }

    .heading {
        padding-bottom: 4px !important;
    }

    .nav-side-menu {
        right: 3px !important;
        float: left !important;
        width: 100% !important;
    }

    ul.menu-content.collapse.out {
        width: 100%;
    }
}

/*laptop 1366*/
@media only screen and (max-width: 1366px) {
    .heading {
        padding-bottom: 0px;
    }

    .nav-side-menu {
        right: 0px;
    }

    .edit-icon {
        width: 20px;
    }

    .delete-icon {
        width: 13px;
    }

    .add-icon {
        width: 18px;
    }

    .p-7 {
        padding: 0px !important;
    }
}

@media (max-width: 1024px) {
    .heading {
        padding-bottom: 11px !important;
    }

    .p-7 {
        padding: 0px !important;
    }

    .heading h1 {
        font-size: 18px;
    }

    .bo-r {
        border-right: 1px solid #4f5b69;
    }

    .delete-icon {
        width: 13px !important;
    }

    .edit-icon {
        width: 15px !important;
    }

    .submenu-color {
        width: 50px !important;
    }

    p.add-new {
        font-size: 11px;
    }

    .add-icon {
        width: 12px;
    }

    .nav-side-menu li {
        line-height: 36px;
    }

    .submenu-color {
        width: 65px !important;
    }
}

#fade {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
}

#light {
    display: none;
    position: absolute;
    border: 2px solid #FFF;
    background: #FFF;
    z-index: 1002;
    overflow: visible;
}

#boxclose {
    float: right;
    cursor: pointer;
    color: #fff;
    border: 1px solid #AEAEAE;
    border-radius: 3px;
    background: #222222;
    font-size: 31px;
    font-weight: bold;
    display: inline-block;
    line-height: 0px;
    padding: 11px 3px;
    position: absolute;
    right: 2px;
    top: 2px;
    z-index: 1002;
    opacity: 0.9;
}

.boxclose:before {
    content: "×";
}

#fade:hover ~ #boxclose {
    display: none;
}

ul.rslides.rslides1 li {
    list-style: none;
}

/*Swiper image slider*/
@media all and (min-width: 769px) {
    .slider-content {
        height: 100%;
    }

        .slider-content .swiper-slide {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }
}

.swiperOverlay {
    z-index: 1100;
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
}

.swiper-container,
.swiper-wrapper,
.swiper-slide {
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.swiper-button-prev:after {
    padding: 10px 12px 10px 10px;
}

.swiper-button-next:after {
    padding: 10px 10px 10px 12px;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    background-color: rgba(255, 255, 255, 0.4);
    color: #000;
}

.swiper-button-prev:hover:after,
.swiper-button-next:hover:after {
    background-color: rgba(255, 255, 255, 0.8);
}

@media all and (max-width: 992px) {
    .swiper-button-prev:after,
    .swiper-button-next:after {
        padding: 5px 5px 5px 6px;
        font-size: 30px !important;
    }
}

.swiper-slide {
    text-align: center;
}

    .swiper-slide img {
        max-height: 100%;
        max-width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        margin: auto;
    }

.swiper-button-prev,
.swiper-button-next {
    top: calc(50vh - (var(--swiper-navigation-size) / 2));
}

.swiper-button-disabled {
    display: none !important;
}

.fullScreen {
    z-index: 9999 !important;
    position: fixed !important;
    margin: 0 auto;
    width: 90% !important;
    height: 90% !important;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

    .fullScreen .swiper-slide {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

.separator-bld {
    margin-bottom: 48px;
}

    .separator-bld:after {
        border-bottom: 6px solid rgba(0, 0, 0, 0.87);
        content: '';
        display: block;
        position: relative;
        top: 24px;
        width: 32px;
    }

.textPadding {
    padding: 90px;
}

.close-button {
    display: none;
    height: 45px;
    width: 45px;
    color: #fff;
    position: fixed;
    top: 15px;
    right: 15px;
    font-size: 32px;
    text-align: center;
    cursor: pointer;
    z-index: 9999;
}

    .close-button:before {
        content: '×';
        line-height: 40px;
    }

    .close-button:hover,
    .close-button:active {
        opacity: 1;
    }

.slider-images {
    width: 100%;
    max-height: 780px;
}

.pos-fixed {
    position: fixed !important;
}
/*# sourceMappingURL=style.css.map */
.min-h-50{
    min-height:50px !important;
}