﻿/*红色按钮 */
/*深蓝色背景 #132755*/


::-webkit-scrollbar {
    /* 对应纵向滚动条的宽度 */
    width: 10px !important;
    /* 对应横向滚动条的宽度 */
    height: 10px !important;
}

/* 滚动条上的滚动滑块 */
::-webkit-scrollbar-thumb {
    background-color: #34518c !important;
    border-radius: 32px !important;
}

/* 滚动条轨道 */
::-webkit-scrollbar-track {
    background-color: white !important;
    border-radius: 32px !important;
}





body.f-body {
    padding: 24px;
    /*font-family: Arial,Verdana, SansSerif;*/
}



.marginr {
    margin-right: 5px;
}

.clear {
    clear: both;
}

ul.result, ol.result {
    margin: 10px 0;
    padding: 0;
    border-top: solid 1px #ddd;
}

    ul.result li, ol.result li {
        list-style-type: none;
        margin: 0;
        padding: 5px;
        border-bottom: solid 1px #ddd;
    }


table.result {
    margin: 10px 0;
    width: 500px;
    border-collapse: collapse;
}

    table.result th {
        font-weight: bold;
    }

    table.result td, table.result th {
        border-bottom: solid 1px #ddd;
        padding: 5px;
        text-align: left;
    }


.highlight {
    font-weight: bold;
    color: red;
}


.ContentPanel {
    background-color: #132755;
    border-radius: 30px !important;
    color: white;
}

.CommonLargeBtn {
    color: white !important;
    height: 40px !important;
    border-radius: 20px !important;
    border: 0px;
    margin: 0 3px;
}

    .CommonLargeBtn.BlueBtn {
        background-color: #34518c !important;
    }

    .CommonLargeBtn.RedBtn {
        background-color: #c40c0c !important;
    }

.Center {
    text-align: center;
}
.CommonBtn {
    color: black !important;
    height: 30px !important;
    border-radius: 15px !important;
    border: 0px;
    width: 100px;
}

    .CommonBtn.YellowBtn {
        background-color: #ac9455 !important;
    }

    .CommonBtn.BlueBtn {
        background-color: #34518c !important;
        color:white !important;
    }

    .CommonBtn.GrayBtn {
        background-color: #e5e5e5; !important;
    }

    .CommonBtn i {
        color: black !important;
    }