﻿* {
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 12px;
}
body {
}
#navbar-container{
    height:40px;
}
.fa {
    width: 25px;
    text-align: center;
}
select{
    min-height:35px;
}
#brandlogo{
    width:32px !important;
    height:32px !important;
    margin:5px 10px !important;
}
.brand-text{
    line-height:45px;
}
#welcometip, #welcometip>* {
    font-size: 20px;
}
.magic-radio + label:after {
    top: 3px !important;
}
.chosen-container-single .chosen-single{
    height:32px !important;
}
    .pagetitle_tip {
        position: absolute;
        right: 10px;
        top: 2px;
        line-height: 60px;
        color: #8e8e8e;
    }
thead tr {
    background: #F9F9F9;
}
.treetable-table table{
    border-bottom:0;
}
.treetable-tbody td{
    border-top:0 !important;
}
td{
    height:50px;
    min-height:50px;
}
.treetable-expander{
    margin-right:10px;
}
label, .label, .labelx, .panel-title, .modal-title, .nav li, .webuploader-pick {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#page-title{
    position:relative;
}
.chosen-container-single .chosen-single div b:before {
    border-width: 4px 4px 0 4px !important;
}
#mainnav li .arrow {
    line-height: 0.9em;
}
.alert{
    padding-top:10px !important;
    padding-bottom:10px !important;
}
.alert-warning {
    color: #E29836 !important;
    background-color: #FDF5E9 !important;
}
.alert button.close {
    color: #E29836 !important;
}