a {
   text-decoration: none;
   color: #0a5d86;
}

a:hover {
/*    background-color: #ff7ae480; */
   background-color: #e1e7e7;
}

a.nav-link-custom {
/*    background-color: #5fa4c6; */
/*    background-color: #5fa4c6; */
   color: red;
}
a.nav-link-custom:hover{
/*    background-color: #5fa4c6; */
   color: yellow;
}
#modalDialog {
    position: fixed;
    top: 40%;
    transform: translateY(-40%);   
    left: 50%;
    transform: translateX(-50%);
    width: 50%;
    border: solid black 1px;
    display:none;
}

#modalDialogHeader {
    height: 25px;
    background-color: #ddddee;
    border: solid red 1px;
    display:inherit;
    text-align: center;
    text-decoration: bold;
    font-size: 1em;
}

#modalDialogClose {
    position: relative;
    float: right;
    background-color: #FF2222;
    border: solid red 1px;
    display:inherit;
}

#modalDialogClose:hover {
    background-color: #FF1111;
}

#modalDialogContent {
    background-color: #ddddee;
    border: solid green 1px;
    display:inherit;
    padding: 5px;
}

#modalDialogFooter {
    height: 50px;
    background-color: #ddddee;
    border: solid yellow 1px;
    display:inherit;
}

#modalDialogYes,
#modalDialogNo,
#modalDialogCancel {
    float: left;
    position: relative;
    top: 30%;
    left: 5%;
    width: 100px;
    background-color: #eeeeee;
    border: solid red 1px;
    display:inherit;
    text-align: center;
}

#modalDialogYes:hover,
#modalDialogNo:hover,
#modalDialogCancel:hover {
    background-color: #cccccc;
}

#modalDialogNo {
    float: left;
    left: 10%;
}

#modalDialogCancel {
    float: right;
    left: -10%;
}

table.drilldown {
   table-layout: fixed;
   width: 150px;
}

table.drilldown th.date {
   width: 105px;
}

table.drilldown th.account {
   text-align: center;
   width: 200px;
}

table.drilldown th.amount {
   text-align: right;
   width: 120px;
}

table.drilldown th.twocolumns {
   text-align: center;
   width: 240px;
}

table.drilldown th.description {
   text-align: left;
   width: 450px;
}

table.drilldown td.date {
   text-align: centre;
}
table.drilldown td.amount {
   text-align: right;
   font-family: Courier new, Monospace;
}

table.drilldown td.account {
   text-align: center;
   font-family: Courier new, Monospace;
}

table.drilldown td.description {
   text-align: left;
   font-family: Courier new, Monospace;
   overflow: hidden;
   white-space: nowrap;
   text-overflow: ellipsis;   
}


table.overview {
   padding: 0px;
   width: auto;
   margin: 0 auto;
}

table.overview a {
   text-decoration: none;
   color: black;
}

.center {
   text-align: center;
}

table.overview tr:hover {
   background-color: #fffee3;
}

table.overview td.separator {
   padding: 0em 0em 0em 0.5em;
}


table.overview th:first-child, table.overview td:first-child
{
  position:sticky;
  left:0px;
  background-color:lightgrey;
}

table.overview th{
   text-align: right;
   vertical-align: middle;
   background-color:none;
}

table.overview th.highlight{
   background-color: yellow;
}

table.overview th.description{
   text-align: left;
}

table.overview th.account{
   text-align: center;
}

table.overview th.date{
   text-align: center;
}


/*table.overview td{
}*/

table.overview a:hover,
table.overview td:hover {
   color: #2629ea;;
   background-color: #fffa04cf;
   font-weight: bold;
}

table.overview td.date {
   text-align: center;
   width: 110px;
}

table.overview td.date:hover {
   background-color: inherit;
   color: inherit;
   font-weight: inherit;
}

table.overview td.amount {
   text-align: right;
   width: 130px;
   font-family: Courier new, Monospace;
}

table.overview td.description {
   text-align: left;
   width: 500px;
}

table.overview td.account {
   text-align: left;
   width: 150px;
   max-width: 150px;
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
}

.custom-radio-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}


/*.table-monetary td {
   padding: 0px;

}

.table-monetary td:hover{
   color: red;
   background-color: #f9f65391;
   font-weight: bold;
}

.table-monetary tr:hover{
   background-color: #f9f6533b;
}

.monetary {
   text-align: right;
   font-family: Courier new, Monospace;
}
*/

table.credit .date a {
    text-decoration: none;
}

.sticky th {
  position: sticky;
  top: 0;
}

.testDiv {
    width: 50%; 
    background-color: #eeeeee;
}

.dashBoardDiv {
    width: 30%;
    float: left;
    background-color: #eeeeee;
    border: solid black 1px;
    margin: 5px;
    border-radius: 5px;
}

.dashBoardDiv_Title {
    width:100%;
    height: 35px;
    background-color: #dddddd;
    border-bottom: solid black 1px;
    border-radius: 5px 5px 0px 0px;
    padding: 5px;
    text-align:center;
    font-weight: bold;
}

.dashBoardDiv_Body {
    border-radius: 0px 0px 5px 5px ;
    width:100%;
    padding: 5px;
}

.bookingsFilter {
    float: left;
/*     clear: left; */
    background-color: #eeeeee;
    border: solid black 1px;
    margin: 5px;
    padding: 5px;
    border-radius: 5px;
}

.divTreeNode {
   clear: left;
/*    border: solid black 1px; */
   margin-left: 15px;
}

.divTreeExpand {
    background-color: #ffffff;
    float: left;
    width: 1em;
    text-decoration:bold;
    text-align: center;
    margin-right: 5px;
}

.divTreeTitle {
    float: left;
    width: 200px;
}

.divTreeValue {
   float: left;
   width: 190px;
}

.divTreeContent {
   clear: left;
   overflow: hidden;
   background-color: #ffffff;
   display: none;
   visibility: hidden;
}

/*.divTreeSpacer {
    background-color: #ffffff;
    float: left;
    width: 1em;
    text-decoration:bold;
    text-align: center;
    margin-right: 5px;
}*/

.flex-container {
    display: flex;
}

.flex-child {
    flex: 1;
    border: 2px solid yellow;
}  

.flex-child:first-child {
    margin-right: 20px;
} 

.float-container {
    border: 3px solid #fff;
    padding: 20px;
}

.float-child {
    float: left;
    padding: 20px;
    border: 2px solid red;
}



.groupDivFrame {
    float: left;
    width: 100%;
    background-color: #eeeeee;
    border: solid black 1px;
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 5px;
    overflow: hidden;
}

.groupDivTitle {
    overflow: hidden;
    background-color: #fff3b3;
    padding: 5px;
}

.groupDivExpand {
    background-color: #ffffff;
    float: left;
    width: 1.5em;
    margin-right: 5px;
    padding-right: 5px;
    padding-left: 5px;
    border-radius: 5px;
    border: solid grey 1px;
    text-decoration:bold;
    text-align: center;
}

.groupDivContent {
    overflow: hidden;
    background-color: #ffffff;
    border-top: solid lightgrey 1px;
    padding: 5px;
    display: none;
    visibility: hidden;
}

.visible {
      display: inline;   
}

.bookingDetails table,
.bookingDetails td,
.bookingDetails {
   border: dotted black 1px;
   overflow: visible;
}

.bookingDetails table {
	width: 100%;
}


#bookingCalendarContainer {
   border: dotted black 0px;
   width: 100%;
}

#bookingCalendarHeader {
   background-color: #c8c5c5;
   width: 100%;
   text-align: center;
   padding: 3px 0px 3px 0px ;
   font-size: 1.2em;
}

.bookingCalendar {
   float: left;
   width: 14.28%;
   height: 75px;
   background-color: #ffffff;
   border: dotted blue 1px;
   border-collapse: collapse;
   font-size: smaller;
}

.bookCalHeader {
   background-color: #999999;
   height: 25px;
   font-weight: bold;
   text-align: center;
   font-size: medium;
}

.bookCalDoM {
   position: relative;
   top: -7px; left: -5px;
   display: inline;   
   background-color: #97c6f9;
   text-align: center;
   padding: 5px 5px 5px 5px;
}
.bookCalDoMToday {
   background-color: yellow;
   font-weight: bold;
}
.bookingCalendarFull {
   float: left;
   width:100%;
   height:100%;
   padding: 10px 5px 10px 5px;
}

.bookingCalendarAM {
   float: left;
   height:100%;
   width: 50%;
   padding: 10px 5px 10px 5px;
   border-right: solid red 1px;
   border-collapse: collapse;
}
.bookingCalendarPM {
   float: left;
   height:100%;
   width: 50%;
   padding: 10px 5px 10px 5px;
/*    border-left: dotted blue 1px; */
   border-collapse: collapse;
}

.bookCalNewLine {
   clear: left;
}

.bookCalOutside {
   background-color: #dddddd;
}

.bookCalConf {
   background-color: #92d6dd;
}

.bookCalNew {
   background-color: #eeb2a0;
}

.bookCalDouble {
   font-weight: bold;
}

.tagDiv {
    float: left;
    border: solid black 1px;
    border-radius: 10px;
    margin-right:5px;
    padding: 0px 0px 0px 5px;
    background-color: #cacaca;
}
.tagDelDiv {
   height: 24px;
   width: 24px;
   margin-left:5px;
   margin-top:1px;
   margin-right:1px;
   background-color: #ffaaaa;
   border-radius: 50%;
   border: solid red 1px;
   display: inline-block;
   text-align: center;
   color: red;
}

.tagDelDiv:hover {
   background-color: #ff0000;
   color: yellow;
}

