﻿body {
}
.border {
    border-top-color: #73A0D2 !important;
    border-top-style: solid !important;
    border-top-width: medium !important;
}

.headerborder {
    border-top-color: #73A0D2 !important;
    border-top-style: solid !important;
    border-top-width: medium !important;
    border-bottom-color: #73A0D2 !important;
    border-bottom-style: solid !important;
    border-bottom-width: medium !important;
    border-right-style: none !important;
    border-left-style: none !important;
}

.headerbordersmall {
    /*border-top-color: #73A0D2 !important;
    border-top-style: solid !important;
    border-top-width: medium !important;*/
    border-bottom-color: #73A0D2 !important;
    border-bottom-style: solid !important;
    border-bottom-width: medium !important;
    border-right-style: none !important;
    border-left-style: none !important;
}
.filterRowStyle > td {
    border-bottom-color: #73A0D2 !important;
    border-bottom-style: solid !important;
    border-bottom-width: medium !important;
    border-left: hidden !important;
    border-right: hidden !important;
}

/*Lines up custom buttons*/
.commandColumn img {
    vertical-align: unset;
}
/*Side Menu Commands*/
.expandedPanel {
    width: 0px;
}

.expandButtonClass {
    width: 100%;
}

.collapsedMenu {
    width: 10px;
}

.expandedMenu {
    width: 145px;
}

/*Removes line under title on rounded panel with Edge browser*/
.customPanel {
    border-spacing: 0px 0px;
    background-color: white;
}

/*Help*/
.helpText {
    color: #73A0D2;
    font-weight: bold;
    font-size: 9.5pt;
}

.helpHeader {
    color: #73A0D2;
    font-weight: bold;
    font-size: 12pt;
}

/*Scheduler*/
.TimeRulerMinuteStyle {
    width: 5px;
    overflow: hidden;
    padding: 3px 2px 0px 0px;
    margin: 0;
    font-size: 8pt;
}

/*Grids in rounded panel*/
.gridHeader {
    color: #33506C;
    font-size: 16pt;
}

/*SubGrid in rounder panel*/
.subGridHeader {
    color: #33506C;
    font-weight: bold;
    font-size: 12pt;
}
