.nav>li>a:hover, .nav>li>a:active, .nav>li>a:focus {
    color: #fff;
    background: #205081;
}

.navbar-custom-menu .user-menu {
    padding: 0px 14px 0px;
}

.role_user.role_shop.role_admin .sidebar-menu .user-management,
.role_user.role_shop.role_admin .sidebar-menu .manage-templates,
.role_user.role_shop.role_admin .sidebar-menu .shop-management,
.role_user.role_shop.role_admin .sidebar-menu .configurations
{
    display: none
}

.role_admin.role_user .sidebar-menu .manage-notifications {
    display: none;
}

.role_user.role_admin .sidebar-menu .user-management,
.role_user.role_admin .sidebar-menu .manage-templates,
.role_user.role_admin .sidebar-menu .shop-management,
.role_user.role_admin .sidebar-menu .configurations
{
    display: block
}

.role_user.role_shop.role_admin .sidebar-menu .manage-notifications {
    display: block;
}
#toolbox-tools {
    float: right;
    height: 175px;
    overflow: hidden;
}

.group-handle {
    height: 34px;
    width: 10px;
    cursor: move;
}

.panel-heading {
    cursor: move;
}

.draggable-group {
    float: left;
}

#sortable {
    padding: 0px;
}

#sort-holder {
    display: none;
}

#toggle-toolbox-tools {
    cursor: pointer;
}

#close-toolbox-tools {
    cursor: pointer;
}

.toggle-button-group {
    cursor: pointer;
}

.draggable-group {
    overflow: hidden;
}

.minimized {
    width: 12px;
    height: 36px;
}
.placehodler_button{
    margin-right: 10px;
}
.ui-state-default {
    background: none !important;
    border: none !important;
}
.my-error {
    color: #D42124;
    font-weight: bold;
    padding-top: 5px;
}

.not-resizeable{
    position: relative !important;
    left:0 !important;
    margin-right: 0px !important;
    top:0 !important;
}

#toggle-toolbox-tools{
    padding: 0 12px 0 12px;
}

.no-right-padding{
    padding-left:0;
    padding-right: 0;
}


@media  (min-width: 768px) {
    .not-resizeable.col-md-10 {
        width: 82.8%;
    }

    .not-resizeable-template.col-md-10 {
        width: 80.5%;
    }
}

.not-resizeable-template{
    position: relative !important;
    left:0 !important;
    top:0 !important;
    margin-right: 16px !important;
}

.testing2{
    margin-left: 16px !important;
    width: auto;
    margin-bottom: 15px;
}

.testing2 ul li button{
    margin-bottom: 5px;
}

.not-resizeable ul li button {
    margin-bottom: 5px;
}
.hr_ln{
    border: 1px solid #CCC;
    margin-left: 15px !important;
}
.nt_bld{
    font-weight: 100;
    margin-left: 30px;
}
.browseCSVDiv{
    padding-left: 0px !important;
}
.impCsv, .impCsv:hover{
    background-color: #337ab7 !important;
    border-color: transparent;
    color: #FFFFFF;
}
.impCsv i{
    padding-right: 5px;
}
.exclrw{
    display: none;
}

#main .resource-images {
    margin-left: 17%;
}

#main .resource_image {
    max-width: 150px;
    max-height: 50px;
}

#logout-margin-top {
    margin-top: 50px
}
#preloader {
    background: rgba(0, 0, 0, 0.65) none repeat scroll 0 0;
    bottom: 0;
    display: table;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
    opacity: 1;
    position: fixed;
    right: 0;
    table-layout: fixed;
    transition: all 0.25s ease 0s;
    visibility: visible;
}
#preloader img {
    left: 43%;
    top: 41%;
    z-index: 999;
    width: 10%;
    position: fixed;
}

.user-cannot-switch{
    margin-right: 10px;
    color: #999;
    font-weight: bold;
}
.red-bullet {
    color: #50a237;
    font-weight: bold;
}
.red-bullet li{
    color: #50a237;
    font-weight: bold;
}
.top-bar .menu:first-child>li>.is-dropdown-submenu li .is-dropdown-submenu.header_sub_menu {
    position: absolute;
}
.top-bar .menu:first-child > li > .is-dropdown-submenu li .is-dropdown-submenu.header_sub_menu li.is-submenu-item.is-dropdown-submenu-item {
    padding: 0.4rem 1rem;
    display: inline-block;
}

.top-bar .menu:first-child > li > .is-dropdown-submenu li .is-dropdown-submenu.header_sub_menu li.is-submenu-item.is-dropdown-submenu-item a {
    color: #5b6671;
    background-color: white;
    font-size: 16px;
}

.top-bar .menu:first-child > li > .is-dropdown-submenu li .is-dropdown-submenu.header_sub_menu li.is-submenu-item.is-dropdown-submenu-item a:active, .top-bar .menu:first-child > li > .is-dropdown-submenu li .is-dropdown-submenu.header_sub_menu li.is-submenu-item.is-dropdown-submenu-item a:hover {
    color: #2DA137;
}

.dropdown.menu > li.opens-right > .is-dropdown-submenu.menu_header {
    right: 0;
    left: auto;
}