
.rightpanel {
    height: 185px;
    width: 90px;
    position: fixed;
    top: 280px;
    right: 0;
    z-index: 98;
}

    .rightpanel .panel-container {
        height: inherit;
        position: relative;
        width: inherit;
        right: 0;
        -webkit-transition: right .3s, left .3s;
        -moz-transition: right .3s, left .3s;
        -ms-transition: right .3s, left .3s;
        -o-transition: right .3s, left .3s;
        transition: right .3s, left .3s;
    }

.panel-container.pullout {
    right: 286px;
}

.rightpanel .panel-container .right-panel-child {
    background: #095086;
}

.rightpanel .panel-container .active {
    background-color: #f9af28;
}

.rightpanel .panel-container .orange {
    background-color: #f28424;
}

.rightpanel .panel-container .panel-header {
    background: #01a1dd;
}

.panel-header,
.panel-body {
    padding: 10px 20px 20px 20px;
}

.right-panel-child {
    z-index: 1000;
}

.right-panel-child {
    color: #333;
    display: none;
    height: inherit;
    position: absolute;
    right: -220px;
    top: 0;
    width: 220px;
    min-height: 200px;
    height: auto;
    box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.18);
}

    .right-panel-child a {
        color: #333;
        font-size: 15px;
        text-decoration: none;
    }

        .right-panel-child a:hover {
            color: #23AF4E;
        }

    .right-panel-child .fa {
        padding-left: 5px;
    }

    .right-panel-child h2 {
        color: #fff;
        font-weight: 400;
        margin-top: 0;
        font-size: 1.3em;
    }

    .right-panel-child hr {
        margin: 0.2em 0 1.0em;
    }

    .right-panel-child ul {
        list-style-type: none;
        margin-bottom: 5px;
        /* margin: 0 20px 20px 20px; */
    }

.rightpanel .panel-link {
    background-color: #024A7A;
    height: 90px;
    margin: 3px 0;
    padding: 20px 10px;
    text-align: center;
    color: white;
    font-size: 14px;
    width: 90px;
    vertical-align: middle;
    display: block;
    position: relative;
    align-items: center;
}

.rightpanel .icon {
    font-size: 30px;
}

.rightpanel .panel-body .icon {
    font-size: 25px;
    padding-right: 8px;
    vertical-align: middle;
}

.rtl .rightpanel .panel-body .icon {
    padding-left: 8px;
    vertical-align: middle;
}

.rightpanel .panel-container {
    height: inherit;
    position: relative;
    width: inherit;
    right: 0;
    -webkit-transition: right .3s, left .3s;
    -moz-transition: right .3s, left .3s;
    -ms-transition: right .3s, left .3s;
    -o-transition: right .3s, left .3s;
    transition: right .3s, left .3s;
}

.btn-close {
    position: absolute;
    padding: 10px;
    background-color: #0A5FA2;
    top: -36px;
    width: 75px;
    color: white;
    right: -286px;
    display: none;
}

.panel-container.pullout {
    right: 220px;
}

.rightpanel .panel-container .right-panel-child {
    background: #fff;
}

.rightpanel .panel-container .active {
    background-color: #23AF4E;
}

.portal img {
    height: 32px;
}

.admin img {
    height: 42px;
}

.right-panel-child ul li {
    padding: 12px 0px;
    border-bottom: 1px solid #ccc;
    font-size: 15px;
}

    .right-panel-child ul li:last-child {
        padding: 12px 0px;
        border-bottom: 0px solid #ccc;
        font-size: 15px;
        padding-bottom: 0px;
    }

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .rightpanel {
        height: 246px;
        width: 60px;
        position: fixed;
        top: 210px;
        right: 0;
        z-index: 98;
    }

        .rightpanel .panel-link {
            background-color: #024A7A;
            height: 65px;
            margin: 2px 0;
            padding: 10px 10px;
            text-align: center;
            color: white;
            font-size: 11px;
            width: 60px;
            vertical-align: middle;
            display: block;
            position: relative;
            align-items: center;
        }

            .rightpanel .panel-link p {
                font-size: 8px;
                line-height: 10px;
                padding-top: 4px;
            }

    .portal img {
        height: 24px;
    }

    .admin img {
        height: 28px;
    }
}

@media only screen and (min-width: 1000px) and (max-width: 1200px) {
    .rightpanel {
        height: 246px;
        width: 90px;
        position: fixed;
        top: 300px;
        right: 0;
        z-index: 98;
    }
}
/* @media only screen and (min-width: 768px) and (max-width: 999px){ */
/* .rightpanel { */
/* height: 246px; */
/* width: 90px; */
/* position: fixed; */
/* top: 385px; */
/* right: 25px; */
/* z-index: 98; */
/* } */
/* } */
