﻿/*
    work around for Page Control Chrome error
    */
/*#statsPropertiesTabs_TC,*/
.dxtc-strip.dxtc-stripContainer {
    max-height: 28px !important;
}


body {
    font-size: 10px;
    font-family: Verdana, sans-serif;
}

#mainDiv {
    /*width:1024px;*/
    margin: 0 auto -51px;
    position:relative;
}

    #mainDiv.interim {
        margin-left: auto;
        margin-right: auto;
        clear: both;
        background-color: #ececec;
    }

@media (max-width: 768px) {
    .langselector {
        position: absolute;
        right: 15px;
        top: 3px;
        z-index: 1000;
    }

    .langselector + div {
        position: absolute;
        left: 70px;
        top: 3px;
    }

    .langselector .nav-link {
        color: white;
        font-weight: bold;
    }
    .langselector .nav-link.greyedOut {
        color: lightgray !important;
        font-weight: normal !important;
    }
    .userName {
        color: white !important;
    }
}

.col-12, .col-md-6 {
    min-height: 0 !important;
}

.navbar-toggler {
    font-size: 1rem !important;
    padding: 0 !important;
}

#fixedHeader:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
}

#mainLogo {
    float:left;
}

#mainLogo img {
    float: left;
    max-height: 86px;
}

#rightcontrols {
    float: right;
}

#mainMenu {
    clear:both;
    float:left;
}

.pageContent {
    max-width: 960px;
    margin: auto;
    background-color: #f8f8f8;
    margin-bottom: 15px;
    /*min-height: 500px;*/
    border: 1px solid darkgray;
}

.pageContentFullWidth {
    /*max-width: 960px;*/
    margin: auto;
    align-content:center;
    background-color: #f8f8f8;
    margin-bottom: 15px;
    /*min-height: 500px;*/
    border: 1px solid darkgray;
}

.languageButton {
    /*background-color: #333333;*/
    background-color: #ffffff;
    display: inline-block;
    color: #ffffff !important;
    font-family: Verdana, sans-serif;
    font-size: 13px;
    font-weight: normal;
    padding: 2px 3px;
    text-decoration: none;
}.languageButton.selected{
    /*background-color: #52a3b2;*/
    background-color: #333333;
}.languageButton:hover {
	background-color:#52a3b2;
    cursor: pointer;
}.languageButton:active {
	position:relative;
	top:1px;
}

.languageButton2 {
    display: inline-block;
    text-decoration: none;
    font-size: 16px;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}

/*.languageButton2.sm {
    font-size: 12px;
}*/
.greyedOut {
    color: grey;
}

.actionButton {
    /*background-color: #52a3b2;*/
    background-color: #67C9DB;
    display: inline-block;
    color: #ffffff !important;
    font-family: Verdana, sans-serif;
    font-size: 13px;
    font-weight: normal;
    padding: 4px 15px;
    text-decoration: none;
    /*border: none;*/
    border: 1px solid;
    border-color: gray;
    cursor: pointer;
    border-radius: 3px;
}.actionButton.selected{
    background-color: #52a3b2;
}.actionButton:hover {
	/*background-color:#67C9DB;*/
    background-color: #52a3b2;
    cursor: pointer;
}.actionButton:active {
	position:relative;
	top:1px;
}.actionButton[disabled="disabled"]{
    color: grey !important;
    background-color: #52a3b2 !important;
}

.actionButton.SearchAction{
    background-image: url('../goaml4/images/search.png') !important;
    background-repeat:no-repeat;
    background-position: center;
    display: inline;
    margin: 0 1px;
}

.actionButton.CancelAction{
    background-image: url('../goaml4/images/cancel.png') !important;
    background-repeat:no-repeat;
    background-position: center;
    display: inline;
    margin: 0 1px;
}

#mainContent {
    clear:both;
    padding: 0px 0 0 0;   
}

#FooterTable {
    background-color:#333333;
    color: #ffffff;
    width:1024px;
}

#FooterTable.interim {
    width:100%;
}

#ui-datepicker-div {
    display:none;
}

.filterarrow {
    position: relative;
    top: -1px;
}

.filterBox {
    /*width: 100% !important;*/
    background: #f8f8f8;
    border-width: 0 1px 1px 1px;
    border-color: darkgray;
    border-style: solid;
}

.ui-jqgrid .ui-jqgrid-titlebar {
    display: none;
}

.filterHeader {
    padding:5px;
    font-weight:bold;
    font-size:13px;
    background-color: #dadada;
    border-width: 1px 1px 0 1px;
    border-color: darkgray;
    border-style: solid;
}

.filterTable {
    width: 100%;
    padding:10px;
    border-bottom:1px solid #dadada;
}

.gridErrorLink {
    color: blue !important;
}

.filterBox .filterTable input {
    width: 175px;
}
.filterBox .filterTable select {
    width: 180px;
}

.spItem {
    float: left;
    padding: 10px;
}

.spItem.label {
    padding-top: 15px;
}

.MessageBoardPopup > .container {
    /*margin-left: 20px;*/
}

.MessageBoardPopup > .container .label {
    float: left;
    width: 150px;
}

.MessageBoardPopup > .container .input {
    float: left;
}

.MessageBoardPopup > .container .button {
    float: left;
    width: 100px;
}

.MessageBoardPopup > .container .clear {
    clear: both;
    height: 15px;
}

.MessageBoardPopup > .container .multiSelection {
    display: block;
    float: left;
    width: 500px;
    clear: both;
}

#FolderLabel {
    margin: 5px 10px;
    font-size: 20px;
}

.EmailActions {
    float: left;
    margin: 5px;
}

.fileContainer {
    max-height: 80px;
    min-height: 30px;
    overflow: auto;
}

.attachmentsContainer {
    /*min-height: 50px;*/
    height: 100px;
    overflow: auto;
}

.FileUpload,
.AttachmentsUpload {
    margin: 4% 0 0 15%;
    width: 70%;
}

.XmlUploadButtons {
    margin: 10px 0 10px 15%;
    width:70%;
}

.gridViewActions > .element {
    float: left;
    margin-right: 5px;
}
.gridViewActions > .clear {
    clear: both;
}

.messageBoardHeader {
    font-weight: bold;
    font-size: 13px;
    margin: 5px;
}

.UniversalPopUp {
    z-index: 12001 !important ;
}

.TaxRegNumber {
    font-size: 0.60em; 
    color:#BBBBBB; 
    float: right;
    margin: 2px 5px 0 0;
}

#InfoMessageDiv {
    background-color: #ffc129; 
    z-index: 999998; 
    white-space: nowrap;
    position: fixed; 
    right: 50%; 
    top:40%;
    display: none; 
    padding: 20px;
    font-weight: bold;
    font-size: 1.5em;
}

.FolderTitle {
    padding: 4px;
    float: left;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
}
.FolderTitleUnread {
    font-weight: bold;
}

.FolderCountUnread {
    font-weight: bold;
}

body .BreadcrumbPanel {
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 10px;
  height: 10px;
  background-color: white;
  color: gray;
  font-size: x-small;
}