﻿#divPanelMenu {
    float: left;
    width: 100%;
    height: 65px;
    overflow-x: hidden;
    overflow-y: hidden;
}

#panelMenu {
    margin-left: 0px;
    padding-left: 0px;
    text-align: center;
    float: left;
    display: inline-flex;
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

    #panelMenu li {
        margin-right: 10px;
        margin-bottom: 10px;
        list-style: none;
        float: left;
    }

        #panelMenu li a {
            color: #FFF;
            outline: none;
            padding-left: 0px;
            padding-right: 0px;
            text-decoration: none;
        }

#divPanelItem {
    margin-left: 0px;
    padding-left: 0px;
    text-align: center;
    float: left;
    display: inline-flex;
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.divPanel {
    width: 175px !important;
    height: 50px  !important;
    /*border: none;*/
    font-family: "Segoe UI",Arial,Helvetica,sans-serif  !important;
    font-size: 12px  !important;
    color: white  !important;
    font-weight: bold  !important;

    border:medium none !important;
}

    .divPanel:hover {
        cursor: pointer;
        background-color: rgba(255, 255, 255, 0.6) !important;
    }

.divPanelMain {
    width: 100px !important;
    height: 50px  !important;
    /*border: none;*/
    font-family: "Segoe UI",Arial,Helvetica,sans-serif  !important;
    font-size: 12px  !important;
    color: white  !important;
    font-weight: bold  !important;

    border:medium none !important;
}

    .divPanelMain:hover {
        cursor: pointer;
        background-color: rgba(255, 255, 255, 0.6) !important;
    }

#divPanelImage {
    width: 48px;
    height: 48px;
    float: left;
}

#divPanelText {
    float: left;
    margin: 10px 0px 0px 3px;
}

#left-button {
    color: #fff;
    font-size: 20pt;
    clear: both;
    float: left;
    text-decoration: inherit;
    font-weight: bold;
    display: block;
    margin-right: 5px;
    background-image: url('../../Images/Left-Arrow.png');
    width: 31px;
    height: 50px;
}

    #left-button:hover {
        cursor: pointer;
        border-color: rgba(117,171,236,0.7);
        -webkit-user-select: none; /* Chrome/Safari */
        -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* IE10+ */
        /* Rules below not implemented in browsers yet */
        -o-user-select: none;
        user-select: none;
    }

#right-button {
    color: #fff;
    font-size: 20pt;
    float: right;
    text-decoration: inherit;
    font-weight: bold;
    display: block;
    background-image: url('../../Images/Right-Arrow.png');
    width: 31px;
    height: 50px;
}

    #right-button:hover {
        cursor: pointer;
        border-color: rgba(117,171,236,0.7);
        -webkit-user-select: none; /* Chrome/Safari */
        -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* IE10+ */
        /* Rules below not implemented in browsers yet */
        -o-user-select: none;
        user-select: none;
    }

.mCSB_horizontal.mCSB_inside > .mCSB_container {
    margin-bottom: 0px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    /*height: 0px !important;*/
}

#mCSB_1_container {
}


/*-webkit-transition:width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;-moz-transition:width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;-o-transition:width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;transition:width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out*/