﻿.d-sidebar {
    width: 200px;
    height: 100vh;
    /*background: #f3e6d96b ;*/
    background: #f2ede8;
    box-shadow: 1px 0px 6px #0000001f;
    z-index: 999;
    transition: .3s linear;
    position: fixed;
    left: 0;
    top: 0;
}

.menuContainer .rmText {
    background: #f2ede8 !important;
}

.d-sidebar.collaspe {
    width: 45px;
    transition: .3s linear;
}

    .d-sidebar.collaspe .sidebar-content {
        overflow-x: hidden;
    }

    .d-sidebar.collaspe .sidebar-header img {
        display: none
    }

    .d-sidebar.collaspe .sidebar-header h4 {
        display: none
    }

    .d-sidebar.collaspe .sidebar-header span {
        display: none
    }

    .d-sidebar.collaspe .sidebar-header {
        min-height: 125px;
    }

.logOut-collaspe {
    display: inline-flex;
    height: 35px;
    width: 36px;
    background: #000;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #fff !important;
    border-radius: 6px;
    margin-bottom: 15px;
    position: absolute;
    bottom: 60px;
}

.d-sidebar.collaspe .sidebar-wrapper .logOut-collaspe-warp {
    display: block !important;
    position: absolute;
    bottom: 0px;
    left: 4px;
}

.sidebar-wrapper .logOut-collaspe-warp {
    display: none !important;
}

.sidebar-wrapper {
    height: 100%;
}

.sidebar-header img {
    margin: 0 auto;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0px 4px 4px #00000047;
    width: 70px;
    margin-bottom: 10px;
}

.sidebar-header h4 {
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #000 !important;
    border: none !important;
}

.sidebar-header span {
    color: #b1b1b1;
    font-size: 14px;
}

a {
    text-decoration: none !important;
}



.sidebar-nav-link i {
    font-size: 18px;
    padding: 10px 0px !important;
    width: 32px;
    font-size: 18px;
    text-align: center;
    margin-left: 4px;
    margin-right: 4px !important;
}

.sidebar-nav-link:hover {
    color: #000
}

.logOut {
    display: inline-flex;
    align-items: center;
    color: #000;
    text-transform: uppercase;
    background: #fafafa;
    padding: 6px 15px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.d-sidebar.collaspe .sidebar-content .logOut {
    display: inline-flex;
    height: 35px;
    width: 36px;
    background: #000;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #fff !important;
    border-radius: 6px;
    margin-bottom: 15px;
}

    .d-sidebar.collaspe .sidebar-content .logOut .logout-text {
        display: none;
    }

.logOut:hover {
    background: linear-gradient(90deg, rgba(251,34,17,1) 19%, rgba(250,147,55,1) 100%);
    color: #fff
}

    .logOut:hover i {
        color: #fff
    }

.logOut i {
    color: #fb2412;
    font-size: 14px;
    margin-right: 7px;
    transition: .3s linear;
}

.d-sidebar.collaspe .sidebar-content .logOut i {
    color: #fff;
    font-size: 20px;
    margin: 0 auto;
}

.sidebar-nav-link {
    color: #a5a6a8;
    display: flex !important;
    align-items: center !important;
    padding: 10px 20px !important;
    /*background: #fafafa !important;*/
    font-size: 12px !important;
    transition: .3s linear !important;
    position: relative !important;
    float: left !important;
    width: 100% !important;
    margin-bottom: 0px;
}

    .sidebar-nav-link.active {
        background: linear-gradient(90deg, rgba(251,34,17,1) 29%, rgba(250,147,55,1) 100%) !important;
        color: #fff !important;
    }

        .sidebar-nav-link.active i {
            color: #000;
        }

        .sidebar-nav-link.active:before {
            content: "";
            position: absolute;
            width: 8px;
            height: 100%;
            background: #000;
            left: -1px;
        }

.custom-collaspe-header {
    padding: 0;
    border: none;
    border-radius: 0 !important;
}

.custom-collaspe-body {
    padding: 10px 10px 10px 55px;
}

.tool-link {
    color: #000;
}

.a-icon:after {
    content: "\f0d7";
    font-family: FontAwesome;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    right: 14px;
    font-size: 14px;
}

.slidebar-social-link {
    display: inline-flex;
    height: 35px;
    width: 35px;
    justify-content: center;
    align-items: center;
    background: #000;
    border-radius: 50%;
    color: #fff !important;
    font-size: 16px;
}

.social-link-wrapper {
    padding: 0 15px;
}

.side-bar-footer {
    margin-top: 100%;
}

.footer-ul {
    display: flex;
    justify-content: space-between;
    padding: 10px 18px;
    margin: 0;
    background: #fafafa;
    margin-top: 15px;
}

    .footer-ul li:first-child {
        list-style: none;
    }

    .footer-ul li a {
        color: #a5a6a8;
    }

.side-bar-footer {
    position: absolute;
    width: 100%;
    background: #f3e6d96b;
    bottom: 0;
}

.sidebar-toggler-wrapper {
    position: absolute;
    right: -18px;
    top: 50%;
    margin-top: -17px;
    background: #f1f1f3;
    padding: 8px;
    border-radius: 30px 0px 8px 30px;
}

.sidebar-toggler {
    display: inline-flex;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: linear-gradient(90deg, rgba(251,34,17,1) 29%, rgba(250,147,55,1) 100%);
    justify-content: center;
    align-items: center;
    color: #fff !important;
    font-size: 20px;
    text-align: center;
}

.d-sidebar.collaspe .side-bar-footer {
    display: none;
}

.d-sidebar.collaspe .sidebar-nav-link {
    height: 35px;
    padding: 0 !important;
}

    .d-sidebar.collaspe .sidebar-nav-link.a-icon {
        display: none;
    }

    .d-sidebar.collaspe .sidebar-nav-link:before {
        width: 5px;
    }

.dashboard-wrapper {
    width: 100%;
    padding: 0px 30px;
}

.dashboard-wrapper {
    width: 100%;
    padding: 0px 30px;
    margin-left: 200px;
    transition: .3s linear;
    background: #f1f1f3;
}

    .dashboard-wrapper.collaspe {
        margin-left: 40px;
    }

/*<-----KENDO------>*/

.sidebar-nav-link i {
    margin-right: 18px;
}

.d-sidebar.collaspe .anchor-text {
    display: none;
}

.d-sidebar.collaspe .sidebar-content {
    overflow: visible;
}

.d-sidebar.collaspe .rmSlide {
    z-index: 999999;
    width: auto !important;
    left: 45px !important;
    position: absolute !important;
}

.d-sidebar.collaspe .sidebar-toggler-wrapper {
    border-radius: 0 30px 30px 0px;
    background: #f2ede8;
}

.topgreybar {
    background: #fff;
    border: 0px !important;
}

.sidebar-content {
    overflow-y: auto;
    overflow-x: hidden;
    margin-bottom: 88px;
    min-height: 350px;
}
.sidebar-content::-webkit-scrollbar {
    display: none;
}
  
.sidebar-content {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

.d-sidebar.collaspe .sidebar-content {
    margin-bottom: 88px;
    overflow: visible;
}

.fadein, .fadeout {
    /*opacity: 0;*/
    height: 0px !important;
    -moz-transition: height 0.4s linear !important;
    -o-transition: height 0.4s linear !important;
    -webkit-transition: height 0.4s linear !important;
    transition: height 0.4s linear !important;
}

.fadein {
    height: 350px !important;
    /*opacity: 1;*/
}
/*
.RadUpload .ruFakeInput {
    height: 23px !important;
}

.RadUpload .ruBrowse {
    height: 23px !important;
}
*/
.RadForm input[type="checkbox"] {
    margin: 3px
}



.d-sidebar.collaspe .sidebar-content .logOut:hover {
    background: linear-gradient(90deg, rgba(251,34,17,1) 19%, rgba(250,147,55,1) 100%);
    color: #000;
}

    .d-sidebar.collaspe .sidebar-content .logOut:hover i {
        color: #000;
    }

.sidebar-nav-link .rmText {
    cursor: pointer;
    margin-bottom: 0;
}

.sidebar-nav-link i {
    padding: 6px 14px;
}

.d-sidebar .rmExpandRight:after {
    content: "";
    border: 6px solid transparent !important;
    border-top-color: #464242 !important;
    position: absolute;
    -webkit-transition: -webkit-transform .3s ease;
    -ms-transition: -ms-transform .3s ease;
    transition: transform .3s ease;
    margin-top: 0px;
    border: 4px solid transparent !important;
    border-top-color: #464242 !important;
    top: calc(50% - 4px);
    right: 10px important;
}

.d-sidebar .rmExpandRight.menu-open:after {
    transform: rotate(-90deg);    
}

.rmRootGroup > .rmItem.sidebar-nav-link > .rmText > a,.rmRootGroup > .rmItem.sidebar-nav-link > .rmText > .anchor-text {
    font-size: 14px !important;
    font-weight: 600;
}

.rmRootGroup > .rmItem.sidebar-nav-link > .rmText > .anchor-text {
   font-size: 14px !important;
   font-weight: 600;
   margin-left: 3px;
}

.rmGroup.rmLevel1 > li > a.rmExpanded>span.rmText.rmExpandRight.menu-open {
    font-weight: 600;
}

.RadMenu_Simple .rmGroup, .RadMenu_Simple .rmMultiColumn, .RadMenu_Simple .rmGroup .rmVertical {
    border: 0px;
    margin-left: 0px !important;
    width: calc(100% - 14px);
    padding: 0px;
    padding-bottom: 0px !important;
}

.d-sidebar ul.rmVertical.rmGroup.rmLevel1 {
    padding-right: 0px !important;
}
.d-sidebar div.RadMenu_Simple .rmGroup .rmLink {
    border: none !important;
    width: -webkit-fill-available !important;
    min-width: -webkit-fill-available !important;
    max-width: -webkit-fill-available !important;
}
.RadMenu_Simple .rmGroup, .RadMenu_Simple .rmMultiColumn, .RadMenu_Simple .rmGroup .rmVertical {
    border: 0px !important;
    margin-left: 14px;
    width: calc(100% - 14px);
    padding: 0px;
    padding-bottom: 0px !important;
}
.d-sidebar div.RadMenu_Simple .rmGroup .rmLink{
    padding-left: 48px;
}
.d-sidebar ul.rmVertical.rmGroup.rmLevel1 li>a:hover,.d-sidebar ul.rmVertical.rmGroup.rmLevel1 li>a:hover>span {
    background: #fcd8b9 !important;
}

.d-sidebar div.RadMenu_Simple .rmGroup.rmLevel2 .rmLink>span {
    padding-left: 24px !important;
}
.d-sidebar ul.rmVertical.rmGroup.rmLevel1 li.rmBottomLeft.rmBottomShadowLeft {
    background: transparent !important;
}
.d-sidebar div.RadMenu_Simple .rmGroup.rmLevel2 .rmItem:hover>.rmLink {
    background: #ffebd7 !important;
}

.label-keyword-search {
    display: inline;
    padding: 2px;
    color: #000000;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 4px;
    margin-right: 5px;
    border: 1px solid;
}

.label-keyword-search-remove {
    color: red;
    font-size: 15px;
    cursor:pointer;
}

.keyword-search-plus-icon {
    font-size: 22px;
    cursor: pointer;
}

.keyword-search-button-div {
    margin-top: -2px;
}

.keyword-search-button {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
}

.keyword-searchmore-img {
    height: 22px;
    width: 22px;
    margin-top:2px;
}
#buttonToTop {
    display: inline-block;
    width: 30px;
    height: 37px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 50px;
    right: 5px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    color: black;
    font-size: 1em;
    font-weight: bold;   
}

#buttonToTop:hover {
    cursor: pointer;
}

#buttonToTop.show {
    opacity: 1;
    visibility: visible;
}

#buttonToBottom {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    top: 50px;
    right: 5px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    z-index: 1000;
    color: black;
    font-size: 1em;
    font-weight: bold;
}
 

    #buttonToBottom:hover {
        cursor: pointer;
    }

    #buttonToBottom.show {
        opacity: 1;
        visibility: visible;
    }