﻿
.modal-backdrop {
    z-index: -1;
}


html,
body,
form {
    padding-top: 0px;
    padding-bottom: 0px;
    width: 100%;
    height: 100%;
    font-family: 'Open Sans',sans-serif;
    margin: 0;
    padding: 0;
    overflow: hidden;
    scroll-behavior: smooth;
}

.cia-kendotextbox
{
    border-color: rgba(0,0,0,.08);
    background-color: #fff;
    margin:0px;
    padding:3px;
    box-sizing: border-box;
    outline: 0;
    display:inline-block;
    text-rendering:auto;
    text-shadow:none;
    text-transform:none;
    text-indent:0px;
    cursor:text;
}


 
 
.confirm {
    padding-top: 1em;
}

.valid {
    color: green;
}

.invalid {
    color: red;
}

.treeViewIsHeaderTextColor {
    color: blue;
}

.inactive-record {
    color: lightgray;
    font-style: italic;
}

.primary-record {
    color: blue;
}

.internal-card-heading
{
    margin-top:0px;
    margin-bottom:5px;
    margin-left:0px;
    margin-right:0px;
    padding:0px;
}

.cia-card-padding
{
    margin-top:0px;
    display:block;
    height:10px;
}

.cia-grid-checkbox-group
{

}

.cia-grid-phone
{
    cursor:pointer;
}

.cia-tree-node
{
    margin-left: 10px;
}

.cia-tree-icon
{
    margin-right:5px;
}

.cia-tree-active {
    
}

.cia-tree-inactive {
    color: lightgray;
}

.cia-toolbar-button {
    cursor: pointer;
    margin-right: 10px;
}

.cia-grid-email {
    cursor: pointer;
}

.cia-label {
    text-align: right !important;
}

.cia-grid-hide 
{
   display:none !important;
}

.cia-grid-filter {
    color: #000000;
    background-color: dodgerblue !important;
}

.cia-grid-massedit {
    color: #000000;
    background-color: mediumturquoise !important;
}

.cia-grid-icon {
    text-align: center !important;
    cursor: pointer;
    color: #1d1d1d;
    width: 100%;
}

.cia-grid-toolbar-icon {
    text-align: left !important;
    cursor: pointer;
    color: white;
}

.cia-checkbox-label {
    margin-left: 5px !important;
    vertical-align: middle !important;
    cursor: pointer;
}

.cia-small-label
{
    font-size:10px;
}

.cia-grid-cell-left {
    padding: 0px 3px 0px 3px !important;
    text-align:left !important;
}

.cia-grid-cell-center {
    padding: 0px 3px 0px 3px !important;
    text-align: center !important;
}

.cia-grid {
    padding: 0px 0px 0px 0px !important;
    margin: 0px 0px 0px 0px !important;
}

.cia-grid-cell-right {
    padding: 0px 3px 0px 3px !important;
    text-align: right !important;
}

.cia-grid-row-select:hover
{
    cursor:pointer;
}

.cia-grid-cell-override {
    background-color: lightgoldenrodyellow;
}

.cia-grid-cell-editable 
{
    background-color: lightgoldenrodyellow;
}

.cia-grid-cell-external {
    background-color: #aed6f1;
    color: #000000;
    height: 100%;
    width: 100%;
    cursor: pointer;
}

 

.cia-grid-cell-textbox-yellow 
{
    text-align: right;
    padding: 0px 3px 0px 3px !important;
}

.cia-note-item {
    display: block;
    margin-top: 10px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 10px;
    text-align:left;
}

.cia-link {
    color: #39A5DC;
    text-decoration: none;
    cursor: pointer;
}

.cia-setting-link {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    margin-bottom:4px;
}

.cia-grid-link {
    color: #3f51b5;
    text-decoration: none;
    cursor: pointer;
}

.cia-split-button {
    z-index:22222;
    background-color:red;
}

.cia-disabled {
    background-color: #fcfcfc !important;
}

.cia-disabled-money {
    background-color: #ededed !important;
    width: 150px;
    text-align: right;
    padding-right: 3px !important;
    margin-right: 3px !important;
}

.cia-grid-link:hover {
}

.cia-grid-link:visited {
}

.cia-input-money {
    width: 150px;
    text-align: right;
    padding-right: 3px !important;
    margin-right: 3px !important;
}

.cia-input-number{
    width:3rem;
}

.cia-listbox {
    overflow-y: auto;
    width:100%;
}


.checklist {
    background-image: url("/images/PageHeader.png");
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    background-position: right center;
}

.section {
    margin: 0px 0px 0px 0px !important;
    padding: 0px 0px 0px 0px !important;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.stretchContainer {
    padding-top: 0px;
    padding-bottom: 0px;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: fixed;
    left: 0px;
}

.stretchContainerForDialog {
    padding-top: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    width: 100%;
    height: 100%;
    margin: 0;
    overflow: hidden;
    
}

.windowContainer {
    
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    display: inline-table;
    position: absolute;
    background-color: #F5f5f5;
}

.windowBody {
    margin-top: 20px;
    margin-left: 20px;
    margin-bottom: 20px;
    margin-right: 20px;
    background-color: #ffffff;
    height: calc(100% - 40px);
    width: calc(100% - 40px);
    border: 2px solid #ebebeb;
    position: absolute;
}



.windowBody-Card {
    margin-top: 20px;
    margin-left: 20px;
    margin-bottom: 20px;
    margin-right: 20px;
    background-color: #ffffff;
    width: calc(100% - 40px);
    border: 2px solid #ebebeb;
}

.cellTitle {
    font-weight: bold;
    padding: 10px 0px 10px 5px !important;
    font-size: 1.1rem;
}

.errorDialogContainer {
    /*  overflow: auto;  */
    width: calc(100% -10px);
    height: calc(100% -10px);
    margin: 0;
    padding: 10px;
    background-color: #F5f5f5;
}

.errorDialogBody {
    /*
    height: calc(100% - 40px);
    width: calc(100% - 26px);
    */
    background-color: #ffffff;
    border: 2px solid #ebebeb;
}

.errorDialogTable {
    width: calc(100% - 10px) !important;
    max-width: 700px !important;
    min-width: 400px !important;
    margin-left: 5px !important;
    margin-right: 5px !important;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

.dialogContainer {
    width: calc(100% -10px);
    height: calc(100% -10px);
    margin: 0;
    padding: 10px;
    display: inline-table;
    background-color: #F5f5f5;
}

.dialogBody {
    background-color: #ebebeb;
    border: 2px solid #ebebeb;
}

#homePageSplitter {
    border: 0px;
    width: 100%;
    height: calc(100% - 68px);
    margin: 0px;
}

.homePageHeader {
    font-size: 16px;
    height: 65px;
    color: #ffffff;
    border-top: 2px solid #9E1B32;
    background-color: #ffffff;
    display: block;
}

.homePageHeaderLeft {
    display: inline-block;
    cursor: pointer;
    margin-top: 10px;
    margin-left: 10px;
}

.homePageHeaderTitle {
    display: block;
    font-size: 14px;
    text-align: right;
}

.pageHeader {
    font-size: 16px;
    height: 65px;
    color: #ffffff;
    border-top: 3px solid #828A8F;
}

.pageHeaderLeft {
    display: inline-block;
    cursor: pointer;
    margin-top: 10px;
    margin-left: 10px;
}

.pageHeaderTitle {
    display: block;
    font-size: 14px;
    text-align: right;
}

.pageHeaderID {
    display: block;
    font-size: 16px;
    text-align: right;
    font-weight: bold;
}

#pageSplitter {
    border: 0px;
    width: 100%;
    height: calc(100% - 68px);
    margin:0px;
}

.pageSplitter {
    border: 0px;
    width: 100%;
    height: calc(100% - 68px);
    margin: 0px;
}

    .pageSplitter .k-splitbar {
        visibility: visible;
        width: 3px;
        height: 0;
        border-width: 0;
    }

#pageSplitter .k-splitbar {
    visibility: visible;
    width: 3px;
    height: 0;
    border-width: 0;
}


#pageHierarchySplitter {
    border: 0px;
    width: 100%;
    height: 100%;
    margin: 0px;
}

 





.panelBarBackground {
    background-color: #1D1D1D !important;
    border: 0px !important;
}

#pageSplitterLeftPanelBar {
    border:0px !important;
}

#pageSourcingOptionPanelBar {
    border: 0px !important;
}

#pageHierarchySplitter .k-splitbar {
    visibility: visible;
    width: 3px;
    height: 0;
    border-width: 0;
}

#pageSplitter1 .k-splitbar {
    visibility: visible;
    width: 3px;
    height: 0;
    border-width: 0;
}

#pageSplitter2 .k-splitbar {
    visibility: visible;
    width: 3px;
    height: 0;
    border-width: 0;
}

#pageRegionalInvoiceSetupSplitter .k-splitbar {
    visibility: visible;
    width: 3px;
    height: 0;
    border-width: 0;
}

.pageLeftBackground {
    background-color: #292e34;
    display: block;
    width: 100%;
}

#tabStripMain .k-tabstrip .k-content {
    height: 100% !important;
}

.kendoWindowSplitter {
    border: 0px;
    width: 100%;
    height: 100%;
    margin: 0px;
}

.kendoWindowSplitter .k-splitbar {
    visibility: visible;
    width: 3px;
    height: 0;
    border-width: 0;
}



.panelBarItemContent {
    margin-top: !important 20px;
    margin-right: !important 20px;
    margin-left: !important 20px;
    margin-bottom: !important 20px;
    background-color: !important red;
}

.pageLeftButton {
    display: block !important;
    width: 100% !important;
    color: #ffffff !important;
    cursor: pointer;
    height: 40px;
    text-decoration: none;
    font-size: 14px;
    padding-top: 12px;
    border-left: 1px solid #292e34;
    border-bottom: 3px solid #1D1D1D;
}

.pageLeftButtonIcon {
    margin-left: 17px;
    margin-right: 8px;
    font-size: 24px;

}

div.pageJumpToNavigation {
    display: block;
    text-decoration: none;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px;
    padding-left: 0px;
    padding-right:0px;
}

div.pageJumpToNavigationSeparator {
    display: block;
    text-decoration: none;
    margin-top: 10px;
    margin-left:10px;
    margin-right:0px;
    margin-bottom: 10px;
    padding-left: 0px;
    padding-right:0px;
    font-size: 1px;
    color: #39a5dc;
    height: 1px;
    background-color: #39a5dc;
}

div.pageJumpToNavigationHeaderButton {
    border-left: 1px solid #292e34;
    color: #FFFFFF;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px;
    margin-bottom: 10px;
    padding-left: 10px;
    display: block;
    text-decoration: none;
    cursor: pointer;
    font-weight:600;
}

div.pageJumpToNavigationButton {
    border-left: 1px solid #292e34;
    color: #FFFFFF;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px;
    margin-bottom: 10px;
    padding-left:10px;
    display: block;
    text-decoration: none;
    cursor: pointer;
}

div.pageJumpToNavigationButton:hover {
    border-left: 1px solid #39a5dc;
}

div.pageLeftButton:hover {
    border-left: 1px solid #39a5dc;
    color: #39a5dc;
}

.pageLeftButtonIcon:hover {
    color: #39a5dc;
}

span.pageLeftButtonText:hover {
    color: #39a5dc;
}

.pageBackground {
    background-color: #f5f5f5;
}

.pageBackgroundBordered {
    background-color: #f5f5f5;
    border: 2px solid #ebebeb;
}

.flex-container {
    vertical-align: top;
    display: flex;
    flex-wrap: wrap;
    margin: 0px;
    padding: 0px;
}




 

table {
    margin: 0px 0px 0px 0px !important;
    padding: 0px 0px 0px 0px !important;
   
}

table.debug td, table.debug th, th:hover, td:hover, td, tr:hover {
        border: 1px solid red !important;
        background-color: transparent;
}

table.borderless td, table.borderless th, th:hover, td:hover, td, tr:hover {
    border: none !important;
    background-color: transparent;
}



.cellLabel {
    vertical-align: middle !important;
    padding: 0px 5px 0px 5px !important;
}
.cellLabel a
{
    cursor:pointer;
}

.cellField {
    vertical-align: middle !important;
    padding: 0px 5px 5px 5px !important;
}

.cellGrid {
    vertical-align: top !important;
    padding: 0px 5px 5px 5px !important;
}

.cell {
    vertical-align: middle !important;
    padding: 5px 5px 5px 5px !important;
}

td {
    padding: 0px 0px 0px 0px !important;
}

.upper {
    text-transform: uppercase !important;
}

.nomargin {
    margin: 0px 0px 0px 0px !important;
    padding: 0px 0px 0px 0px !important;
}

.tabmargin {
    margin: 0px 0px 0px 0px !important;
    padding: 0px 0px 0px 0px !important;
    border: none !important;
    width: 100%;
}

 body.waiting * {
        cursor: progress;
    }

.modal-header {
    background-color: #5cb85c !important;
    color: #ffffff;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.bootstrap-dialog-title {
    font-size: 20px
}

.dialogBackground {
    background-color: #EBEBEB;
}

.dialogHeaderLink {
    text-decoration: none !important;
    color: inherit;
}

 
/* #region Footer styles */
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    font-size: 0.85em;
    height: 60px;
}
 
.placeholders {
    margin: 30px auto;
}

.placeholder img {
    display: inline-block;
}
 
#configure {
    display: none;
}

#responsive-panel {
    padding: 0;
}

#responsive-panel .k-menu {
        padding: .5rem;
    }
 
 

.fieldGroup {
    display: block;
}

.header {
     
    color: #fff;
    background: #000;
    font-size: 16px;
    
}

   .header a {
        cursor: pointer;
        font-weight: normal;
        font-size: 16px;
        text-decoration: none;
        color: #fff;
        display: inline-block;
        margin-right: 30px;
    }

.header a:hover {
  text-decoration: none;
 }

.bar1, .bar2, .bar3 {
    display: block;
    width: 35px;
    height: 5px;
    background-color: #666;
    margin: 6px 0;
    transition: 0.4s;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
}



.chart {
    display: block !important;
    width: calc(100% -10px);
    vertical-align: top;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
}

.chartTitle {
    font-weight: 600;
    text-wrap: none;
}

.chartContainer {
    height: 100%;
    width: 100%;
    display: block !important;
    margin-top: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
    vertical-align: top;
}

.chartFilter {
    display: block !important;
    padding-top: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
    vertical-align:top;
}

.cia-progress-message {
    display: block;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.cia-progress-timestamp {
    display: block;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 5px;
    margin-bottom: 10px;
    text-align:right;
}

.cia-progress-bar {
     
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 5px;
    width: 380px;
    height: 30px;
}

.plus-minus-box {

    border: 1px solid #eee;
    padding: 4px;
    background-color: #eee;
    font-weight: bold;
}

.yellow-box {
    border: solid 1px gray;
    width: 14px;
    height: 14px;
    background-color: lightgoldenrodyellow;
    margin: 4px;
    display: inline-block;
    position: absolute;
}
 
/*schedule board override*/
#divScheduleBoardContainer .b-grid-subgrid-locked .b-grid-cell:first-child,
#divScheduleBoardContainer header div[data-column=ConditionColor] {
    padding: 0 !important;
    width: 24px !important;
    min-width: 10px !important;
    font-size: 20px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    padding-top: 21px;
}

.b-field-inner[data-owner-cmp^=b-combo]{
    padding-left: 5px !important;
}
.b-field-inner[data-owner-cmp^=b-combo] input[type=text] {
display: none;
}
#b-horizontaltimeaxis-1 {
height: 110px;
}

#b-horizontaltimeaxis-1 .b-sch-header-row.b-sch-header-row-0 {
max-height: 24px;
}
    #b-horizontaltimeaxis-1 .b-sch-header-row.b-sch-header-row-1 {
        max-height: 38px;
    }
#b-horizontaltimeaxis-1 .b-sch-header-row.b-sch-header-row-2 {
    max-height: 24px;
}
    .b-sch-header-row {
        min-height: 30px;
    }

.b-sch-header-timeaxis-cell {
    border-bottom: 1px solid #7B7D7D !important;
    border-right: 1px solid #7B7D7D !important;
}


.b-sch-header-row-0 .b-sch-header-timeaxis-cell {
    border-bottom: 2px solid #979A9A !important;
    border-right: 1px solid #7B7D7D !important;
}

/* RDM Schedule Board Grid Row*/
.b-grid-cell.b-sch-timeaxis-cell {
    border-bottom: 0px !important;
    border-top: 1px solid rgba(153, 153, 153, .5) !important;
}

/* RDM Schedule Board Grid Day Column*/
.b-column-line {
    border-left: 1px solid rgba(153, 153, 153, .5) !important;
    margin: 0px !important;
    padding: 0px !important;
}

/* RDM Schedule Board Grid Month Column*/
.b-column-line-major {
    border-left: 2px solid #7B7D7D !important;
    margin: 0px !important;
    padding: 0px !important;
}

#divScheduleBoardContainer .b-grid-header-scroller-locked,
#divScheduleBoardContainer .b-grid-subgrid-locked {
    min-width: 240px !important;
   
}
 
 
 
 
.b-sch-resourcetimerange.custom {
    background: repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2) 3px, #d2f1b2 2px, #d2f1b2 6px) rgba(255, 255, 255, 0);
    color: #888;
}
div[data-column-id=name4], div[data-column-id=ConditionColor3] {
    cursor: pointer;
}
div[data-column-id=name4], div[data-column-id=UnitType5] {
    padding: 0px !important;
    margin: 0px !important;
}
.b-grid-cell[data-column=name] div, .b-grid-cell[data-column=UnitType] div{
    padding-top: 7px;
    padding-left:5px;
    padding-right:3px;
}
.b-grid-cell[data-column=UnitType] div {
   text-align: center;
}
#b-subgrid-2 {
    background-color: lightgoldenrodyellow;
}

#b-scheduler-1-normalSubgrid {
    background-color: lightgoldenrodyellow;
}

.b-sch-clock-text {
    width: 100px;
    overflow: hidden;
}
.b-sch-custom-color.b-sch-event-wrap .b-sch-event {
opacity: 1 !important;
}




.lead-number-icon {
    background-color: #000075;
    color: #fff;
    font-weight: bold;
    width: 28px;
    padding: 5px 8px;
    height: 28px;
    border-radius: 111px;
    border: 1px solid #fff;
    display: inline-block;
}

#schLeadInfo {
    z-index: 150;
    position: absolute;
    bottom: -10px;
    background: black;
    width: 166px;
    height: 18px;
    padding: 7px;
    color: white;
    cursor: pointer;
    margin: auto;
    text-align: center;
}




.b-sch-custom-color.b-sch-event-wrap .b-sch-event {
opacity: 1 !important;
}
    .b-sch-custom-color.b-sch-event-wrap .b-sch-event.reservationTypeF {
        opacity: 0.3 !important;
        background-color: #666 !important;
        border-color: #666 !important;
        z-index: -1000 !important;
    }
.b-sch-style-sub-unit-indicator {
    z-index: -1000 !important;
    
}
 
.b-sch-custom-color.b-sch-event-wrap .b-sch-event.reservationTypeF .nested {
    color: transparent !important
}

.b-sch-custom-color.b-sch-event-wrap .b-sch-event.Sub-Unit-Reservation .nested {
    color: transparent !important;
   
}



.b-sch-custom-color.b-sch-event-wrap .b-sch-event.reservationTypeE .nested {
    font-size: 20px;
}

 .warningmessage {
    color: orange !important;
    font-size: 16px !important;
}
.cia-sch-filter-background {
 padding: 15px;
background-color: #fff;
color: #666;

}

/*Font issue with update*/
.b-sch-resourcetimerange [data-task-feature] {
    font-size: 26px !important; 
}

#sheduleBoardFiltersContainer .k-content, .k-tabstrip > .k-content {
    padding: 12px 0 0 0 !important;
}

#sheduleBoardFiltersContainer .k-dropdown .k-state-default {
    border-color: #ececec;
}

.b-tooltip-content/*.b-float-root*/ {
    max-width: 400px;
}
#divScheduleBoardContainer .nested{
 overflow: hidden;
}

.b-sch-custom-color.b-sch-event-wrap .b-sch-event { /*removed green border to be more like current schedboard. */
border-color: transparent !important;
}

#divScheduleBoardContainer div[class*="gray-out"] {
    background-color: #B2BABB !important;
}

#divScheduleBoardContainer div[class*="default-res"], #divScheduleBoardContainer div[class*="checked-in"] {
    clip-path: polygon(18px 0%, 100% 0, calc(100% - 18px) 100%, 0% 100%);
    /*  clip-path: polygon(100% 10%, 10% 100%, 100% 100%); */
    /*clip-path: polygon(8px 0%, calc(100% - 10px) 0, calc(100% - 18px) 100%, 0% 100%);*/ /*not perfect*/
}


#divScheduleBoardContainer div[class*="month-to-month"] {
    /*  clip-path: polygon(18px 0%, 100% 0,calc(100% - 18px) 100%, 0% 100%); */
    /*  clip-path: polygon(18px 0%, 100% 0%, calc(100% - 18px) 100%, 5px 100%, 20px 0, 0% 100%); */
    /*   clip-path: polygon(18px 0%, calc(100% - 22px) 0%, calc(100% - 14px) 50%, calc(100% - 22px) 100%, 0% 100%);  good */
    clip-path: polygon(18px 0%, calc(100% - 22px) 0%, calc(100% - 1px) 50%, calc(100% - 21px) 100%, 0% 100%); 
    /* clip-path: polygon(18px 0%, 100% 0, calc(100% - 18px) 100%, 0% 100%); */
}

#divScheduleBoardContainer div[class*="notice-given"] { /* 8 10 20 22 12*/
    /*
                                                        clip-path: polygon(5px 0, 
                       0 100%, 
                       calc(100% - 4px) 100%, 
                        100% 0, 
                       calc(100% - 4px) 0, 
                       calc(100% - 9px) 100%, 
                       calc(100% - 10px) 100%, 
                       calc(100% - 5px) 0);  
    */
    clip-path: polygon(18px 0%, 100% 0, calc(100% - 18px) 100%, 0% 100%);
}

    #divScheduleBoardContainer div[class*="notice-given"]:after {
        position: absolute;
        content: '';
        top: 0px;
        left: calc(100% - 19px);
        height: 100%;
        width: 5px;
        border-right-color: #ffffff;
        border-right-width: 4px;
        border-right-style: solid;
        opacity: .40;
        transform: skew(-35deg);
        z-index: 1000;
    }

#divScheduleBoardContainer div[class*="checked-out"] {
  /*  clip-path: polygon(5px 0, 100% 0%, calc(100% - 26px) 40px, 0% 100%) */
      clip-path: polygon(18px 0%, 100% 0, calc(100% - 18px) 100%, 0% 100%); 
}

    #divScheduleBoardContainer div[class*="checked-out"]:after {
        content: "";
        width: 0;
        height: 0;
        border-top: 23px solid #ffffff;
        border-right: 16px dotted transparent;
        position: absolute;
        opacity: .40;
        left: calc(100% - 18px)
    }


/* Bryntum Schedule Board Customizations */
.b-sch-header-timeaxis-cell {
    padding: 0;
}

table.reservation-exception td, table.reservation-exception th {
    border: none;
    padding: 8px !important;
    text-align: center;
}

table.reservation-exception tr:nth-child(even) {
    background-color: #f2f2f2;
}

table.reservation-exception tr:hover {
    background-color: #ddd;
}

table.reservation-exception th {
    background-color: #ccc;
    color: #111;
    min-width: 130px;
}




.hair {
    float: left;
    position: absolute;
    background-color: rgba(100, 100, 100, 0.5);
    z-index: 10;
    pointer-events: none;
}

#crosshair-h {
    width: 100%;
    height: 2px;
    margin-top: -8px;
    visibility: visible;
}

#crosshair-v {
    height: 96%;
    width: 2px;
    margin-left: -8px;
    visibility: visible;
}





.b-sch-event-content .nested {
padding-left: 8px;
}

.b-numberfield .b-fieldtrigger.b-align-end, .b-textfield .b-fieldtrigger.b-align-end {
padding: 0 !important;
}
/*end region*/
/*to be refactored dialog codes*/
#divCorporateClientControllerDialog .k-toolbar, #divUnitRatesControllerDialog .k-toolbar {
    justify-content: flex-end;
}


 
[id^=b-tooltip] .b-panel-content {
    min-width: 100% !important;
    background-color: #ffffff !important;
    color: #000000 !important;
    border: 1px solid #EBEBEB !important;
    max-height:1000px !important;
    height: 100% !important;
    clear: both;
}

    [id^=b-tooltip] .b-anchor-bottom {
        display: none;
    }

    .b-sch-event-tooltip .b-tooltip-content {
        min-width: 100% !important;
        background-color: #ffffff !important;
        color: #000000 !important;
        border: 1px solid #EBEBEB !important;
    }

    .b-sch-event-tooltip .b-anchor-bottom {
        display: none;
    }
     

.cia-tooltip-container {
    margin-left: 0px !important;
    margin-right: 0px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    color: #ffffff;
    min-height: 25px;
    min-width: 700px;
    max-width: 900px;
    
    background-color: transparent !important;
    border: 0px;
    word-wrap: break-word;
    white-space: normal;
    clear:both;
}

#divScheduleBoardContainer.zIndex40 {
    background-color: black !important;
    z-index: 40 !important;
}

.colorBox {
    box-shadow: 0 3px 6px rgb(0 0 0 / 20%);
    text-align:center;
    border:1px solid black;
}