﻿.topPanel {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: #EEEEEE;
}

fieldset legend {
    width: 200px;
    background-color: #b3d3dc;
    padding-left: 10px;
    font-size: 12pt;
}

.dataTables_filter input {
    -webkit-appearance: textfield;
    width: 300px;
    height: 30px;
    font-size: 12pt;
    margin-left: 15px;
}


.clearfix:after {
    content: "\20";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.clearfix {
    zoom: 1
}

.tabBar {
    border-bottom: 2px solid #222
}

    .tabBar span {
        background-color: #e8e8e8;
        cursor: pointer;
        display: inline-block;
        float: left;
        font-weight: bold;
        height: 30px;
        line-height: 30px;
        padding: 0 15px
    }

        .tabBar span.current {
            background-color: #222;
            color: #fff
        }

.tabCon {
    display: none
}

.marginbottom {
    margin-bottom: 10px;
    border: 0px solid #ccc;
    float: left;
    clear: both;
    width: 100%;
}

.btnpanel {
    border: 1px solid #EDEDED;
    background-color: #F7F7F7;
    width: 100%;
    text-align: right;
    clear: both;
    padding: 10px 0px;
    float: left;
    margin-left: 1px;
    margin-bottom: 5px;
}

.panel-bottom {
    margin-bottom: 15px;
    height: 5px;
    width: 100%;
}

.hfselect {
    height: 28px;
    font-size: 12pt;
    margin-top: 4px;
}

.hfinput {
    height: 28px;
    border: 1px solid #ccc;
}

    .hfinput hover {
        border: 1px solid #1d70f2;
        padding: 2px;
    }

.hf-container {
    width: 98.6%;
    margin: 0px 5px;
    padding: 0px 5px;
}

.hf-block {
    margin-bottom: 40px;
}

.hf-panel {
    width: 20%;
    border: 1px solid #808080;
    background-color: #0ba8f7;
    color: #fff;
    margin-right: 20px;
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 5px;
    float: left;
}

.hf-title {
    font-size: 20px;
    text-align: center;
    background-color: #1d70f2;
    color: #fff;
    padding: 15px;
}

.hf-btn-panel {
    text-align: center;
    width: 100%;
}

.star {
    font-size: 20px;
    color: red;
}

.alertcss {
    border: 1px solid red;
}
