<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.spinner-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.5);
}
    .panel.toppanel &gt; .panel-heading &gt; .panel-title h4 {
    color: #ffffff !important;
    font-weight: bold;
    font-size:17px;
}
.spinner-windows8 {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 50px;
    height: 50px;
    margin-top: 100px;
}

    .spinner-windows8 .wBall {
        position: absolute;
        width: 48px;
        height: 48px;
        opacity: 0;
        -moz-transform: rotate(225deg);
        -moz-animation: orbit 2.75s infinite;
        -webkit-transform: rotate(225deg);
        -webkit-animation: orbit 2.75s infinite;
        -ms-transform: rotate(225deg);
        -ms-animation: orbit 2.75s infinite;
        -o-transform: rotate(225deg);
        -o-animation: orbit 2.75s infinite;
        transform: rotate(225deg);
        animation: orbit 2.75s infinite;
    }

        .spinner-windows8 .wBall .wInnerBall {
            position: absolute;
            width: 6px;
            height: 6px;
            background: #000000;
            left: 0px;
            top: 0px;
            -moz-border-radius: 6px;
            -webkit-border-radius: 6px;
            -ms-border-radius: 6px;
            -o-border-radius: 6px;
            border-radius: 6px;
            z-index: 2;
        }

        .spinner-windows8 .wBall:first-child {
            -moz-animation-delay: 0.6s;
            -webkit-animation-delay: 0.6s;
            -ms-animation-delay: 0.6s;
            -o-animation-delay: 0.6s;
            animation-delay: 0.6s;
        }

        .spinner-windows8 .wBall:nth-child(2) {
            -moz-animation-delay: 0.12s;
            -webkit-animation-delay: 0.12s;
            -ms-animation-delay: 0.12s;
            -o-animation-delay: 0.12s;
            animation-delay: 0.12s;
        }

        .spinner-windows8 .wBall:nth-child(3) {
            -moz-animation-delay: 0.24s;
            -webkit-animation-delay: 0.24s;
            -ms-animation-delay: 0.24s;
            -o-animation-delay: 0.24s;
            animation-delay: 0.24s;
        }

        .spinner-windows8 .wBall:nth-child(4) {
            -moz-animation-delay: 0.36s;
            -webkit-animation-delay: 0.36s;
            -ms-animation-delay: 0.36s;
            -o-animation-delay: 0.36s;
            animation-delay: 0.36s;
        }

        .spinner-windows8 .wBall:nth-child(5) {
            -moz-animation-delay: 0.48s;
            -webkit-animation-delay: 0.48s;
            -ms-animation-delay: 0.48s;
            -o-animation-delay: 0.48s;
            animation-delay: 0.48s;
        }

@-moz-keyframes orbit {
    0% {
        opacity: 1;
        z-index: 99;
        -moz-transform: rotate(180deg);
        -moz-animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        -moz-transform: rotate(300deg);
        -moz-animation-timing-function: linear;
        -moz-origin: 0%;
    }

    30% {
        opacity: 1;
        -moz-transform: rotate(410deg);
        -moz-animation-timing-function: ease-in-out;
        -moz-origin: 7%;
    }

    39% {
        opacity: 1;
        -moz-transform: rotate(645deg);
        -moz-animation-timing-function: linear;
        -moz-origin: 30%;
    }

    70% {
        opacity: 1;
        -moz-transform: rotate(770deg);
        -moz-animation-timing-function: ease-out;
        -moz-origin: 39%;
    }

    75% {
        opacity: 1;
        -moz-transform: rotate(900deg);
        -moz-animation-timing-function: ease-out;
        -moz-origin: 70%;
    }

    76% {
        opacity: 0;
        -moz-transform: rotate(900deg);
    }

    100% {
        opacity: 0;
        -moz-transform: rotate(900deg);
    }
}

@-webkit-keyframes orbit {
    0% {
        opacity: 1;
        z-index: 99;
        -webkit-transform: rotate(180deg);
        -webkit-animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        -webkit-transform: rotate(300deg);
        -webkit-animation-timing-function: linear;
        -webkit-origin: 0%;
    }

    30% {
        opacity: 1;
        -webkit-transform: rotate(410deg);
        -webkit-animation-timing-function: ease-in-out;
        -webkit-origin: 7%;
    }

    39% {
        opacity: 1;
        -webkit-transform: rotate(645deg);
        -webkit-animation-timing-function: linear;
        -webkit-origin: 30%;
    }

    70% {
        opacity: 1;
        -webkit-transform: rotate(770deg);
        -webkit-animation-timing-function: ease-out;
        -webkit-origin: 39%;
    }

    75% {
        opacity: 1;
        -webkit-transform: rotate(900deg);
        -webkit-animation-timing-function: ease-out;
        -webkit-origin: 70%;
    }

    76% {
        opacity: 0;
        -webkit-transform: rotate(900deg);
    }

    100% {
        opacity: 0;
        -webkit-transform: rotate(900deg);
    }
}

@-ms-keyframes orbit {
    0% {
        opacity: 1;
        z-index: 99;
        -ms-transform: rotate(180deg);
        -ms-animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        -ms-transform: rotate(300deg);
        -ms-animation-timing-function: linear;
        -ms-origin: 0%;
    }

    30% {
        opacity: 1;
        -ms-transform: rotate(410deg);
        -ms-animation-timing-function: ease-in-out;
        -ms-origin: 7%;
    }

    39% {
        opacity: 1;
        -ms-transform: rotate(645deg);
        -ms-animation-timing-function: linear;
        -ms-origin: 30%;
    }

    70% {
        opacity: 1;
        -ms-transform: rotate(770deg);
        -ms-animation-timing-function: ease-out;
        -ms-origin: 39%;
    }

    75% {
        opacity: 1;
        -ms-transform: rotate(900deg);
        -ms-animation-timing-function: ease-out;
        -ms-origin: 70%;
    }

    76% {
        opacity: 0;
        -ms-transform: rotate(900deg);
    }

    100% {
        opacity: 0;
        -ms-transform: rotate(900deg);
    }
}

@-o-keyframes orbit {
    0% {
        opacity: 1;
        z-index: 99;
        -o-transform: rotate(180deg);
        -o-animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        -o-transform: rotate(300deg);
        -o-animation-timing-function: linear;
        -o-origin: 0%;
    }

    30% {
        opacity: 1;
        -o-transform: rotate(410deg);
        -o-animation-timing-function: ease-in-out;
        -o-origin: 7%;
    }

    39% {
        opacity: 1;
        -o-transform: rotate(645deg);
        -o-animation-timing-function: linear;
        -o-origin: 30%;
    }

    70% {
        opacity: 1;
        -o-transform: rotate(770deg);
        -o-animation-timing-function: ease-out;
        -o-origin: 39%;
    }

    75% {
        opacity: 1;
        -o-transform: rotate(900deg);
        -o-animation-timing-function: ease-out;
        -o-origin: 70%;
    }

    76% {
        opacity: 0;
        -o-transform: rotate(900deg);
    }

    100% {
        opacity: 0;
        -o-transform: rotate(900deg);
    }
}

@keyframes orbit {
    0% {
        opacity: 1;
        z-index: 99;
        transform: rotate(180deg);
        animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        transform: rotate(300deg);
        animation-timing-function: linear;
        origin: 0%;
    }

    30% {
        opacity: 1;
        transform: rotate(410deg);
        animation-timing-function: ease-in-out;
        origin: 7%;
    }

    39% {
        opacity: 1;
        transform: rotate(645deg);
        animation-timing-function: linear;
        origin: 30%;
    }

    70% {
        opacity: 1;
        transform: rotate(770deg);
        animation-timing-function: ease-out;
        origin: 39%;
    }

    75% {
        opacity: 1;
        transform: rotate(900deg);
        animation-timing-function: ease-out;
        origin: 70%;
    }

    76% {
        opacity: 0;
        transform: rotate(900deg);
    }

    100% {
        opacity: 0;
        transform: rotate(900deg);
    }
}

.tooltip {
  /*  z-index: 20000; */
}

body.lobipanel-minimized {
    padding-bottom: 36px;
}

.hidecontentcontrols {
    
    color: #100C08 !important;
}

.contentpanel .panel-heading {
    background: #F5F5F5 !important;
}

.lobipanel-parent-sortable .panel-heading {
    color: #fff;
}

.subpanel .hidecontentcontrols {
    background: #F5F5F5 !important;
}

.lobipanel-parent-sortable .deleteEditPaddingTop {
    color: #100C08;
   
}

.lobipanel {
    position: relative;
    margin-bottom: 15px;
}

    .lobipanel &gt; .panel-heading {
        padding: 20px 0px;
        position: relative;
        border-top-right-radius: 0px;
        border-top-left-radius: 0px;
    }

        .lobipanel &gt; .panel-heading &gt; .panel-title {
            float: left;
          
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            font-size: 16px;
            line-height: 30px;
            padding-left: 15px;
        }

            .lobipanel &gt; .panel-heading &gt; .panel-title h1,
            .lobipanel &gt; .panel-heading &gt; .panel-title h2,
            .lobipanel &gt; .panel-heading &gt; .panel-title h3,
            .lobipanel &gt; .panel-heading &gt; .panel-title h4,
            .lobipanel &gt; .panel-heading &gt; .panel-title h5,
            .lobipanel &gt; .panel-heading &gt; .panel-title h6 {
                margin: 0;
                line-height: 30px;
            }

            .lobipanel &gt; .panel-heading &gt; .panel-title input {
                color: inherit;
                line-height: 30px;
                border-radius: 2px;
                padding: 0 5px;
                width: 100%;
                background-color: rgba(0, 0, 0, 0.2);
                border: 1px solid #337ab7;
                outline: 0;
            }

                .lobipanel &gt; .panel-heading &gt; .panel-title input:focus {
                    background-color: rgba(0, 0, 0, 0.15);
                }

        .lobipanel &gt; .panel-heading .dropdown {
            display: inline-block;
            position: absolute;
            right:5px;
        }

            .lobipanel &gt; .panel-heading .dropdown .dropdown-menu {
                left: auto;
                right: 0;
                min-width: initial;
                margin-top: 0;
                border-radius: 0;
            }

                .lobipanel &gt; .panel-heading .dropdown .dropdown-menu &gt; li &gt; a .control-title {
                    display: inline-block;
                    margin-left: 15px;
                }

            .lobipanel &gt; .panel-heading .dropdown .dropdown-toggle {
                border: none;
                outline: 0;
                background-color: transparent;
                text-align: center;
                padding: 0;
                width: 30px;
                font-size: 14px;
                -webkit-transition: all 0.2s;
                -o-transition: all 0.2s;
                transition: all 0.2s;
            }

                .lobipanel &gt; .panel-heading .dropdown .dropdown-toggle .panel-control-icon {
                    top: 0;
                    line-height: 30px;
                }

                .lobipanel &gt; .panel-heading .dropdown .dropdown-toggle:hover,
                .lobipanel &gt; .panel-heading .dropdown .dropdown-toggle:hover:focus {
                    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
                    background-color: rgba(0, 0, 0, 0.15);
                }

            .lobipanel &gt; .panel-heading .dropdown.open .dropdown-toggle {
                text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
                background-color: rgba(0, 0, 0, 0.15);
            }

        .lobipanel &gt; .panel-heading:before,
        .lobipanel &gt; .panel-heading:after {
            content: " ";
            display: table;
        }

        .lobipanel &gt; .panel-heading:after {
            clear: both;
        }

@media screen and (min-width: 768px) {
    .lobipanel .panel-heading .panel-title {
        max-width: calc(100% - 180px);
    }

    .lobipanel .panel-heading .dropdown .dropdown-menu {
        position: static;
        display: inline-block;
        border: none;
        padding: 0;
        margin: 0;
        min-width: initial;
        width: auto;
        -webkit-box-shadow: none;
        box-shadow: none;
        background: transparent;
    }

        .lobipanel .panel-heading .dropdown .dropdown-menu &gt; li {
            display: inline-block;
        }

            .lobipanel .panel-heading .dropdown .dropdown-menu &gt; li &gt; a {
                cursor: pointer;
                color: inherit;
                padding: 0;
                outline: 0;
                text-align: center;
                width: 30px;
                font-size: 14px;
                -webkit-transition: all 0.2s;
                -o-transition: all 0.2s;
                transition: all 0.2s;
            }

                .lobipanel .panel-heading .dropdown .dropdown-menu &gt; li &gt; a .panel-control-icon {
                    top: 0;
                    line-height: 30px;
                }

                .lobipanel .panel-heading .dropdown .dropdown-menu &gt; li &gt; a .control-title {
                    display: none;
                }

    .lobipanel .panel-heading .dropdown .shown li:hover {
        background: #FF6828 !important;
        color: #fff !important;
    }

                .lobipanel .panel-heading .dropdown .dropdown-menu &gt; li &gt; a:hover,
                .lobipanel .panel-heading .dropdown .dropdown-menu &gt; li &gt; a:focus:hover {
                    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
                    background-color: #FF6828;
                    color: none !important;
                }

                .lobipanel .panel-heading .dropdown .dropdown-menu &gt; li &gt; a:focus {
                    text-shadow: none;
                    background-color: transparent;
                }

    .lobipanel .panel-heading .dropdown .dropdown-toggle {
        display: none;
    }
}

.lobipanel &gt; .panel-body {
    overflow: auto;
    position: relative;
    padding-bottom:95px;
}

.lobipanel .panel-loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0.8;
}
/* top panel style*/
.panel.toppanel {
    box-shadow: none;
    cursor: pointer;
}

    .panel.toppanel &gt; .panel-heading {
        background-color: #3abdaa;
    }

        .panel.toppanel &gt; .panel-heading &gt; .panel-title h4 {
            color: #ffffff !important;
            font-weight: bold;
        }

        .panel.toppanel &gt; .panel-heading &gt; .dropdown .dropdown-menu i {
            color: #ffffff;
        }

.panel.spcontent &gt; .panel-heading, .panel.contentpanel &gt; .panel-heading {
    padding: 0;
    background-color: #ffffff;
    cursor: pointer; /*in the heading cursor will be pointer, so that it could be indicated that its sortable.*/
}

.dropdown-menu::after {
    display: none;
}
/* sub section panel styles*/
.panel.spsection &gt; .panel-heading {
    padding: 7px 0px;
    background-color: #f9f9f9;
}

    .panel.spsection &gt; .panel-heading &gt; .panel-title p {
        color: #fff;
        font-size: 16px;
        font-weight: bold;
        padding: 5px;
    }

.panel.spsection .panel-body {
    border: solid 1px #d6d6d6;
    border-top: none 0;
}

.panel.ccptable .panel-body {
    margin-top: -1px;
    border: dotted 1px #d6d6d6;
    border-top: dotted 1px #ffffff;
}
/* styles for text and bullet point content panels*/
.panel.spcontent &gt; .panel-heading &gt; .panel-title, .panel.contentpanel &gt; .panel-heading &gt; .panel-title {
   /* width: 900px; */
    margin: 0;
    font-size: 14px;
    float: left;
  /*  position: relative; */
}

    .panel.spcontent &gt; .panel-heading &gt; .panel-title i.fa-circle, .panel.contentpanel &gt; .panel-heading &gt; .panel-title i.fa-circle {
        font-size: 8px;
        margin-top: 6px;
        margin-right: 7px;
        float: left;
    }

.panel.spcontent &gt; .panel-heading p, .panel.contentpanel &gt; .panel-heading p {

    font-size: 14px;
    font-weight: normal;
    cursor: pointer;
    margin: 0 0 0 7px;
    padding: 0;
    word-wrap: break-word;
     white-space: initial; 
  /*  width: 800px; */
 
}

.panel.spcontent, .panel.contentpanel {
    margin-bottom: 5px;
}

    .panel.spcontent &gt; .panel-heading .dropdown {
        width: 150px;
        float: right;
    }

    .panel.contentpanel &gt; .panel-heading .dropdown {
        width: 100px;
        float: right;
        margin-right: -14px;
    }

.panel.spsection {
    box-shadow: none;
    cursor: pointer;
}

.panel.cbullet, .panel.ctext, .panel.cflowchart, .panel.ctable {
    box-shadow: none;
    /*border:solid 1px #009688;*/
}

.panel.cflowchart {
    border-bottom: dotted 2px #000000;
    padding-bottom: 25px;
    padding-top: 25px;
}

/* hide add text, bullet point, flow chart icons when the content type is text or bullet point or flow chart*/
.lobipanel &gt; .hidecontentcontrols li.contenticon {
    display: none !important;
}
/*hide edit and delete icons when content type is table*/
.panel.ctable .dropdown .dropdown-menu &gt; li &gt; a &gt; i.glyphicon-pencil,
.panel.ctable .dropdown .dropdown-menu &gt; li &gt; a &gt; i.glyphicon-trash {
    display: none;
}

/* hide the minimize and maximize icons from panels that hold text or bullet points*/
.panel.spcontent &gt; .panel-heading .dropdown .dropdown-menu &gt; li &gt; a &gt; i.glyphicon-chevron-up,
.panel.spcontent &gt; .panel-heading .dropdown .dropdown-menu &gt; li &gt; a &gt; i.glyphicon-chevron-down,
.panel.contentpanel &gt; .panel-heading .dropdown .dropdown-menu &gt; li &gt; a &gt; i.glyphicon-chevron-up,
.panel.contentpanel &gt; .panel-heading .dropdown .dropdown-menu &gt; li &gt; a &gt; i.glyphicon-chevron-down {
    display: none;
}

/* stage panel styles*/
.panel.stagepanel {
    box-shadow: none;
    margin: 5px 0 5px 0;
}

    .panel.stagepanel &gt; .panel-heading {
        background-color: #f7f7f7;
        padding: 0;
        border: dotted 1px #cccccc !important;
    }

        .panel.stagepanel &gt; .panel-heading &gt; .panel-title p {
            color: #3a81ab;
            font-size: 14px;
            font-weight: bold;
            padding: 5px 5px 0 5px;
        }
/******************************/
/* hazard panel styles*/
.panel.hazardpanel {
    box-shadow: none;
    margin: 5px 0 5px 0;
}

    .panel.hazardpanel &gt; .panel-heading {
        background-color: #EFF6F8;
        padding: 0;
        border: dotted 1px #cccccc !important;
    }

        .panel.hazardpanel &gt; .panel-heading &gt; .panel-title p {
            color: #000000;
            font-size: 13px;
            font-weight: bold;
            padding: 5px 5px 0 5px;
        }
/* control panel styles*/
.panel.controlpanel {
    box-shadow: none;
    margin: 5px 0 5px 0;
}

    .panel.controlpanel &gt; .panel-heading {
        background-color: #f7e49e;
        padding: 0;
        border: dotted 1px #cccccc !important;
    }

        .panel.controlpanel &gt; .panel-heading &gt; .panel-title p {
            color: #000000;
            font-size: 13px;
            font-weight: bold;
            padding: 5px 5px 0 5px;
        }
/******************************/
.lobipanel.panel-collapsed &gt; .panel-heading .dropdown .dropdown-menu &gt; li &gt; a[data-func="unpin"],
.lobipanel.panel-collapsed &gt; .panel-heading .dropdown .dropdown-menu &gt; li &gt; a[data-func="reload"],
.lobipanel.panel-collapsed &gt; .panel-heading .dropdown .dropdown-menu &gt; li &gt; a[data-func="expand"],
.lobipanel.panel-collapsed &gt; .panel-heading .dropdown .dropdown-menu &gt; li &gt; a &gt; i.glyphicon-text-size,
.lobipanel.panel-collapsed &gt; .panel-heading .dropdown .dropdown-menu &gt; li &gt; a &gt; i.iconnew-flowchart,
.lobipanel.panel-collapsed &gt; .panel-heading .dropdown .dropdown-menu &gt; li &gt; a &gt; i.glyphicon-glass,
.lobipanel.panel-collapsed &gt; .panel-heading .dropdown .dropdown-menu &gt; li &gt; a &gt; i.glyphicon-list-alt,
.lobipanel.panel-collapsed &gt; .panel-heading .dropdown .dropdown-menu &gt; li &gt; a &gt; i.glyphicon-road,
.lobipanel.panel-collapsed &gt; .panel-heading .dropdown .dropdown-menu &gt; li &gt; a &gt; i.fa-file-pdf-o,
.lobipanel.panel-collapsed &gt; .panel-heading .dropdown .dropdown-menu &gt; li &gt; a &gt; i.glyphicon-star {
    display: none;
}

.lobipanel.panel-collapsed &gt; .panel-heading {
    border-bottom: none;
}

.lobipanel.panel-expanded,
.lobipanel.panel-unpin,
.lobipanel.panel-minimized.panel-unpin {
    margin-bottom: 0;
}

.lobipanel.panel-unpin {
    overflow: hidden;
    position: fixed;
    z-index: 10000;
    -webkit-box-shadow: 2px 2px 15px 5px rgba(10, 10, 10, 0.5);
    box-shadow: 2px 2px 15px 5px rgba(10, 10, 10, 0.5);
}

    .lobipanel.panel-unpin &gt; .panel-heading {
        cursor: move;
    }

    .lobipanel.panel-unpin.panel-minimized {
        float: left;
        position: initial;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        min-width: 170px;
        margin-right: 5px;
    }

        .lobipanel.panel-unpin.panel-minimized &gt; .panel-heading {
            padding: 0;
            cursor: pointer;
            border-bottom: none;
        }

            .lobipanel.panel-unpin.panel-minimized &gt; .panel-heading .panel-title {
                max-width: calc(100% - 60px);
            }

                .lobipanel.panel-unpin.panel-minimized &gt; .panel-heading .panel-title h1,
                .lobipanel.panel-unpin.panel-minimized &gt; .panel-heading .panel-title h2,
                .lobipanel.panel-unpin.panel-minimized &gt; .panel-heading .panel-title h3,
                .lobipanel.panel-unpin.panel-minimized &gt; .panel-heading .panel-title h4,
                .lobipanel.panel-unpin.panel-minimized &gt; .panel-heading .panel-title h5,
                .lobipanel.panel-unpin.panel-minimized &gt; .panel-heading .panel-title h6 {
                    overflow: hidden;
                    text-overflow: ellipsis;
                }

            .lobipanel.panel-unpin.panel-minimized &gt; .panel-heading .dropdown .dropdown-menu {
                position: static;
                display: inline-block;
                border: none;
                padding: 0;
                margin: 0;
                min-width: initial;
                width: auto;
                -webkit-box-shadow: none;
                box-shadow: none;
                background: transparent;
            }

                .lobipanel.panel-unpin.panel-minimized &gt; .panel-heading .dropdown .dropdown-menu &gt; li {
                    display: inline-block;
                }

                    .lobipanel.panel-unpin.panel-minimized &gt; .panel-heading .dropdown .dropdown-menu &gt; li &gt; a {
                        cursor: pointer;
                        color: inherit;
                        padding: 0;
                        outline: 0;
                        text-align: center;
                        width: 30px;
                        font-size: 14px;
                        -webkit-transition: all 0.2s;
                        -o-transition: all 0.2s;
                        transition: all 0.2s;
                    }

                        .lobipanel.panel-unpin.panel-minimized &gt; .panel-heading .dropdown .dropdown-menu &gt; li &gt; a .panel-control-icon {
                            top: 0;
                            line-height: 30px;
                        }

                        .lobipanel.panel-unpin.panel-minimized &gt; .panel-heading .dropdown .dropdown-menu &gt; li &gt; a .control-title {
                            display: none;
                        }

                        .lobipanel.panel-unpin.panel-minimized &gt; .panel-heading .dropdown .dropdown-menu &gt; li &gt; a:hover,
                        .lobipanel.panel-unpin.panel-minimized &gt; .panel-heading .dropdown .dropdown-menu &gt; li &gt; a:focus:hover {
                            text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
                            background-color: rgba(0, 0, 0, 0.15);
                        }

                        .lobipanel.panel-unpin.panel-minimized &gt; .panel-heading .dropdown .dropdown-menu &gt; li &gt; a:focus {
                            text-shadow: none;
                            background-color: transparent;
                        }

            .lobipanel.panel-unpin.panel-minimized &gt; .panel-heading .dropdown .dropdown-toggle {
                display: none;
            }

            .lobipanel.panel-unpin.panel-minimized &gt; .panel-heading .dropdown .dropdown-menu &gt; li &gt; a {
                display: none;
            }

                .lobipanel.panel-unpin.panel-minimized &gt; .panel-heading .dropdown .dropdown-menu &gt; li &gt; a[data-func="close"],
                .lobipanel.panel-unpin.panel-minimized &gt; .panel-heading .dropdown .dropdown-menu &gt; li &gt; a[data-func="expand"] {
                    display: inline-block;
                }

        .lobipanel.panel-unpin.panel-minimized &gt; .panel-body,
        .lobipanel.panel-unpin.panel-minimized &gt; .panel-footer {
            display: none !important;
        }

.lobipanel.panel-expanded &gt; .panel-heading {
    cursor: initial;
}

    .lobipanel.panel-expanded &gt; .panel-heading .dropdown .dropdown-menu &gt; li &gt; a[data-func="unpin"],
    .lobipanel.panel-expanded &gt; .panel-heading .dropdown .dropdown-menu &gt; li &gt; a[data-func="minimize"] {
        display: none;
    }

.lobipanel.panel-expanded.panel-unpin &gt; .panel-heading .panel-control[data-func="minimize"] {
    display: block;
}

.lobipanel-minimized-toolbar {
    position: fixed;
    height: 36px;
    padding: 2px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 20000;
    background: rgba(34, 115, 182, 0.51);
}

.lobipanel-placeholder {
    background-color: #f9f5d1;
    border: 1px dashed #919191;
    margin-bottom: 15px;
}
.hidden{
    display:none;
}
.shown{
    display:block;
}

.draggablebox{
    position:absolute;
    top:25px;
    left:8px;
    color:#ffffff;
    cursor:move;
    display:none;
}
    .draggablebox .draggableicon {
        font-size:24px;
        /*background-image: url('/assets/images/draggableicon.png');
        background-repeat: no-repeat;
        background-position-x: left;
        background-position-y: 2px;
        width:30px;
        height:42px;*/
    }
.spsection .draggableicon, .stagepanel .draggableicon {
    color: #fff;
}
.toppanel &gt; .panel-heading &gt; .panel-title &gt; h4, .spsection &gt; .panel-heading &gt; .panel-title &gt; div &gt; div &gt; div &gt; p, .stagepanel &gt; .panel-heading &gt; .panel-title &gt; p {
    margin-left: 25px !important;
}
/*for responsive settings hsp module*/
.toppanel &gt; .panel-heading &gt; .panel-title &gt; h4, .spsection &gt; .panel-heading &gt; .panel-title &gt; div &gt; div &gt; p {
    margin-left: 25px !important;
}
.panel-heading:hover .draggablebox{
    display:block;
}

.panel.spcontent &gt; .panel-heading .dropdown{
    width:auto !important;
}

</pre></body></html>