﻿.RadSplitter .rspRotatedTabText.rspPaneTabText {
    transform: rotate(0deg) !important;
}

.RadSplitter .rspSlideTitle {
    background-color: Gray !important;
    background-image: url("Images/header_bg.gif");
    color: White !important;
    font-size: 12px !important;
    font-weight: bold !important;
    height: 22px !important;
    line-height: 20px !important;
    margin: 2px 0 0 !important;
    padding: 1px 0 3px 10px !important;
}

.RadSplitter .rspPaneTabContainer {
    margin: 60px 0 0 !important;
    border-width: 1px !important;
}

.RadSplitter .rspSlideHeaderUndockIcon {
    margin-top: 6px !important;
}

#index-body {
    overflow: hidden;
}

div#RAD_SPLITTER_PANE_CONTENT_RadpaneMenu
{
    overflow: visible !important;
}

div#RAD_SPLITTER_PANE_CONTENT_RadpaneMenu.RadTouchExtender
{
    overflow: unset !important;
}

.LockOff {
    display: none;
    visibility: hidden;
}

.LockOn {
    display: block;
    visibility: visible;
    position: absolute;
    z-index: 99999;
    top: 0px;
    left: 0px;
    width: 130%;
    height: 105%;
    background-color: #ccc;
    text-align: center;
    padding-top: 20%;
    filter: alpha(opacity=75);
    opacity: 0.75;
    background-image: url("Images/loading.gif");
    background-repeat: no-repeat;
    background-position: center;
}
