﻿/*@import "inverse.Styles.css";*/
@import "default.TelerikCustomSkin.css";
@import "custom-col.css";

/*#region 版面調整 */
.col-form-label {
    line-height: inherit;
}
.hr {
    border-bottom: 1px solid #E9ECEF;
}
/*#endregion */
.rbLinkButton {
    padding: 0 !important;
    border-style: none !important;
    float: left;
    clear: none;
}
.RadAjaxPanel {
    /*padding-bottom:3px;*/
    width: 100%;
}

.ChartNoData {
    text-align:center;
    font-family: "Microsoft JhengHei", 微軟正黑體, "Microsoft Yahei", 微軟雅黑體, Arial, sans-serif !important;
}


main > form, main > form > #wrapper {
    height: 100%;
}

    #server-dashboard .page-header {
        height: 5rem;
        min-height: 5rem;
        max-height: 5rem;
    }

#btn-go:hover {
cursor:pointer;
}

#Clock {
    color: #8cd940;
}

body.fuse-aside-folded:not(.fuse-aside-expanded) #Clock {
    display: none;
}
  
body.fuse-aside-folded:not(.fuse-aside-expanded) #aside>.aside-content>.aside-toolbar {
    padding-left: 6px !important;
}
body.fuse-aside-folded:not(.fuse-aside-expanded) #toggle-fold-aside-button {
    display: none !important;
}
body.fuse-aside-folded:not(.fuse-aside-expanded) #WebName {
    display: none;
}
#loading-block {
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: #F6F6F6;
    position: absolute;
}

.Side:focus, .Top:focus {
    outline: none;
}