﻿* {
    font-family: 'Roboto', sans-serif;
}
.caption {
    width: 49%;
    padding-left: 10px;
}
span#ListTitle {
    margin-left: 10px;
}
.tools {
    width: 49%;
    text-align:right;
}
    .tools a{
        margin:0 10px;
    }
    /* Chrome, Safari, Edge, Opera */
    input::-webkit-outer-spin-button,
    input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.copyright {
    margin: auto;
    text-align: center;
    padding: 10px 0;
    background-color: #49245d;
    color: white;
    font-size: 15px;
}
    .copyright a {
        color: white !important;
        text-decoration: underline;
    }

#footer {
    padding: 0px !important;
}
/* btn Help*/
.btnHelp {
    position: fixed;
    margin-right: 5px;
    top: 295px;
    right: 5px;
    background: #450b70;
    height: 40px;
    width: 40px;
    border-radius: 50% !important;
    line-height: 22px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .btnHelp i {
        color: #fff;
        font-size: 22px
    }

#modal_viewHelpDesk .modal-title {
    font-size: 17px;
}
.select2-dropdown {
    z-index: 99999 !important;
}
.editform li {
    position: relative;
}

    .editform li.active {
        border: 2px solid #5a0899 !important;
        border-radius: 20px !important;
    }
.buy_now {
    pointer-events: none;
}
.body {
    margin-top: 10px;
}

.WRP_Menubar {
    display: block !important;
}

.WRP_MenuItems {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .WRP_MenuItems .nav-item {
        margin: 0px 5px !important;
    }

.WorkRoom-Header {
    background-color: white;
}

.DivideBar {
    background-color: #8134b3;
    margin: 0px;
}

a.dropdown-item {
    white-space: normal;
}

.dropdown-menu {
    /*min-width: 50vw;*/
}

.featureWidth {
    min-width: 70vw !important;
    left: -25vw !important;
}

.MenuBarBody .navbar-light .navbar-nav .nav-link.active {
    color: #ffffff;
    background-color: #7030a0;
}

.MenuBarBody .navbar-light .navbar-nav .nav-link:hover {
    color: #ffffff;
    background-color: #7030a0;
}

.navbar-light .navbar-nav .nav-link {
    color: #661c96;
    margin-right: 10px;
}

.nav-item a {
    font-size: 17px;
}

.top-menu-list a {
    font-size: 20px !important;
    color: #661c96;
}

.TopRightLinks {
    padding: 7px;
    background-color: #661c96;
    margin-left: 10px;
    color: white !important;
}

.bottom-menu-list {
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

.menubar-nav {
    margin: 0 ;
    padding: 10px;
    position: sticky;
    top: 0px;
    background-color: white;
    z-index: 99999999;
    box-shadow: 0px 5px 5px -3px #383838
}
.dataTable thead th {
    padding: 10px 5px !important;
    color: #434242;
}
.dataTables_wrapper {
    padding: 15px;
}
.menubar-body {
    align-items: center;
    padding: 15px 10px;
}

.schedule-demo-btn {
    border: 1px solid transparent;
}

    .schedule-demo-btn:hover {
        background-color: transparent;
        color: #7030a0 !important;
        text-decoration: none;
        border: 1px solid #7030a0;
    }

.dark-buttons li a {
    background-color: #661c96;
    color: white !important;
    border: 1px solid transparent !important;
    padding: 5px 15px;
    margin: 0 10px;
    min-width: 95px;
    text-align: center;
}

    .dark-buttons li a:hover {
        background-color: transparent !important;
        color: #661c96 !important;
        border: 1px solid #661c96 !important;
    }

.align-item-center {
    align-items: center;
}

.d-flex {
    display: flex;
}

.BeforeMenu {
    display: flex;
    flex-flow: wrap;
    margin-top: 15px;
}

    .BeforeMenu .nav-item {
        width: 130px;
    }

.MainMenu {
    display: flex;
    align-items: center;
    justify-content: end;
}

.dropdown-menu {
    left: auto !important;
    right: 0;
}
/*.WRP_Fcenter {
            position: fixed;
            bottom: 0%;
            width: 100%;
        }*/
.Features-img-Icons {
    width: 50px;
    height: 50px;
    padding: 10px;
}

.dropdown-item i {
    padding: 10px;
    font-size: 28px;
    color: #674f89;
    text-align: center;
}

@media(max-width:992px) {
    .MainMenu .MenuBar ul {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: center !important;
    }

    .MenuBar .nav-item {
        width: 25%;
    }

        .MenuBar .nav-item a {
            text-align: center;
        }

    .WRP_Banner {
        height: 35vh;
    }

    .navbar-nav .dropdown-menu {
        position: absolute;
        left: -23vw !important;
    }

    .dropdown-menu.featureWidth.show {
        left: -50vw !important;
    }
}

@media(max-width:500px) {
    .dropdown-menu {
        min-width: 90vw;
    }

    .navbar-nav .dropdown-menu {
        position: absolute;
        left: 0vw !important;
    }

    .MenuBar .nav-item {
        width: 50%;
    }

    .WRP_Banner {
        background-size: contain;
        height: 20vh;
    }

    .BeforeMenu {
        justify-content: center !important;
    }

    .CBody {
        display: table;
        margin: auto;
    }
}

@media(min-width:999px) and (max-width:1280px) {
    .WRP_Banner {
        height: 50vh;
    }
}

@media(min-width:1280px) and (max-width:1351px) {
    .WRP_Banner {
        height: 60vh;
    }
}

@media(max-width:1350px) {
}