
/*  High Priority 
    These components are often searched for using the js helpers. By keeping these near the top they will be found by the searches sooner 
    and less time will be wasted looking thought the entire stylesheet
*/

.mcpagerinput::-webkit-inner-spin-button,
.mcpagerinput::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.tbsRAG_R {
    background-color: #FF0000 !important;
}

.tbsRAG_A {
    background-color: #FF8C00 !important;
}

.tbsRAG_G {
    background-color: #008000 !important;
}

.tbsRAG_Default {
    background-color: #0065A5 !important;
}

.tbsAbsenceColour {
    background-color: #9000ff !important;
}

.tbsDefaultColour {
    color: #0065A5;
    background-color: #0065A5;
}


.actualRoute {
    color: #1e7002;
    /*color: #f76700;*/
}

.plannedRoute {
    color: #3064f2;
}

/* End High Priority */

html, body, #wrapper {
    height: 100%;
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: .9em;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.8em;
}

h3 {
    font-size: 1.6em;
}

h4 {
    font-size: 1.4em;
}

h5 {
    font-size: 1em;
}

.form-control {
    font-size: .9em;
}


.dropdown-menu {
    font-size: .9em;
    z-index: 2000;
}

#mainContainer {
    margin-right: 0px;
    margin-left: 0px;
    overflow: hidden;
}

#mainContainer.row {
    margin: 0em;
}

.addressModal-btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.21rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.addressModal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem 0rem;
}

.quickedit-modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}

.quickedit-control-layout {
    display: flex;
    flex-direction: row;
}

.quickedit-col-label {
    flex: 0 1 30%;
    max-width: 40%;
}

.tbspagertext {
    padding-top: .1em !important;
    padding-bottom: .19em !important;
}

.bodyBackground {
    background-color: #E6F0F6;
}

.tbsLoginLogoLayout {
    border-radius: 25px;
    padding-top: 2em;
    padding-bottom: 2em;
}

.tbsLoginImageHeight{
    height: 5em;
}

.tbsMainNavButtons > ul > li {
    display: inline-grid;
    height: 4.5em;
    min-width: 5em;
    background-color: white !important;
    color: black !important;
    text-align:center;
}

    .tbsMainNavButtons > ul > li > a {
        padding: .6em;
    }


    .tbsNavSubButtonLayout {
        padding: .5em;
        text-align: left;
        position: relative;
        padding-left: 1em;
    }

.tbsNavbarLoginArea {
    display: inline-flex;
}

.tbsVisitTypeMenu {
    min-width: 18em;
}

.tbsGridImageBtn {
    background-color: transparent;
    color: black;
}

.tbsMapPopupGridImageBtn {
    background-color: transparent;
    color: black;
    padding-left: .2em;
    padding-right: .2em;
}
/*
.navbar > div > ul > li > a {
    margin-left: auto;
    margin-right: auto;
}*/

.navbar > div > ul > li > a > img {
    height: 2em;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* SquaredCheckBox */
SquaredCheckBox {
    margin-top: 5px;
    margin-right: 2em;
}

    SquaredCheckBox input[type=checkbox] {
        width: 20px;
        height: 20px;
        top: 5px;
        cursor: pointer;
        position: relative;
        margin-left: .5em;
    }

    SquaredCheckBox label {
        position: relative;
        padding-bottom: .7em;
        top: -5px;
    }

/* end SquaredCheckBox */

.tbsCardLayout {
    display: inline-flex;
    margin-top: 1em;
    width:100%;
}

.tbsCardColourBarLayout {
    background-color: gray;
    width: 2em;
    border: solid thin gray;
}

.tbsCardBodyLayout {
    background-color: white;
    border: solid thin gray;
    padding-left: 1em;
    width: 100%;
    font-size: .9em;
}

.tbsCardBodyLayout h4 {
    font-size: 1.6em;
    padding-top: .4em;
}

.tbsCardBodyLayout h5 {
    font-size: 1em;
}

.tbsCallPageLeftColumnLayout {
    width: 100%;
    margin-top: 1em;
    padding: 1em;
}

.tbsStateIconLayout {
    width: 15px;
    height: 15px;
    border-radius: 50px;
    margin-top: .2em;
    margin-right: .4em;
    margin-left: .4em;
}

.tbsShowOnMobileAndTablet {
    display: none;
}

.leaflet-popup-content-wrapper {
    border-radius: unset !important;
    box-shadow: none !important;
    padding: 0 !important;
    border: solid thin gray !important;
    width: 19.5em !important;
}

.leaflet-popup-content {
    width: inherit !important;
}

.leaflet-popup-close-button {
    /*    display: none !important;*/
}

.clusterIconClass {
    margin-left: -1em !important;
    margin-top: -1em !important;
    width: 2em !important;
    height: 2em !important;
    text-align: center;
    font-size: 26px;
    color: white;
}

.tbsNavBtnImg {
    height: 2em;
    margin: 1em;
}

.tbsDropDownRightNavMenu {
    width: 10em;
    font-size: xx-large;
}

.tbsPageNavBarLayout {
    height: 3em;
    width: 100%;
}

    .tbsPageNavBarLayout > ul {
        list-style: none;
        display: inline-flex;
        padding-left: 2em;
    }

        .tbsPageNavBarLayout > ul > li {
            font-size: larger;
            padding-top: .5em;
        }

            .tbsPageNavBarLayout > ul > li:before {
                padding-left: .5em;
                content: "> ";
            }

            .tbsPageNavBarLayout > ul > li:first-child:before {
                content: none;
            }

.staticfiltermainbutton {
}

.staticfiltermainbutton:focus {
    outline: none;
}


/* tbsFilterBar Class definition - inline version that looks like part of the button. */
tbsFilterBarInline {
    display: flex;
    background-color: white;
    border: solid thin;
    flex-wrap: wrap;
}

    tbsFilterBarInline.flat button {
        border: none;
        padding: .5em;
    }

    tbsFilterBarInline.flat label {
        padding-left: 1em;
        padding-top: .7em;
        font-weight: bolder;
        border: 1px;
    }

    tbsFilterBarInline.flat img {
        height: 2em;
    }

    /* tbsFilterBar Class defintion */
    tbsFilterBar {
        display: flex;
        background-color: white;
        margin-bottom: .5em;
        margin-top: .5em;
        border: solid thin;
    }

    tbsFilterBar.flat button {
        border: none;
        padding: .5em;
    }

    tbsFilterBar.flat label {
        padding-left: 1em;
        padding-top: .7em;
        font-weight: bolder;
    }

    tbsFilterBar.flat img {
        height: 2em;
    }

.staticfilterselect {
    padding-top: 0.4em;
    padding-bottom: 0.4em;
    padding-left: 0.1em;
    padding-right: 0.1em;
}

.staticfilterbutton {
    height: 80%;
    padding: 0.2em;
    width: 6em;
    vertical-align: middle;
    background: white;
}


    .staticfiltertextinput {
        height: 80%;
        width: 6em;
        padding-top: 0.35em;
        padding-bottom: 0.35em;
    }

.staticfilterdateinput {
    height: 100%;
    width: 6em;
    padding-top: 0.3em;
    padding-bottom: 0.45em;
}

.staticfiltertimeinput {
    height: 100%;
    width: 4.5em;
    padding-top: 0.3em;
    padding-bottom: 0.45em;
}

.staticfilterdatetimepicker {
    padding: 0px;
    font-size: 1.5em;
}

.tbsFiltersDropDown {
    padding-top: 1em;
    padding-bottom: 1em;
    margin-bottom: 1em;
    background-color: lightblue;
    border: solid thin;
}

.tbsTopEdge{
    margin-top: 1em;
}

.tbsBottomEdge{
    margin-bottom: 1em;
}

.tbsShowOnMobile {
    display: none;
}

.tbsShowOnTablet {
    display: none;
}

.tbsShowOnLaptop {
    display: none;
}

.tbsFlatButtonLayout {
    padding: 0px;
    margin: 0px;
    border: none;
}


.tbsFilterOffButton {
    margin-top: 5px;
    margin-left: 1em;
}

.tbsBackToWeekViewButton {
    margin-top: 5px;
    margin-right: 1em;
}

.tbsFlatButtonLayout:disabled {
    background-color: gray !important;
}

.tbsFlatToggleButton {
    padding: 0px;
    margin: 0px;
    border: none;
    height: 100%;
    width: 49%;
    background-color: white;
    color: black;
}

.tbsFlatSortButton {
    padding: 0px;
    margin: 0px;
    border: none;
    border-bottom: solid thin white;
    height: 4em;
    width: 100%;
}

.tbsFlatToggleBtnSelected {
    background-color: darkblue;
    color: white;
}

.pageLayout {
    margin-left: .5em;
    margin-right: .5em;
    overflow-x: hidden;
    overflow-y: hidden;
}

.pageLayoutVisibleOverflow {
    margin-left: .5em;
    margin-right: .5em;
    overflow: visible;
}

tbsTableSelectableBody > tr:hover, tr.selected {
    background-color: #FFCF8B !important;
}

.bodyBackground {
    overflow-x: hidden;
    overflow-y: auto;
    -ms-overflow-style: none;
    background-color: #E6F0F6;
}

.expandMain {
    margin-left: 0px !important;
}

.imageViewer {
    position: fixed;
    width: inherit;
    height: 100%;
}

.tbsPageSummary {
    width: 100%;
    border-bottom: solid;
    z-index: 1001;
}

.tbsWidget {
    min-width: 25%;
    min-height: 25%;
    width: 25%;
    height: 25%;
}

.filterInvalid {
    border: thick red solid;
}

.tbsLabelAnswer {
    border: solid;
    border-style: inset;
    border-width: 1px;
    border-color: rgb(238, 238, 238);
    background-color: rgb(235, 235, 228);
    padding-left: 5px;
    padding-right: 5px;
    font-weight: normal;
    text-align: left;
}

.table > thead > tr > th {
    font-size: .8em;
}
.table > tbody > tr > td {
    vertical-align: middle;
    padding-top: 0em;
    padding-bottom: 0em;
    padding-left: .4em;
    padding-right: .4em;
    font-size: .8em;
    min-height: 1.6em;
}


    .table > tbody > tr > td > button,
    .table > tbody > tr > td > a {
        background-color: transparent;
        color: black;
        padding: 0;
        margin-top: .4em;
        margin-bottom: .4em;
        margin-left: .2em;
        margin-right: .2em;
    }

    .table > tbody > tr > td > input {
        margin-top: 1.2em;
        margin-bottom: 1.2em;
    }


.tbsTallRowTable > tbody > tr > td {
    padding:1em;
}

[draggable=true] {
    cursor: move;
}

.tbsDashboardWidget {
    border: solid thin;
    padding: 0 1em;
    overflow-y: auto;
    overflow-x: hidden;
}

.tbsDashboardSmallWidget {
    border: solid thin;
    margin: 1em 0;
    padding: 0 1em;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: white;
}

.tbsLeftBorder{ 
    border-left:solid thin;
}

.tbsFloatRight{
    float:right;
}

.tbsPaddingLeft{
    padding-left: 2em;
}

.tbsPaddingTop{
    padding-top: .4em;
}

.tbsPaddingBottom {
    padding-bottom: 1em;
}

.tbsAnswerRow{
    width: 100%; 
    border: solid thin; 
    background-color:white
}

    .tbsAnswerRow label {
        margin-left: 1em;
        margin-right: 1em;
        padding-top: calc(0.375rem + 1px);
    }

.tbsAnswerRow > svg {
    max-width: 20em;
    max-height: 20em;
}

.tbsSmallImageBtn {
    height: 1em;
    border-radius: 1em;
}

.tbs-col-xs-1, .tbs-col-xs-2, .tbs-col-xs-3, .tbs-col-xs-4, .tbs-col-xs-5, .tbs-col-xs-6, .tbs-col-xs-7,.tbs-col-xs-8, .tbs-col-xs-9, .tbs-col-xs-10,
.tbs-col-xs-11, .tbs-col-xs-12, .tbs-col-xs-13, .tbs-col-xs-14, .tbs-col-xs-15, .tbs-col-xs-16, .tbs-col-xs-17,.tbs-col-xs-18, .tbs-col-xs-19, .tbs-col-xs-20 {
    float: left !important;
}

.tbs-col-xs-1 { width: 5%; }
.tbs-col-xs-2 { width: 10%; }
.tbs-col-xs-3 { width: 15%; }
.tbs-col-xs-4 { width: 20%; }
.tbs-col-xs-5 { width: 25%; }
.tbs-col-xs-6 { width: 30%; }
.tbs-col-xs-7 { width: 35%; }
.tbs-col-xs-8 { width: 40%; }
.tbs-col-xs-9 { width: 45%; }
.tbs-col-xs-10 { width: 50%; }
.tbs-col-xs-11 { width: 55%; }
.tbs-col-xs-12 { width: 60%; }
.tbs-col-xs-13 { width: 65%; }
.tbs-col-xs-14 { width: 70%; }
.tbs-col-xs-15 { width: 75%; }
.tbs-col-xs-16 { width: 80%; }
.tbs-col-xs-17 { width: 85%; }
.tbs-col-xs-18 { width: 90%; }
.tbs-col-xs-19 { width: 95%; }
.tbs-col-xs-20 { width: 100%; }

.tbsMapPopupHeaderLayout {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tbsMapPopupHeaderLayout:hover {
    text-overflow: inherit;
    overflow: visible;
}

.tbsMapPopupBodyTextLayout {
    white-space: nowrap;
    overflow: hidden;
    padding-top: .1em;
}

.tbsSideBorders {
    border-left-color: black;
    border-left-style: solid;
    border-right-color: black;
    border-right-style: solid;
}

.tbsCallMapPanel {
    width:100%; 
    height: 250px; 
    border: solid thin;    
}

.tbsMapLegend {
    line-height: 18px;
    background-color: white;
    border: solid thin;
    padding-left: 1em;
    padding-right: 1em;
    padding-bottom: 1em;
    border-radius: 1em;
    font-weight: bolder;    
}
    .tbsMapLegend h4 {
        text-align: center;
        color: black;
    }

    .tbsMapLegend img {
        height: 2em;
        padding: .1em;
    }

.leaflet-popup-content-wrapper {
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}


.tbsWidgetConfigSlide {
    width: 100%;
    height: 2em;
    position: relative;
    -webkit-transform: translate3d(0,0,0); /* Chrome, Safari, Opera */
    transform: translate3d(0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

    .tbsWidgetConfigSlide.ng-hide-add,
    .tbsWidgetConfigSlide.ng-hide-remove {
        display: block !important;
    }

        .tbsWidgetConfigSlide.ng-hide-remove.ng-hide-remove-active {
            -webkit-animation: 1s slide-left;
            animation: 1s slide-left;
        }

        .tbsWidgetConfigSlide.ng-hide-add.ng-hide-add-active {
            -webkit-animation: 1s slide-right;
            animation: 1s slide-right;
        }

/*rotate 45 degrees*/
.rotate45 {
    /*General*/
    transform: rotate(45deg);
    /*Firefox*/
    -moz-transform: rotate(45deg);
    /*Microsoft Internet Explorer*/
    -ms-transform: rotate(45deg);
    /*Chrome, Safari*/
    -webkit-transform: rotate(45deg);
    /*Opera*/
    -o-transform: rotate(45deg);
}
                
/* Chrome, Safari, Opera */
@-webkit-keyframes slide-right {
    0% {
        left: 0%;
    }

    100% {
        left: 93%;
    }
}

/* Standard syntax */
@keyframes slide-right {
    0% {
        left: 0%;
    }

    100% {
        left: 93%;
    }
}

/* Chrome, Safari, Opera */
@-webkit-keyframes slide-left {
    0% {
        left: 93%;
    }

    100% {
        left: 0%;
    }
}

/* Standard syntax */
@keyframes slide-left {
    0% {
        left: 93%;
    }

    100% {
        left: 0%;
    }
}

fill { 
    min-height: 100%;
    position: relative;
}

.filler:after{
    background-color:inherit;
    bottom: 0;
    content: "";
    height: auto;
    min-height: 100%;
    left: 0;
    margin:inherit;
    right: 0;
    position: absolute;
    top: 0;
    width: inherit;
    z-index: -1;  
}

.fixed {
    width: 250px;  /* the fixed width required */
    float: left;
}

.fixed + div {
    margin-left: 150px;  /* must match the fixed width in the .fixed class */
    overflow: hidden;
}

.tbsnopadding {
    padding: 0px;
}

.tbssmallpadding {
    padding-left: 0.2em;
    padding-right: 0.2em;
}

.iconPadding {
    padding-left: 0.6em;
    padding-right: 0.6em;
    padding-top:0.6em;
}

.centerColContent {
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fieldDefaultDisplay {
    flex-shrink: 1;
    word-break: break-word;
}

.leftIcon{
    float: left;
    padding-top: 0.2em;
    margin-right: 0.2em
}

.rightIcon {
    float: right;
    padding-top: 0.2em;
    margin-left: 0.2em;
}

.rightColContent {
    padding: 2px;
    justify-content: right;
    align-items: center;
}

.centerVerticalItem {
    margin: 0;
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}


.tbsUnassignedJobsLayout {
    margin-left:0px;
    margin-right: 0px;
    background-color: #4C93C0;
}

    .tbsUnassignedJobsLayout h5 {
        padding-top: .7em;
    }

    .tbsUnassignedJobsList {
        overflow-x: hidden;
        overflow-y: scroll;
        height: 35em;
    }

@media(max-height : 780px){

    .tbsUnassignedJobsList {
        overflow-x: hidden;
        overflow-y: scroll;
        height: 20em; 
    }
}

.tbsSchedulerEventInfo {
    background: white;
    color: #4C93C0;
    font-weight: normal !important;
    font-size: x-small;
    min-height: 5em;
    padding-left: .2em;
}
.tbsSchedulerEventCardTitle{
    background: #0065A5;
    color:white;
    padding-left: 4px;
    padding-right: 0px;
    min-height: 1em;
}
    
.tbsSchedulerEventCardTitleBtn {
    padding-left: 4px;
    padding-right: 0px;
    padding-bottom: 3px;
    padding-top: 3px;
}

.tbsSchedulerEventTravelTitle {
    color: white;
    padding-left: 4px;
    padding-right: 0px;
    overflow: hidden;
}
    .tbsSchedulerEventTravelTitle span {
        font-size: 120%;
        overflow: hidden;
        vertical-align: middle;
    }
.tbsSchedulerEventTravelInfo {
    color: #fff;
}

    .tbsUnassignedJobsFloatingContainer {
        position: inherit;
        left: 0em;
        right: 0px;
        top: 0px;
        height: 100%;
        width: 100%;
    }

.tbsUnassignedJobsFloatingContainerFixed {
    position: fixed;
    left: .5em;
    right: 0px;
    top: 0px;
    height: inherit;
    width: 16.667%;
}

.tbsUnassignedJobsFloatingContainer select {
    background-color: black; 
    color: white; 
    float:left; 
    border:none; 
    width:100%; 
    height:3em;
}


.k-scheduler-footer {
    /* make them invisible */
    display: none;
    /* prevent height and paddings from influencing the size calculations */
    height: 0;
    padding: 0;
    overflow: hidden;
}


div.k-event, .k-task-complete{
    border:1px solid black !important;
}

.tbsfilterlabel{
    margin-top: 0.75em;
    padding-right:0.2em;
    float: right !important;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width:95%;
    text-align:right;
}

.tbstbsSchedulerEventCardTitle {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display:inline;
    width:100%;
    position:absolute;
    margin-top: .5em;
}

.tbsSchedulerCalendarIcon {
    padding-right:0.5em;
}

.tbsFilterLayout {
    margin-top: .4em;
    margin-right .4em;
    margin-bottom: .4em;
}

.tbsTextFilterBox {
    width: 50%;
    height: 35px;
}

.tbsTMGroupFilterBox {
    height: 35px;
    background-color: black;
    color: white;
    border: none;
    margin-left: 0.2em;
}

.k-draghandle.k-state-selected:hover, .k-ghost-splitbar-horizontal, .k-ghost-splitbar-vertical, .k-list > .k-state-highlight, .k-list > .k-state-selected, .k-marquee-color, .k-panel > .k-state-selected, .k-scheduler .k-scheduler-toolbar .k-state-selected, .k-scheduler .k-today.k-state-selected, .k-state-selected, .k-state-selected:link, .k-state-selected:visited {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.k-calendar td.k-state-selected .k-link, .k-calendar td.k-today.k-state-selected.k-state-hover .k-link
{
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.k-calendar .k-today {
    -webkit-box-shadow: inset 0 0 0 1px #0065A5;
    box-shadow: inset 0 0 0 1px #0065A5;
}

.k-calendar .k-today .k-link {
    color: #000;
    border-color: #0065A5;
}

.k-calendar td.k-state-selected.k-state-hover
{
    background-color: #0065A5;
    background-image: none;
}

.tbsRow {
    min-height: 2em;
}

.callSummary{
    margin-bottom: 10px;
}

.callSummary p {
    margin-bottom: 0;
}

@media (min-width: 1330px) {
  .modal-lg {
    width: 1300px;
  }
}

.tbsDataViewSummaryBlock{
    width: 12em;
    height: 12em;
    margin: 2em;
    float: left;
    background-color: #0065A5;
    color:white;
    text-align:center;
    display:normal;
    
}
.tbsDataViewSummaryFilters {
    margin: 1em;
    padding-left: 2em;
}
.tbsDataViewSummaryBoxes{
    overflow:hidden;
}

.dragover {
    border: 2px solid;
}

.dragging {
    opacity: 1;
    border: 2px solid;
}

.menuIcon {
    left: .8em;
    top: .8em;
    padding-right:.2em;
}


.jobPoolDropFade {
    -webkit-animation: jobPoolfadeinout .6s linear forwards;
    -moz-animation: jobPoolfadeinout .6s linear forwards;
    animation: jobPoolfadeinout .6s linear forwards;
    animation-fill-mode:none;
}


.cyclicQuestionPad{
    padding-top: 6px;
}


.operatorSettingsDiv {
    width:100%;
    margin-top :1em; 
    background-color:white; 
    border: solid thin
}

.formLabel {
    margin-left: 1em;
    padding:.7em;
}

textarea {
    resize:vertical;
}

.globalFilterList {
    list-style: none;    
}

.tbsButtonMargin {
    margin-top: .2em;
}

.modal-tbs-lg {
  width: 95% !important;
  max-width: 100% !important;
}

.modal-tbs-md {
    width: 75% !important;
    max-width: 100% !important;
}

.modal-dialog .modal-lg {
        width: 100%;
    }

.callExceptionCommentInput {
    width: 100%;
}


.linkButtonOnInputGroup  {
   display:inline;
   padding-top: .6em; 
   padding-bottom: .55em; 
   margin-bottom: .2em !important;
}

.visitAnswerProgressLabel  {
   font-size: 9pt !important;
   margin: .2em !important;
}

.activeSort {
    color:#fff;
}

.SectionHeaderLayout {
    width: 100%;
    padding: 1em;
}

.headingCheveron {
    color: white;
    margin-right: .5em;
}

.tbsLoadingIcon {
    color:white;
    margin-left: .5em;
    margin-right: .5em;
}

.tbsErrorText {
    font-size: small;
    padding-top: 0.5em;
    display: inline;
    float: left;
    color: red
}

.tbsErrorTextBulkEdit {
    font-size: small;
    padding-top: 0em;
    padding-bottom: 0em;
    margin-bottom: 0em;
    display: inline;
    float: left;
    color: red
}


.tbsWarningText {
    font-size: small;
    padding: 1em;
    display: inline;
    float: left;
    color: orange
}

.tmGroupHierarchy {
    border: solid thin black;
}

.mapControlLegend {
    position: absolute;
    right: 0px;
    bottom: 30px;
    z-index: 1000;
    line-height: 18px;
    background-color: white;
    border: solid thin;
    padding-left: 1em;
    padding-right: 1em;
    padding-bottom: 1em;
    border-radius: 1em;
    font-weight: bolder;
    margin: .5em;
}

    .mapControlLegend h4 {
        text-align: center;
        color: black;
        padding-top:.6em;
    }

    .mapControlLegend img {
        height: 2em;
        padding: .1em;
    }

.mapControlLegendCircle {
    height: 1em;
    width: 1em;
    border-radius: 50%;
    margin-left: .4em;
    margin-right: .5em;
    float: left;
    margin-top: .4em;
}


.mapControlLegendSquare {
    height: 1em;
    width: 1em;
    margin-left: .4em;
    margin-right: .5em;
    float: left;
    margin-top: .4em;
}

.mapControlLegendSVG{
    margin-left: .4em;
    margin-right: .5em;
    float: left;
    margin-top: .4em;
}

.tmCombobox {
    background-color: black;
    color: white;
    float: left;
    border: none;
    width: 100%;
    height: 3em;
}

.tmFilterRemove {
    font-size: 1.5em;
    padding: 0.2em;
    vertical-align: middle;
}

.tmFilterCombo {
    height: 2.4em; 
    background-color: black; 
    color: white; 
    float:left; 
    border:none
}

.tmFilterTextBox {
    float: left;
    height: 2.4em;
}

.tmFilterLabel {
    float: left;
    margin-left: 1em;
    margin-right: .5em;
    padding-top: .5em;
}

.tmFilterIconBtn {
    float: left;
    padding: .2em;
    font-size: 1.5em;
}

.tmFilterAddBtn {
    background-color: black;
}

.tmFilterAppyBtn {
    width:100%;
}

.tmFlexibleFilterHeading {
    text-align:center;
}

.tmFilterLayersIcon {
    color: white;
    padding-left: .1em;
    padding-right: .08em;
    padding-top: .14em;
    padding-bottom: .2em;
}

.tmFlexibleFilter {
    display: flex;
    background-color: white;
    flex-wrap: wrap;
    margin-top: 0em;
    border: solid thin;
}

.tmFlexibleFilter.flat img {
    height: 2em;
}

.tmFlexibleFilterName {
    padding-top: .5em;
    padding-bottom: .5em;
    padding-left: .8em;
    padding-right: .8em;
}

.tmFlexibleFilterGroup {
    margin-top: .4em;
    margin-bottom: .4em;
    margin-left: 1em;
    margin-right: 1em;
}

.tmTab {
    cursor: pointer;
}

    .tmTab > a {
        padding:.7em;
    }

    .tmDetailsCard {
        height: auto;
        width: auto;
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: 1001;
    }

.tmSidePanel {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: absolute; /* Stay in place */
    z-index: 1;
    right: 0px;
    top: 0px;
    background-color: #111;
    overflow-x: hidden;
    overflow-y: scroll;
    padding-top: .2em;
}

.tmSidePanelToggleBtn {
    position:absolute;
    right: 0px;
    top:0px;
    z-index: 1000;
    height:100%;
    width:1%;
    padding:0px;
}

.tmClickableInput {
    cursor: pointer;
}

.layerEditorSideBar {
    position: absolute;
    width: 20%;
    height: 89%;
    top: 11%;
    z-index: 99;
}

.layerEditorSideBarBtn {
    position: absolute;
    top: 2%;
    background: white;
    color: black;
    width: 23px;
    height: 48px;
    border-left: 1px solid rgb(212, 212, 212);
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px;
    z-index: 100;
}

#liveMapContainer {
    width:99%;
}

.tmSidePanelRefresh {
    color: #fff;
    font-size: 14px;
    float: left;
    height: 2.4em;
    padding-top: .45em;
}

.tmSidePanelHeadings {
    color: #fff;
    font-size: 14px;
}

.tmSidePanelContent {
    padding-right: 0;
}

    .tmSidePanelContent > header {
        width: 100%;
    }

    .tmSidePanelContent > div {
        margin: .5em
    }

    .tmSidePanelContent > div > div.panel {
        padding-right: .8em;
    }

    .tmSidePanelContent tm-call-exception-card > div {
        padding-right: 1em;
    }

.tmSidePanelContent table > tbody > tr > td {
    padding: .5em;
}

.tmSidePanelChevron {
    padding-top: .2em;
    padding-right: .5em;
    padding-left: .5em;
}

.tmSidePanelExceptionButtons {
    float: right;
    width: 3em;
    margin-left: 3px;
}

.tmSidePanelExceptionButton {
    margin: 1px;
}

.tmSidePanelExceptionButton img {
    height: 1.2em;
    width: 1em;
}

.tmSidePanelExceptionButton i {
    height: 1.2em;
    width: 1em;
}

.tmSidePanelExceptionPaging label {
    color: #fff;
    margin: 20px 5px 10px 15px !important;
}

.tmSidePanelExceptionPaging select {
    background-color: black;
    color: white;
    border: none;
    height: 1.6em;
    margin: 20px 5px 10px 0px !important;
}

.tmSidePanelExceptionPaging ul {
    margin: 0 !important;
}

.tmDarkPager a {
    color: #fff !important;
    background-color: #000 !important;
}

.tmDarkPager .tbspagertext {
    color: #fff !important;
    background-color: #000 !important;
}
/*
    This is needed for the PreviewPowerBiModal. Because the iframe is in a modal, its height does not adjust properly (the iframe is created by the Power BI javascript).
    By setting a min-height, this basically overrides the height and forces it be the size we want in the modal.
*/
iframe {
    min-height: 700px;
}

.tmFilterValid1{
    color: #ff3e3e;
    background-color:black;
    padding: 0.1em;
}

.tmFilterValid2 {
    color: #fff151;
    background-color: black;
    padding: 0.1em;
}

.tmFilterValid3 {
    color: #6aff37;
    background-color: black;
    padding: 0.1em;
}


.tmMapDrawingButton{
    height: 30px;
    width: 30px;
    margin-right: 0.5em;
}

.tmMapDrawingDiv {
    display: flex;
    align-items: center;
}

.tmMapDrawingButton:hover{
    background-color: darkgray;
}

.tmMapDrawingButton:active {
    background-color: #4C93C0;
}

.tmMapDrawingButtonActive{
    border: 2px solid #4C93C0;
}

.input-group-addon > i {
    margin: .5em;
}


.modal.fade.in {
    opacity: 1;
}

.modal.in .modal-dialog {
    transform: translate(0, 0);
}

.modal-backdrop.in {
    opacity: 0.5;
    /* opacity: $modal-backdrop-opacity; (SCSS) */
}

.tbsNoMargin {
    margin: 0em;
}

.tmPostCodeModalLabel {
    margin-top: .4em;
    margin-right: .4em;
}


.col-form-label {
    text-align: right;
}

.tmfixedWidthTable {
    table-layout: fixed;
}

.tmfixedWidthTable > tbody > tr > td {
    overflow:hidden;
}

.tmBlackSectionHeading {
    height: 40px; 
    color: white; 
    background-color: black; 
    font-size: 20px; 
    position: relative;
}

.tmBlackSectionHeading h5 {
    padding-top: .4em;
}

.tmTimeSelectTable > tbody td {
    padding:0em;
}

.tmModalImage {
    object-fit: contain;
    width: 100%;
    height: 50em;
}

.tmDataEditorSummaryButton {
    min-width: 5em;
}

.tmquickediticon {
    cursor: pointer;
}

.AssetSelectorSelectedAssetSubModal {
    position: relative;
    top: -10em;
}
