﻿/* ==========   סקשן עיצוב חדש דניאל 2026========== */
/** כללי*/
:root {
    --primary-color: #6366f1;
    --secondary-color: #ec4899;
}

* {
    box-sizing: border-box;
}

body {
    -webkit-font-smoothing: antialiased;
    margin: 0;
}

a {
    text-decoration:none;
}


UL {
    list-style: none;
    padding: 0;
    margin: 0;
    
}



input[type="datetime-local"],
input[type=text],
input[type=password],
input[type=Search],
input-type-text, select, textarea, .multiselect-container {
    background-color: #ffffff;
    color: #1e293b;
    font-size: 13px;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 2px 4px;
    border-radius: 12px;
    border: 1px solid #cbd5e1;
    transition: all 250ms ease;
    height: 38px;
}

    select:focus, textarea:focus, input[type="datetime-local"]:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus, .multiselect-container:focus {
        outline: none;
        box-shadow: 0 4px 10px color-mix(in srgb, var(--primary-color) 25%, transparent);
        border-color: transparent !important;
    }

input[type=checkbox] {
    width: 14px;
    height: 14px;
    cursor: pointer;
    accent-color: var(--primary-color);
    transition: all 0.2s ease;
    border-radius: 4px;
}

input[type="checkbox"]:hover {
    transform: scale(1.1);
    box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.1);
}




.big-button, .btn-primary, .btn, .button, button {
    font-family: "Assistant" !important;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 8px 12px;
    text-decoration: none;
    transition: all 250ms ease;
    min-height: 38px;
    gap: 8px;
    position: relative;
    vertical-align: middle;
    background-color: var(--primary-color);
    border: none;
    outline: none !important;
    font-size: 14px;
    border-radius: 18px;
    font-weight: 500;
    margin: 2px;
    color: #ffffff;
    white-space: nowrap;
    cursor: pointer;
}
    .button.DTTT_buttonL:hover, div.DTTT_button:hover, a.DTTT_button:hover,
    .button:hover,
    .button:hover,
    .big-button:hover,
    .btn.btn-primary:hover,
    .btn:hover {
        color: #ffffff;
        background-color: color-mix( in srgb, var(--primary-color), white 15% );
        box-shadow: 0 4px 10px color-mix( in srgb, var(--primary-color) 25%, transparent );
    }

    .big-button.disabled, button.disabled, .button.disabled {
        cursor: not-allowed;
        pointer-events: none;
        opacity: .65;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none
    }

   
    .button.green, .big-button.green, button.green {
        background-color: #10b981;
    }

        .big-button.green:hover, button.green:hover, .button.green:hover {
            background-color: #059669;
            color: white;
            box-shadow: 0 4px 10px color-mix(in srgb, #059669 25%, transparent);
            border: none;
        }

.btn-save, .SB_BtnSave {
    background: var(--secondary-color) !important;
    color:white !important;
}
    .btn-save:hover, .SB_BtnSave:hover {
        background-color: color-mix(in srgb, var(--secondary-color), white 15%) !important;
        box-shadow: 0 4px 10px color-mix(in srgb, var(--secondary-color) 25%, transparent);
    }

.controls-buttons .btn-save, .controls-buttons  .SB_BtnSave {
    background-color: var(--secondary-color) !important;
}

    .controls-buttons .btn-save:hover, .controls-buttons .SB_BtnSave:hover {
        background-color: color-mix(in srgb, var(--secondary-color), white 15%) !important;
        box-shadow: 0 4px 10px color-mix(in srgb, var(--secondary-color) 25%, transparent) !important;
        
    }



.btn-cancel {
    background-color: #ef4444;
    color: white;
}

    .btn-cancel:hover {
        background-color: #dc2626;
        color: white;
        box-shadow: 0 4px 10px color-mix(in srgb, #dc2626 25%, transparent);
        border:none;
    }

.inline-label, .inline-medium-label {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    flex-wrap: wrap;
    grid-gap: 4px;
    
}

    .inline-label label, .inline-medium-label label {
        min-width: 280px !important;
        font-size: 16px;
        font-weight: 500;
        color: #1e293b;
        margin: 0;
        padding: 0;
        min-width: fit-content;
        white-space: nowrap;
        display: flex;
        align-items: center;
    }

        .inline-label label.required::after {
            content: '*';
            color: #ef4444;
            margin-right: 2px;
            font-weight: 600;
        }
  

    .inline-label textarea {
        height: auto;
        min-height: 80px;
        resize: vertical;
        text-align: right;
    }

    .inline-label span {
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

        .inline-label span img {
            width: 20px;
            height: 20px;
            object-fit: contain;
        }


/** מודל*/


#modal {
    position: fixed;
    z-index: 999980;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(4px);
    transition: all 0.3s ease;
}
    #modal h1 {
        cursor: move;
        -webkit-user-select: none;
        -moz-user-select: none;
        background-color: #ffffff;
        margin-bottom: 0px;
        padding: 15px;
        margin-top: 0;
        font-weight: 700;
        background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
        background-clip: text;
        display:inline-block;
        color: transparent;
        font-size:24px;
    }



div.modal-window {
    position: absolute;
    left: 0;
    top: 0;
    background:white;
    border-radius: 16px;
    border: 1px solid #cbd5e1;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    animation: fadeInUp 0.25s ease-out both;
}
#modal .action-tabs {
    position: absolute;
    left: 10px;
    z-index: 99;
    padding-top: 8px;
}

.modal-content {
    overflow: auto;
    padding: 0;
    margin: 0;
   
}

.block-footer {
    padding: 8px;
    border-top: 1px solid #E5E5E5;
}




.modal-loading {
    background: url(../images/arbo-loader.gif) no-repeat center 3em;
    height: 4em;
    padding-top: 4.5em;
    color: #999999;
    text-align: center;
}

#modal .block-content > .action-tabs.right {
    padding-top: 0;
    margin-top: -2em;
}

#modal .action-tabs A {
    padding: 3px;
}

    #modal .action-tabs A:hover {
        background-color: #F4F4F4;
        border-radius: 4px;
        transition: all 0.2s;
    }

.modal-resize-tl,
.modal-resize-t,
.modal-resize-tr,
.modal-resize-r,
.modal-resize-br,
.modal-resize-b,
.modal-resize-bl,
.modal-resize-l {
    opacity:0;
}

/*.modal-resize-tl {
    top: 0;
    left: 0;
    width: 2em;
    height: 1em;
    cursor: nw-resize;
}

.modal-resize-t {
    top: 0;
    left: 2em;
    right: 2em;
    height: 1em;
    cursor: n-resize;
}

.modal-resize-tr {
    top: 0;
    right: 0;
    width: 2em;
    height: 1em;
    cursor: ne-resize;
}

.modal-resize-r {
    top: 1em;
    right: 0;
    width: 1em;
    bottom: 1em;
    cursor: e-resize;
}

.modal-resize-br {
    bottom: 0;
    right: 0;
    width: 2em;
    height: 1em;
    cursor: se-resize;
}

.modal-resize-b {
    bottom: 0;
    left: 2em;
    right: 2em;
    height: 1em;
    cursor: s-resize;
}

.modal-resize-bl {
    bottom: 0;
    left: 0;
    width: 2em;
    height: 1em;
    cursor: sw-resize;
}

.modal-resize-l {
    top: 1em;
    left: 0;
    width: 1em;
    bottom: 1em;
    cursor: w-resize;
}*/


@keyframes wiz-spin {
    to {
        transform: rotate(360deg);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}







/** animations*/
@keyframes pulseGlow {
    0%, 100% {
        box-shadow: 0px 4px 20px color-mix(in srgb, var(--primary-color), transparent 70%);
    }

    50% {
        box-shadow: 0px 8px 30px color-mix(in srgb, var(--secondary-color), transparent 65%);
    }
}

@keyframes dropdownFadeSlide {
    0% {
        max-height: 0;
    }

    100% {
        max-height: 500px;
    }
}

@keyframes dropdownItem {
    0% {
        opacity: 0;
        transform: translateY(-6px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes moveShowPagesLeft {
    0% {
        right: -310px;
    }

    100% {
        right: 0;
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}


/** טעינה*/
.loading-mask {
    position: absolute;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(4px);
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    transition: all 0.3s ease;
}

    .loading-mask span {
        position: relative;
        left: auto;
        top: auto;
        margin: 0;
        min-width: auto;
        background-image: none !important;
        background: white;
        padding: 24px 40px;
        border-radius: 16px;
        border: 1px solid #cbd5e1;
        box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
        color: var(--primary-color);
        font-family: 'Assistant', sans-serif;
        font-weight: 600;
        font-size: 15px;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 16px;
        animation: fadeInUp 0.4s ease-out both;
    }

        .loading-mask span::before {
            content: '';
            display: block;
            width: 32px;
            height: 32px;
            border-radius: 50%;
            border: 3px solid #cbd5e1;
            border-top-color: var(--primary-color);
            animation: wiz-spin 0.8s linear infinite;
        }

.loading-mask-fixed {
    position: fixed !important;
}


/* ==========  תפריט עליון של האתר ========== */

.sb-divider {
    width: 1px;
    height: 24px;
    background-color: #cbd5e1;
}

.MP_TopBar_Inline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    flex-wrap: nowrap;
    height: 60px;
    width: 100%;
    padding: 0 20px;
    background: #ffffff;
    border-bottom: 1px solid #cbd5e1;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    text-align: center;
    position: relative;
}


    .MP_TopBar_Inline .MP_TopBarElm .btn {
        background-color:transparent;
        color: #64748b;
        box-shadow: none;
    }

        .MP_TopBar_Inline .MP_TopBarElm .btn:hover {
            background-color: #f1f5f9;
            border-color: transparent;
            color: var(--primary-color)
        }


    .MP_TopBar_Inline .cssEnable {
        background-color: var(--primary-color) !important;
        color:white !important;
    }

#btnInnerDnd_SavePage.cssDisabled {
    background-color: transparent !important;
    opacity: 0.5 !important;
    cursor: not-allowed !important;
    pointer-events: none !important;
    color: #64748b !important;
}


#btnInnerDnd_SavePage.cssEnable {
    color: white !important;
    background-color: var(--secondary-color) !important;
}

    #btnInnerDnd_SavePage.cssEnable:hover {
        background-color: color-mix( in srgb, var(--secondary-color),white 15% ) !important;
    }

.MP_TopBar_Inline_inner {
    justify-content: center;
    height: 50px;
}

#MP_TopBar_Inline_EditTools {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
}

#twoall-logo-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

    #twoall-logo-link:hover {
        text-decoration: none;
    }

#twoall-logo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
}


#twoall-logo-subtitle {
    font-size: 10px;
    color: #64748b;
    font-weight: 400;
}



#MP_TopBar_ShowPages {
    background: linear-gradient(135deg, color-mix(in srgb, var(--primary-color), transparent 92%), color-mix(in srgb, var(--secondary-color), transparent 92%) );
    color: var(--primary-color);
}



#MP_TopBar_Inline_EditTools {
    transition: all 0.3s ease 0s;
}

.SB_Helper_MainPage_Div_Input_Icon {
    display: flex;
    align-items: center;
    position: relative;
    max-width: 200px;
}

    .SB_Helper_MainPage_Div_Input_Icon svg {
        position: absolute;
        right: 12px;
        color: #94a3b8;
        transition: color 0.2s ease;
    }

input.cls_Helper_MainPage_Search_Txt {
    min-width: 200px;
    padding: 12px 40px 12px 16px;
    border: 1px solid #cbd5e1;
    border-radius: 12px;
    font-size: 14px;
    background: #ffffff;
    transition: all 0.2s ease;
    outline: none;
}


    input.cls_Helper_MainPage_Search_Txt:hover {
        background: #f1f5f9;
    }

    input.cls_Helper_MainPage_Search_Txt:focus {
        background: #ffffff;
        border-color: #64748b;
    }


#sysLang .dd-select {
    border: none;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}


#sysLang .dd-selected {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    cursor: pointer;
}

#sysLang .dd-selected-image,
#sysLang .dd-option-image {
    width: 18px;
    height: 12px;
    border-radius: 2px;
    margin-right: 12px;
}

#sysLang .dd-selected-text {
    font-size: 13px;
    color: #334155;
    margin: 0 !important;
    cursor:pointer;
}

#sysLang .dd-pointer {
    border-top: 6px solid #64748b !important;
}

#sysLang .dd-pointer-up {
    border-top: none !important;
    border-bottom: 6px solid #64748b !important;
    margin-top: -4px !important;
}

#sysLang .dd-options {
    background: #ffffff !important;
    border: 1px solid #cbd5e1 !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.06) !important;
    border-radius: 6px !important;
    padding: 4px 0 !important;
    max-height: 260px !important;
    overflow-y: auto !important;
    z-index: 99999 !important;
}

    #sysLang .dd-options::-webkit-scrollbar {
        width: 8px;
        height: 8px;
    }

    #sysLang .dd-options::-webkit-scrollbar-thumb {
        background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
        border-radius: 8px;
    }

    #sysLang .dd-options::-webkit-scrollbar-track {
        background: linear-gradient(180deg, color-mix(in srgb, var(--primary-color), transparent 92%), color-mix(in srgb, var(--secondary-color), transparent 92%));
        border-radius: 8px;
    }



#sysLang .dd-option {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 14px 0px !important;
    font-size: 13px !important;
    cursor: pointer !important;
    transition: background 120ms;
}

    #sysLang .dd-option .dd-option-text {
        line-height: 0 !important;
        cursor: pointer !important;
    }



    #sysLang .dd-option:hover {
        background: #f1f5f9 !important;
    }

#sysLang .dd-option-selected {
    background: #eef2ff !important;
    border-right: 3px solid var(--primary-color) !important;
}



.MP_TopBar_Inline .MP_TopBarElm_Space {
    display: block;
    height: 100%;
    width: 5%;
}

.MP_TopBar_Inline_FixedPos #MP_TopBarElmCurrPage {
    display: block !important;
}

.MP_TopBar_Inline_inner .MP_TopBar_Inline_FixedPos {
    position: fixed;
    top: 0px;
    z-index: 99999;
    background: #ffffff;
    display: inline-block;
    box-shadow: 0 0 9px 2px #CDCCCC;
    text-align: center;
    padding: 4px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    height: 45px;
}

    .MP_TopBar_Inline_inner .MP_TopBar_Inline_FixedPos.MP_TopBar_Inline_InEditorOpen {
        position: relative !important;
        top: 0 !important;
        margin-left: 0 !important;
    }

.MP_TopBar_Inline #MP_TopBarElmCurrPage_2 {
    display: none;
}

.MP_TopBar_Inline_inner .MP_TopBar_Inline_FixedPos #MP_TopBarElmCurrPage_2 {
    display: inline-block;
}


.MP_TopBar_Inline #MP_TopBar_Undo_Number {
    position: absolute;
    top: -1px;
    left: -1px;
    width: 12px;
    height: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: 700;
    color: #ffffff;
    border-radius: 50%;
    background: var(--primary-color);
    box-shadow: 0 2px 6px rgba(99, 102, 241, 0.25), 0 1px 3px rgba(236, 72, 153, 0.25);
}


/* ==========  סרגל עליון של האתר - תתי תפריטים  ========== */


#MP_TopBar_ShowMenu_Container.SB_Toolbar_Primary_Hide, #MP_TopBar_ShowCatalog_Container.SB_Toolbar_Primary_Hide, #MP_TopBar_ShowUserSettings_Container.SB_Toolbar_Primary_Hide {
    animation: none !important;
    opacity: 0;
}

#MP_TopBar_ShowMenu_Container:not(.SB_Toolbar_Primary_Hide) {
    animation: dropdownFadeSlide 450ms ease-out both;
}

#MP_TopBar_ShowCatalog_Container:not(.SB_Toolbar_Primary_Hide), #MP_TopBar_ShowUserSettings_Container:not(.SB_Toolbar_Primary_Hide) {
    animation: dropdownFadeSlide 1000ms ease-out both;
}


#MP_TopBar_ShowMenu_Container, #MP_TopBar_ShowCatalog_Container, #MP_TopBar_ShowUserSettings_Container {
    padding: 4px 0 !important;
    display: flex;
    flex-direction: column;
    gap: 0;
    position: absolute;
    top: 54px;
    opacity: 0.98;
    margin-left: -28px;
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    border: 1.5px solid #cbd5e1;
    border-radius: 12px;
    padding: 12px 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06), 0 2px 4px rgba(0, 0, 0, 0.03);
    opacity: 1;
    transition: all 280ms cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 9999999
}


    #MP_TopBar_ShowUserSettings_Container:not(.SB_Toolbar_Primary_Hide) .btn,
    #MP_TopBar_ShowCatalog_Container:not(.SB_Toolbar_Primary_Hide) .btn,
    #MP_TopBar_ShowMenu_Container:not(.SB_Toolbar_Primary_Hide) .btn {
        animation: dropdownItem 500ms ease-out both;
    }

        #MP_TopBar_ShowUserSettings_Container:not(.SB_Toolbar_Primary_Hide) .btn:nth-child(1),
        #MP_TopBar_ShowCatalog_Container:not(.SB_Toolbar_Primary_Hide) .btn:nth-child(1),
        #MP_TopBar_ShowMenu_Container:not(.SB_Toolbar_Primary_Hide) .btn:nth-child(1) {
            animation-delay: 0.05s;
        }

        #MP_TopBar_ShowUserSettings_Container:not(.SB_Toolbar_Primary_Hide) .btn:nth-child(2),
        #MP_TopBar_ShowCatalog_Container:not(.SB_Toolbar_Primary_Hide) .btn:nth-child(2),
        #MP_TopBar_ShowMenu_Container:not(.SB_Toolbar_Primary_Hide) .btn:nth-child(2) {
            animation-delay: 0.10s;
        }

        #MP_TopBar_ShowUserSettings_Container:not(.SB_Toolbar_Primary_Hide) .btn:nth-child(3),
        #MP_TopBar_ShowCatalog_Container:not(.SB_Toolbar_Primary_Hide) .btn:nth-child(3),
        #MP_TopBar_ShowMenu_Container:not(.SB_Toolbar_Primary_Hide) .btn:nth-child(3) {
            animation-delay: 0.15s;
        }

        #MP_TopBar_ShowUserSettings_Container:not(.SB_Toolbar_Primary_Hide) .btn:nth-child(4),
        #MP_TopBar_ShowMenu_Container:not(.SB_Toolbar_Primary_Hide) .btn:nth-child(4) {
            animation-delay: 0.20s;
        }


        #MP_TopBar_ShowUserSettings_Container:not(.SB_Toolbar_Primary_Hide) .btn:nth-child(5),
        #MP_TopBar_ShowMenu_Container:not(.SB_Toolbar_Primary_Hide) .btn:nth-child(5) {
            animation-delay: 0.25s;
        }
            #MP_TopBar_ShowUserSettings_Container:not(.SB_Toolbar_Primary_Hide) .btn:nth-child(6),
            #MP_TopBar_ShowMenu_Container:not(.SB_Toolbar_Primary_Hide) .btn:nth-child(6) {
                animation-delay: 0.30s;
            }

        #MP_TopBar_ShowMenu_Container:not(.SB_Toolbar_Primary_Hide) .btn:nth-child(7) {
            animation-delay: 0.35s;
        }

        #MP_TopBar_ShowMenu_Container:not(.SB_Toolbar_Primary_Hide) .btn:nth-child(8) {
            animation-delay: 0.40s;
        }



.clsSB_MP_BoxDesign .btn {
    justify-content: flex-start;
    border: none;
    border-right: 3px solid var(--primary-color);
    border-radius: unset;
    cursor: pointer;
    transition: background 120ms, box-shadow 120ms, transform 120ms;
    background-color: transparent;
    color: #64748b;
}

    .clsSB_MP_BoxDesign .btn:hover {
        background-color: var(--primary-color) !important;
        color: white !important;
    }

        .clsSB_MP_BoxDesign .btn:hover > * {
            transform: translateX(-4px) !important;
        }

/* ========== פאנל ימני של האתר המכיל דפים באתר, הוסף אלמנטים, הגדרות CSS  ========== */
.main-panel {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 200px;
    right: 0;
    transition: all 200ms ease;
    gap:8px;
}


    .main-panel.moved {
        right: 310px;
    }

    .main-panel.hidden {
        display: none !important;
    }

    .main-panel > a[data-panel="css-design"] {
        position: fixed; 
        left: 0;
        right: auto; 
        border-radius: 0 20px 20px 0;
    }
    .main-panel.css-active > a[data-panel="css-design"] {
        left: 307px; 
    }


/* ========== פאנל בצד שמאל של האתר הנפתח בעת לחיצה על אלמנט   ========== */
#SB_Toolbar_Primary.SB_Toolbar_Primary_Hide {
    left: -170px;
}

#SB_Toolbar_Primary_BtnClose {
    cursor: pointer;
    position: absolute;
    right: 4px;
    top: 4px;
    width: 16px;
    height: 16px;
    border-radius: 16px;
    color: #475569;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 250ms ease;
    z-index: 15;
}

    #SB_Toolbar_Primary_BtnClose:hover {
        color: #fff;
        border-color: transparent;
        transform: translateY(-2px) scale(1.03);
        box-shadow: 0 8px 18px rgba(99, 102, 241, 0.35);
        background-color: #ef4444;
    }

    #SB_Toolbar_Primary_BtnClose:active {
        transform: translateY(0) scale(0.98);
        box-shadow: 0 4px 10px rgba(99, 102, 241, 0.25);
    }



#SB_Toolbar_Primary.SB_Toolbar_Primary_Hide .SB_Toolbar_Group {
    animation: none !important;
    opacity: 0;
    transform: translateX(-20px);
}

#SB_Toolbar_Primary:not(.SB_Toolbar_Primary_Hide) .SB_Toolbar_Group {
    animation: fadeInUp 1s ease-out both;
}

    #SB_Toolbar_Primary:not(.SB_Toolbar_Primary_Hide) .SB_Toolbar_Group:nth-child(1) {
        animation-delay: 0.05s;
    }

    #SB_Toolbar_Primary:not(.SB_Toolbar_Primary_Hide) .SB_Toolbar_Group:nth-child(2) {
        animation-delay: 0.1s;
    }

    #SB_Toolbar_Primary:not(.SB_Toolbar_Primary_Hide) .SB_Toolbar_Group:nth-child(3) {
        animation-delay: 0.15s;
    }

    #SB_Toolbar_Primary:not(.SB_Toolbar_Primary_Hide) .SB_Toolbar_Group:nth-child(4) {
        animation-delay: 0.25s;
    }

    #SB_Toolbar_Primary:not(.SB_Toolbar_Primary_Hide) .SB_Toolbar_Group:nth-child(5) {
        animation-delay: 0.3s;
    }

    #SB_Toolbar_Primary:not(.SB_Toolbar_Primary_Hide) .SB_Toolbar_Group:nth-child(6) {
        animation-delay: 0.35s;
    }

#SB_Toolbar_Primary:not(.MP_TopBar_Hide) .SB_Toolbar_Group:nth-child(7) {
    animation-delay: 0.4s;
}

#SB_Toolbar_Primary:not(.MP_TopBar_Hide) .SB_Toolbar_Group:nth-child(8) {
    animation-delay: 0.45s;
}

#SB_Toolbar_Primary:not(.MP_TopBar_Hide) .SB_Toolbar_Group:nth-child(9) {
    animation-delay: 0.5s;
}

#SB_Toolbar_Primary:not(.MP_TopBar_Hide) .SB_Toolbar_Group:nth-child(10) {
    animation-delay: 0.55s;
}

#SB_Toolbar_Primary:not(.MP_TopBar_Hide) .SB_Toolbar_Group:nth-child(11) {
    animation-delay: 0.6s;
}

#SB_Toolbar_Primary:not(.MP_TopBar_Hide) .SB_Toolbar_Group:nth-child(12) {
    animation-delay: 0.65s;
}

#SB_Toolbar_Primary:not(.MP_TopBar_Hide) .SB_Toolbar_Group:nth-child(13) {
    animation-delay: 0.7s;
}


#SB_Toolbar_Primary {
    position: fixed;
    top: 60px;
    left: 0px;
    width: 140px;
    z-index: 33334;
    box-shadow: 2px 0 12px rgba(0, 0, 0, 0.08);
    transition: all 250ms ease;
    overflow-y: auto;
    overflow-x: hidden;
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    border-right: 1px solid #cbd5e1;
    border-radius: 4px;
    height: 100vh;
}

    #SB_Toolbar_Primary::-webkit-scrollbar {
        width: 8px;
    }

    #SB_Toolbar_Primary::-webkit-scrollbar-thumb {
        background: linear-gradient(180deg, var(--primary-color), var(--secondary-color));
        border-radius: 8px;
    }

    #SB_Toolbar_Primary::-webkit-scrollbar-track {
        background: linear-gradient(180deg, color-mix(in srgb, var(--primary-color), transparent 92%), color-mix(in srgb, var(--secondary-color), transparent 92%));
        border-radius: 8px;
    }


.SB_Toolbar_Group {
    padding: 2.5px;
    border-bottom: 1px solid #cbd5e1;
    background: #ffffff;
    transition: all 250ms ease;
    margin-bottom: 1px;
}


.SB_Toolbar_Caption {
    font-size: 12px;
    font-weight: 700;
    color: var(--primary-color);
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-bottom: 6px;
    text-align: center;
    position: relative;
    padding: 4px 0;
}

    .SB_Toolbar_Caption::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 50px;
        height: 2px;
        background: linear-gradient(90deg,var(--primary-color), var(--secondary-color));
        border-radius: 2px;
    }

.SB_Toolbar_Row_Btns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 8px !important;
    width: fit-content;
    margin: 0 auto;
    gap: 8px;
}

.radio-icon {
    position: relative;
    cursor: pointer;
}

    .radio-icon input[type="radio"]:checked + .radio-icon-display {
        border-color: transparent;
        box-shadow: 0 4px 12px color-mix( in srgb, var(--primary-color) 25%, transparent );
        background: linear-gradient(135deg, color-mix(in srgb, var(--primary-color), transparent 92%), color-mix(in srgb, var(--secondary-color), transparent 92%) );
    }

    .radio-icon:hover .radio-icon-display {
        border-color: transparent;
        box-shadow: 0 4px 12px color-mix( in srgb, var(--primary-color) 25%, transparent );
        color: var(--primary-color) !important;
    }

    .radio-icon input[type="radio"] {
        position: absolute;
        opacity: 0;
        width: 0;
        height: 0;
    }

.radio-icon-display {
    width: 30px;
    min-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    color: #1e293b;
    background-color: #ffffff;
    font-size: 20px;
    transition: all 250ms ease;
    border: 1.5px solid #cbd5e1;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
    position: relative;
    overflow: hidden;
}



.SB_Tb_Btn {
    width: 30px;
    min-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    color: #1e293b;
    background-color: #ffffff;
    font-size: 20px;
    transition: all 250ms ease;
    position: relative;
    border: 1.5px solid #cbd5e1;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
    line-height: unset !important;
    cursor: pointer;
    text-decoration: none !important;
}

    .SB_Tb_Btn:hover {
        box-shadow: 0 4px 10px color-mix( in srgb, var(--primary-color) 25%, transparent );
        border-color: transparent;
        color: var(--primary-color) !important;
    }

    .SB_Tb_Btn.clsChecked {
        color: #ffffff;
        background-color: var(--primary-color);
    }

        .SB_Tb_Btn.clsChecked:hover {
            color: #ffffff !important;
            background-color: color-mix( in srgb, var(--primary-color), white 15% ) !important;
            border-color: transparent !important;
        }



.main-panel .SB_Tb_Btn_With_Caption {
    background: linear-gradient( 135deg, var(--primary-color) 0%, var(--secondary-color) 80% );
    color: white !important;
    width: 50px !important;
    border-radius: 20px 0 0 20px;
    margin-bottom: 8px;
    padding: 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: -3px 4px 12px color-mix(in srgb, var(--primary-color), transparent 65%);
    transition: all 0.3s ease-in-out;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-right: none;
    animation: pulseGlow 4s ease-in-out infinite;
}

    .main-panel .SB_Tb_Btn_With_Caption:hover {
        width: 84px;
        box-shadow: -6px 8px 22px color-mix(in srgb, var(--secondary-color), transparent 55%);
    }

.main-panel .SB_Btn_Caption {
    color: white !important;
    font-size: 10px !important;
    font-weight: 600;
    margin-top: 4px;
    text-align: center;
    line-height: 1.1;
}



.SB_Tb_Btn_With_Caption {
    width: 36px !important;
    min-height: 45px !important;
    flex-direction: column;
}

.SB_Btn_Caption {
    font-size: 10px;
    font-weight: 600;
    color: var(--primary-color);
    text-transform: uppercase;
    letter-spacing: 0.8px;
    text-align: center;
    position: relative;
    padding: 4px 0;
}



.SB_Toolbar_Group_Select .SB_Toolbar_Row_Btns {
    display: flex;
    justify-content: center;
    gap: 2.5px;
}

.SB_Toolbar_Group_Display .SB_Toolbar_Row_Btns {
    display: flex;
    justify-content: center;
}

.SB_Toolbar_Group_EditHtml .SB_Toolbar_Row_Btns {
    display: flex;
    justify-content: center;
}

.SB_Toolbar_Group_Effects .SB_Toolbar_Row_Btns {
    display: flex;
    justify-content: center;
}

.SB_Toolbar_Row {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
    flex-direction: row-reverse;
    justify-content: center;
}

.SB_Toolbar_Label {
    font-size: 13px;
    font-weight: 600;
    color: var(--primary-color);
    min-width: 22px;
}

.SB_Toolbar_Input {
    height: 23px !important;
    max-width: 70px !important;
}

    .SB_Toolbar_Input:focus {
        background-color: #ffffff;
        border-color: var(--primary-color);
        box-shadow: 0 0 0 4px rgba(99, 102, 241, 0.15);
        outline: none;
    }


/* ========== פאנל דפים באתר  ========== */
.SB_SitePages_Header {
    padding: 24px;
    border-bottom: 2px solid transparent;
    border-image: linear-gradient(90deg, var(--primary-color),var(--secondary-color)) 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(135deg, color-mix(in srgb, var(--primary-color), transparent 92%), color-mix(in srgb, var(--secondary-color), transparent 92%) );
    position: relative;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
}

.SB_SitePages_Close {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #64748b;
    border-radius: 8px;
    transition: all 150ms ease;
    font-family: inherit;
    cursor: pointer;
    border-style: none;
    background: none;
    padding: 0;
    min-height: unset;
}

    .SB_SitePages_Close:hover {
        background-color: #ef4444;
        color: white;
        border-radius: 18px;
    }

.SB_MP_Header1 {
    margin: 0;
    font-size: 15px;
    color: #1e293b;
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 500;
}

.SB_SitePages_Actions {
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-bottom: 1px solid #cbd5e1;
}

#div_Page_Sort_Buttons_Conteiner {
    padding: 0 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    border-bottom: #cbd5e1;
}

#a_AddPagesHelp {
    color: var(--primary-color)
}

    #a_AddPagesHelp:hover {
        color: color-mix( in srgb, var(--primary-color), white 15% );
    }



#MP_TopBar_ShowPages_Container.MP_TopBar_Hide {
    animation: none !important;
    right: -310px;
}

#MP_TopBar_ShowPages_Container:not(.clsDnD_Container_Close) {
    animation: moveShowPagesLeft 0.25s ease-out both;
}


#MP_TopBar_ShowPages_Container {
    display: inline-block;
    width: 306px;
    position: fixed;
    top: 60px;
    right: 0px;
    box-shadow: -2px 0 12px rgba(0, 0, 0, 0.08);
    border-left: 1px solid #cbd5e1;
    height: 100vh;
    transition: all 250ms ease;
}


    #MP_TopBar_ShowPages_Container .SB_MP_Header {
        border-radius: 4px 4px 0px 0px;
    }

#RightMenuBtnsScroll_Container ::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

#RightMenuBtnsScroll_Container ::-webkit-scrollbar-track {
    background: linear-gradient(180deg, color-mix(in srgb, var(--primary-color), transparent 92%), color-mix(in srgb, var(--secondary-color), transparent 92%));
    border-radius: 8px;
}

#RightMenuBtnsScroll_Container ::-webkit-scrollbar-thumb {
    /*background: #cbd5e1;*/
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    border-radius: 8px;
}



.SB_RightPageMenuBtn:hover {
    background: linear-gradient(135deg, color-mix(in srgb, var(--primary-color), transparent 92%), color-mix(in srgb, var(--secondary-color), transparent 92%) );
}

    .SB_RightPageMenuBtn:hover a.SB_Btn_A {
        color: var(--primary-color) !important;
    }

.SB_RightMenu_CatalogT2:hover .SB_RM_Txt, .SB_RightMenu_CatalogT1:hover .SB_RM_Txt, .SB_Btn_A_Catalog:hover .SB_RM_Txt {
    color: var(--primary-color) !important;
}

.SB_RightPageMenuBtn .SB_Btn_A {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #1e293b;
    padding: 6px 0px;
    padding-right: 8px;
    gap: 6px;
    box-sizing: border-box;
    font-weight: 400;
}

    .SB_RightPageMenuBtn .SB_Btn_A.SB_Btn_A_Catalog {
        padding-right: 6px;
    }

.SB_CatalogGroup {
    background-color: white;
}

.SB_RightPageMenuBtn_selected {
    background: linear-gradient(135deg, color-mix(in srgb, var(--primary-color), transparent 92%), color-mix(in srgb, var(--secondary-color), transparent 92%) );
}


#DivCatalogNodes {
    margin-right: 14px;
}

.SB_RightMenu_CatalogT2 {
    margin-right: 38px !important;
}



.SB_RMBtnCnt {
    margin-right: auto;
    margin-left: 10px;
    display: inline-flex;
    gap: 4px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease, visibility 0.2s ease;
}

    .SB_RMBtnCnt .SB_Tb_Btn {
        width: 25px;
        min-height: 25px;
    }

.SB_RightPageMenuBtn:hover .SB_RMBtnCnt {
    opacity: 1;
    visibility: visible;
}

#SB_SitePages_Bottom_Actions {
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
    padding: 16px;
    align-items: center;
    border-bottom: 1px solid #cbd5e1;
    margin-bottom: 0;
    gap: 2px;
}

    #SB_SitePages_Bottom_Actions .handle_pages {
        display: inline-flex;
        gap: 4px;
    }

    #SB_SitePages_Bottom_Actions #RightMenuSearch_Txt {
        width: 210px;
        color: #999999
    }


#sb_manage_menus {
    width: 100%;
    background-color: transparent;
    color: #64748b;
    border-color: transparent;
    cursor: pointer;
}

.form-group {
    margin-bottom: 0 !important;
}


.SB_RightMenuCheckbox {
    display: flex;
    align-items: center;
}

    .SB_RightMenuCheckbox label, .SB_RightMenuCheckbox input {
        cursor: pointer;
    }

 

#SB_Page_Settings_accordion ul {
    display:flex;
    align-items:center;
    grid-gap:8px;
    flex-wrap:wrap;

}
#SB_Page_Settings_accordion .nav > li > a {
    direction: rtl;
    display: block;
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    padding: 8px 8px;
    color: #1e293b;
    border: 1px solid rgba(99, 102, 241, 0.15);
    text-decoration: none;
    border-radius: 8px 8px 0 0;
    transition: all 0.2s ease;
}
    #SB_Page_Settings_accordion .nav > li > a:hover {
        color: var(--primary-color);
        background: linear-gradient(135deg, color-mix(in srgb, var(--primary-color) 10%, transparent 85%), color-mix(in srgb, var(--secondary-color) 10%, transparent 90%));
    }

.SB_Accordion .ui-tabs-active A {
    background: linear-gradient(135deg, #ffffff 0%, #fafbff 100%) !important;
    color: var(--primary-color) !important;
    font-weight: 500 !important;
    border-color: rgba(99, 102, 241, 0.2) !important;
}


/* color switcher */

.theme-switcher-hide {
    display:none;
}
.theme-switcher {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9999;
}

.theme-switcher-toggle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    color: white;
    border: none;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    transition: 250ms ease;
    animation: 3s ease 0s infinite normal none running pulseGlow;
}

    .theme-switcher-toggle:hover {
        transform: scale(1.1) rotate(180deg);
        box-shadow: 0 8px 30px rgba(99, 102, 241, 0.4);
    }

.theme-switcher-panel.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
}

.theme-switcher-panel {
    position: absolute;
    bottom: 80px;
    right: 0;
    width: 320px;
    background: white;
    border-radius: 16px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    border: 1px solid #cbd5e1;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px) scale(0.9);
    transition: all 250ms ease;
}

.theme-switcher-header {
    padding: 24px;
    border-bottom: 2px solid transparent;
    border-image: linear-gradient(90deg, var(--primary-color), var(--secondary-color)) 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(135deg, color-mix(in srgb, var(--primary-color), transparent 92%), color-mix(in srgb, var(--secondary-color), transparent 92%) );
}

.theme-switcher-content {
    padding: 8px;
    max-height: 400px;
    overflow-y: auto;
}

    .theme-switcher-content::-webkit-scrollbar {
        width: 8px;
    }

    .theme-switcher-content::-webkit-scrollbar-track {
        background: linear-gradient( 180deg, color-mix(in srgb, var(--primary-color), transparent 92%), color-mix(in srgb, var(--secondary-color), transparent 92%) );
        border-radius: 8px;
    }

    .theme-switcher-content::-webkit-scrollbar-thumb {
        background: linear-gradient( 180deg, var(--primary-color), var(--secondary-color) );
        border-radius: 8px;
    }

.theme-option {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px;
    border-radius: 12px;
    background: white;
    border: 2px solid #cbd5e1;
    cursor: pointer;
    transition: all 150ms ease;
    margin-bottom: 8px;
    position: relative;
}

    .theme-option.active {
        border-color: var(--primary-color);
        background: linear-gradient(135deg, color-mix(in srgb, var(--primary-color), transparent 92%), color-mix(in srgb, var(--secondary-color), transparent 92%) );
    }

    .theme-option:hover {
        background: linear-gradient(135deg, color-mix(in srgb, var(--primary-color), transparent 92%), color-mix(in srgb, var(--secondary-color), transparent 92%) );
    }

.theme-preview {
    display: flex;
    gap: 4px;
}

.theme-option.active .theme-check {
    opacity: 1;
    transform: scale(1);
}

.theme-check {
    color: var(--primary-color);
    font-size: 16px;
    opacity: 0;
    transform: scale(0);
    transition: all 150ms ease;
}

.color-dot {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 2px solid white;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.theme-name {
    flex: 1;
    font-size: 14px;
    font-weight: 600;
    color: #1e293b;
}

.theme-switcher-close {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #64748b;
    border-radius: 8px;
    font-family: inherit;
    cursor: pointer;
    border-style: none;
    background: none;
    padding: 0;
    min-height: unset;
}

    .theme-switcher-close:hover {
        background-color: #ef4444;
        color: white;
        border-radius: 18px;
    }

.theme-switcher-footer {
    padding: 16px;
    border-top: 1px solid #cbd5e1;
}

.reset-theme-btn {
    width: 100%;
    padding: 8px 16px;
    border-radius: 8px;
    background: #f1f5f9;
    border: 1px solid #cbd5e1;
    color: #64748b;
    font-weight: 600;
    font-size: 13px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 150ms ease;
}


.SB_RightPageMenuBtn {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0;
    padding: 2px;
    border-radius: 16px;
    margin-bottom: 4px;
    cursor: pointer;
}

#MP_TopBar_ShowPages_Container.MP_TopBar_Hide .SB_RightPageMenuBtn .SB_Btn_A {
    animation: none !important;
    opacity: 0;
}

#MP_TopBar_ShowPages_Container:not(.MP_TopBar_Hide) .SB_RightPageMenuBtn .SB_Btn_A {
    animation: fadeInUp 1s ease-out both;
}

#MP_TopBar_ShowPages_Container:not(.MP_TopBar_Hide) .SB_RightPageMenuBtn:nth-child(1) .SB_Btn_A {
    animation-delay: 0.05s;
}

#MP_TopBar_ShowPages_Container:not(.MP_TopBar_Hide) .SB_RightPageMenuBtn:nth-child(2) .SB_Btn_A {
    animation-delay: 0.1s;
}

#MP_TopBar_ShowPages_Container:not(.MP_TopBar_Hide) .SB_RightPageMenuBtn:nth-child(3) .SB_Btn_A {
    animation-delay: 0.15s;
}

#MP_TopBar_ShowPages_Container:not(.MP_TopBar_Hide) .SB_RightPageMenuBtn:nth-child(4) .SB_Btn_A {
    animation-delay: 0.25s;
}

#MP_TopBar_ShowPages_Container:not(.MP_TopBar_Hide) .SB_RightPageMenuBtn:nth-child(5) .SB_Btn_A {
    animation-delay: 0.3s;
}

#MP_TopBar_ShowPages_Container:not(.MP_TopBar_Hide) .SB_RightPageMenuBtn:nth-child(6) .SB_Btn_A {
    animation-delay: 0.35s;
}

#MP_TopBar_ShowPages_Container:not(.MP_TopBar_Hide) .SB_RightPageMenuBtn:nth-child(7) .SB_Btn_A {
    animation-delay: 0.4s;
}

#MP_TopBar_ShowPages_Container:not(.MP_TopBar_Hide) .SB_RightPageMenuBtn:nth-child(8) .SB_Btn_A {
    animation-delay: 0.45s;
}

#MP_TopBar_ShowPages_Container:not(.MP_TopBar_Hide) .SB_RightPageMenuBtn:nth-child(9) .SB_Btn_A {
    animation-delay: 0.5s;
}

#MP_TopBar_ShowPages_Container:not(.MP_TopBar_Hide) .SB_RightPageMenuBtn:nth-child(10) .SB_Btn_A {
    animation-delay: 0.55s;
}

#MP_TopBar_ShowPages_Container:not(.MP_TopBar_Hide) .SB_RightPageMenuBtn:nth-child(11) .SB_Btn_A {
    animation-delay: 0.6s;
}

#MP_TopBar_ShowPages_Container:not(.MP_TopBar_Hide) .SB_RightPageMenuBtn:nth-child(12) .SB_Btn_A {
    animation-delay: 0.65s;
}

#MP_TopBar_ShowPages_Container:not(.MP_TopBar_Hide) .SB_RightPageMenuBtn:nth-child(13) .SB_Btn_A {
    animation-delay: 0.7s;
}



.SB_New_Icon {
    position: absolute;
    top: -2px;
    left: 0px;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    color: #ffffff;
    font-size: 9px;
    font-weight: 600;
    padding: 0px 4px;
    border-radius: 6px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.04);
    z-index: 10;
}



/* ====================  סיום עיצוב חדש*/






/* ==================== הגדרות עיצוב ישנים*/


.SB_MP_Menu {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s;
}

.Padding_Top_1em {
    padding-top: 1em !important;
}
.UL_Like_Tbl_Left LI {
    float: left;
    padding-left: 1em;
    vertical-align: middle;
    display: list-item;
}

.UL_Like_Tbl_Right LI INPUT[type="checkbox"] {
    margin-top: 9px;
}

.UL_Like_Tbl_Right LI INPUT[type="textbox"] {
    font-size: 14px;
    padding: 1px;
}

.UL_Like_Tbl_Right LI A {
    margin-top: 9px;
    display: inline-block;
}

.SB-status-bar-Form LABEL {
    display: block;
    color: #222222;
}

.DIV_UL_2_In_One_Line {
    display: inline-block;
    width: 98%;
}

.remove_z_index {
    z-index: 0 !important;
}


.DIV_Center_Content {
    width: 100%;
    text-align: center;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    margin-bottom: 4px;
    margin-top: 4px;
}


.SB_RightMenu_CatalogT2:hover {
}

.Display_Block SPAN {
    height: 30px;
    font-weight: bold;
    color: #39C;
}

.margin_0 {
    margin: 0;
    line-height: normal;
}

.A_NewPage_Selected {
    background-color: #EEEEEE;
    border: 1px solid #333333;
}

.DivPageProperties {
    background: #E7E7E7;
    border-radius: 0.417em;
    -moz-border-radius: 0.417em;
    -webkit-border-radius: 0.417em;
    -webkit-background-clip: padding-box;
    margin-bottom: 0.25em;
    padding: 3px;
}

.SB_MenuBtn_img {

    vertical-align: middle;
}


.PageTypeExist {
    position: absolute;
    top: 30px;
    left: 5px;
}

.LI_PageType {
    position: relative !important;
    margin-left: 15px !important;
    margin-right: 15px !important;
    border: 1px solid #F9F9F9;
}

.LI_PageTypeExist {
    position: relative !important;
    margin-left: 15px !important;
    margin-right: 15px !important;
}

    .LI_PageTypeExist A {
        background-color: #FAFAFA !important;
    }

        .LI_PageTypeExist A:hover {
            background-color: #FAFAFA !important;
        }

.PageTypeExist_number {
    position: absolute;
    bottom: 1px;
    left: 1px;
    border: 1px solid #CCCCCC;
    background-color: #FCFCFC;
    -moz-border-radius: 0.417em;
    -webkit-border-radius: 0.417em;
    -webkit-background-clip: padding-box;
    border-radius: 0.217em;
    margin-bottom: 0.25em;
    padding: 1px;
}

.RightMenu_PageScroll_On {
    min-height: 200px;
    height: 550px;
    overflow-y: auto !important;
    overflow-x: visible !important;
    transition: all 250ms ease;
}

.RightMenu_PageScroll_Off {
    height: 100% !important;
}

.RightMenuSearchFound {
    color: #3A5B92;
    font-weight: bold;
}

.mini-menu-Fix {
    position: absolute;
    display: inline-block;
    padding: 8px;
    border: 1px solid #E9ECF1;
    background-color: #ffffff;
    border-radius: 2px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    min-width: 250px;
    visibility: hidden;
    opacity: 0;
    box-shadow: 1px 1px 8px 1px rgba(133, 133, 133, 0.25);
    -moz-box-shadow: 1px 1px 8px 1px rgba(133, 133, 133, 0.25);
    -webkit-box-shadow: 1px 1px 8px 1px rgba(133, 133, 133, 0.25);
    right: 100%;
    z-index: 9;
}

#AccordionSeo-Content label {
    min-width: 140px;
}

@media (max-width: 767px) {
    .mini-menu-Fix {
        right: auto;
        left: 1px;
        max-width: 100%;
    }

    #SB_PageRenameDiv {
        width: 100%;
        max-width: 100%;
    }

    .mini-menu-Fix .btn, .mini-menu-Fix .big-button {
        width: 100%;
    }

    .mini-menu-Fix .BtnEditContent {
        width: auto;
    }

    .mini-menu-Fix input[type="text"] {
        width: 100%;
    }

    #SB_Page_Settings_accordion .nav-tabs li {
        width: 33%;
        height: 44px;
        overflow: hidden;
        background: #f7f7f7;
    }

    #SB_Page_Settings_accordion .nav > li > a {
        padding: 2px;
    }
}


.SB_RightPageMenuBtn .mini-menu-Fix {
    visibility: hidden;
}

#SB_PageRenameDiv {
    height: auto;
    width: 440px;
}
.TemplateSlides {
    display:flex;
    justify-content:center;
    align-items:center;
    padding:8px;

}

    .TemplateSlides ul {
        display: inline-block !important;
        margin-top: 5px;
    }

    .TemplateSlides li {
        height: 90px;
        width: 100px;
        display: inline-block;
        float: inherit !important;
    }

.SB_Accordion {
    padding-bottom: 10px;
}

.ui-sortable-helper .mini-menu-Fix {
    /* visibility: hidden; */
}

.SB_RightPageMenuBtn_hover .mini-menu-Fix {
    visibility: visible;
}



.ui-icon {
    width: 8px;
    height: 8px;
    cursor: pointer;
    color: #64748b;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transition: transform .2s ease;
}

.ui-icon-triangle-1-e {
    transform: rotate(-135deg);
}

.ui-icon-triangle-1-s {
    transform: rotate(45deg);
}



.ui-icon-triangle-1-n {
    background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px;
}

.ui-icon-triangle-1-w {
    background-position: -32px -16px;
}
/* .ui-icon-triangle-1-e  */
.ui-icon-triangle-1-se {
    background-position: -48px -16px;
}


.ui-icon-triangle-1-sw {
    background-position: -80px -16px;
}


/* ui-icon-triangle-1-w */
.ui-icon-triangle-1-nw {
    background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px;
}

.ui-accordion-icons .ui-accordion-header a {
    padding-left: 2.2em;
}

.SB_Icon {
    display:flex;
    justify-content:center;
}

.SB_Icon_Edit {
    background-image: url('SB_Design2012/SB_Design_Icons/Edit.png');
}

.SB_Icon_AddPage {
    background-image: url('SB_Design2012/SB_Design_Icons/AddPage.png');
}

.SB_Icon_Save {
    background-image: url('SB_Design2012/SB_Design_Icons/Save.png');
}

.SB_Icon_DeletePage {
    background-image: url('SB_Design2012/SB_Design_Icons/DeletePage.png');
}

.SB_Icon_ShowAllListOpposite {
    background-image: url('SB_Design2012/SB_Design_Icons/generic_sorting_16.png');
}

.SB_Icon_HideAllListOpposite {
    background-image: url('SB_Design2012/SB_Design_Icons/generic_sorting_up_16.png');
}

.SB_Icon_MenuManager {
    background-image: url('SB_Design2012/SB_Design_Icons/side_right_view_16.png');
}

.SB_Icon_Minimize {
    background-image: url('SB_Design2012/SB_Design_Icons/Minimize.png');
}

.SB_Icon_Resize {
    background-image: url('SB_Design2012/SB_Design_Icons/Resize.png');
}

.SB_Icon_Recycle {
    background-image: url('SB_Design2012/SB_Design_Icons/delete_16.png');
}

.SB_Icon_Close {
    background-image: url('SB_Design2012/SB_Design_Icons/close.png');
}

    .SB_Icon_Close:hover {
        background-image: url('SB_Design2012/SB_Design_Icons/close_hover.png');
    }

    .SB_Icon_Close:active {
        background-image: url('SB_Design2012/SB_Design_Icons/close.png');
    }

.SB_Icon_Settings {
    background-image: url('SB_Design2012/SB_Design_Icons/settings-4-16.png');
}

.SB_Icon_AddMainCategory {
    background-image: url('SB_Design2012/SB_Design_Icons/AddMainCategory.png');
}

.SB_Icon_AddProducts {
    background-image: url('SB_Design2012/SB_Design_Icons/AddProducts.png');
}

.SB_Icon_AddSecondaryCategory {
    background-image: url('SB_Design2012/SB_Design_Icons/AddSecondaryCategory.png');
}

.SB_Icon_CatalogOrders {
    background-image: url('SB_Design2012/SB_Design_Icons/CatalogOrders.png');
}

.SB_Icon_ChangeName {
    background-image: url('SB_Design2012/SB_Design_Icons/ChangeName.png');
}

.SB_Icon_ContentMange {
    background-image: url('SB_Design2012/SB_Design_Icons/ContentMange.png');
}

.SB_Icon_ContentMangeAdd {
    background-image: url('SB_Design2012/SB_Design_Icons/ContentMangeAdd.png');
}

.SB_Icon_ManageCatalog {
    background-image: url('SB_Design2012/SB_Design_Icons/ManageCatalog.png');
}

.SB_Icon_ManageProducts {
    background-image: url('SB_Design2012/SB_Design_Icons/ManageProducts.png');
}

.SB_Icon_MoreSettings {
    background-image: url('SB_Design2012/SB_Design_Icons/MoreSettings.png');
}

.SB_Icon_MoreSettingsCatalog {
    background-image: url('SB_Design2012/SB_Design_Icons/MoreSettingsCatalog.png');
}

.SB_Icon_ViewContact {
    background-image: url('SB_Design2012/SB_Design_Icons/ViewContact.png');
}

.SB_Icon_Allpages {
    background-image: url('SB_Design2012/SB_Design_Icons/trash-4-16.png');
}

.SB_Icon_RestorePage {
    background-image: url('SB_Design2012/SB_Design_Icons/RestorePage.png');
}

.SB_Icon_Loading {
    background-image: url(SB_Design2012/images/arbo-loader.gif);
    background-repeat: no-repeat;
    background-position: center;
}





.SB_RightMenu_CatalogMain .SB_RMBtnCnt {
    margin-top: 0;
}


.tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    visibility: visible;
    font-size: 12px;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0)
}

    .tooltip.in {
        opacity: .9;
        filter: alpha(opacity=90)
    }

    .tooltip.top {
        margin-top: -3px;
        padding: 5px 0
    }

    .tooltip.right {
        margin-left: 3px;
        padding: 0 5px
    }

    .tooltip.bottom {
        margin-top: 3px;
        padding: 5px 0
    }

    .tooltip.left {
        margin-left: -3px;
        padding: 0 5px
    }

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border-radius: 4px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    left: 5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    right: 5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    left: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    right: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.SB_Icon_Page {
    width: 16px;
    height: 16px;
    display: inline-block;
    background-repeat: no-repeat;
    background-image: url('SB_Design2012/SB_Icons/RightMenu/Page.png');
    margin-bottom: 2px;
    margin-left: 8px;
    margin-right: 8px;
}

.SB_Icon_Contact {
    width: 16px;
    height: 16px;
    display: inline-block;
    background-repeat: no-repeat;
    background-image: url('SB_Design2012/SB_Icons/RightMenu/Contact.png');
    margin-bottom: 2px;
    margin-left: 8px;
    margin-right: 8px;
}

.SB_Icon_Home {
    width: 16px;
    height: 16px;
    display: inline-block;
    background-repeat: no-repeat;
    background-image: url('SB_Design2012/SB_Icons/RightMenu/Home.png');
    margin-bottom: 2px;
    margin-left: 8px;
    margin-right: 8px;
}

.SB_Icon_Catalog {
    width: 16px;
    height: 16px;
    display: inline-block;
    background-repeat: no-repeat;
    background-image: url('SB_Design2012/SB_Icons/RightMenu/catalog.png');
    margin-bottom: 2px;
    margin-left: 8px;
    margin-right: 8px;
}

.SB_Icon_Forum {
    width: 16px;
    height: 16px;
    display: inline-block;
    background-repeat: no-repeat;
    background-image: url('SB_Design2012/SB_Icons/RightMenu/Forum.png');
    margin-bottom: 2px;
    margin-left: 8px;
    margin-right: 8px;
}

.SB_Icon_Index {
    width: 16px;
    height: 16px;
    display: inline-block;
    background-repeat: no-repeat;
    background-image: url('SB_Design2012/SB_Icons/RightMenu/Index.png');
    margin-bottom: 2px;
    margin-left: 8px;
    margin-right: 8px;
}

.SB_Icon_Article {
    width: 16px;
    height: 16px;
    display: inline-block;
    background-repeat: no-repeat;
    background-image: url('SB_Design2012/SB_Icons/RightMenu/Article.png');
    margin-bottom: 2px;
    margin-left: 8px;
    margin-right: 8px;
}

.SB_Icon_T1 {
    width: 16px;
    height: 21px;
    display: inline-block;
    background-repeat: no-repeat; 
    background-image: url('SB_Design2012/SB_Icons/RightMenu/t1.png');
    background-position: center;
    margin: 0px 5px;
    vertical-align: top; 
}
.SB_Icon_T2 {
    width: 12px;
    height: 16px;
    display: inline-block;
    margin-bottom: 2px;
    margin-left: 10px;
    margin-right: 10px;
}



.mini-menu-Fix #hprlnkPage {
    padding: 4px;
    text-decoration: underline;
}

    .mini-menu-Fix #hprlnkPage:hover {
        color: #242472;
    }

.sb_rightMenu_top {
    height: 36px;
    white-space: nowrap;
}


ul.tabs {
    min-height: 29px !important;
    display: inline-block;
    width: 100%;
}
.SB_RM_Txt {
    display: inline-block !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 20px;
    min-width: 20px;
}






.SB_RightPageMenuBtn_KeepVisible .mini-menu-Fix {
    visibility: visible;
}

.button-block {
    display: block !important;
}

.mini-menu-Fix a.button {
    margin: 2px 0 2px 0;
}

.btnbig {
    width: 15%;
    height: 70px;
    display: inline-block !important;
    margin: 4px !important;
    text-align: center;
    padding: 6px !important;
}

    .btnbig span {
        display: block;
        white-space: normal;
        line-height: normal;
    }

    .btnbig .SB_Icon {
        margin: 4px;
    }



.SB_RightMenu_Settings {
    z-index: 99999;
    float: left;
}



.SB_RightMenu_CatalogT2 .SB_RM_Txt {
    font-weight: normal;
    color: #999999;
    width: unset;
}

.SB_RightMenu_CatalogT1 {
    padding-right: 10px;
}


.SB_MP_IconsContainer {
    position: fixed;
    width: 48px;
    height: auto;
    display: block;
    top: 50px;
    right: 10px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s;
}

.SB_MP_Menu {
    position: relative;
    vertical-align: top;
    padding-top: 38px;
    display: inline-block !important;
}

.SB_MP_Icon {
    width: 49px;
    height: 45px;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    display: inline-block;
    border-radius: 4px;
    box-shadow: 1px 1px 5px 1px rgba(150, 150, 150, 0.64);
    -moz-box-shadow: 1px 1px 5px 1px rgba(150, 150, 150, 0.64);
    -webkit-box-shadow: 1px 1px 5px 1px rgba(150, 150, 150, 0.64);
    transition: all 0.2s;
    background-size: 32px;
}

.SB_MP_Icon_open .SB_MP_Block {
    display: inline-block !important;
    width: 250px;
    overflow: visible;
    z-index: 99999;
    transition: all 0.5s;
    opacity: 0.99;
}

.SB_MP_Icon_open .SB_MP_Icon {
    border-radius: 0 4px 4px 0;
    width: 48px;
    margin-right: 8px;
}

.SB_MP_Block {
    position: absolute;
    width: 0px;
    background-color: #F8F8F8;
    border-radius: 4px 4px 4px 4px;
    margin-top: 0;
    top: 0px;
    right: 55px;
    overflow: hidden;
    transition: all 0.5s;
    border: 0;
    z-index: 99999;
    opacity: 0;
}

.SB_MP_Block1 {
    border-bottom: 5px solid #00ACDF;
    top: 0px;
}

.SB_MP_Block5 {
    width: 121px !important;
}

    .SB_MP_Block5 .SB_MP_Header {
        border-radius: 4px 0 0 4px;
    }

.SB_MP_Content {
    background-color: white;
    padding-top: 6px;
    border-radius: 0 0 4px 4px;

}

.SB_MP_Icon:hover {
    opacity: 0.9;
    background-size: 36px;
    transition: all 0.2s;
}

.SB_MP_Icon_1 {
    background-color: #00ACDF;
    background-image: url('SB_Design2015/Icons/pages.png');
}

.SB_MP_Icon_2 {
    background-color: #FDA01D;
    /* background-image:url('SB_Design2015/Icons/design.png'); */
}

.SB_MP_Icon_3 {
    background-color: #D9534F;
    background-image: url('SB_Design2015/Icons/settings.png');
}

.SB_MP_Icon_4 {
    background-color: #29B429;
    background-image: url('SB_Design2015/Icons/more.png');
}

.SB_MP_Icon_5 {
    background-color: #333333;
    background-image: url('SB_Design2015/Icons/design.png');
}

.SB_MP_Icon_open {
    padding-top: 0px;
}

.SB_MP_Header {
    height: 48px;
    margin-top: 0px;
    height: 48px;
    margin-top: 0px;
    color: #ffffff;
    font-size: 17px;
    line-height: 44px;
    padding-right: 8px;
    padding-left: 8px;
    font-weight: bold;
    border-radius: 4px 0 0 0;
    margin-bottom: 0;
    transition: all 0.2s;
    text-align: center;
}


.SB_MP_Header2 {
    background-color: #FDA01D;
}

.SB_MP_Header3 {
    background-color: #D9534F;
}

.SB_MP_Header4 {
    background-color: #29B429;
}

.SB_MP_Header5 {
    background-color: #333;
}

#SB_Page_Settings_accordion {
    border: 0;
}


.mini-menu-Fix .MiniMenuCloseButton {
    position: absolute;
    top: 1px;
    left: 1px;
}

.SB_RightMenu_CatalogT1 .mini-menu-Fix {
    width: 200px !important;
}

.float-left {
    float: left; 
}

.float-right {
    float: right; 
}

.SB_MP_IconsContainer.disable, .SB_MP_IconsContainer.disableCSS {
    opacity: 0.3;
   
    margin-right: -20px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s;
}

.SB_MP_IconsContainer.disable {
    margin-right: -80px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s;
}

    .SB_MP_IconsContainer.disable .SB_button_text {
        display: none;
    }

    .SB_MP_IconsContainer.disable .SB_MP_Menu.SB_MP_Icon_open .SB_MP_Block {
        width: 0px;
        overflow: hidden;
    }

.SB_EditorInline_0 #Ifr_Modal_Container {
    margin-right: 70px;
}

.SB_MP_Block_Img {
    position: absolute;
    width: 16px;
    height: 16px;
    cursor: pointer;
    background-image: url('SB_Design2015/Icons/close-window-16-white.png');
    top: 1px;
}

.clsSBVideoHelp, .clsSBVideoHelp_Small {
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items:center;
}

.SB_button_text {
    position: absolute;
    width: 48px;
    padding: 6px;
    min-height: 38px;
    top: 0px;
    right: 0px;
    background: #000000;
    color: #ffffff;
    transition: width 0.2s;
    text-align: center;
    border-radius: 4px;
    overflow: hidden;
    opacity: 0.9;
    box-shadow: 1px 1px 5px 1px rgba(150, 150, 150, 0.64);
    -moz-box-shadow: 1px 1px 5px 1px rgba(150, 150, 150, 0.64);
    -webkit-box-shadow: 1px 1px 5px 1px rgba(150, 150, 150, 0.64);
}

.SB_MP_Icon {
    text-align: center;
}

    .SB_MP_Icon span {
        text-align: center;
    }

    div#CSS_Wiz_Container_Button.SB_MP_Icon i, .SB_MP_Icon I {
        margin: 8px;
        font-size: 26px;
        color: #fff; 
    }

    .SB_MP_Icon:hover .SB_button_text {
        display: inline-block;
        font-weight: bold;
        transition: width 0.2s;
    }

.SB_MP_Icon_open .SB_button_text {
    display: none !important;
    width: 0px !important;
    transition: width 0.2s;
}



#SB_Toolbar_Primary.SB_Toolbar_Primary_Hide {
    left: -170px;
}
    


.tooltip {
    z-index: 999999999999;
}

    .tooltip .tooltip-inner {
        color: #ffffff !important;
    }

.SB_MP_HideToolBars #CSS_Wiz_Container {
    display: none;
}

.SB_MP_HideToolBars #SB_Toolbar_Primary {
    display: none;
}

.SB_MP_HideToolBars .SB_MP_IconsContainer {
    display: none;
}

.SB_MP_HideToolBars #MP_TopBar_HideToolBars .fa {
    color: Red;
}

.sb-menu-node-image img, .sb-menu-node-icon {
    width: 20px;
    height: 20px;
}

    .sb-menu-node-icon:before {
        font-size: 18px;
    }

.clsShippingCompanyLogo {
    width: 70px;
}



.MP_TopBar_Hide {
    display: none !important;
}

.SB_EditorInline_1 .SB_MP_IconsContainer {
    display: none !important;
}



.MP_TopBar {
    display: inline-block;
    height: 38px;
    background: #050505;
    border-bottom: 5px solid #E4E4E4 !important;
    z-index: 10;
    width: 100%;
}

    .MP_TopBar .MP_TopBarElm {
        display: inline-block;
        height: 33px;
        position: relative;
        border-left: 1px solid #2C2A2A;
        border-right: 1px solid #2C2A2A;
    }


        .MP_TopBar .MP_TopBarElmText, .MP_TopBar .MP_TopBarElm .dd-selected-text {
            color: #ffffff;
            z-index: 99;
            overflow: hidden;
            border-radius: 4px;
            margin-right: 8px;
            height: 18px;
            font-size: 13px;
        }

        .MP_TopBar .MP_TopBarElm .fa {
            font-size: 20px;
            color: #ffffff;
        }

    .MP_TopBar .btn {
        position: relative;
        display: inline-block;
        width: 100%;
        height: 100%;
        background-position: right center;
        background-repeat: no-repeat;
        padding-top: 7px;
        background: #343434;
        padding-left: 8px;
        padding-right: 8px;
    }

        .MP_TopBar .btn:hover {
            background: #000000;
        }

            .MP_TopBar .btn:hover .fa {
                color: #fbff00;
            }

        .MP_TopBar .btn div#sysLang {
            width: 50px !important;
        }

        .MP_TopBar .btn:hover .MP_TopBarElmText {
            color: #E0DBDB;
        }

    .MP_TopBar #btnInnerDnd_SavePage .MP_TopBarElmText {
        width: 80px;
    }

    .MP_TopBar .dd-select {
        width: 44px !important;
        height: 100%;
        border: 0;
        background-color: rgba(0, 0, 0, 0) !important;
    }

    .MP_TopBar dd-container {
        width: 44px !important;
    }

    .MP_TopBar .dd-pointer.dd-pointer-down {
        right: 5px;
    }

    .MP_TopBar .dd-selected-image {
        margin-left: 6px;
    }

    .MP_TopBar .dd-selected {
    }

    .MP_TopBar .dd-selected-text {
        display: none;
    }

    .MP_TopBar .cssDisabled {
        background-color: #dbdbdb !important;
    }

    .MP_TopBar .cssEnable {
        background-color: #E91E63 !important;
    }


@media (max-width: 767px) {
    .MP_TopBar {
        height: auto;
    }

        .MP_TopBar .MP_TopBarElmText {
            display: none;
        }

        .MP_TopBar .btn {
            min-width: 16px;
        }
}

@media (min-width:320px) and (max-width:1149px) {
    .MP_TopBarElmText {
        display: none !important;
    }
}

@media (min-width:1150px) and (max-width:1400px) {
    .MP_TopBarElmText {
        font-size: 8px !important;
    }
}


@media (min-width:1200px) {
    input.cls_Helper_MainPage_Search_Txt {
         max-width: 100px !important;
    }
}


    .SB_New_Icon2 {
    padding: 5px;
    background: #e91e63;
    color: white;
    font-size: 10px;
    height: 13px;
    margin-top: -40px;
    border-radius: 3px;
    opacity: 0.6;
    z-index: 99999;
}

    .SB_New_Icon2 i {
        padding: 2px;
        font-size: 9px;
        margin-left: 4px;
    }

.SB_New_Icon i {
    padding: 2px;
    font-size: 17px;
}
#notifications {
    position: fixed;
    z-index: 999990;
    top: 1em;
    left: 1em;
    width: 22em; 
    font-family: 'Assistant', sans-serif;
}

    #notifications li {
        position: relative;
        background: rgba(255, 255, 255, 0.85);
        backdrop-filter: blur(8px);
        padding: 1.25em 1.5em;
        margin-bottom: 1em;
        border-radius: 16px;
        border: 1px solid #cbd5e1;
        color: #1e293b; 
        font-weight: 600;
        font-size: 15px;
        box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
        list-style: none;

    }

        #notifications li::before {

        }


.SB_RMbtn {
    cursor: pointer;
}



.clsSB_Helper_MainPage_Search_Results {
    position: absolute;
    display: none;
    padding: 4px 0;
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    width: 200px;
    border: 1.5px solid #cbd5e1;
    border-radius: 12px;
    max-height: 450px;
    z-index: 88888;
    box-shadow: 1px 10px 11px 1px rgb(227 227 227 / 52%);
    -webkit-transition: all 2s;
    transition: all 2s;
    overflow-y: auto;
    overflow-x: auto;
}

    .clsSB_Helper_MainPage_Search_Results .SB_SW_Cont {
        margin: 2px;
        margin-bottom: 8px;
    }




    .clsSB_Helper_MainPage_Search_Results .SB_SW_DescCont a {
        display: flex;
        flex-direction: column;
        padding: 8px 12px;
        gap: 2px;
        background-color: transparent;
        border-right: 3px solid var(--primary-color);
        font-size: 14px;
        font-weight: 500;
        color: #64748b;
        text-decoration: none;
        cursor: pointer;
    }

        .clsSB_Helper_MainPage_Search_Results .SB_SW_DescCont a:hover {
            background-color: var(--primary-color);
            color: white;
        }

            .clsSB_Helper_MainPage_Search_Results .SB_SW_DescCont a:hover .SB_SW_Mark {
                background-color: transparent;
                color: white !important;
                font-weight: unset !important;
            }

    .clsSB_Helper_MainPage_Search_Results .SB_SW_Mark {
        background-color: #EFEFFE;
        font-weight:700;
        color: black;
    }

    .clsSB_Helper_MainPage_Search_Results::-webkit-scrollbar {
        width: 8px;
        height: 8px; 
    }
    .clsSB_Helper_MainPage_Search_Results::-webkit-scrollbar-thumb {
        background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
        border-radius: 8px;
    }
    .clsSB_Helper_MainPage_Search_Results::-webkit-scrollbar-track {
        background: linear-gradient(180deg, color-mix(in srgb, var(--primary-color), transparent 92%), color-mix(in srgb, var(--secondary-color), transparent 92%));
        border-radius: 8px;
    }

#SB_Helper_MainPage_Search_Results_CloseBtn {
    float: right;
}

.clsCurrentBtnStep {
    background: #db3173;
    font-weight: bold;
    color: white !important;
    border: 2px solid black;
}

    .clsCurrentBtnStep:hover {
        background: black;
        border: 2px solid #db3173;
    }

.clsBtnAddCategoryT1T2 {
    background: black;
    color: White;
    width: 180px;
}




.SB_API_IconNames {
    max-width: 600px;
}
.SB_API_IconNames span {
    color: #808080;
    display: block;
    margin: 6px 0;
}
.SB_API_IconNames_Btns {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.SB_API_IconNames_Btns label {
    cursor: pointer;
    height: max-content;
    position: relative;
    transition: all 0.1s ease;
    margin: 0;
}
.SB_API_IconNames_Btns img {
    max-width: 135px;
    transition: all 0.1s ease;
}
.SB_API_IconNames_Btns label:hover img{
    transform: scale(1.02);
    box-shadow: 0px 6px 0 0 lightgray;
}
.SB_API_IconNames_Btns input[type="checkbox"] {
    position: absolute;
    bottom: 5px;
    right: 5px;
    z-index: 1;
}
.SB_API_IconNames_Btns input[type="checkbox"]:checked + label {
    background: #2196F3;
}
.SB_API_IconNames_Btns input[type="checkbox"]:checked + img {
    background: rgb(77 176 255 / 86%);
    box-shadow: 0px 6px 0 0 lightgray;
    border-radius: 8px;
}




.SB_AI_ImageSelect {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
    direction:ltr;
    justify-content:end;
}

.SB_AI_ImgSlct {
    width: 30px;
    cursor: pointer;
    height: 30px;
    object-fit: cover;
}


.SB_AI_ImgSlct_Active {
    outline: 1px solid #98019A;
    outline-offset: 2px;
}

.SB_AI_Clear_ImgSlct {
    display: none;
    cursor: pointer;
}

.modal-content.modal-scroll
{
    overflow-y:auto;
}

#SB_AI_CheckBoxCont {
    display: flex;
    width: 100%;
}
#SB_AI_CheckBoxCont label
{
    display:inline-flex;
    width:150px;
}
#SB_Inline_Dialog_AIBuildContent input[type=text], #SB_Inline_Dialog_AIBuildContent input[type=number] {
    margin: 4px;
    height: 34px;
}

.SB_spinner {
    width: 40px;
    height: 40px;
    animation: spinner 1s linear infinite;
    border: 4px solid rgba(0, 0, 0, 0.1);
    border-left-color: #9C27B0;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 1 !important;
}

@keyframes spinner {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}
#SB_Inline_Dialog_AIBuildContent textarea:focus {
    height: 160px;
    transition: all 0.2s;
}
#SB_Inline_Dialog_AIBuildContent textarea {
    height: 30px;
    transition: all 0.2s;
}


#modal #SB_Inline_Dialog_AIBuildContent {
    display: block !important;
}

#SB_AI_InternalLinks_Main {
    border: 1px solid grey;
    background-color: white;
    padding: 12px;
    width: 80%;
    height: 80%;
    position: absolute; 
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow-y: auto;
}

#SB_AI_InternalLinks_Main_Close
{
    position:absolute;
    top:1px;
    left:1px;
    cursor:pointer;
    
}
#SB_AIPageArticle_DIV A{
    color:red;
    font-weight:bold;
}
#SB_AI_LogContainer
{
    max-height:94px;
    overflow-y:auto;
}

#SB_AI_CMS_Assistant {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 9999;
}

#SB_AI_CMS_Assistant_Chat {
    width: 350px;
    max-width: 400px;
    height: 500px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
}

#SB_AI_CMS_Assistant_Close {
    background: none;
    border: none;
    font-size: 22px;
    cursor: pointer;
    color: #888;
    float: right;
}

    #SB_AI_CMS_Assistant_Close:hover {
        color: #333;
    }

#SB_AI_CMS_Assistant_Conversation {
    flex: 1;
    padding: 15px;
    overflow-y: auto;
    background-color: #f9fafc;
    display: flex;
    flex-direction: column;
}

.sb_ai_message {
    margin-bottom: 10px;
    line-height: 1.4;
    padding: 8px 12px;
    border-radius: 8px;
    max-width: 80%;
}

.sb_ai_user_msg {
    align-self: flex-start;
    background-color: #007bff;
    color: #fff;
}

.sb_ai_msg {
    align-self: flex-end;
    background-color: #e5e7eb;
    color: #333;
}

#SB_AI_CMS_Assistant_InputArea {
    display: flex;
    border-top: 1px solid #ddd;
    padding: 5px;
    background-color: #fff;

}

#SB_AI_CMS_Assistant_Input {
    flex: 1;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 20px;
    outline: none;
    margin-right: 5px;
}

#SB_AI_CMS_Assistant_Send {
    background-color: #007bff;
    border: none;
    color: white;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

#SB_AI_CMS_Assistant_Toggle {
    display:flex;
    background-color: #007bff;
    border: none;
    border-radius: 50%;
    padding: 12px;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    color: white;
}

#SB_AI_CMS_Assistant_Header {
    display:flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
    border-bottom: 1px solid #eee;
    flex-shrink: 0;
    background-color: #fff;
    z-index: 2;
}
#SB_AI_CMS_Assistant_Header span {
    font-weight: 600;
    color: #888;
    font-size: 16px;
}
.sb_ai_date {
    display: inline-block;
    margin: 20px auto;
    padding: 6px 12px;
    border-radius: 20px;
    background-color: #e1f0ff;
    color: #3a3a3a;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    position: relative;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
#SB_AI_CMS_Assistant_Status {
    display: block;
    text-align: center;
    padding: 10px;
    font-size: 14px;
    color: #666;
    font-style: italic;
    animation: fadeIn 0.3s ease-in-out;
}

.sb_ai_thinking::after {
    content: '';
    display: inline-block;
    width: 1em;
    text-align: left;
    animation: dots 1.2s steps(4, end) infinite;
}

@keyframes dots {
    0%, 20% {
        content: '';
    }

    40% {
        content: '.';
    }

    60% {
        content: '..';
    }

    80%, 100% {
        content: '...';
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
.sb_ai_msg_time {
    display: block;
    text-align: start;
    font-size: 11px;
    color: #000;
    margin-top: 5px;
}

#SB_AI_CMS_Assistant_Conversation a {
    border: 4px solid #007bff;
    border-radius: 4px;
    padding: 1.5%;
    background-color: #007bff;
    color: white;
    margin: 4px;
    display: block;
    text-align: center;
}
    #SB_AI_CMS_Assistant_Conversation a:hover {
        background-color: #3c00ff;
    }

#SB_AI_Cat_Main {
    width: 240px;
    margin: 8px;
    overflow: scroll;
    height: 400px;
    /* display: flex; */
    
}

#SB_AI_Cat_Main .SB_AI_Cat_Scroll {
    overflow:scroll;
}
#SB_AI_Cat_Main #SB_AI_Cat_t1 {
    width: 100%;
    border: 1px solid grey;
    background: #dfdfdf;
    margin: 8px 0 0 0;
}
    #SB_AI_Cat_Main .SB_AI_Cat_t2 {
        width: 100%;
        border: 1px solid grey;
        margin: 0 8px 0 0;
    }
#SB_AI_Cat_Main .SB_AI_Cat_t2_Selected {
    background: #9C27B0;
    color: white;
}

#SB_AI_Cat_Main .ClsPreviewAIContent {
    border: 2px solid rgb(156, 39, 176)
}
  
.SB_AI_Cat_t2_Container{
    display: flex;
    align-items: center;
    padding: 4px;
    cursor: pointer;
}
#SB_Inline_Dialog_AIBuildContent #SB_AIPage_Content_Exist_Top,
#SB_Inline_Dialog_AIBuildContent #SB_AIPage_Content_Exist_Bottom {
    color: grey;
    max-height: 200px;
}



.SB_AI_Cat_Main_SelectAll {
    padding: 6px 12px;
    display: inline-block;
    text-align: center;
    background: #f5f7fa;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    font-size: 1em;
    color: #222;
    transition: background 0.2s, border 0.2s;
    cursor: pointer;
    margin: 8px 8px 8px 0; 
}
.SB_AI_Cat_Main_SelectAll:hover {
     background: #e6ecf3;
     border-color: #b0b8c1;
 }

.SB_AI_Cat_Main_SelectAll_Container {
    display: flex; 
    flex-wrap: wrap;
    gap: 8px; 
    width: 100%;
    margin-bottom: 16px;
}

#SB_AIMainPrompt {
    background: #cfe03b;
}

#SB_AI_SideContent{display:inline-block;}
.SB_AI_Col{display:block}


.SB_AI_ImageRadioGroup {
    display: flex;
    flex-direction: row;
    gap: 24px;
    align-items: center;
    margin-bottom: 8px;
}
.SB_AI_ImageRadioGroup label {
     display: flex;
     align-items: center;
     gap: 6px;
     font-size: 1em;
     cursor: pointer;
     padding: 4px 10px;
     border-radius: 6px;
     transition: background 0.2s;
 }

 .SB_AI_ImageRadioGroup input[type="radio"] {
     accent-color: #0078d4;
     margin-left: 4px;
}

.SB_AI_ImageRadioGroup label:hover {
        background: #f0f4fa;
}
#SB_AI_Task_Table {
    overflow-y: auto;
    max-height: 400px;
}




.icon-spin {
    display: inline-block;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
}

.no-border-radius {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-justify {
    text-align: justify;
}

.text-line-through {
    text-decoration: line-through;
}

.social-google {
    background-color: #da573b;
    border-color: #be5238;
    color: #ffffff !important;
}

    .social-google:hover {
        background-color: #be5238;
        border-color: #9b4631;
        color: #ffffff !important;
    }

.social-twitter {
    background-color: #1daee3;
    border-color: #3997ba;
    color: #ffffff !important;
}

    .social-twitter:hover {
        background-color: #3997ba;
        border-color: #347b95;
        color: #ffffff !important;
    }

.social-facebook {
    background-color: #4c699e;
    border-color: #47618d;
    color: #ffffff !important;
}

    .social-facebook:hover {
        background-color: #47618d;
        border-color: #3c5173;
        color: #ffffff !important;
    }



.page-hide {
    display: none;
}

.hide {
    display: none;
}

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 6px;
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #141d25;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.img-circle {
    border-radius: 50%;
}

hr {
    margin-top: 18px;
    margin-bottom: 18px;
    border: 0;
    border-top: 1px solid #eeeeee;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.block-heading {
    font-weight: bold;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #e5e5e5;
}

#wrapper {
    width: 100%;
    min-height: 100%;
    background: #141d25;
}

#page-wrapper {
    min-height: 100%;
    padding: 0 !important;
    background-color: #f0f2f5;
    transition: 0.3s all linear;
}

@media (min-width: 768px) {
    #page-wrapper {
        position: relative;
        margin: 0 0 0 250px;
        padding: 0;
    }
}

#topbar {
    background: #ffffff;
    width: 100%;
    height: 70px;
}

    #topbar.navbar-default {
        border: 0;
    }

    #topbar .navbar-header {
        width: 250px;
        height: 100%;
        background: #1d2a36;
        border-bottom: 5px solid #212f3c !important;
        text-align: center;
    }

        #topbar .navbar-header #logo {
            font-weight: bold;
            font-size: 35px;
            line-height: 35px;
            text-transform: uppercase;
            color: #df4782;
            height: 100%;
            width: 100%;
        }

            #topbar .navbar-header #logo:hover {
                text-decoration: underline;
            }

            #topbar .navbar-header #logo span.fa {
                display: none;
            }

            #topbar .navbar-header #logo span.logo-text {
                display: block;
            }

        #topbar .navbar-header.logo-collapsed {
            width: 55px;
        }

            #topbar .navbar-header.logo-collapsed #logo {
                font-size: 25px;
                line-height: 25px;
            }

                #topbar .navbar-header.logo-collapsed #logo:hover {
                    text-decoration: none;
                }

                #topbar .navbar-header.logo-collapsed #logo span.fa {
                    display: block;
                }

                #topbar .navbar-header.logo-collapsed #logo span.logo-text {
                    display: none;
                }

    #topbar .topbar-main {
        display: block;
        height: 100%;
        background: #ffffff;
        border-bottom: 5px solid #f7f7f8 !important;
    }

        #topbar .topbar-main #menu-toggle {
            float: left;
            padding: 17px 20px;
            background: transparent;
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
            border-right: 1px dashed #e5e5e5;
            border-radius: 0;
        }

            #topbar .topbar-main #menu-toggle:hover,
            #topbar .topbar-main #menu-toggle:focus {
                box-shadow: none !important;
            }

            #topbar .topbar-main #menu-toggle i {
                font-size: 30px;
            }

        #topbar .topbar-main #topbar-search {
            width: 250px;
            float: left;
        }

            #topbar .topbar-main #topbar-search:hover i,
            #topbar .topbar-main #topbar-search:focus i {
                color: #333333;
            }

            #topbar .topbar-main #topbar-search i {
                font-size: 25px;
                margin: 0;
                top: 17px;
                right: 12px;
                -webkit-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
            }

            #topbar .topbar-main #topbar-search input {
                padding: 22px 33px 23px 20px !important;
                height: 100%;
                border: 0;
                border-radius: 0;
            }

        #topbar .topbar-main .navbar-top-links li {
            display: inline-block;
        }

            #topbar .topbar-main .navbar-top-links li:last-child {
                margin-right: 15px;
            }

            #topbar .topbar-main .navbar-top-links li.open > a {
                background: #f7f7f8 !important;
            }

                #topbar .topbar-main .navbar-top-links li.open > a:hover,
                #topbar .topbar-main .navbar-top-links li.open > a:focus {
                    background: #f7f7f8 !important;
                }

            #topbar .topbar-main .navbar-top-links li > a {
                padding: 22px 20px;
                min-height: 50px;
                color: #999999;
                -webkit-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
            }

                #topbar .topbar-main .navbar-top-links li > a:hover,
                #topbar .topbar-main .navbar-top-links li > a:focus {
                    background: #f7f7f8 !important;
                }

                #topbar .topbar-main .navbar-top-links li > a i {
                    font-size: 20px;
                    color: #999999;
                }

                #topbar .topbar-main .navbar-top-links li > a span.badge {
                    position: absolute;
                    top: 12px;
                    right: 15px;
                }

                #topbar .topbar-main .navbar-top-links li > a img {
                    position: relative;
                    width: 32px;
                    height: 32px;
                    margin-top: -7px;
                    display: inline-block;
                }

            #topbar .topbar-main .navbar-top-links li .dropdown-menu li {
                display: block;
            }

                #topbar .topbar-main .navbar-top-links li .dropdown-menu li:last-child {
                    margin-right: 0;
                }

                #topbar .topbar-main .navbar-top-links li .dropdown-menu li a {
                    padding: 3px 20px;
                    min-height: 0;
                    color: #999999;
                }

                    #topbar .topbar-main .navbar-top-links li .dropdown-menu li a div {
                        white-space: normal;
                    }

                    #topbar .topbar-main .navbar-top-links li .dropdown-menu li a.btn {
                        color: #FFFFFF;
                    }

        #topbar .topbar-main .navbar-top-links .open > a {
            background: #141d25 !important;
        }

            #topbar .topbar-main .navbar-top-links .open > a:hover,
            #topbar .topbar-main .navbar-top-links .open > a:focus {
                background: #141d25 !important;
            }

        #topbar .topbar-main .navbar-top-links ul.dropdown-alerts {
            width: 310px;
            min-width: 0;
        }

            #topbar .topbar-main .navbar-top-links ul.dropdown-alerts li a {
                padding: 15px 20px;
                display: block;
                border-top: 1px dashed #e5e5e5;
                font-size: 12px;
            }

                #topbar .topbar-main .navbar-top-links ul.dropdown-alerts li a span {
                    margin-right: 10px;
                }

                    #topbar .topbar-main .navbar-top-links ul.dropdown-alerts li a span i {
                        font-size: 14px;
                        color: #FFFFFF;
                    }

            #topbar .topbar-main .navbar-top-links ul.dropdown-alerts li:first-child a {
                border-top: 0;
            }

            #topbar .topbar-main .navbar-top-links ul.dropdown-alerts li:last-child a {
                background: #f7f7f8;
                width: 100%;
                border-top: 0;
                padding: 15px 20px;
                text-align: right;
                font-weight: bold;
                font-size: 12px;
            }

        #topbar .topbar-main .navbar-top-links ul.dropdown-messages {
            width: 310px;
            min-width: 0;
        }

            #topbar .topbar-main .navbar-top-links ul.dropdown-messages li a {
                padding: 15px 20px;
                display: block;
                border-top: 1px dashed #e5e5e5;
            }

                #topbar .topbar-main .navbar-top-links ul.dropdown-messages li a .avatar img {
                    width: 40px;
                    height: 40px;
                    margin-top: 0;
                    float: left;
                    display: block;
                }

                #topbar .topbar-main .navbar-top-links ul.dropdown-messages li a .info {
                    margin-left: 58px;
                    display: block;
                }

                    #topbar .topbar-main .navbar-top-links ul.dropdown-messages li a .info .name {
                        font-size: 12px;
                        font-weight: bold;
                        display: block;
                    }

                        #topbar .topbar-main .navbar-top-links ul.dropdown-messages li a .info .name .label {
                            font-size: 10px;
                        }

                    #topbar .topbar-main .navbar-top-links ul.dropdown-messages li a .info .desc {
                        font-size: 12px;
                    }

            #topbar .topbar-main .navbar-top-links ul.dropdown-messages li:first-child a {
                border-top: 0;
            }

            #topbar .topbar-main .navbar-top-links ul.dropdown-messages li:last-child a {
                background: #f7f7f8;
                width: 100%;
                border-top: 0;
                padding: 15px 20px;
                text-align: right;
                font-weight: bold;
                font-size: 12px;
            }

        #topbar .topbar-main .navbar-top-links ul.dropdown-tasks {
            width: 310px;
            min-width: 0;
            margin-left: -59px;
        }

            #topbar .topbar-main .navbar-top-links ul.dropdown-tasks li a {
                padding: 15px 20px;
                display: block;
                border-top: 1px dashed #e5e5e5;
                font-size: 12px;
            }

                #topbar .topbar-main .navbar-top-links ul.dropdown-tasks li a span {
                    margin-right: 10px;
                }

                    #topbar .topbar-main .navbar-top-links ul.dropdown-tasks li a span i {
                        font-size: 14px;
                        color: #FFFFFF;
                    }

                #topbar .topbar-main .navbar-top-links ul.dropdown-tasks li a .progress {
                    margin-bottom: 5px;
                }

            #topbar .topbar-main .navbar-top-links ul.dropdown-tasks li:first-child a {
                border-top: 0;
            }

            #topbar .topbar-main .navbar-top-links ul.dropdown-tasks li:last-child a {
                background: #f7f7f8;
                width: 100%;
                border-top: 0;
                padding: 15px 20px;
                text-align: right;
                font-weight: bold;
            }

        #topbar .topbar-main .navbar-top-links .dropdown-user {
            right: 0;
            left: auto;
            padding: 0px;
            overflow: hidden;
        }

            #topbar .topbar-main .navbar-top-links .dropdown-user .navbar-content {
                width: 320px;
                padding: 15px;
                padding-bottom: 0px;
            }

                #topbar .topbar-main .navbar-top-links .dropdown-user .navbar-content:before,
                #topbar .topbar-main .navbar-top-links .dropdown-user .navbar-content:after {
                    display: table;
                    content: "";
                    line-height: 0;
                }

                #topbar .topbar-main .navbar-top-links .dropdown-user .navbar-content a.change-avatar {
                    padding: 10px 0;
                }

                    #topbar .topbar-main .navbar-top-links .dropdown-user .navbar-content a.change-avatar:hover {
                        color: #df4782;
                    }

            #topbar .topbar-main .navbar-top-links .dropdown-user .navbar-nav.navbar-right:last-child {
                margin-right: 15px !important;
            }

            #topbar .topbar-main .navbar-top-links .dropdown-user .navbar-footer {
                background-color: #f0f0f1;
            }

            #topbar .topbar-main .navbar-top-links .dropdown-user .navbar-footer-content {
                padding: 15px;
            }

@media (min-width: 768px) {
    .navbar-top-links .dropdown-messages,
    .navbar-top-links .dropdown-tasks,
    .navbar-top-links .dropdown-alerts {
        margin-left: auto;
    }
}

/******* Top Bar *********/
/************************/
/************************/
/***** Sidebar Menu ****/
#sidebar {
    background: #141d25;
}

.navbar-static-side {
    transition: 0.3s all linear;
}

    .navbar-static-side ul li {
        border-bottom: 1px solid #19252f;
    }

        .navbar-static-side ul li:first-child a {
            padding: 0;
        }

        .navbar-static-side ul li.active a {
            background: #19252f;
            outline: none;
        }

        .navbar-static-side ul li a {
            color: #FFFFFF;
            padding: 15px;
        }

            .navbar-static-side ul li a span.menu-title {
                margin-left: 10px;
            }

            .navbar-static-side ul li a:hover,
            .navbar-static-side ul li a:focus {
                background: #19252f;
                outline: none;
            }

            .navbar-static-side ul li a .badge,
            .navbar-static-side ul li a .label {
                float: right;
                margin-right: 10px;
            }

            .navbar-static-side ul li a.menu-title {
                margin-left: 10px;
            }

        .navbar-static-side ul li .nav-second-level li {
            border-bottom: 0;
        }

            .navbar-static-side ul li .nav-second-level li:after {
                position: absolute;
                content: "";
                z-index: 999;
                width: 5px;
                height: 5px;
                border-radius: 50%;
                background: #18222c;
                left: 20px;
                top: 22px;
                bottom: auto;
            }

            .navbar-static-side ul li .nav-second-level li:first-child {
                border-top: 0;
            }

            .navbar-static-side ul li .nav-second-level li:last-child {
                border-bottom: 0;
            }

            .navbar-static-side ul li .nav-second-level li.active:after,
            .navbar-static-side ul li .nav-second-level li:hover:after,
            .navbar-static-side ul li .nav-second-level li:focus:after {
                background: #df4782;
            }

            .navbar-static-side ul li .nav-second-level li a {
                padding: 15px 15px 15px 40px;
                background: #0b1014;
            }

            .navbar-static-side ul li .nav-second-level li .nav-third-level li {
                border-bottom: 0;
            }

                .navbar-static-side ul li .nav-second-level li .nav-third-level li:after {
                    position: absolute;
                    content: "";
                    z-index: 999;
                    width: 5px;
                    height: 5px;
                    border-radius: 50%;
                    background: #1d2a36;
                    left: 38px;
                    top: 22px;
                    bottom: auto;
                }

                .navbar-static-side ul li .nav-second-level li .nav-third-level li:first-child {
                    border-top: 0;
                }

                .navbar-static-side ul li .nav-second-level li .nav-third-level li:last-child {
                    border-bottom: 0;
                }

                .navbar-static-side ul li .nav-second-level li .nav-third-level li:hover:after,
                .navbar-static-side ul li .nav-second-level li .nav-third-level li:focus:after {
                    background: #df4782;
                }

                .navbar-static-side ul li .nav-second-level li .nav-third-level li a {
                    padding: 15px 15px 15px 55px;
                    background: #06080b;
                }

        .navbar-static-side ul li.sidebar-heading {
            padding: 5px 15px;
        }

            .navbar-static-side ul li.sidebar-heading h4 {
                font-size: 18px;
                font-weight: bold;
                color: #df4782;
            }

.sidebar-user-info {
    padding: 15px;
}

    .sidebar-user-info img {
        border: 5px solid #dd3a79;
        width: 75px;
        height: 75px;
        display: inline-block;
    }

    .sidebar-user-info h4 {
        color: #FFFFFF;
        margin-bottom: 5px;
    }

    .sidebar-user-info ul {
        margin-bottom: 3px;
    }

        .sidebar-user-info ul li {
            border-bottom: 0 !important;
        }

            .sidebar-user-info ul li a {
                color: #cdcdcd;
            }

    .sidebar-user-info .user-status {
        width: 10px;
        height: 10px;
        border-radius: 50% !important;
        display: inline-block;
        background: transparent;
        margin-right: 5px;
    }

        .sidebar-user-info .user-status.is-online {
            background: #06B53C;
        }

        .sidebar-user-info .user-status.is-idle {
            background: #F7D227;
        }

        .sidebar-user-info .user-status.is-busy {
            background: #ee4749;
        }

        .sidebar-user-info .user-status.is-offline {
            background: #666666;
        }

    .sidebar-user-info span {
        color: #FFFFFF;
    }

.sidebar-user-activity {
    padding: 15px;
    border-bottom: 0 !important;
}

    .sidebar-user-activity h4 {
        color: #FFFFFF;
    }

    .sidebar-user-activity .note {
        padding: 3px 15px;
        margin-bottom: 5px;
    }

        .sidebar-user-activity .note small {
            color: #cdcdcd;
        }

        .sidebar-user-activity .note a:hover,
        .sidebar-user-activity .note a:focus {
            background: transparent;
        }

.arrow {
    float: right;
    margin-top: 3px;
}

.fa.arrow:before {
    content: "\f104";
}

.active > a > .fa.arrow:before {
    content: "\f107";
}

@media (min-width: 768px) {
    .navbar-static-side {
        z-index: 1;
        position: absolute;
        width: 250px;
    }
}

.right-sidebar #topbar .navbar-header {
    float: right;
    border-right: 0;
}

.right-sidebar #sidebar {
    left: auto;
    right: 0;
}

.right-sidebar #page-wrapper {
    margin: 0 250px 0 0;
}

/******* Sidebar Menu ******/
/**************************/
/**********************************/
/***** Left Sidebar Collapsed ****/
.left-side-collapsed .navbar-static-side {
    width: 55px;
}

    .left-side-collapsed .navbar-static-side ul#side-menu li.clock {
        display: none;
    }

    .left-side-collapsed .navbar-static-side ul#side-menu li.sidebar-heading {
        display: none;
    }

    .left-side-collapsed .navbar-static-side ul#side-menu li.nav-hover a span.menu-title {
        display: block !important;
    }

    .left-side-collapsed .navbar-static-side ul#side-menu li.nav-hover ul.nav-second-level {
        display: block;
        position: absolute;
        top: 50px;
        left: 55px;
        width: 195px;
    }

    .left-side-collapsed .navbar-static-side ul#side-menu li a span {
        display: none;
    }

    .left-side-collapsed .navbar-static-side ul#side-menu li a i.fa {
        font-size: 18px;
    }

    .left-side-collapsed .navbar-static-side ul#side-menu li a span.menu-title {
        position: absolute;
        top: 0;
        left: 55px;
        padding: 15px;
        margin-left: 0;
        background: #df4782;
        color: #ffffff;
        width: 195px;
        height: 50px;
        border-bottom: 1px solid #e1548b;
    }

        .left-side-collapsed .navbar-static-side ul#side-menu li a span.menu-title:after {
            right: 100%;
            top: 50%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
            border-right-color: #df4782;
            border-width: 10px;
            margin-top: -10px;
        }

    .left-side-collapsed .navbar-static-side ul#side-menu li ul.nav-second-level {
        display: none;
        position: absolute;
        top: 50px;
        left: 55px;
        width: 195px;
    }

.left-side-collapsed #page-wrapper {
    margin: 0 0 0 55px;
}

.right-side-collapsed .navbar-static-side {
    width: 55px;
}

    .right-side-collapsed .navbar-static-side ul#side-menu li.clock {
        display: none;
    }

    .right-side-collapsed .navbar-static-side ul#side-menu li.sidebar-heading {
        display: none;
    }

    .right-side-collapsed .navbar-static-side ul#side-menu li.nav-hover a span.menu-title {
        display: block !important;
    }

    .right-side-collapsed .navbar-static-side ul#side-menu li.nav-hover ul.nav-second-level {
        display: block;
        position: absolute;
        top: 50px;
        right: 55px;
        width: 195px;
    }

    .right-side-collapsed .navbar-static-side ul#side-menu li a span {
        display: none;
    }

    .right-side-collapsed .navbar-static-side ul#side-menu li a i.fa {
        font-size: 18px;
    }

    .right-side-collapsed .navbar-static-side ul#side-menu li a span.menu-title {
        position: absolute;
        top: 0;
        right: 55px;
        padding: 15px;
        margin-right: 0;
        background: #141d25;
        width: 195px;
        height: 50px;
        border-bottom: 1px solid #19252f;
    }

        .right-side-collapsed .navbar-static-side ul#side-menu li a span.menu-title:after {
            left: 100%;
            top: 50%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
            border-left-color: #141d25;
            border-width: 10px;
            margin-top: -10px;
        }

    .right-side-collapsed .navbar-static-side ul#side-menu li ul.nav-second-level {
        display: none;
        position: absolute;
        top: 50px;
        right: 55px;
        width: 195px;
    }

.right-side-collapsed #page-wrapper {
    margin: 0 55px 0 0;
}

.page-dashboard-category {
    padding: 20px;
    margin-bottom: 20px;
    background: #FFFFFF;
}

    .page-dashboard-category #list-dashboard .carousel-inner .item a {
        outline: none !important;
    }

        .page-dashboard-category #list-dashboard .carousel-inner .item a:hover i,
        .page-dashboard-category #list-dashboard .carousel-inner .item a:focus i {
            perspective: '100px';
            rotateY: '180deg';
        }

        .page-dashboard-category #list-dashboard .carousel-inner .item a i {
            -webkit-transition: 0.2s all ease-in-out;
            transition: 0.2s all ease-in-out;
        }

        .page-dashboard-category #list-dashboard .carousel-inner .item a h4 {
            font-weight: bold;
            text-transform: uppercase;
        }

.page-header-breadcrumb {
    padding: 10px 0;
    margin: 0;
    background: #FFFFFF;
}

    .page-header-breadcrumb .page-heading {
        display: block;
        padding: 0 15px;
        float: right;
    }

        .page-header-breadcrumb .page-heading h1.page-title {
            font-size: 18px;
            line-height: 18px;
            font-weight: bold;
            text-transform: uppercase;
            color: #999999;
            margin: 0;
            float: right;
        }

    .page-header-breadcrumb .page-breadcrumb {
        padding: 0 15px;
        margin: 0;
        background: transparent;
    }

        .page-header-breadcrumb .page-breadcrumb > li + li:before {
            display: none;
        }

.page-content {
    padding: 20px;
}

    .page-content #tab-general {
        display: block;
    }

.page-footer {
    position: relative;
    width: 100%;
    bottom: 0px;
    padding: 15px 20px;
    background: #FFFFFF;
}

.user-profile .info {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

    .user-profile .info .avatar img {
        float: left;
        width: 60px;
        height: 60px;
        margin-right: 30px;
    }

    .user-profile .info .desc .name {
        font-size: 30px;
        font-weight: bold;
    }

    .user-profile .info .desc .status {
        font-size: 14px;
        color: #b8bec8;
    }

.user-profile .social {
    float: left;
    width: 100%;
    padding-top: 15px;
    text-align: center;
}

    .user-profile .social .row .col-md-4 {
        border-right: 1px dashed #e5e5e5;
    }

        .user-profile .social .row .col-md-4:last-child {
            border-right: 0;
        }

    .user-profile .social .type {
        font-size: 16px;
    }

    .user-profile .social .count {
        margin-top: 3px;
        font-size: 25px;
        font-weight: bold;
    }

#tab-projects .total-projects,
#tab-projects .budgets-actuals,
#tab-projects .team-member,
#tab-projects .total-issues {
    position: relative;
}

    #tab-projects .total-projects .tp-total,
    #tab-projects .budgets-actuals .tp-total,
    #tab-projects .team-member .tp-total,
    #tab-projects .total-issues .tp-total,
    #tab-projects .total-projects .bg-total,
    #tab-projects .budgets-actuals .bg-total,
    #tab-projects .team-member .bg-total,
    #tab-projects .total-issues .bg-total,
    #tab-projects .total-projects .at-total,
    #tab-projects .budgets-actuals .at-total,
    #tab-projects .team-member .at-total,
    #tab-projects .total-issues .at-total,
    #tab-projects .total-projects .tm-total,
    #tab-projects .budgets-actuals .tm-total,
    #tab-projects .team-member .tm-total,
    #tab-projects .total-issues .tm-total,
    #tab-projects .total-projects .is-total,
    #tab-projects .budgets-actuals .is-total,
    #tab-projects .team-member .is-total,
    #tab-projects .total-issues .is-total {
        font-size: 30px;
        font-weight: bold;
        padding-top: 10px;
    }

    #tab-projects .total-projects .tp-title,
    #tab-projects .budgets-actuals .tp-title,
    #tab-projects .team-member .tp-title,
    #tab-projects .total-issues .tp-title,
    #tab-projects .total-projects .bg-title,
    #tab-projects .budgets-actuals .bg-title,
    #tab-projects .team-member .bg-title,
    #tab-projects .total-issues .bg-title,
    #tab-projects .total-projects .at-title,
    #tab-projects .budgets-actuals .at-title,
    #tab-projects .team-member .at-title,
    #tab-projects .total-issues .at-title,
    #tab-projects .total-projects .tm-title,
    #tab-projects .budgets-actuals .tm-title,
    #tab-projects .team-member .tm-title,
    #tab-projects .total-issues .tm-title,
    #tab-projects .total-projects .is-title,
    #tab-projects .budgets-actuals .is-title,
    #tab-projects .team-member .is-title,
    #tab-projects .total-issues .is-title {
        text-transform: uppercase;
        font-weight: bold;
        font-size: 14px;
        color: #e0e0e0;
    }

    #tab-projects .total-projects .tp-total,
    #tab-projects .budgets-actuals .tp-total,
    #tab-projects .team-member .tp-total,
    #tab-projects .total-issues .tp-total {
        display: inline-block;
        margin-right: 15px;
    }

    #tab-projects .total-projects .tp-subtitle,
    #tab-projects .budgets-actuals .tp-subtitle,
    #tab-projects .team-member .tp-subtitle,
    #tab-projects .total-issues .tp-subtitle {
        display: inline-block;
        font-weight: bold;
    }

#tab-shopping .order-detail {
    text-align: center;
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px dashed #e5e5e5;
}

    #tab-shopping .order-detail .revenue-total,
    #tab-shopping .order-detail .tax-total,
    #tab-shopping .order-detail .shipping-total,
    #tab-shopping .order-detail .quantity-total {
        font-size: 30px;
        font-weight: bold;
    }

    #tab-shopping .order-detail .revenue-title,
    #tab-shopping .order-detail .tax-title,
    #tab-shopping .order-detail .shipping-title,
    #tab-shopping .order-detail .quantity-title {
        text-transform: uppercase;
        font-weight: bold;
        font-size: 14px;
        color: #e0e0e0;
    }

#tab-shopping .lifetime-sales,
#tab-shopping .average-orders {
    position: relative;
}

    #tab-shopping .lifetime-sales .ls-total,
    #tab-shopping .average-orders .ls-total,
    #tab-shopping .lifetime-sales .ao-total,
    #tab-shopping .average-orders .ao-total {
        font-size: 30px;
        font-weight: bold;
    }

    #tab-shopping .lifetime-sales .ls-title,
    #tab-shopping .average-orders .ls-title,
    #tab-shopping .lifetime-sales .ao-title,
    #tab-shopping .average-orders .ao-title {
        text-transform: uppercase;
        font-weight: bold;
        font-size: 14px;
        color: #e0e0e0;
    }

#tab-blog .recently-published {
    float: left;
    display: block;
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 7px;
    border-bottom: 1px solid #e5e5e5;
}

    #tab-blog .recently-published .rp-header {
        float: left;
        width: 100%;
        margin-bottom: 10px;
    }

        #tab-blog .recently-published .rp-header .rp-title {
            font-size: 16px;
            text-transform: uppercase;
            margin-bottom: 10px;
            float: left;
        }

        #tab-blog .recently-published .rp-header .rp-more {
            float: right;
            margin-top: 3px;
        }

    #tab-blog .recently-published ul.rp-list {
        margin: 0;
        padding: 0;
    }

        #tab-blog .recently-published ul.rp-list li {
            margin-bottom: 8px;
        }

            #tab-blog .recently-published ul.rp-list li .rp-date {
                color: #cbcbcb;
                float: left;
                min-width: 150px;
            }

            #tab-blog .recently-published ul.rp-list li .rp-desc {
                color: #df4782;
            }

                #tab-blog .recently-published ul.rp-list li .rp-desc:hover,
                #tab-blog .recently-published ul.rp-list li .rp-desc:focus {
                    color: #999999;
                }

#tab-blog .latest-comments {
    float: left;
    display: block;
    width: 100%;
}

    #tab-blog .latest-comments .lc-header {
        float: left;
        width: 100%;
        margin-bottom: 10px;
    }

        #tab-blog .latest-comments .lc-header .lc-title {
            font-size: 16px;
            text-transform: uppercase;
            margin-bottom: 10px;
            float: left;
        }

    #tab-blog .latest-comments ul.lc-list {
        float: left;
        display: block;
        margin: 0;
        padding: 0;
    }

        #tab-blog .latest-comments ul.lc-list li {
            margin-bottom: 20px;
            border-bottom: 1px dashed #e5e5e5;
        }

            #tab-blog .latest-comments ul.lc-list li:last-child {
                margin-bottom: 0;
                padding-bottom: 0px;
                border-bottom: 0;
            }

            #tab-blog .latest-comments ul.lc-list li .comment-meta {
                margin-bottom: 5px;
            }

                #tab-blog .latest-comments ul.lc-list li .comment-meta a {
                    font-weight: bold;
                }

            #tab-blog .latest-comments ul.lc-list li p.lc-actions {
                visibility: hidden;
            }

                #tab-blog .latest-comments ul.lc-list li p.lc-actions a {
                    margin-right: 5px;
                    font-size: 12px;
                }

            #tab-blog .latest-comments ul.lc-list li:hover p.lc-actions,
            #tab-blog .latest-comments ul.lc-list li:focus p.lc-actions {
                visibility: visible;
            }

                #tab-blog .latest-comments ul.lc-list li:hover p.lc-actions a:hover,
                #tab-blog .latest-comments ul.lc-list li:focus p.lc-actions a:hover,
                #tab-blog .latest-comments ul.lc-list li:hover p.lc-actions a:focus,
                #tab-blog .latest-comments ul.lc-list li:focus p.lc-actions a:focus {
                    color: #df4782;
                }

#tab-blog .site-stats .st-top-posts {
    font-size: 16px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 15px;
}

#tab-blog .site-stats .st-top-searches {
    font-size: 16px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 15px;
}

#tab-blog .site-stats ul.top-post-list {
    display: block;
    margin: 0;
    padding: 0;
}

    #tab-blog .site-stats ul.top-post-list li {
        padding: 10px 0;
        border-top: 1px dashed #e5e5e5;
    }

        #tab-blog .site-stats ul.top-post-list li:first-child {
            border-top: 0;
        }

        #tab-blog .site-stats ul.top-post-list li span.st-views {
            float: right;
            color: #cbcbcb;
        }

#tab-blog .site-stats .st-keyword {
    display: block;
    float: left;
}

    #tab-blog .site-stats .st-keyword a {
        margin-right: 5px;
        margin-bottom: 5px;
    }

        #tab-blog .site-stats .st-keyword a.badge {
            border-radius: 3px !important;
        }

#flotTip {
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 4px;
}

#todos-list ul {
    margin: 0;
}

    #todos-list ul li {
        padding: 8px;
        border-bottom: 1px dashed #e5e5e5;
    }

        #todos-list ul li:first-child {
            padding: 0 0px 10px;
            border-bottom: 0;
        }

        #todos-list ul li:last-child {
            border-bottom: 0;
        }

        #todos-list ul li input[type='checkbox'] {
            margin-right: 10px;
            vertical-align: top;
        }

            #todos-list ul li input[type='checkbox']:checked + label {
                text-decoration: line-through;
            }

        #todos-list ul li label {
            font-weight: normal;
            display: inline-block;
            width: 85%;
            cursor: pointer;
        }

        #todos-list ul li .delete {
            visibility: hidden;
            float: right;
        }

        #todos-list ul li:hover,
        #todos-list ul li:focus {
            background: #fafafa;
        }

            #todos-list ul li:hover:first-child,
            #todos-list ul li:focus:first-child {
                background: transparent;
            }

            #todos-list ul li:hover .delete,
            #todos-list ul li:focus .delete {
                visibility: visible;
            }

.widget-weather {
    width: 100%;
    display: block;
    float: left;
    padding: 20px 15px;
    border-radius: 5px;
}

    .widget-weather .wt-head {
        color: #ffffff;
    }

        .widget-weather .wt-head p {
            font-weight: bold;
            font-size: 18px;
            text-transform: none;
            margin-bottom: 0;
        }

        .widget-weather .wt-head span {
            font-size: 12px;
        }

    .widget-weather .wt-body {
        margin: 30px auto 0;
        overflow: hidden;
        text-align: center;
    }

        .widget-weather .wt-body span {
            font-size: 60px;
            font-weight: bold;
            vertical-align: top;
            margin-left: 20px;
            color: #fff;
        }

        .widget-weather .wt-body .sub-weather {
            margin-top: 20px;
        }

            .widget-weather .wt-body .sub-weather p {
                display: inline-block;
                margin-bottom: 0;
            }

                .widget-weather .wt-body .sub-weather p span {
                    font-size: 14px;
                    line-height: 50px;
                    text-transform: none;
                    margin-left: 5px;
                }

#site-stats {
    text-align: center;
    margin-top: 44px;
    padding-top: 20px;
    border-top: 1px dashed #e5e5e5;
}

    #site-stats .stats-chart {
        float: left;
        margin-right: 10px;
    }

    #site-stats .stats-info {
        float: left;
        margin-top: 15px;
        margin-left: 15px;
    }

        #site-stats .stats-info .stats-total {
            font-size: 30px;
            font-weight: bold;
            margin-right: 10px;
            float: left;
        }

        #site-stats .stats-info .stats-title {
            text-transform: uppercase;
            font-weight: bold;
            font-size: 14px;
            color: #e0e0e0;
            text-align: left;
        }

.clock {
    padding: 15px;
}

    .clock #get-date {
        color: #e5e5e5;
    }

    .clock .digital-clock {
        width: 100%;
        margin-top: 8px;
    }

        .clock .digital-clock .get-time {
            font-size: 40px;
            font-weight: bold;
            display: inline-block;
            width: 40px;
            color: #e5e5e5;
        }

        .clock .digital-clock span {
            font-size: 40px;
            font-weight: bold;
            margin: 0 10px;
            color: #e5e5e5;
        }

ol.list-indicators {
    margin-top: 5px;
    margin-bottom: 0;
    bottom: -25px;
}

    ol.list-indicators li {
        width: 15px;
        height: 15px;
        border-radius: 50%;
        background: #999999;
        margin: 0 5px;
        cursor: pointer;
        border: 0;
    }

        ol.list-indicators li.active {
            width: 15px;
            height: 15px;
            border-radius: 50%;
            background: #df4782;
            margin: 0 5px;
            cursor: pointer;
            border: 0;
        }

.carousel-control {
    top: auto;
    bottom: -25px;
    font-size: 12px;
    text-shadow: none;
    color: #999999;
}

    .carousel-control:hover,
    .carousel-control:focus {
        color: #df4782;
    }

    .carousel-control.left {
        background: transparent;
    }

    .carousel-control.right {
        background: transparent;
    }

ul.users-online {
    margin: 0;
    padding: 0;
}

    ul.users-online li {
        border-bottom: 1px dashed #e5e5e5;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

        ul.users-online li:last-child {
            border-bottom: 0;
            margin-bottom: 0;
            padding-bottom: 0;
        }

        ul.users-online li .name {
            display: inline-block;
        }

        ul.users-online li .status {
            width: 10px;
            height: 10px;
            border-radius: 50% !important;
            display: inline-block;
            background: transparent;
            float: right;
            margin-top: 5px;
        }

            ul.users-online li .status.is-online {
                background: #06B53C;
            }

            ul.users-online li .status.is-idle {
                background: #F7D227;
            }

            ul.users-online li .status.is-busy {
                background: #ee4749;
            }

            ul.users-online li .status.is-offline {
                background: #666666;
            }

.scrollspy-example {
    position: relative;
    height: 200px;
    margin-top: 10px;
    overflow: auto;
}

.row-icons {
    padding: 15px 0;
    margin: 0;
}

    .row-icons [class*="col"] {
        margin-bottom: 20px;
        padding: 0;
    }

        .row-icons [class*="col"] a {
            line-height: 30px;
            display: inline-block;
            color: #999999;
            text-decoration: none;
        }

            .row-icons [class*="col"] a:hover i.fa:before {
                color: #e772a0;
            }

            .row-icons [class*="col"] a:hover i.glyphicon:before {
                color: #e772a0;
            }

        .row-icons [class*="col"] i.fa {
            vertical-align: middle;
            margin: 0 10px;
            width: 40px;
        }

        .row-icons [class*="col"] i:before {
            color: #df4782;
            font-size: 30px;
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

        .row-icons [class*="col"] span {
            padding-left: 20px;
            vertical-align: top;
        }

.invoice-title h2,
.invoice-title h3 {
    display: inline-block;
}

.table > tbody > tr > .no-line {
    border-top: none;
}

.table > thead > tr > .no-line {
    border-bottom: none;
}

.table > tbody > tr > .thick-line {
    border-top: 2px solid;
}

#lock-screen {
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

    #lock-screen #lock-screen-content {
        width: 250px;
        margin: 10% auto 0 auto;
        text-align: center;
    }

        #lock-screen #lock-screen-content #lock-screen-avatar {
            display: inline-block;
            border: 5px solid #df4782;
        }

        #lock-screen #lock-screen-content #lock-screen-info h1 {
            font-size: 30px;
            font-weight: bold;
            color: #FFFFFF;
        }

        #lock-screen #lock-screen-content #lock-screen-info .email {
            margin-bottom: 20px;
            color: #FFFFFF;
        }

        #lock-screen #lock-screen-content #lock-screen-info input {
            font-size: 20px;
            font-weight: bold;
        }

#error-page {
    background: #F0F2F5;
    text-align: center;
    position: relative;
}

    #error-page #error-page-content {
        width: 480px;
        margin: 10% auto 0 auto;
        text-align: center;
    }

        #error-page #error-page-content h1 {
            font-size: 150px;
            font-weight: bold;
            color: #df4782;
        }

        #error-page #error-page-content p a {
            color: #df4782;
        }

            #error-page #error-page-content p a:hover,
            #error-page #error-page-content p a:focus {
                text-decoration: underline;
            }

#signin-page {
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

    #signin-page #signin-page-content {
        width: 360px;
        margin: 10% auto 0 auto;
        background: #ffffff;
        padding: 15px 20px;
    }

        #signin-page #signin-page-content h1 {
            font-size: 30px;
            font-weight: bold;
            text-align: center;
            margin-top: 0;
        }

        #signin-page #signin-page-content .create-account a {
            color: #df4782;
        }

            #signin-page #signin-page-content .create-account a:hover,
            #signin-page #signin-page-content .create-account a:focus {
                text-decoration: uppercase;
            }

#signup-page {
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

    #signup-page #signup-page-content {
        width: 480px;
        margin: 20px auto 0 auto;
        background: #ffffff;
        padding: 15px 20px;
    }

        #signup-page #signup-page-content h1 {
            font-size: 30px;
            font-weight: bold;
            text-align: center;
            margin-top: 0;
        }

.pricing-table.pricing-static {
    width: 810px;
    margin: 40px auto;
}

    .pricing-table.pricing-static .plan {
        float: left;
        width: 270px;
        background: #ffffff;
        padding: 30px 25px;
        margin-bottom: 20px;
        text-align: center;
    }

        .pricing-table.pricing-static .plan h3 {
            font-size: 25px;
            font-weight: bold;
            text-transform: uppercase;
            margin-top: 0;
            margin-bottom: 20px;
        }

        .pricing-table.pricing-static .plan .price-box {
            display: inline-block;
            background: #df4782;
            width: 150px;
            height: 150px;
            border-radius: 50%;
        }

            .pricing-table.pricing-static .plan .price-box .price-number {
                color: #ffffff;
                font-size: 40px;
                margin-top: 45px;
                font-weight: bold;
            }

                .pricing-table.pricing-static .plan .price-box .price-number span {
                    font-weight: normal;
                }

        .pricing-table.pricing-static .plan ul {
            padding: 0;
            margin: 10px 0;
        }

            .pricing-table.pricing-static .plan ul li {
                border-bottom: 1px dashed #e5e5e5;
                padding: 10px 0;
            }

                .pricing-table.pricing-static .plan ul li p {
                    font-size: 18px;
                }

                .pricing-table.pricing-static .plan ul li span {
                    font-weight: bold;
                    font-size: 25px;
                }

                .pricing-table.pricing-static .plan ul li:last-child {
                    border-bottom: 0;
                }

        .pricing-table.pricing-static .plan.active {
            background: #df4782;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
            -ms-transform: scale(1.05);
            -webkit-transform: scale(1.05);
            transform: scale(1.05);
        }

            .pricing-table.pricing-static .plan.active h3 {
                color: #ffffff;
            }

            .pricing-table.pricing-static .plan.active .price-box {
                background: #ffffff;
            }

                .pricing-table.pricing-static .plan.active .price-box .price-number {
                    color: #999999;
                }

            .pricing-table.pricing-static .plan.active ul li p {
                color: #ffffff;
            }

            .pricing-table.pricing-static .plan.active ul li span {
                color: #ffffff;
            }

.pricing-table.pricing-dynamic .plan {
    float: left;
    width: 100%;
    background: #ffffff;
    padding: 0;
    margin-bottom: 20px;
    text-align: center;
}

    .pricing-table.pricing-dynamic .plan h3 {
        padding: 30px 25px;
        font-size: 25px;
        font-weight: bold;
        text-transform: uppercase;
        background: #f1c40f;
        color: #ffffff;
        margin-top: 0;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

    .pricing-table.pricing-dynamic .plan .price-box {
        display: inline-block;
        background: #f1c40f;
        width: 150px;
        height: 150px;
        border-radius: 50%;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

        .pricing-table.pricing-dynamic .plan .price-box .price-number {
            color: #ffffff;
            font-size: 40px;
            margin-top: 45px;
            font-weight: bold;
        }

            .pricing-table.pricing-dynamic .plan .price-box .price-number span {
                font-weight: normal;
            }

    .pricing-table.pricing-dynamic .plan ul {
        padding: 0;
        margin: 10px 0;
    }

        .pricing-table.pricing-dynamic .plan ul li {
            border-bottom: 1px dashed #e5e5e5;
            padding: 10px 0;
        }

            .pricing-table.pricing-dynamic .plan ul li p {
                font-size: 18px;
            }

            .pricing-table.pricing-dynamic .plan ul li span {
                font-weight: bold;
                font-size: 25px;
            }

            .pricing-table.pricing-dynamic .plan ul li:last-child {
                border-bottom: 0;
            }

    .pricing-table.pricing-dynamic .plan a.btn {
        border-radius: 0px;
        background: #f1c40f;
        color: #ffffff;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

    .pricing-table.pricing-dynamic .plan:hover h3 {
        background: #927608;
    }

    .pricing-table.pricing-dynamic .plan:hover .price-box {
        background: #927608;
    }

    .pricing-table.pricing-dynamic .plan:hover a.btn {
        background: #927608;
    }


.boxed-layout {
    background: #ffffff;
}

    .boxed-layout #wrapper {
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    }

.form-transition {
    width: 280px;
    background: #ffffff;
    margin: 10% auto 0 auto;
    padding: 30px 20px;
    border-radius: 5px;
}

    .form-transition h1 {
        font-weight: bold;
        margin: 0 0 20px;
    }

.wizard-modal p {
    margin: 0 0 10px;
    padding: 0;
}

#wizard-ns-detail-servers,
.wizard-additional-servers {
    font-size: 12px;
    margin-top: 10px;
    margin-left: 15px;
}

    #wizard-ns-detail-servers > li,
    .wizard-additional-servers li {
        line-height: 20px;
        list-style-type: none;
    }

        #wizard-ns-detail-servers > li > img {
            padding-right: 5px;
        }

.wizard-modal .chzn-container .chzn-results {
    max-height: 150px;
}

.wizard-addl-subsection {
    margin-bottom: 40px;
}

.create-server-agent-key {
    margin-left: 15px;
    width: 90%;
}

#rootwizard-tabdetail .tab-content,
#rootwizard-custom-arrow .tab-content,
#rootwizard .tab-content,
#rootwizard-custom-circle .tab-content,
#rootwizard-tabdetail2 .tab-content,
#rootwizard-custom-oval .tab-content {
    border: none;
}

.alert-hide {
    display: none;
}

.alert {
    color: #b8312f;
}

#docs-page {
    width: 100%;
    min-height: 100%;
    background: #f0f2f5;
    padding: 0 5%;
    position: relative;
}

    #docs-page h1.docs-title {
        font-weight: bold;
    }

    #docs-page .block-sub-heading {
        font-weight: bold;
        margin: 30px 0 10px;
    }

    #docs-page .table-overview {
        margin-bottom: 20px;
    }

        #docs-page .table-overview tr td {
            padding: 10px;
        }

            #docs-page .table-overview tr td:first-child {
                padding-left: 0;
            }

    #docs-page #totop {
        position: fixed;
        bottom: 2%;
        right: 5%;
        display: none;
    }

    #docs-page .plugin-content-active {
        display: block !important;
    }

    #docs-page .plugin-content {
        display: none;
    }

    #docs-page .tab-content {
        padding: 20px;
    }

.pic {
    margin-top: 50px;
    width: 120px;
    margin-left: 50px;
    margin-bottom: -60px;
}

.user-profile-name {
    position: absolute;
    padding-left: 200px;
    font-size: 30px;
    font-weight: bold;
}

.dropdown {
    position: relative;
}
    .dropdown.open {
        z-index: 2;
    }
.open > .dropdown-menu {
    display: block;
}
.dropdown-menu {
    left: auto;
    right: 0;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
   
}
    .dropdown-menu > li > a {
        display: block;
        clear: both;
        font-weight: 400;
        color: #333;
        white-space: nowrap;
        background:white;
    }
.change {
    position: relative;
    bottom: 20px;
    padding: 1px;
    color: white;
    text-decoration: none;
}

    .change:hover {
        text-decoration: none;
        background-color: black;
        color: white;
    }

.tools-gallery {
    min-height: 37px;
    height: auto;
    background-color: #E4E4E4;
    border: 1px solid #D0D0D0;
    border-radius: 4px;
    padding: 0;
}

    .tools-gallery ul {
        height: 100%;
    }

        .tools-gallery ul li {
            list-style: none;
            display: block;
            height: 100%;
            float: left;
            margin-right: 3px;
        }

            .tools-gallery ul li a {
                margin: 6px 2px 6px 0px;
                padding: 3px 10px 3px;
                font-size: 15px;
                vertical-align: middle;
                display: block;
                border-left: 1px solid #E4E4E4;
                border-right: 1px solid #E4E4E4;
            }

                .tools-gallery ul li a:hover {
                    border-left: 1px solid #B8B8B8;
                    border-right: 1px solid #B8B8B8;
                }

            .tools-gallery ul li:first-child a:hover {
                border-left: 1px solid #E4E4E4;
            }

    .tools-gallery .filter {
        padding-top: 2px;
    }

        .tools-gallery .filter .btn {
            border-right: 1px solid #c0c0c0;
            margin-top: 2px;
            margin-right: 2px;
        }

.last-col {
    overflow: hidden !important;
}

.ptn,
.pvn,
.pan {
    padding-top: 0 !important;
}

.ptx,
.pvx,
.pax {
    padding-top: 3px !important;
}

.pts,
.pvs,
.pas {
    padding-top: 5px !important;
}

.ptm,
.pvm,
.pam {
    padding-top: 10px !important;
}

.ptl,
.pvl,
.pal {
    padding-top: 20px !important;
}

.ptxl,
.pvxl,
.paxl {
    padding-top: 30px !important;
}

.ptxxl,
.pvxxl,
.paxxl {
    padding-top: 40px !important;
}

.prn,
.phn,
.pan {
    padding-right: 0 !important;
}

.prx,
.phx,
.pax {
    padding-right: 3px !important;
}

.prs,
.phs,
.pas {
    padding-right: 5px !important;
}

.prm,
.phm,
.pam {
    padding-right: 10px !important;
}

.prl,
.phl,
.pal {
    padding-right: 20px !important;
}

.prxl,
.phxl,
.paxl {
    padding-right: 30px !important;
}

.prxxl,
.phxxl,
.paxxl {
    padding-right: 40px !important;
}

.pbn,
.pvn,
.pan {
    padding-bottom: 0 !important;
}

.pbx,
.pvx,
.pax {
    padding-bottom: 3px !important;
}

.pbs,
.pvs,
.pas {
    padding-bottom: 5px !important;
}

.pbm,
.pvm,
.pam {
    padding-bottom: 10px !important;
}

.pbl,
.pvl,
.pal {
    padding-bottom: 20px !important;
}

.pbxl,
.pvxl,
.paxl {
    padding-bottom: 30px !important;
}

.pbxxl,
.pvxxl,
.paxxl {
    padding-bottom: 40px !important;
}

.pln,
.phn,
.pan {
    padding-left: 0 !important;
}

.plx,
.phx,
.pax {
    padding-left: 3px !important;
}

.pls,
.phs,
.pas {
    padding-left: 5px !important;
}

.plm,
.phm,
.pam {
    padding-left: 10px !important;
}

.pll,
.phl,
.pal {
    padding-left: 20px !important;
}

.plxl,
.phxl,
.paxl {
    padding-left: 30px !important;
}

.plxxl,
.phxxl,
.paxxl {
    padding-left: 40px !important;
}

.mtn,
.mvn,
.man {
    margin-top: 0px !important;
}

.mtx,
.mvx,
.max {
    margin-top: 3px !important;
}

.mts,
.mvs,
.mas {
    margin-top: 5px !important;
}

.mtm,
.mvm,
.mam {
    margin-top: 10px !important;
}

.mtl,
.mvl,
.mal {
    margin-top: 20px !important;
}

.mtxl,
.mvxl,
.maxl {
    margin-top: 30px !important;
}

.mtxxl,
.mvxxl,
.maxxl {
    margin-top: 40px !important;
}

.mrn,
.mhn,
.man {
    margin-right: 0px !important;
}

.mrx,
.mhx,
.max {
    margin-right: 3px !important;
}

.mrs,
.mhs,
.mas {
    margin-right: 5px !important;
}

.mrm,
.mhm,
.mam {
    margin-right: 10px !important;
}

.mrl,
.mhl,
.mal {
    margin-right: 20px !important;
}

.mrxl,
.mhxl,
.maxl {
    margin-right: 30px !important;
}

.mrxxl,
.mhxxl,
.maxxl {
    margin-right: 40px !important;
}


.mbx,
.mvx,
.max {
    margin-bottom: 3px !important;
}

.mbs,
.mvs,
.mas {
    margin-bottom: 5px !important;
}

.mbm,
.mvm,
.mam {
    margin-bottom: 10px !important;
}

.mbl,
.mvl,
.mal {
    margin-bottom: 20px !important;
}

.mbxl,
.mvxl,
.maxl {
    margin-bottom: 30px !important;
}

.mbxxl,
.mvxxl,
.maxxl {
    margin-bottom: 40px !important;
}

.mln,
.mhn,
.man {
    margin-left: 0px !important;
}

.mlx,
.mhx,
.max {
    margin-left: 3px !important;
}

.mls,
.mhs,
.mas {
    margin-left: 5px !important;
}

.mlm,
.mhm,
.mam {
    margin-left: 10px !important;
}

.mll,
.mhl,
.mal {
    margin-left: 20px !important;
}

.mlxl,
.mhxl,
.maxl {
    margin-left: 30px !important;
}

.mlxxl,
.mhxxl,
.maxxl {
    margin-left: 40px !important;
}


a:focus,
.btn:focus {
    outline: 0 !important;
}

.img-circle {
    border-radius: 50% !important;
}

.progress {
    box-shadow: none;
}

.progress-bar {
    box-shadow: none;
}

    .progress-bar:last-child {
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

.progress-bar-success {
    background-color: #5cb85c !important;
}

.progress-bar-warning {
    background-color: #f0ad4e !important;
}

.progress-bar-info {
    background-color: #5bc0de !important;
}

.progress-bar-danger {
    background-color: #d9534f !important;
}

.progress-bar-red {
    background-color: #b8312f !important;
}

.progress-bar-orange {
    background-color: #bd432a !important;
}

.progress-bar-green {
    background-color: #b0b800 !important;
}

.progress-bar-yellow {
    background-color: #f1c40f !important;
}

.progress-bar-blue {
    background-color: #2598b0 !important;
}

.progress-bar-violet {
    background-color: #947dcb !important;
}

.progress-bar-pink {
    background-color: #df4782 !important;
}

.progress-bar-grey {
    background-color: #333333 !important;
}

.progress-bar-dark {
    background-color: #141d25 !important;
}

.progress-bar-white {
    background-color: #ffffff !important;
}

.progress {
    position: relative;
}

    .progress.progress-xs {
        height: 5px;
        margin-top: 5px;
    }

    .progress.progress-sm {
        height: 11px;
        margin-top: 5px;
    }

    .progress.progress-lg {
        height: 25px;
    }

    .progress .progress-completed {
        position: absolute;
        left: 0;
        font-weight: 800;
        padding: 0px 30px 2px 10px;
        color: #ffffff;
    }

.progress-bar {
    background-color: #df4782;
}

.progress-striped .progress-bar {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/************** Progress Bar *************/
/****************************************/
/**************************************/
/************** List Group ***********/
.list-group .list-group-item {
    color: #999999;
    border-color: #e5e5e5;
}

.list-group a.list-group-item {
    color: #999999;
    border-color: #e5e5e5;
}

    .list-group a.list-group-item.active,
    .list-group a.list-group-item:hover {
        background: #df4782;
        border-color: #df4782;
        color: #ffffff;
    }

        .list-group a.list-group-item.active .list-group-item-heading,
        .list-group a.list-group-item:hover .list-group-item-heading {
            color: #ffffff;
        }

    .list-group a.list-group-item .list-group-item-heading {
        color: #999999;
        font-weight: bold;
    }



.navbar-right .dropdown-menu:before {
    left: auto;
    right: 10px;
}

.navbar-right .dropdown-menu:after {
    left: auto;
    right: 10px;
}

.dropdown-menu {
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    border: 1px solid #e5e5e5;
    margin: 0 !important;
    padding: 0;
    border-radius: 0 !important;
}

    .dropdown-menu:before {
        content: "";
        position: absolute;
        top: -8px;
        left: 10px;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 8px solid #FFF;
        z-index: 1;
        top: -9px;
        border-bottom: 8px solid #e5e5e5;
        z-index: 0;
    }

    .dropdown-menu:after {
        content: "";
        position: absolute;
        top: -8px;
        left: 10px;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 8px solid #FFF;
        z-index: 1;
    }

    .dropdown-menu.pull-right:before {
        left: auto;
        right: 9px;
    }

    .dropdown-menu.pull-right:after {
        left: auto;
        right: 10px;
    }

    .dropdown-menu li a {
        padding: 5px 20px;
    }

        .dropdown-menu li a .badge {
            position: absolute;
            margin-top: 1px;
            right: 10px;
            display: inline;
            font-size: 11px;
            font-weight: 300;
            text-shadow: none;
            height: 18px;
            padding: 3px 6px 3px 6px;
            text-align: center;
            vertical-align: middle;
            -webkit-border-radius: 12px !important;
            -moz-border-radius: 12px !important;
            border-radius: 12px !important;
        }

.panel {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -box-shadow: none !important;
    border: 0;
}

    .panel .panel-heading {
        font-size: 18px;
        text-transform: uppercase;
        font-weight: bold;
        border-bottom: 0;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }

        .panel .panel-heading img {
            border-top-left-radius: 5px;
            border-top-right-radius: 5px;
        }

        .panel .panel-heading .panel-title {
            display: inline;
            color: #999999;
        }

            .panel .panel-heading .panel-title .action i {
                cursor: pointer;
                margin-left: 8px;
                color: #999999;
            }

    .panel .panel-body img {
        border-radius: 5px;
    }

    .panel .panel-footer {
        padding: 15px;
        background: #FFFFFF;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
    }

    .panel.panel-default {
        border: 1px solid #e5e5e5;
    }

        .panel.panel-default .panel-heading {
            background: #f5f5f5;
            color: #999999;
        }

            .panel.panel-default .panel-heading i {
                color: #999999 !important;
            }

    .panel.panel-primary .panel-heading {
        background: #df4782;
        color: #ffffff;
    }

        .panel.panel-primary .panel-heading i {
            color: #ffffff !important;
        }

    .panel.panel-success .panel-heading {
        background: #5cb85c;
        color: #ffffff;
    }

        .panel.panel-success .panel-heading i {
            color: #ffffff !important;
        }

    .panel.panel-warning .panel-heading {
        background: #f0ad4e;
        color: #ffffff;
    }

        .panel.panel-warning .panel-heading i {
            color: #ffffff !important;
        }

    .panel.panel-info .panel-heading {
        background: #5bc0de;
        color: #ffffff;
    }

        .panel.panel-info .panel-heading i {
            color: #ffffff !important;
        }

    .panel.panel-danger .panel-heading {
        background: #d9534f;
        color: #ffffff;
    }

        .panel.panel-danger .panel-heading i {
            color: #ffffff !important;
        }

    .panel.panel-red .panel-heading {
        background: #b8312f;
        color: #ffffff;
    }

        .panel.panel-red .panel-heading i {
            color: #ffffff !important;
        }

    .panel.panel-orange .panel-heading {
        background: #bd432a;
        color: #ffffff;
    }

        .panel.panel-orange .panel-heading i {
            color: #ffffff !important;
        }

    .panel.panel-green .panel-heading {
        background: #b0b800;
        color: #ffffff;
    }

        .panel.panel-green .panel-heading i {
            color: #ffffff !important;
        }

    .panel.panel-yellow .panel-heading {
        background: #f1c40f;
        color: #ffffff;
    }

        .panel.panel-yellow .panel-heading i {
            color: #ffffff !important;
        }

    .panel.panel-blue .panel-heading {
        background: #2598b0;
        color: #ffffff;
    }

        .panel.panel-blue .panel-heading i {
            color: #ffffff !important;
        }

    .panel.panel-pink .panel-heading {
        background: #df4782;
        color: #ffffff;
    }

        .panel.panel-pink .panel-heading i {
            color: #ffffff !important;
        }

    .panel.panel-violet .panel-heading {
        background: #947dcb;
        color: #ffffff;
    }

        .panel.panel-violet .panel-heading i {
            color: #ffffff !important;
        }

    .panel.panel-grey .panel-heading {
        background: #333333;
        color: #ffffff;
    }

        .panel.panel-grey .panel-heading i {
            color: #ffffff !important;
        }

    .panel.panel-dark .panel-heading {
        background: #141d25;
        color: #ffffff;
    }

        .panel.panel-dark .panel-heading i {
            color: #ffffff !important;
        }

    /*Panel tabs*/
    .panel .panel-tabs {
        position: relative;
        bottom: 10px;
        clear: both;
        border-bottom: 1px solid transparent;
    }

        .panel .panel-tabs > li {
            float: left;
            margin-bottom: -1px;
        }

            .panel .panel-tabs > li > a {
                margin-right: 2px;
                margin-top: 4px;
                line-height: .85;
                border: 1px solid transparent;
                border-radius: 4px 4px 0 0;
                color: #ffffff;
            }

                .panel .panel-tabs > li > a:hover {
                    border-color: transparent;
                    color: #ffffff;
                    background-color: transparent;
                }

            .panel .panel-tabs > li.active > a,
            .panel .panel-tabs > li.active > a:hover,
            .panel .panel-tabs > li.active > a:focus {
                color: #fff;
                cursor: default;
                -webkit-border-radius: 2px;
                -moz-border-radius: 2px;
                border-radius: 2px;
                background-color: rgba(255, 255, 255, 0.23);
                border-bottom-color: transparent;
            }


.btn .badge {
    color: #ffffff;
}

.btn-outlined {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

    .btn-outlined.btn-default {
        background: none;
        border: 2px solid #999999;
        color: #999999;
    }

    .btn-outlined.btn-primary {
        background: none;
        border: 2px solid #df4782;
        color: #df4782;
    }

    .btn-outlined.btn-success {
        background: none;
        border: 2px solid #5cb85c;
        color: #5cb85c;
    }

    .btn-outlined.btn-warning {
        background: none;
        border: 2px solid #f0ad4e;
        color: #f0ad4e;
    }

    .btn-outlined.btn-info {
        background: none;
        border: 2px solid #5bc0de;
        color: #5bc0de;
    }

    .btn-outlined.btn-danger {
        background: none;
        border: 2px solid #d9534f;
        color: #d9534f;
    }

    .btn-outlined.btn-red {
        background: none;
        border: 2px solid #b8312f;
        color: #b8312f;
    }

    .btn-outlined.btn-orange {
        background: none;
        border: 2px solid #bd432a;
        color: #bd432a;
    }

    .btn-outlined.btn-green {
        background: none;
        border: 2px solid #b0b800;
        color: #b0b800;
    }

    .btn-outlined.btn-yellow {
        background: none;
        border: 2px solid #f1c40f;
        color: #f1c40f;
    }

    .btn-outlined.btn-blue {
        background: none;
        border: 2px solid #2598b0;
        color: #2598b0;
    }

    .btn-outlined.btn-pink {
        background: none;
        border: 2px solid #df4782;
        color: #df4782;
    }

    .btn-outlined.btn-violet {
        background: none;
        border: 2px solid #947dcb;
        color: #947dcb;
    }

    .btn-outlined.btn-grey {
        background: none;
        border: 2px solid #333333;
        color: #333333;
    }

    .btn-outlined.btn-dark {
        background: none;
        border: 2px solid #141d25;
        color: #141d25;
    }

.btn.btn-square {
    border-radius: 0;
}

.popover {
    border-color: #e5e5e5;
}

    .popover.top .arrow {
        border-top-color: #e5e5e5;
    }

    .popover.bottom .arrow {
        border-bottom-color: #e5e5e5;
    }

    .popover.left .arrow {
        border-left-color: #e5e5e5;
    }

    .popover.right .arrow {
        border-right-color: #e5e5e5;
    }

.well {
    box-shadow: none;
}
.label,
.badge {
    font-weight: 300;
    text-shadow: none !important;
}

.label {
    font-size: 12px;
    padding: 3px 6px 3px 6px;
}

    .label.label-sm {
        font-size: 12px;
        padding: 1px 4px 1px 4px;
    }

h1 .label,
h2 .label,
h3 .label,
h4 .label,
h5 .label,
h6 .label {
    font-size: 75%;
}

.badge {
    font-size: 11px !important;
    font-weight: 300;
    background-color: #999999;
    height: 18px;
    padding: 3px 6px 3px 6px;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 12px !important;
    text-shadow: none !important;
    text-align: center;
    vertical-align: middle;
}

    .badge.badge-none-radius {
        -webkit-border-radius: 0 !important;
        -moz-border-radius: 0 !important;
        border-radius: 0 !important;
    }

.badge-default,
.label-default {
    background-color: #999 !important;
}

.badge-primary,
.label-primary {
    background-color: #df4782 !important;
}

.badge-red,
.label-red {
    background-color: #b8312f !important;
}

.badge-orange,
.label-orange {
    background-color: #bd432a !important;
}

.badge-green,
.label-green {
    background-color: #b0b800 !important;
}

.badge-yellow,
.label-yellow {
    background-color: #f1c40f !important;
}

.badge-blue,
.label-blue {
    background-color: #2598b0 !important;
}

.badge-violet,
.label-violet {
    background-color: #947dcb !important;
}

.badge-pink,
.label-pink {
    background-color: #df4782 !important;
}

.badge-grey,
.label-grey {
    background-color: #333333 !important;
}

.badge-dark,
.label-dark {
    background-color: #141d25 !important;
}

.label-success,
.badge-success {
    background-color: #5cb85c;
    background-image: none !important;
}

.label-warning,
.badge-warning {
    background-color: #f0ad4e;
    background-image: none !important;
}

.label-danger,
.badge-danger {
    background-color: #d9534f;
    background-image: none !important;
}

.label-info,
.badge-info {
    background-color: #5bc0de;
    background-image: none !important;
}

.nav.nav-pills > li > a > .badge {
    margin-top: -2px;
}

.nav.nav-stacked > li > a > .badge {
    margin-top: 1px;
    margin-bottom: 0px;
}

a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
    color: #df4782;
}


.input-xsmall {
    width: 60px !important;
}

.input-small {
    width: 120px !important;
}

.input-medium {
    width: 240px !important;
}

.input-large {
    width: 320px !important;
}

.input-xlarge {
    width: 480px !important;
}

.modal-full-width {
    width: 100%;
}

.modal-wide-width {
    width: 70%;
}


.tab-content {
    background: #fff;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid #e5e5e5;
    border-top: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.tabbable:before {
    display: table;
    line-height: 0;
    content: "";
}

.tabbable:after {
    display: table;
    line-height: 0;
    content: "";
    clear: both;
}

.tabbable.tabs-left .nav-tabs {
    float: left;
    display: inline-block;
    border-bottom: 0;
}

    .tabbable.tabs-left .nav-tabs li {
        float: none;
    }

        .tabbable.tabs-left .nav-tabs li.active > a,
        .tabbable.tabs-left .nav-tabs li:hover > a,
        .tabbable.tabs-left .nav-tabs li:focus > a {
            border: 1px solid #e5e5e5;
            border-right: 0;
        }

        .tabbable.tabs-left .nav-tabs li > a {
            border-right: 0;
            min-width: 74px;
            margin-bottom: 3px;
            margin-right: -1px;
            -webkit-border-radius: 5px 0 0 5px;
            -moz-border-radius: 5px 0 0 5px;
            border-radius: 5px 0 0 5px;
        }

.tabbable.tabs-left .tab-content {
    overflow: auto;
    border: 1px solid #e5e5e5;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.tabbable.tabs-right .nav-tabs {
    float: right;
    display: inline-block;
    border-bottom: 0;
}

    .tabbable.tabs-right .nav-tabs li {
        float: none;
    }

        .tabbable.tabs-right .nav-tabs li.active > a,
        .tabbable.tabs-right .nav-tabs li:hover > a,
        .tabbable.tabs-right .nav-tabs li:focus > a {
            border: 1px solid #e5e5e5;
            border-left: 0;
        }

        .tabbable.tabs-right .nav-tabs li > a {
            border-left: 0;
            min-width: 74px;
            margin-bottom: 3px;
            margin-left: -1px;
            -webkit-border-radius: 0 5px 5px 0;
            -moz-border-radius: 0 5px 5px 0;
            border-radius: 0 5px 5px 0;
        }

.tabbable.tabs-right .tab-content {
    overflow: auto;
    border: 1px solid #e5e5e5;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.tabbable.tabs-below .nav-tabs {
    margin-bottom: 20px !important;
    border: 0;
}

    .tabbable.tabs-below .nav-tabs li {
        margin-top: -1px;
        margin-bottom: 0;
    }

        .tabbable.tabs-below .nav-tabs li.active > a,
        .tabbable.tabs-below .nav-tabs li:hover > a,
        .tabbable.tabs-below .nav-tabs li:focus > a {
            border: 1px solid #e5e5e5;
            border-top: 0;
        }

        .tabbable.tabs-below .nav-tabs li a {
            border-top-left-radius: 0;
            border-top-right-radius: 0;
            border-bottom-left-radius: 5px;
            border-bottom-right-radius: 5px;
        }

.tabbable.tabs-below .tab-content {
    overflow: auto;
    margin-bottom: 0 !important;
    border: 1px solid #e5e5e5;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.sortable-placeholder {
    display: block;
    margin-top: 0px !important;
    margin-bottom: 25px !important;
    background-color: #f5f5f5;
    border: 1px dashed #df4782;
}

    .sortable-placeholder * {
        visibility: hidden;
    }

.wait {
    position: relative;
    background: url("../../images/icons/loading.gif") center no-repeat !important;
}





.input-group-btn .btn {
    border: 1px solid transparent;
    color: #ffffff;
}



.note {
    margin: 0 0 20px 0;
    padding: 10px 30px 10px 15px;
    border-left: 5px solid #e5e5e5;
}

    .note h1,
    .note h2,
    .note h3,
    .note h4 {
        margin-top: 0;
    }

    .note p:last-child {
        margin-bottom: 0;
    }

    .note code,
    .note .highlight {
        background-color: #fff;
    }

.note-success {
    border-color: #5cb85c;
}

.note-warning {
    border-color: #f0ad4e;
}

.note-info {
    border-color: #5bc0de;
}

.note-danger {
    border-color: #d9534f;
}

#template-setting {
    position: fixed;
    right: -250px;
    top: 120px;
    padding: 10px 13px;
    border-bottom-left-radius: 4px;
    background: #FFFFFF;
    border: 1px solid #e5e5e5;
    border-right: 0;
    width: 250px;
    z-index: 9999;
    -webkit-transition: 0.4s all ease-in-out;
    transition: 0.4s all ease-in-out;
}

    #template-setting .btn-template-setting {
        padding: 10px 15px;
        background: #df4782;
        opacity: 0.8;
        position: absolute;
        z-index: 9999;
        left: -48px;
        top: 0px;
    }

        #template-setting .btn-template-setting i {
            font-size: 30px;
            color: #ffffff;
        }

        #template-setting .btn-template-setting:hover,
        #template-setting .btn-template-setting:focus {
            color: #999999;
            outline: none;
        }

    #template-setting .content-template-setting ul.color-theme li {
        cursor: pointer;
        width: 35px;
        height: 35px;
        border: 5px solid transparent;
        border-radius: 50% !important;
        margin: 5px;
    }

        #template-setting .content-template-setting ul.color-theme li.red-green {
            background: #b8312f;
            border-color: #b0b800;
        }

        #template-setting .content-template-setting ul.color-theme li.orange-yellow {
            background: #bd432a;
            border-color: #f1c40f;
        }

        #template-setting .content-template-setting ul.color-theme li.green-pink {
            background: #b0b800;
            border-color: #df4782;
        }

        #template-setting .content-template-setting ul.color-theme li.yellow-grey {
            background: #f1c40f;
            border-color: #333333;
        }

        #template-setting .content-template-setting ul.color-theme li.blue-yellow {
            background: #2598b0;
            border-color: #f1c40f;
        }

        #template-setting .content-template-setting ul.color-theme li.pink-dark {
            background: #df4782;
            border-color: #141d25;
        }

        #template-setting .content-template-setting ul.color-theme li.violet-green {
            background: #947dcb;
            border-color: #b0b800;
        }

        #template-setting .content-template-setting ul.color-theme li.grey-red {
            background: #333333;
            border-color: #b8312f;
        }

        #template-setting .content-template-setting ul.color-theme li.dark-primary {
            background: #141d25;
            border-color: #ED5565;
        }

        #template-setting .content-template-setting ul.color-theme li.white-primary {
            background: #ffffff;
            border-color: #ED5565;
        }

        #template-setting .content-template-setting ul.color-theme li.pink-white {
            background: #df4782;
            border-color: #f1f1f1;
        }

        #template-setting .content-template-setting ul.color-theme li.white-pink {
            background: #ffffff;
            border-color: #df4782;
        }

.text-primary {
    color: #df4782 !important;
}

.text-red {
    color: #b8312f !important;
}

.text-orange {
    color: #bd432a !important;
}

.text-green {
    color: #b0b800 !important;
}

.text-yellow {
    color: #f1c40f !important;
}

.text-blue {
    color: #2598b0 !important;
}

.text-pink {
    color: #df4782 !important;
}

.text-violet {
    color: #947dcb !important;
}

.text-grey {
    color: #333333 !important;
}

.text-dark {
    color: #141d25 !important;
}

.text-white {
    color: #ffffff !important;
}

.text-facebook {
    color: #418bca;
}

.text-twitter {
    color: #5bc0de;
}

.text-google-plus {
    color: #dd4c39;
}

.text-dribbble {
    color: #ec5d92;
}


.box-heading {
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.box-sub-heading {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.form-control {
    border-color: #e5e5e5 !important;
    box-shadow: none !important;
}

ul.list-icon {
    list-style: none;
    padding: 0 20px;
}

    ul.list-icon li:before {
        content: "\f05d";
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        text-decoration: inherit;
        margin-right: 10px;
    }

    ul.list-icon li:hover {
        color: #df4782;
    }

.input-icon {
    position: relative;
}

    .input-icon input {
        padding-left: 33px !important;
        color: #999999;
    }

    .input-icon i {
        color: #999999;
        display: block;
        position: absolute;
        margin: 10px 2px 4px 10px;
        width: 16px;
        height: 16px;
        font-size: 16px;
        text-align: center;
    }

    .input-icon.right input {
        padding-left: 12px !important;
        padding-right: 33px !important;
    }

    .input-icon.right i {
        right: 8px;
        float: right;
    }

.has-success .input-icon i {
    color: #5cb85c;
}

.has-warning .input-icon i {
    color: #f0ad4e;
}

.has-error .input-icon i {
    color: #d9534f;
}
::-webkit-input-placeholder {
    color: #b8bec8 !important;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #b8bec8 !important;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #b8bec8 !important;
}

:-ms-input-placeholder {
    color: #b8bec8 !important;
}

.input-group-addon {
    color: #999999;
    border-bottom: 1px solid #e5e5e5;
    border-top: 0px !important;
    border-left: 0px !important;
    border-right: 0px !important;
}

label {
    font-weight: normal;
}

.form-group .checkbox {
    padding-left: 0;
}

.form-group .radio-inline,
.form-group .checkbox-inline {
    padding-top: 0;
}

.checkbox-list > label {
    display: block;
}

    .checkbox-list > label.checkbox-inline {
        display: inline-block;
    }

        .checkbox-list > label.checkbox-inline:first-child {
            padding-left: 0;
        }

.dropdown-checkboxes {
    padding: 5px !important;
}

    .dropdown-checkboxes label {
        display: block;
        font-weight: 300;
        margin-bottom: 4px;
        margin-top: 4px;
    }

.radio-list > label {
    display: block;
}

    .radio-list > label.radio-inline {
        display: inline-block;
    }

        .radio-list > label.radio-inline:first-child {
            padding-left: 0;
        }

.form-horizontal .radio-list .radio {
    padding-top: 1px;
}

.text-muted {
    color: #b8bec8;
}

.require {
    color: red;
}

#totop {
    position: fixed;
    bottom: 6%;
    right: 1.5%;
    display: none;
    z-index: 9999;
    background: transparent;
    border: 3px solid #df4782;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    text-align: center;
}

    #totop i {
        color: #df4782;
        line-height: 43px;
        font-size: 33px;
    }

    #totop:hover {
        background: #df4782;
    }

        #totop:hover i {
            color: #ffffff;
        }

.form-actions {
    padding: 20px 0;
    background: #fafafa;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

    .form-actions:before,
    .form-actions:after {
        display: table;
        line-height: 0;
        content: "";
    }

    .form-actions:after {
        clear: both;
    }

    .form-actions.top {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .form-actions.none-bg {
        background: transparent;
        border-top: 1px dashed #f3f3f3;
    }

        .form-actions.none-bg.top {
            border-bottom: 1px dashed #f3f3f3;
            border-top: 0;
        }

.has-success .form-control {
    border-color: #3c763d !important;
}

.has-warning .form-control {
    border-color: #8a6d3b !important;
}

.has-error .form-control {
    border-color: #a94442 !important;
}

.form-bordered .control-label {
    padding-top: 16px;
}

.form-bordered .form-group {
    margin: 0;
    border-bottom: 1px solid #f7f7f7;
}

    .form-bordered .form-group > div {
        padding: 15px;
        border-left: 1px solid #f7f7f7;
    }

    .form-bordered .form-group:last-child {
        border-bottom: 0;
    }

.form-bordered .help-block {
    margin-bottom: 0px;
}

.form-bordered.dashed .form-group {
    border-bottom: 1px dashed #f3f3f3;
}

    .form-bordered.dashed .form-group > div {
        border-left: 1px dashed #f3f3f3;
    }

    .form-bordered.dashed .form-group:last-child {
        border-bottom: 0;
    }

.form-seperated .control-label {
    padding-top: 16px;
}

.form-seperated .form-group {
    margin: 0;
    border-bottom: 1px solid #f7f7f7;
}

    .form-seperated .form-group > div {
        padding: 15px;
    }

    .form-seperated .form-group:last-child {
        border-bottom: 0;
    }

.form-seperated .help-block {
    margin-bottom: 0px;
}

.form-seperated.dashed .form-group {
    border-bottom: 1px dashed #f3f3f3;
}

    .form-seperated.dashed .form-group:last-child {
        border-bottom: 0;
    }

.form-horizontal.form-row-stripped .form-group:nth-child(odd) {
    background: #fcfcfc;
}

.popover-validator.popover {
    top: auto;
    left: auto;
    box-shadow: none;
    display: block;
    position: relative;
    border: 0;
    padding: 0;
}

    .popover-validator.popover .popover-content {
        padding: 8px 14px;
        border-radius: 5px;
    }

.has-error .popover-validator.popover.right > .arrow:after {
    border-right-color: #a94442;
}

.has-error .popover-validator.popover.top > .arrow:after {
    border-top-color: #a94442;
}

.has-error .popover-validator.popover .popover-content {
    background: #a94442;
    color: #ffffff;
}

.has-error .popover-validator.popover.top {
    position: absolute;
    top: -20px;
    left: auto;
}

select.form-control {
    color: #999999;
}


#wrapper {
    background: #ffffff;
}


#topbar .navbar-header {
    background: #ffffff;
    border-bottom: 5px solid #f7f7f8 !important;
    border-right: 1px dashed #e5e5e5;
}

#topbar .navbar-toggle {
    background: transparent;
}

    #topbar .navbar-toggle .icon-bar {
        background: #df4782 !important;
    }

.right-sidebar #topbar .navbar-header a#logo {
    border-left: 1px dashed #e5e5e5;
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
    #topbar .navbar-header {
        border-right: 0;
    }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
    #topbar .navbar-header {
        border-right: 0;
    }
}


#sidebar {
    background: #ffffff;
    border-right: 1px solid #f7f7f8;
}

.navbar-static-side ul li {
    border-bottom: 1px solid #f7f7f8;
}

    .navbar-static-side ul li.active a {
        background: #ffffff;
    }

    .navbar-static-side ul li a {
        color: #999999;
    }

        .navbar-static-side ul li a:hover,
        .navbar-static-side ul li a:focus {
            background: #ffffff;
        }

    .navbar-static-side ul li .nav-second-level li {
        border-bottom: 1px solid #f7f7f8;
    }

        .navbar-static-side ul li .nav-second-level li:after {
            background: #999999;
        }

        .navbar-static-side ul li .nav-second-level li:first-child {
            border-top: 1px solid #f7f7f8;
        }

        .navbar-static-side ul li .nav-second-level li:hover:after,
        .navbar-static-side ul li .nav-second-level li:focus:after {
            background: #df4782;
        }

        .navbar-static-side ul li .nav-second-level li a {
            background: #ffffff;
        }

        .navbar-static-side ul li .nav-second-level li .nav-third-level li {
            border-bottom: 1px solid #f7f7f8;
        }

            .navbar-static-side ul li .nav-second-level li .nav-third-level li:after {
                background: #999999;
            }

            .navbar-static-side ul li .nav-second-level li .nav-third-level li:first-child {
                border-top: 1px solid #f7f7f8;
            }

            .navbar-static-side ul li .nav-second-level li .nav-third-level li:hover:after,
            .navbar-static-side ul li .nav-second-level li .nav-third-level li:focus:after {
                background: #df4782;
            }

            .navbar-static-side ul li .nav-second-level li .nav-third-level li a {
                background: #ffffff;
            }

.clock #get-date {
    color: #999999;
}

.clock .digital-clock .get-time {
    color: #999999;
}

.clock .digital-clock span {
    color: #999999;
}

.left-side-collapsed .navbar-static-side ul#side-menu li a span.menu-title {
    background: #df4782;
    border-bottom: #df4782;
    color: #ffffff;
}

    .left-side-collapsed .navbar-static-side ul#side-menu li a span.menu-title:after {
        right: 100%;
        top: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-right-color: #df4782;
        border-width: 10px;
        margin-top: -10px;
    }

.right-side-collapsed .navbar-static-side ul#side-menu li a span.menu-title {
    background: #df4782;
    border-bottom: #df4782;
    color: #ffffff;
}

    .right-side-collapsed .navbar-static-side ul#side-menu li a span.menu-title:after {
        right: 100%;
        top: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-left-color: #df4782;
        border-width: 10px;
        margin-top: -10px;
    }


.pace .pace-progress {
    background: #df4782;
}




.ui-state-focus {
    background-color: #ffffff;
}


.nav-tabs > li > a:hover {
    border-color: #eee #eee #fff #eee;
}


.shortcuts-list {
    padding-top: 0.5em;
}

    .shortcuts-list li {
        float: right; /* by dolev */
    }

        .shortcuts-list li a {
            display: block;
            width: 7em;
            padding-top: 63px;
            color: #808080;
            text-align: center;
            position: relative;
            padding-bottom: 9px;
            -moz-border-radius: 0.417em;
            -webkit-border-radius: 0.417em;
            -webkit-background-clip: padding-box;
            border-radius: 0.417em;
        }

            .shortcuts-list li a img {
                position: absolute;
                top: 9px;
                left: 50%;
                margin-left: -24px;
            }

            .shortcuts-list li a:hover {
                background: #E9E9E9 !important;
            }

#divAddNewPageWindowDiv .shortcuts-list {
    height: 110px;
    width: 100%;
    display: block;
}

#SB_Page_Settings_accordion.ui-widget-content {
    padding: 0 0 6px 0 !important;
}

.MP_Iframe_Row {
    background-color: #ffffff;
    position: relative;
}

.MP_Iframe_Content {
    background-color: #f8fafc;
    padding: 20px;
    text-align: center;
}


#EditorIFrmae {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    border-radius: 12px;
    background-color: white;
}


.clsMargin {
    margin-left: 4px;
    margin-right: 4px;
}



@media (max-width: 767px) {
   
    .modal-iframe-wrapper iframe {
        max-width: 100%;
    }

    .modal-content, .modal-window {
        max-width: 100% !important;
    }
}


.MP_Ifr_ModalContainer_Show {
    overflow: hidden
}

    .MP_Ifr_ModalContainer_Show #Ifr_Modal_Container {
        display: block !important;
    }

    .MP_Ifr_ModalContainer_Show #Ifr_Modal {
        overflow: auto;
        z-index: 0;
        min-height: 600px;
        height: calc(100vh - 60px);
        position: absolute;
        top: 0;
        left: 0;
    }


.cls_SB_HelperResultPlace td {
    background: linear-gradient(135deg, color-mix(in srgb, var(--primary-color), transparent 92%), color-mix(in srgb, var(--secondary-color), transparent 80%)) !important;
}


