body, p, div, a, table, input, textarea, select, button {
    font-family: Encode Sans, Arial, helvetica;
    font-size: 12px;
    color: #444;
}

body {
    background: #DDD;
}

.Title {
    font-size: 22px;
    font-weight: 700;
}

input[type="checkbox"] {
    width: 17px;
    height: 17px;
}

.ListTable {
    border-collapse: collapse;
    border-spacing: 0;
}

.Form {
    color: #000;
    background: #FFF;
    border-left: solid 0 #BBB;
    border-right: solid 0 #BBB;
}

/*
.main {
    margin: 50px auto;
}
*/

.mainBorder {
    border-left: solid 1px #BBB;
    border-right: solid 1px #BBB;
    border-top: solid 0 #BBB;
    border-bottom: solid 1px #BBB;
    border-radius: 0 0 3px 3px;
    box-shadow: -1px 1px 5px #ccc, 1px 1px 5px #ccc, 1px 1px 5px #ccc;
}

.mainCell {
    height: 225px;
    padding-bottom: 10px;
}

.mainTableMobile {
    background: #fff;
    border: 0;
}

.footer {
    font-size: 10px;
    color: #777;
    padding-top: 3px;
    text-decoration: none;
    text-align: left;
}

.footer :Hover {
    color: #555;
}

.ZoneEdit {
    background: #EEE;
    border: solid 3px silver;
}

.ToolBar {
    background: silver;
    vertical-align: top;
    width: 100px;
    border: solid 1px gray;
    text-align: center;
}

.FormField, .formField, .formfield {
    border-radius: 2px;
    border: 1px solid #999;
    padding: 6px;
    margin: 2px;
}

.FormLabel {
    font-weight: 700;
    padding: 5px;
}

.FormLabelDisabled {
    color: silver;
}

.FormNotation {
    font-size: 11px;
    color: #888;
    font-style: italic;
}

.SelectBox {
    border-radius: 2px;
    border: 1px solid #999;
    padding: 3px;
    margin: 2px;
}

.DropMenu {
    margin: 2px;
}

.FormButton, .formButton, .formbutton, .MoreConditionsBtn {
    background: #2e73b9;
    border: solid 0 #CCC;
    color: #fff;
    border-radius: 2px;
    padding: 6px 8px;
    margin: 2px;
}

.FormButton:hover {
    background: orange;
    color: #fff;
}

.FormButton:disabled {
    background: #fff;
    color: #aaa;
}

.MoreConditionsBtn:disabled {
    background: #c0d4f7;
    color: #fff;
}

.HotFormButton {
    background: orange;
    border: solid 0 #CCC;
    color: #f8d89d;
    border-radius: 2px;
    padding: 6px 8px;
    margin: 2px;
}

.DisabledField {
    font-size: 12px;
    background: #eee;
    border: 1px solid silver;
}

.FormButtonBar {
    border: 0 solid #BFCCE3;
    border-bottom: 0 solid #ddd;
    height: 25px;
    /* background:#fff; */
    border-radius: 2px;
    padding: 3px;
}

.findSelect {

    font-size: 12px;
    color: #000;
    border-radius: 2px;
    border: 1px solid #999;
    padding: 4px;
}

.findField {

    font-size: 12px;
    color: #000;
    border-radius: 2px;
    border: 1px solid #999;
    padding: 5px;
}

.moreFindOptionsHeader {

    font-size: 12px;
    border-radius: 2px;
    color: #000;
    font-weight: 700;
    border: 1px solid silver;
    background: #EEE url(../Images/menuBG.gif);
    padding: 4px;
    text-align: right;
    height: 20px;
}

.moreFindOptions {

    font-size: 12px;
    color: #000;
    border: 1px solid silver;
    background: #e9e9e9;
    padding: 3px;
    text-align: right;
    border-radius: 2px;
}

.requiredFieldImg {
    margin-right: 5px;
}

.AppHeader {

    font-size: 22px;
    font-weight: 700;
    padding: 5px;
}

.PageHeader {

    font-size: 30px;
    font-weight: 700;
    padding: 5px;
}

.PageHeader:link {

    font-size: 30px;
    font-weight: 700;
    padding: 5px;
}

.SectionHeader {
    border-bottom: 1px solid silver;
    background: #eee;
    font-weight: 700;
    width: 100%;
}

.InputButtons {
    text-align: right;
}

.loginForm {
    border: 1px solid silver;
    background: #eee;
    padding: 20px;
    border-radius: 3px;
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    position: relative;
    box-shadow: 1px 1px 5px #ccc;
}

.loginFormMobile {
    padding: 20px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.loginHeader {

    font-size: 25px;
    color: #666;
    font-weight: 700;
    padding: 5px 5px 5px 10px;
    text-align: right;
    height: 20px;
}

#loginEmail {
    background-image: url(/ES/4.5.1/Images/login.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 8px 8px 8px 25px;
    border-radius: 4px;
    border: 1px solid #999;
    width: 250px;
    margin-top: 5px;
}

#loginPw {
    background-image: url(/ES/4.5.1/Images/pw.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 8px 8px 8px 25px;
    border-radius: 4px;
    border: 1px solid #999;
    width: 250px;
    margin-bottom: 5px;
}

.ListColumnHeaderMobile {
    font-weight: 700;
    border: 1px solid #BFCCE3;
    position: relative;
    background: #D4DCEA;
}

.ColHeaderLink {

    font-size: 12px;
    color: #333;
}

.ColHeaderLink:Link {

    font-size: 12px;
    color: #333;
    text-decoration: none;
}

.PagerBar {
    background: #EEE;
    border-top: 1px solid silver;
    border-bottom: 1px solid silver;
    height: 25px;
}

.ListHighlightRow {
    color: #000;
    background: #edf2fb;
    border-radius: 2px;
    padding: 3px;
    border-bottom: 1px solid orange;
}

.ListSelectedRow {
    color: #000;
    background: #FBE599;
    border-radius: 2px;
    padding: 3px;
}

.ListCell {
    padding: 14px 10px;
    border-radius: 0;
}

.ListCellMobile {
    border-radius: 2px;
    padding: 3px;
    height: 40px;
}

.ListNoResultsCell {
    color: #ccc;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    padding-top: 90px;
}

.GroupTotalCell {
    font-weight: 700;
    border: solid 1px #BBB;
    background: #EEE;
    padding: 1px 4px;
}

.ListCellEditable {
    border: 0px dashed #bbb;
    border-radius: 4px;
    background: #ffc;
    padding: 14px 10px;
}

.ListInputText {
    width: 50px;
    font-size: 12px;
    border-radius: 2px;
    border: 1px solid #999;
    padding: 4px;
}

.ListImageCol {
    max-width:300px;
    max-height:150px;
}

.moreColumnsDiv {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    border: solid 1px silver;
    padding: 2px;
    z-index: 10000;
    border-radius: 3px;
    box-shadow: 1px 1px 5px #ccc;
}

.moreColumnsDivHeader {
    padding: 10px;
    background: #ddd;
    margin: 2px;
    font-size: 9px;
    text-align: right;
    color: white;
    font-weight: bold;
    border-radius: 3px;
}

.moreColumnsDivHeader:hover {
    background: #ccc;
}

.moreColumnsField {
    padding: 6px;
    background: #eee;
    margin: 2px;
    float: left;
    border-radius: 3px;
}

.moreColumnsButtonDiv {
    width: 45px;
    padding: 6px;
    background: #dddddd;
    margin: 2px;
    float: right;
    text-align: right;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.PagerOff {
    color: #999;
}

.TabTable {
    border-collapse: separate;
    border-spacing: 0;
    margin-top: 15px;
}

.TabCell {
    background: #fff;
    border-radius: 2px 2px 0 0;
    height: 20px;
    padding: 4px 8px;
    /*border-right:solid 1px silver;*/
    border-top: solid 4px #fff;
    border-bottom: solid 1px silver;
    text-align: center;
    vertical-align: middle;
    margin-right: 3px;
}

.TabCellSelected {
    background: #fff;
    border-radius: 6px 6px 0 0;
    background-repeat: repeat-x;
    height: 25px;
    padding: 4px 8px;
    border-right: solid 1px silver;
    border-left: solid 1px silver;
    border-top: solid 4px #F89931;
    border-bottom: solid 1px #fff;
    text-align: center;
}

.TabCellHover {
    background: #fff;
    border-radius: 6px 6px 0 0;
    height: 20px;
    padding: 4px 8px;
    /*border-right:solid 1px silver;*/
    border-top: solid 4px #fff;
    border-bottom: solid 1px silver;
    text-align: center;
    color: #7bb6ff;
}

.TabStart {
    background: #FFF;
    height: 20px;
    border-top: solid 1px #fff;
    border-bottom: solid 1px silver;
    border-right: solid 1px white;
}

.TabBar {
    background: #FFF;
    height: 20px;
    border-top: solid 1px #fff;
    border-bottom: solid 1px silver;
}

.InactiveTab {
    font-family: Arial, helvetica;
    font-size: 11px;
    font-weight: normal;
    color: #888888;
    text-decoration: none;
}

.SubTab {
    color: #888888;
    text-decoration: none;
    padding: 5px;
    width: 100%;
}

.SubTabSelected {
    /*
    background: url('../Images/menuBGselSubDark.gif');
    background-repeat: repeat-x;
    */
    color: #fff;
    text-decoration: none;
    padding: 5px;
    width: 100%;
}

.secondaryTabLeft {
    float: left;
    padding: 0;
    margin: 10px 0;
    background: url(../Images/secondaryTabLeftx.gif);
    border-left: 1px solid #888;
    border-top: 1px solid #888;
    border-bottom: 1px solid #888;
}

.secondaryTabRight {
    float: left;
    padding: 0;
    margin: 10px 10px 0 0;
    background: url(../Images/secondaryTabRightx.gif);
    border-right: 1px solid #888;
    border-top: 1px solid #888;
    border-bottom: 1px solid #888;
}

.secondaryTab {
    float: left;
    padding: 4px 14px;
    margin: 10px 5px 0;
    background: #eee;
    border: 1px solid silver;
    border-radius: 3px;
}

.secondaryTabSelected {
    float: left;
    padding: 4px 14px;
    margin: 10px 5px 0;
    background: #fff;
    border: 1px solid #F89931;
    border-radius: 3px;
}

.secondaryTabHover {
    float: left;
    padding: 4px 14px;
    margin: 10px 5px 0;
    background: #fff;
    border: 1px solid silver;
    border-radius: 3px;
}

.GroupingHeader {
    color: #666;
    height: 14px;
    padding: 6px;
    border-top: solid 1px #eddddd;
    border-left: 0;
    border-right: 0;
    text-align: left;
    background: #eff3fb;
    vertical-align: middle;
    border-radius: 0;
}

.GroupingCell {
    background: #eee;
    color: #000;
    height: 15px;
    padding: 3px;
    border-top: solid 1px silver;
    border-bottom: solid 1px silver;
    border-left: 0;
    border-right: 0;
    text-align: left;
    font-weight: 700;
    border-radius: 0;
}

.GroupingCellHover {
    background: #DDD;
    color: #000;
    height: 15px;
    padding: 3px;
    border: solid 1px #F89931;
    text-align: left;
    font-weight: 700;
    border-radius: 0;
}

.GroupingRollCell {
    background: #EEE;
    color: #333;
    height: 15px;
    padding: 3px;
    border: solid 1px silver;
    text-align: left;
    border-radius: 2px;
}

.GroupPageTotals {

    font-size: 12px;
    font-weight: 700;
    background: #E4E9F1;
    color: #000;
    height: 30px;
    padding: 3px;
    border: 0;
    border-bottom: solid 1px #BFCCE3;
}

.EmptyGroupPageTotals {

    font-size: 12px;
    font-weight: 700;
    background: #E4E9F1;
    color: #000;
    height: 30px;
    padding: 3px;
    border: solid 1px #BFCCE3;
}

.calTable {
    border: 1px solid silver;
    padding: 1px;
    background: #FFF;
}

.standAloneCalTable {
    padding: 1px;
    background: #FFF;
}

.standardCell, .selectedCell, .secondaryCell, .todayCell, .columnHeader, .monthHeader, .hoverCell, .hoverCellStandAlone {
    font-size: 12px;

    vertical-align: top;
    padding: 1px;
    background: #eff3fb;
    border: 1px solid #fff;
}

.columnHeader {
    color: #888;
    background: #fff;
    padding: 2px;
    font-weight: 400;
    font-style: italic;
}

.hoverCell {
    color: #fff;
    background: #f9a74c;
    font-weight: 700;
}

.hoverCellStandAlone {
    background: #EEE;
}

.selectedCell {
    background: #eff3fb;
    font-weight: 700;
}

.todayCell {
    color: #eff3fb;
}

.secondaryCell {
    background: #fff;
    color: gray;
}

.monthHeader {
    font-size: 12px;
    text-align: center;
    background: #D4DCEA;
    padding: 5px;
    color: #333;
    border: 0;
}

.centerCell {
    text-align: center;
}

.CalViewDiv, .CalViewDivSelected, .CalViewTodayDiv {
    float: left;
    margin: 0 10px 0 -1px;
    background: #eff3fb;
    padding: 3px 7px;
}

.CalViewDivSelected {
    background: #D4DCEA;
}

.CalViewTodayDiv {
    background: #eff3fb;
}

div ::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

div::-webkit-scrollbar-button {
    display: block;
    width: 17px;
    height: 17px;
}

div ::-webkit-scrollbar-thumb {
    border: 1px solid #fff;
    background: #ccc;
}

#dhtmltooltip {

    font-size: 12px;
    color: #333;
    position: absolute;
    left: -300px;
    width: 150px;
    border: 1px solid #999;
    padding: 2px;
    background-color: #ffffe0;
    visibility: hidden;
    z-index: 100;
    border-radius: 3px;
}

#dhtmlpointer {
    position: absolute;
    left: -300px;
    z-index: 101;
    visibility: hidden;
}

.suggest_link {
    background-color: #FFF;
    padding: 2px 6px;
}

.suggest_link_over {
    background-color: #DDD;
    padding: 2px 6px;
}

.search_suggest {
    position: absolute;
    text-align: left;
    max-width: 400px;
    min-width: 150px;
    max-height: 350px;
    overflow: auto;
    background: #eee;
    border: 1px solid silver;
    z-index: 1000;
    border-radius: 3px;
    box-shadow: 5px 5px 50px #888;
}

.ChartIndex {

    font-size: 12px;
    font-weight: 400;
    padding: 5px;
    float: right;
}

#taskReminderOuterDiv {
    position: fixed;
    bottom: 0;
    z-index: 1;
}

#taskReminderDiv {
    width: 350px;
    min-height: 75px;
    background: #e6eefa;
    border: 1px solid #75aafa;
    border-radius: 3px;
    float: right;
    padding: 10px;
    margin: 5px;
    z-index: 11;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.2), 0 2px 12px 0 rgba(0, 0, 0, 0.19);
}

#taskReminderDiv:Hover {
    background: #d6e5fc;
}

#reminderClose {
    float: right;
    z-index: 12;
    width: 16px;
    height: 16px;
}

#remindBody {
    float: left;
    width: 325px;
    min-height: 75px;
}

#reminderTitle {
    font-weight: 700;
    font-size: 14px;
    color: #1956b3;
    margin-bottom: 4px;
}

#reminderDueDate {
    color: #555;
    margin-top: 10px;
    margin-bottom: 10px;
}

#additionalTasks {
    display: none;
    color: #1956b3;
    float: right;
}

#additionalTasks:hover {
    color: #6299eb;
    text-decoration: underline;
}

.messageFrom {
    width: 70%;
    padding-top: 15px;
}

.messageDate {
    color: Gray;
    font-style: italic;
    text-align: right;
}

.messageSubject {
    padding-left: 7px;
    font-weight: 700;
}

.messageEntry {
    padding: 0 0 8px 8px;
    color: #333;
}

.messageFromDiv {
    float: left;
    margin-right: 10px;
    padding: 3px;
}

.messageFromPrimaryText {
    font-weight: 700;
    color: #f76604;
}

.messageRecipientsDiv {
    float: left;
    background: #eee;
    padding: 3px 5px;
    border: 1px solid silver;
    border-radius: 3px;
    color: Gray;
}

.messageRecipientsListDiv {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px;
    color: #333;
    border-radius: 3px;
    box-shadow: 2px 2px 2px #ccc;
    background: #fff;
    border: 1px solid silver;
}

.messageEntryFile {
    border-bottom: 1px silver solid;
    padding: 0 0 8px 8px;
    color: #333;
}

.messageEntryFileLink {
    border: 1px #c2d4f6 solid;
    padding: 2px 5px;
    background: #fbfbe9;
    text-decoration: none;
    margin-right: 5px;
}

.messageEntryFileLink:Link {
    color: #333;
}

.messageEntryFileLink:Hover {
    color: #3d7ef9;
}

.messageEntryField {
    height: 125px;
    border: 1px silver solid;
    border-radius: 0 0 3px 3px;
    background: #fff;
    /* font-family:Arial; */
    font-size: 12px;
    padding: 10px;
}

.messagEntryToOuterDiv {
    overflow: auto;
    padding: 3px 0 0 3px;
    border: 1px silver solid;
    border-bottom: 0;
    border-radius: 3px 3px 0 0;
}

.messagEntryToDiv {
    float: left;
    background: #eee;
    padding: 3px 5px;
    border: 1px solid silver;
    margin-left: 3px;
    margin-bottom: 2px;
    border-radius: 3px;
}

.messageEntryToAdd {
    float: left;
    margin-left: 10px;
    padding: 3px;
    color: Gray;
    font-style: italic;
    border: 0;
    font-size: 12px;
    width: 200px;
}

.messageToAddrDiv {
    float: left;
}

.messageToRemoveLink:Link {
    float: left;
    font-size: 8px;
    margin-left: 6px;
    font-weight: 700;
    color: Gray;
    text-decoration: none;
    border: 1px solid #eee;
    padding: 2px;
    border-radius: 3px;
}

.messageToRemoveLink:hover {
    float: left;
    font-size: 8px;
    margin-left: 6px;
    font-weight: 700;
    color: #F89931;
    text-decoration: none;
    border: 1px solid #6c93d9;
    padding: 2px;
    background: #BFCCE3;
    border-radius: 2px;
}

.NewRecipientLookupDiv {
    padding: 5px;
}

.NewRecipientLookupDivOn {
    padding: 5px;
    background: #DDD;
}

.messagEntrySubjectDiv {
    overflow: auto;
    padding: 3px 0 0 3px;
    border: 1px silver solid;
    border-bottom: 0;
}

.messageEntrySubject {
    margin-left: 10px;
    padding: 3px;
    color: #333;
    border: 0;
    font-size: 12px;
    width: 90%;
}

.messageEntrySubjectEmpty {
    margin-left: 10px;
    padding: 3px;
    color: Gray;
    font-style: italic;
    border: 0;
    font-size: 12px;
    width: 90%;
}

.messagEntrySendButton {
    height: 15px;
    background: url(../Images/menuBG.gif) repeat-x;
    border-radius: 3px;
    float: right;
    padding: 3px 12px;
    margin-top: 4px;
    border: 1px solid silver;
}

.messagEntrySendButtonWOpt {
    height: 15px;
    background: url(../Images/menuBG.gif) repeat-x;
    border-radius: 3px 0 0 3px;
    float: right;
    padding: 3px 12px;
    margin-top: 4px;
    border: 1px solid silver;
}

.messagEntrySendButtonDisable {
    color: #bbb;
}

.messagEntrySendFromButton {
    height: 13px;
    background: url(../Images/menuBG.gif) repeat-x;
    border-radius: 0 3px 3px 0;
    float: right;
    padding: 5px 2px 3px;
    margin-top: 4px;
    border: 1px solid silver;
    border-left: 0;
}

.messageEntryFileIcon {
    height: 13px;
    float: right;
    padding: 5px 2px 3px;
    margin-top: 4px;
}

.messageEntryFileDiv {
    display: none;
    background: #eee;
    border: 1px solid silver;
    border-radius: 3px;
    margin-top: 5px;
    padding: 5px;
}

.GeneralSelectionDiv {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px;
    color: #333;
    border-radius: 3px;
    box-shadow: 2px 2px 2px #ccc;
    background: #fff;
    border: 1px solid silver;
    z-index: 100;
}

#searchTable {
    margin-left: 5px;
}

#searchBox {
    height: 22px;
    font-size: 21px;
    font-weight: 700;
    border: solid 1px #BBB;
    border-radius: 3px 0 0 3px;
    padding: 4px;
    margin-left: 5px;
}

#searchButtonDiv {
    float: left;
    height: 24px;
    width: 85px;
    margin-top: 0;
    background: #DDD url(../Images/menuBG.gif);
    border-top: solid 1px #BBB;
    border-right: solid 1px #BBB;
    border-bottom: solid 1px #BBB;
    border-radius: 0 3px 3px 0;
    padding-top: 6px;
}

#searchButtonLink {
    color: #444;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
}

#searchButtonLink:hover {
    color: #F89931;
}

.advSettingsGear img {
    opacity: .5;
}

.advSettingsGear:hover img {
    opacity: 1;
}

#advOptionsDiv {
    display: none;
    width: 300px;
    border: 2px solid #444;
    border-radius: 3px;
    background: #fff;
    box-shadow: 5px 5px 50px #888;
    padding: 10px;
}

.resultLink {
    display: block;
    border: 1px solid #fff;
    text-decoration: none;
    color: #F89931;
    vertical-align: middle;
    border-radius: 3px 0 3px 3px;
    margin-left: 5px;
    float: left;
}

a.resultLink:Hover {
    border: 1px solid #999;
    background: #eee;
}

.resultDiv {
    padding: 4px;
}

.resultTitle {
    font-weight: 700;
    color: #2c5bd3;
}

.resultType {
    font-style: italic;
    color: #e47702;
}

.resultPreview {
    float: right;
    margin-right: 5px;
    margin-top: -3px;
}

.resultDesc {
    color: #333;
    clear: both;
}

.resultPreviewIcon {
    position: relative;
    float: right;
    background: #eee;
    padding: 5px;
    border-radius: 0 3px 3px 0;
    border-top: #BBB 1px solid;
    border-right: #BBB 1px solid;
    border-bottom: #BBB 1px solid;
    left: -12px;
}

.inlineSearchTerm {
    background: #f5e864;
}

#previewOuterDiv {
    padding: 0 10px 10px;
    width: 500px;
    background: #eee;
    border: 2px solid #444;
    display: none;
    z-index: 1000;
    border-radius: 3px;
    box-shadow: 5px 5px 50px #888;
}

#PreviewInnerDiv {
    background: #fff;
    border: 1px silver solid;
    padding: 5px 10px 10px;
    width: 473px;
    height: 285px;
    overflow: auto;
}

#AdvOptionsCloseDiv {
    float: right;
    padding: 2px 5px;
    background: #444;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
}

.Main, .Main:Link {

    font-size: 12px;
    color: #000;
}

.mainBG, .TransactionHeader {
    background: #fff;
}

.footer:Link, .footer:Visited, .footer :Active {

    font-size: 10px;
    color: #777;
    padding-top: 3px;
    text-decoration: none;
}

A:Link, A:Visited, .ColHeaderLink:Hover {

    font-size: 12px;
    color: #2e73b9;
    text-decoration: none;
}

A:Active, A:Hover {

    font-size: 12px;
    color: orange;
    text-decoration: none;
}

.EditLink:Link, .EditLink:Visited, .EditLink:Active {

    font-size: 12px;
    font-weight: 400;
    color: #333;
    text-decoration: none;
}

.EditLink:Hover, .SecondaryTabLink:Active, .SecondaryTabLink:Hover, .TabSelected:Active, .TabSelected:Hover, .ChartIndexLink:Hover {

    font-size: 12px;
    font-weight: 400;
    color: #F89931;
    text-decoration: none;
}

#loginUnLabel, #loginPwLabel, div::-webkit-scrollbar-button:increment:start, div::-webkit-scrollbar-button:decrement:end {
    display: none;
}

.ListColumnHeader, .ListColumnHeaderDrag {
    font-weight: 700;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-left: 0;
    border-right: 0;
    position: relative;
    background: #eee;
    vertical-align: middle;
    border-radius: 0;
    padding: 14px 10px;
}

.ListRow, .ListRowAlt {
    border: 0;
    background: #fff;
    border-bottom: 1px solid #ddd;
}

.Pager:Active, .Pager:Hover {

    font-size: 12px;
    color: #F89931;
}

.InactiveTab, .InactiveSecondaryTab {

    font-size: 12px;
    font-weight: 400;
    color: #888;
    text-decoration: none;
}

.Tab:Link, .Tab:Visited, .SecondaryTabLink:Link, .SecondaryTabLink:Visited {

    font-size: 14px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
}

.Tab:Active, .Tab:Hover {

    font-size: 14px;
    font-weight: 400;
    color: #357af7;
    text-decoration: none;
}

.TabSelected:Link, .TabSelected:Visited {

    font-size: 14px;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
}

.CalendarTime, .CalendarLink:Link, .CalendarLink:Visited, .CalendarLink:Active, .CalViewLink:Link, .CalViewLink:Visited, .CalViewLink:Active, .ChartIndexLink:Link, .ChartIndexLink:Visited, .ChartIndexLink:Active {

    font-size: 12px;
    font-weight: 400;
    color: #555;
    text-decoration: none;
}

.CalendarLink:Hover, .CalViewLink:Hover {

    font-size: 12px;
    font-weight: 400;
    color: #f9a74c;
}

div::-webkit-scrollbar-button:decrement:start, div::-webkit-scrollbar-button:increment:end {
    background-color: #888;
    border: 0;
    display: none;
}

a.resultLink:Link, a.resultLink:Visited {
    border: solid 1px #BBB;
}

#PreviewCloseDiv, #PreviewLinkDiv {
    float: right;
    margin: 3px;
    padding: 2px 5px;
    background: #444;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
}

.progressBarLoader {
    display: block;
    margin-top: 15%;
    padding-top: 15px;
    height: 60px;
    background: #FFFFFF;
    border: 1px 1px 1px 1px;
    border-color: #999;
    -moz-border-radius: 10px;
    border-radius: 10px;
    z-index: 10002;
    position: relative;
    font-size: 10px;
    color: #666666;
    box-shadow: 0px 0px 6px 6px #777;
}

.progressBarImg {
    -webkit-animation: rotation 1s infinite linear;
    animation: rotation 1s infinite linear;

    width: 40px;
    height: 40px;
    opacity: 0.85;
}

#notificationDiv {
    margin-top: 14%;
    padding: 0px 0px 40px 0px;
    background: #ffffff;
    border: 1px solid #666;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: none;
    overflow: auto;
    z-index: 10003;
    position: relative;
    box-shadow: 1px 1px 6px 1px #666
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
    }
}

@keyframes rotation {
    from {
        -ms-transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(359deg);
    }

    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}

.dashFormDiv {
    border: 0px solid #ddd;
    border-radius: 3px;
    /* box-shadow: 1px 1px 4px #ddd; */
    /* background-color: #eff3fb; */
    margin-top: 5px;
    margin-left: 11px;
    padding: 5px;
}

.dashShortcutDiv {
    /* border: 1px solid #ddd; */
    /* background-color: #93b9dc; */
    /* background-image: linear-gradient(to bottom right, #93b9dc, rgba(132, 185, 255, 0.45)); */
    border-radius: 3px;
    /* box-shadow: 1px 1px 1px #eee; */
    margin-top: 5px;
    margin-right: 11px;
    padding: 8px;
}

.shortCutIconDiv {
    background-color: #fff;
    border: 0px solid silver;
    width: 35px;
    height: 35px;
    border-radius: 25px;
    padding: 10px 0 1px 12px;
    float: left;
    margin-right: 15px;
    margin-top: -1px;
}

.material-icons.default-color {
    color: #888;
}

.material-icons.default-color:hover {
    color: #7bb6ff;
}

.material-icons.pix-18 {
    font-size: 18px;
}

.material-icons.pix-24 {
    font-size: 24px;
}

.material-icons.pix-36 {
    font-size: 36px;
}

.material-icons.pix-48 {
    font-size: 48px;
}

.fontawesomeIcons {
    padding: 7px 0 8px 6px;
    color: #666;
    font-size: 1.5em;
}

.fontawesomeIcons:hover {
    color: #7bb6ff;
}

.isoFormPopup{
    /*
    width:400px;
    height:266px;
    top: 220px;
    left: 700px;
    */

    /*
    width:1185px;
    height:765px;
    top: 108px;
    */
    left: 366px;

    display:none;
    position: fixed;
    border-radius: 3px;
    border: 1px solid #ccc;
    box-shadow: 1px 6px 13px -2px #ccc;
}