/* Minification failed. Returning unminified contents.
(1874,109): run-time error CSS1031: Expected selector, found ';'
(1874,109): run-time error CSS1025: Expected comma or open brace, found ';'
(1874,111): run-time error CSS1019: Unexpected token, found '{'
(1875,20): run-time error CSS1030: Expected identifier, found ' '
(1875,28): run-time error CSS1031: Expected selector, found ';'
(1875,28): run-time error CSS1025: Expected comma or open brace, found ';'
(1876,9): run-time error CSS1019: Unexpected token, found '}'
(6848,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(6849,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(6865,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(6866,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(7602,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(7603,10): run-time error CSS1035: Expected colon, found '{'
(7619,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(7620,10): run-time error CSS1035: Expected colon, found '{'
(7822,20): run-time error CSS1046: Expect comma, found '83'
(7822,26): run-time error CSS1046: Expect comma, found ')'
 */
/*=======================================Bootstrap override====================================== */

/*NAVBAR*/
.navbar-brand{
    padding-top: 5px;
    padding-bottom: 5px;
    height: 30px;
}
.navbar-toggle{
    margin:0;
    padding:4px 8px 4px 8px;
    height: 30px;
}

/*BUTTON*/
.btn{
    padding: 4px 6px 4px 6px;
}
.input-group-btn .btn {
    padding:2px 6px 2px 6px;
}

/*FORM*/
@media screen and (max-width: 767px) {
    .form-horizontal .form-group{
        margin-left:0;
    }
}
.form-group{
    margin:0 0 10px 0;
}
.form-control{
    padding: 2px 6px 2px 6px;
    height: 26px;
    max-width:100%;
}
.control-label{
    padding-top: 3px;
    padding-bottom: 3px;
    margin:0
}
.form-horizontal .control-label{
    padding-top: 3px;
    padding-bottom: 3px;
    margin:0
}

/*SELECT*/
/*select.selectSafariFix {
    background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat right 2px center !important;
    -moz-appearance: none; 
	-webkit-appearance: none; 
	appearance: none;
    background-color: #fff !important;
}
    select.selectSafariFix[disabled] {
        background:none !important;
        background-color: #eee !important;
        opacity: 1;
    }*/

/*PANEL*/
.panel-body{
    padding:5px;
}

/*PROGRESS BAR*/
.progress, .progress-bar{
    margin-bottom:0;
}

.progress-bar-default {
    background-color: #a9a9a9;
}

/*MODAL DIALOG*/

.modal-header .glyphicon-remove {
    border-radius: 0;
    font-size: large;
    color: white;
} 

.modal-header {
    background-color: #333;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    color: white;
    padding: 5px 15px 5px 15px;
}

@media (min-width: 769px) {
  .modal-body.modalHeightFix {
    display:flex;
  }
}

.peripheralWidget .modal-body{
    padding:10px;
}

.modal-footer{
    padding: 5px 15px 5px 15px;
}

.centreDialog .modal-dialog {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
}

.centreDialog .modal-content {
    margin: 0 auto;
    width: 100%;
}

/*TABS*/
.uib-tab-heading{
    font-size: 14px;
}

/*Multi level dropdown menu*/
.dropdown-backdrop {
    /*position:static !important;*/
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

    .no-touch .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #333;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #fff;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }

/*CONTEXTUAL BACKGROUNDS*/
.bg-default {
    background-color: #eeeeee;
}

/*font-awesome icon zoom levels*/
.fa-1 {
    font-size:1em;
}
.fa-2 {
    font-size: 2em;
}
.fa-3 {
    font-size: 3em;
}
.fa-4 {
    font-size: 4em;
}
.fa-5 {
    font-size: 5em;
}
.fa-6 {
    font-size: 6em;
}

/*=======================================_Layout====================================== */
@-ms-viewport {
  width: auto !important;
}

.ui-datepicker{
    /*position:absolute !important;*/
}
html{
    height:100%
}

html body{
    height:100%;
    padding-top:30px;
    padding-bottom:0;
}

html body .container-fluid.body-content{
    height: 100%;
    padding:0;
}

a.disabled {
    cursor: not-allowed;
    -ms-opacity: .5;
    opacity: .5; 
     pointer-events: none;
}

.navbar.navbar-fixed-top{
    min-height:30px;
    /*height:30px;*/
    margin-bottom:0;
}

.navbar .dropdown a{
    padding:5px;
}

.navbar .lastPoll{
    margin-left:10px;
    padding:5px 0 5px 0;
    color:#9d9d9d;
}

.navbar .navbar-right a{
    padding:5px;
}

.navbar .dropdown-menu {
            padding-right:15px;
            background-color:#222222;
        }
        .navbar .dropdown-menu .dropdown-header {
           font-size:larger;
        }

        .navbar .dropdown-menu li.divider{
            background-color:black;
        }

        .navbar .dropdown-menu li a {
            padding-left: 40px;
            color:#9d9d9d;
        }
        .navbar .dropdown-menu .accatNavMenuItem a:hover {
            color:white;
            background-color:black;
        }
.navbar .dropdown .disabledNavBarDropdown{
    cursor:not-allowed;
}

.navbar .navbar-collapse .navbar-right .username:hover{
    color:#9d9d9d;
    cursor:default;
}
.navbar .navbar-collapse .navbar-right .username a:hover{
    color:#9d9d9d;
    cursor:default;
}

@media screen and (min-width: 768px) {
    .navbar-brand {
        display:none;
    }
    .navbar .dropdown-menu li a {
            padding-left: 40px;
        }  
    .navbar .navbar-header .lastPoll{
        display:none;
    } 
}

@media screen and (max-width: 767px) {
    .navbar-nav{
        margin-left:0;
    }
    .navbar-nav .open .dropdown-menu > li > a {
            padding-left: 40px;
        }    
    .navbar .navbar-collapse .lastPoll{
        display:none;
    }
}

.navbar-brand.authenticatingUser {
    display:block;
}

.appContainer {
    height: 100%;
    background-color: #ececec;
    margin: 0;
    padding: 5px;
}

.close {
    display: none;
}

.dashboard-modal .close{
    display:block;
}

.successful {
    color: #4cae4c;
}

.error {
    color: #a94442;
    /*font-size: medium;*/
}

.warning {
    color: #c28317;
}

.danger {
    color: #c51f1b;
}

.disabledLogOutButton{
    cursor:not-allowed;   
}

.multiLine {
    min-height: 34px;
    height: 100%;
    word-wrap:break-word;
}

.color-picker .alpha {
    display: none;   
}
.color-picker {
    z-index: 2000;
}

.validationErrorMessage {
    padding: 6px 10px;
}

/*---START Input box font-awesome inner icons----*/
/* enable absolute positioning */
.inner-addon {
    position: relative;
}

    /* style glyph */
    .inner-addon .fa {
        position: absolute;
        padding: 5px;
        pointer-events: none;
    }

/* align glyph */
.left-addon .fa {
    left: 0px;
}

.right-addon .fa {
    right: 0px;
}

/* add padding  */
.left-addon input {
    padding-left: 30px;
}

.right-addon input {
    padding-right: 30px;
}
/*--- END Input box font-awesome inner icons----*/

/*extra large modal dialog*/
@media (min-width: 768px) {
    .xlDialog .modal-dialog {
        width: 728px !important;
        margin: 0px auto !important;
    }
}
@media (min-width: 992px) {
    .xlDialog .modal-dialog {
        width: 972px !important;
        margin: 0px auto !important;
    }
}
@media (min-width: 1050px) {
    .xlDialog .modal-dialog {
        width: 1000px !important;
        margin: 0px auto !important;
    }
}
@media (min-width: 1250px) {
    .xlDialog .modal-dialog {
        width: 1200px !important;
        margin: 0px auto !important;
    }
}
@media (min-width: 1650px) {
    .xlDialog .modal-dialog {
        width: 1600px !important;
        margin: 0px auto !important;
    }
}
.fullScreenDialog .modal-dialog {
    width: 100% !important;
    margin: 0px auto !important;
}

/*-----Animations------*/
.page {
    position: relative;
    left: 0;
    right: 0;
    height: 100%;
    opacity: 1;
    overflow: auto;
}

    .page.ng-enter, .page.ng-leave {
        -webkit-transition: all 0.75s ease;
        transition: all 0.75s ease;
    }

    .page.ng-enter {
        opacity: 0;
    }

    .page.ng-enter-active {
        opacity: 1;
    }

    .page.ng-leave {
        opacity: 1;
    }

    .page.ng-leave-active {
        opacity: 0;
    }

.fadein,
.fadeout {
    -webkit-transition: all cubic-bezier(0.250, 0.460, 0.450, 0.940) 1.5s;
    -moz-transition: all cubic-bezier(0.250, 0.460, 0.450, 0.940) 1.5s;
    -o-transition: all cubic-bezier(0.250, 0.460, 0.450, 0.940) 1.5s;
    transition: all cubic-bezier(0.250, 0.460, 0.450, 0.940) 1.5s;
}

    .fadein.ng-hide-remove,
    .fadeout.ng-hide-add.ng-hide-add-active {
        opacity: 0;
        display: block !important;
    }

        .fadeout.ng-hide-add,
        .fadein.ng-hide-remove.ng-hide-remove-active {
            opacity: 1;
            display: block !important;
        }


.accatIconButton {
    width: 18px;
    height: 18px;
}

.addDataDialog .exitFullScreenButton,
.splitScreenDialog .exitFullScreenButton,
.lookAheadConcerns .exitFullScreenButton {
    color: white;
    opacity: 1;
    padding-top: 10px;
    display: block;
}

/*=======================================Account====================================== */
/*-----App/Account/Templates/Login.html------*/

.account.login .form-control {
    margin-bottom: 5px;
}


/*=======================================Alert====================================== */
/*.globalAlert.ng-enter,
.globalAlert.ng-leave {
    -webkit-transition: 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
    -moz-transition: 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
    -ms-transition: 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
    -o-transition: 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
    transition: 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
    position: fixed;
    display: block;
    overflow: hidden;
    text-overflow: clip;
    white-space: nowrap;
}

    .globalAlert.ng-leave.globalAlert.ng-leave-active,
    .globalAlert.ng-enter {
        opacity: 0;
        width: 100%;
        height: 51px;
    }

        .globalAlert.ng-enter.ng-enter-active,
        .globalAlert.ng-leave {
            opacity: 1;
            width: 100%;
            height: 51px;
        }*/

.globalAlert.ng-enter,
.globalAlert.ng-leave {
    -webkit-transition: 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
    -moz-transition: 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
    -ms-transition: 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
    -o-transition: 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
    transition: 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
    position: absolute;
    bottom: 20px;
    margin: 15px;
    right: 0px;
    /*display: inline-block;*/
    overflow: hidden;
    text-overflow: clip;
    white-space: nowrap;
}

    .globalAlert.ng-leave.globalAlert.ng-leave-active,
    .globalAlert.ng-enter {
        opacity: 0;
         position: absolute;
    bottom: 0px;
    margin: 15px;
    right: 0px;
        /*width: 100%;*/
        height: auto;
    }

        .globalAlert.ng-enter.ng-enter-active,
        .globalAlert.ng-leave {
            opacity: 1;
             position: absolute;
    bottom: 20px;
    margin: 15px;
    right: 0px;
            /*width: 100%;*/
            height: auto;
        }

/*.globalAlert.alert-info {
    position: fixed;
    margin-top: -50px;
    width: 100%;
    height: 51px;
    z-index: 9999;
    margin-right: 0px;
    right: 0px;
    margin-left: 0px;
    border-radius: 0;
}*/

.globalAlert{
    bottom: 20px;
    margin: 15px;
    box-shadow: #b9b9b9 0px 0px 10px 0px;   
    position: absolute;
    height: auto;
    z-index: 10002;
    right: 0px;
}

.globalAlert.alert-success{
    border-color: #3c763d;
}

/*.globalAlert.alert-warning {
    position: fixed;
    margin-top: -50px;
    width: 100%;
    height: 51px;
    z-index: 9999;
    margin-right: 0px;
    right: 0px;
    margin-left: 0px;
    border-radius: 0;
}

.globalAlert.alert-danger {
    position: fixed;
    margin-top: -50px;
    width: 100%;
    height: 51px;
    z-index: 9999;
    margin-right: 0px;
    right: 0px;
    margin-left: 0px;
    border-radius: 0;
}*/



/*=======================================ApplicationServiceManager====================================== */

/*-----ApplicationServiceManager/Index------*/
.applicationServiceManager.index .buttonColumn {
    width: 200px;
}

.applicationServiceManager.index ul.dropdown-menu {
    right: -100%;
    left: auto;
}

.applicationServiceManager.index .dropdown-menu.multi-level .dropdown-submenu a:after {
    border-width: 5px 5px 5px 0px;
    border-right-color: #333;
    float:left;
    margin-right: auto;
    margin-left: -12px;
}

.applicationServiceManager.index .dropdown-submenu > ul.dropdown-menu {
    right: 100%;
    left: auto;
}

.applicationServiceManager.index table td {
    vertical-align:middle;
}

    .applicationServiceManager.index table td.checkboxCell {
        width: 62px;
        text-align: center;
    }

.applicationServiceManager.index .progress-bar {
    min-width: 2em;
}

.applicationServiceManager.index .checkbox {
    margin: 0;
}

/*-----ApplicationServiceManager/AddEditDialog------*/
.applicationServiceManager.addEdit input, .applicationServiceManager.addEdit select, .applicationServiceManager.addEdit textarea {
    width: 100%;
    max-width: 100%;
}

.applicationServiceManager.addEdit .applicationServiceForm {
    border-top-color: rgb(229, 229, 229);
    border-top-style: solid;
    border-top-width: 1px;
    padding-top: 10px;
    margin-top: 40px;
}

.applicationServiceManager.addEdit .error {
    color: #a94442;
}

.applicationServiceManager.addEdit .checkbox,
.applicationServiceManager.addEdit .checkbox input,
.applicationServiceManager.addEdit .checkbox label {
    cursor: pointer;
}

/*-----ApplicationServiceManager/ReadOnlyDialog------*/
.applicationServiceManager.readOnly .attachmentsTitle {
    margin-top: 0;
}

.applicationServiceManager.readOnly .field, 
.applicationServiceManager.readOnly label{
    padding-left: 5px;
}

.applicationServiceManager.readOnly .relatedWorkspacesContainer{
    padding:0;
}

.applicationServiceManager.readOnly .relatedWorkspacesContainer button {    
    height: 26px;
    padding-bottom: 4px;
    padding-top: 2px;
}
/*----- Site Group Management -----*/

.applicationServiceManager.siteGroupManagementDialog .modal-body {
    padding: 0px;
}

.applicationServiceManager.siteGroupManagementDialog .actionsColumn,
.applicationServiceManager.siteGroupManagementDialog .mapColumn {
    padding: 10px;
}

.applicationServiceManager.siteGroupManagementDialog .actionsColumn .addNew .form-group {
    display: flex;
}

.applicationServiceManager.siteGroupManagementDialog .conditionReports .innerContainer {
    min-height: 279px;
    overflow-y: auto;
    margin-bottom: 5px;
}

.applicationServiceManager.siteGroupManagementDialog .entryTable .well {
    margin-bottom: 5px;
}

.applicationServiceManager.siteGroupManagementDialog .tableContainer {
    /*max-height: calc(90vh - 100px);*/   
}

/*@media (min-width: 768px) {
    .applicationServiceManager.siteGroupManagementDialog .tableContainer {
        height: 268px;
    }

    .applicationServiceManager.siteGroupManagementDialog .addNew .innerContainer {
        min-height: 350px;
    }
}

@media (max-width: 768px) {
    .applicationServiceManager.siteGroupManagementDialog .actionsColumn {
         padding: 5px;
    }
}

@media (min-width: 992px) {
    .applicationServiceManager.siteGroupManagementDialog .tableContainer {
        height: 410px;
    }

    .applicationServiceManager.siteGroupManagementDialog .addNew .innerContainer {
        min-height: 362px;
    }
}

@media (min-width: 1050px) {
    .applicationServiceManager.siteGroupManagementDialog .tableContainer {
        height: 425px;
    }

    .applicationServiceManager.siteGroupManagementDialog .addNew .innerContainer {
        min-height: 375px;
    }
}

@media (min-width: 1250px) {
    .applicationServiceManager.siteGroupManagementDialog .tableContainer {
        height: 531px;
    }

    .applicationServiceManager.siteGroupManagementDialog .addNew .innerContainer {
        min-height: 465px;
    }
}

@media (min-width: 1650px) {
    .applicationServiceManager.siteGroupManagementDialog .tableContainer {
        height: 655px;
    }

    .applicationServiceManager.siteGroupManagementDialog .addNew .innerContainer {
        min-height: 660px;
    }
}*/

.applicationServiceManager table tbody tr:hover {
    cursor: pointer;
}

    .applicationServiceManager table tbody tr.selectedEntry {
        color: #31708f;
        background-color: #d9edf7;
        border-color: #bce8f1;
    }

.applicationServiceManager.siteGroupManagementDialog .conditionReports .buttons,
.applicationServiceManager.siteGroupManagementDialog .addNew .buttons {
    text-align: right;
}

.applicationServiceManager.siteGroupManagementDialog table tbody td.activeCheckColumn {
    text-align: center;
}

/*Track Team Report Configuration Manager*/
.applicationServiceManager.trackTeamReportDialog .panel-body {
    padding: 10px;
}
.applicationServiceManager.trackTeamReportDialog .trackTeamList .panel-body {
    padding:0;
}

.applicationServiceManager.trackTeamReportDialog .trackTeamList .buttons {
    margin: 5px 15px 5px 15px;
}

.applicationServiceManager.trackTeamReportDialog .trackTeamList .activeCheckColumn {
    text-align: center;
}

.applicationServiceManager.trackTeamReportDialog .addEditReport {
    width:100%  ;
}

.applicationServiceManager.trackTeamReportDialog .actionsColumn {
    padding: 0 5px 5px 0;
}

.applicationServiceManager.trackTeamReportDialog .addEditReport form {
    margin-bottom:5px;
}

    .applicationServiceManager.trackTeamReportDialog .actionsColumn .form-group {
        display: flex;
    }

    .applicationServiceManager.trackTeamReportDialog .actionsColumn .control-label {
        padding: 3px 0;
    }

    .applicationServiceManager.trackTeamReportDialog .actionsColumn .reminderRow {
        min-height:50px;
        margin:0 0 5px 0;
        display: block;
        height:54px;
    }

        /*.applicationServiceManager.trackTeamReportDialog .actionsColumn .reminderRow label span {
        display:flex;
        }*/

.applicationServiceManager.trackTeamReportDialog .conditionReports .innerContainer {
    min-height: 147px;
    max-height: 500px;
    overflow-y: auto;
}

.applicationServiceManager.trackTeamReportDialog .entryTable {
    width:100%;
}

.applicationServiceManager.trackTeamReportDialog .entryTable .well {
    margin-bottom: 5px;
}

.applicationServiceManager.trackTeamReportDialog .tableContainer {
    margin-bottom: 5px;
}

.applicationServiceManager.trackTeamReportDialog .siteGroupsList .panel-body{
    padding:0;
}

.applicationServiceManager.trackTeamReportDialog .siteGroupsList .panel-body .buttons {
    margin: 5px;
}

.applicationServiceManager.trackTeamReportDialog .actionsColumn .reminderColumn {
    padding: 0 5px;
}

    .applicationServiceManager.trackTeamReportDialog .actionsColumn .reminderColumn label {
        font-size: 12px;
    }
    .applicationServiceManager.trackTeamReportDialog .actionsColumn .reminderColumn .overDueLabel {
        /*max-width: 112px;
        width: 112px;*/
    }

    .applicationServiceManager.trackTeamReportDialog .actionsColumn .reminderColumn .timePicker input {
        width: 36px !important;
        padding: 0 !important;
    }

.applicationServiceManager.trackTeamReportDialog .actionsColumn .reminderColumn .timePicker tbody tr td.form-group {
    margin: 0;
}

.applicationServiceManager.trackTeamReportDialog .actionsColumn .reminderDue,
.applicationServiceManager.trackTeamReportDialog .actionsColumn .reminderOverdue {
    padding: 0 5px;
}

    .applicationServiceManager.trackTeamReportDialog .actionsColumn .reminderDue tbody tr td.form-group,
    .applicationServiceManager.trackTeamReportDialog .actionsColumn .reminderOverdue tbody tr td.form-group {
        margin: 0;
    }

        .applicationServiceManager.trackTeamReportDialog .actionsColumn .reminderDue tbody tr td.form-group input,
        .applicationServiceManager.trackTeamReportDialog .actionsColumn .reminderOverdue tbody tr td.form-group input {
            width: 40px !important;
        }

/*@media (min-width: 768px) {
    .applicationServiceManager.trackTeamReportDialog .tableContainer {
        max-height: 268px;
    }

    .applicationServiceManager.trackTeamReportDialog .addNew .innerContainer {
        min-height: 134px;
    }
}

@media (min-width: 992px) {
    .applicationServiceManager.trackTeamReportDialog .modal-body {
        padding-bottom: 5px;
    }

    .applicationServiceManager.trackTeamReportDialog .panel-body {
        min-height: 86px;
    }

    .applicationServiceManager.trackTeamReportDialog .siteGroupsList {
        margin-bottom: 5px;
    }

        .applicationServiceManager.trackTeamReportDialog .siteGroupsList .panel-body {
            min-height: 134px;
        }

    .applicationServiceManager.trackTeamReportDialog .conditionReports .innerContainer {
        min-height: 98px;
    }

    .applicationServiceManager.trackTeamReportDialog .tableContainer {
        max-height: 98px;
        margin-bottom: 0px;
    }
    .applicationServiceManager.trackTeamReportDialog .addNew .innerContainer{
        min-height: 369px;
    }
}

@media (min-width: 1050px) {
    .applicationServiceManager.trackTeamReportDialog .modal-body {
        padding-bottom: 5px;
    }

    .applicationServiceManager.trackTeamReportDialog .panel-body {
        min-height: 58px;
    }

    .applicationServiceManager.trackTeamReportDialog .siteGroupsList {
        margin-bottom: 5px;
    }

        .applicationServiceManager.trackTeamReportDialog .siteGroupsList .panel-body {
            min-height: 150px;
        }

    .applicationServiceManager.trackTeamReportDialog .conditionReports .innerContainer {
        min-height: 98px;
    }

    .applicationServiceManager.trackTeamReportDialog .tableContainer {
        max-height: 111px;
        margin-bottom: 0px;
    }
    
    .applicationServiceManager.trackTeamReportDialog .addNew .innerContainer{
        min-height: 381px;
    }

    .applicationServiceManager.trackTeamReportDialog .actionsColumn .reminderDue label {
        min-height: 46px;
    }
}

@media (min-width: 1250px) {
    .applicationServiceManager.trackTeamReportDialog .modal-body {
        padding-bottom: 5px;
    }

    .applicationServiceManager.trackTeamReportDialog .panel-body {
        min-height: 67px;
    }

    .applicationServiceManager.trackTeamReportDialog .siteGroupsList {
        margin-bottom: 5px;
    }

        .applicationServiceManager.trackTeamReportDialog .siteGroupsList .panel-body {
            min-height: 204px;
        }

    .applicationServiceManager.trackTeamReportDialog .conditionReports .innerContainer {
        min-height: 164px;
    }

    .applicationServiceManager.trackTeamReportDialog .tableContainer {
        max-height: 164px;
        margin-bottom: 0px;
    }
    
    .applicationServiceManager.siteGroupManagementDialog table tbody td.activeCheckColumn {
        text-align: center;
    }
      
    .applicationServiceManager.trackTeamReportDialog .addNew .innerContainer{
        min-height: 471px;
    }

    .applicationServiceManager.trackTeamReportDialog .actionsColumn .reminderDue label {
        min-height: 46px;
    }
}

@media (min-width: 1650px) {
 .applicationServiceManager.trackTeamReportDialog .modal-body {
        padding-bottom: 5px;
    }

    .applicationServiceManager.trackTeamReportDialog .panel-body {
        min-height: 51px;
    }

    .applicationServiceManager.trackTeamReportDialog .siteGroupsList {
        margin-bottom: 5px;
    }

        .applicationServiceManager.trackTeamReportDialog .siteGroupsList .panel-body {
            min-height: 383px;
        }

    .applicationServiceManager.trackTeamReportDialog .conditionReports .innerContainer {
        min-height: 164px;
    }

    .applicationServiceManager.trackTeamReportDialog .tableContainer {
        max-height: 343px;
        margin-bottom: 0px;
    }
    
    .applicationServiceManager.trackTeamReportDialog .addNew .innerContainer{
        min-height: 650px;
    }

    .applicationServiceManager.trackTeamReportDialog .actionsColumn .reminderDue label {
        min-height: inherit;
    }
}

.applicationServiceManager.trackTeamReportDialog .trackTeamListContainer .tableContainer {
    max-height: 600px;
}*/

.applicationServiceManager.trackTeamReportDialog table tbody tr {
    cursor: pointer;
}

    .applicationServiceManager.trackTeamReportDialog table tbody tr.selectedEntry {
        color: #31708f;
        background-color: #d9edf7;
        border-color: #bce8f1;
    }

.applicationServiceManager.trackTeamReportDialog .conditionReports .buttons,
.applicationServiceManager.trackTeamReportDialog .addNew .buttons {
    text-align: right;
}

.applicationServiceManager.siteGroupManagementDialog table .dialogTableName {
    word-break: break-word;
}

/*Mitigation Path Manager*/
.applicationServiceManager.mitigationPathDialog .modal-body {
    padding: 0px;
}
.applicationServiceManager.mitigationPathDialog .tableContainer{
    margin-bottom: 20px;
}

.applicationServiceManager.mitigationPathDialog .tableDropDowns {
    display: flex;
}
    .applicationServiceManager.mitigationPathDialog .tableDropDowns div,
    .applicationServiceManager.mitigationPathDialog .tableDropDowns div label,
    .applicationServiceManager.mitigationPathDialog .tableDropDowns div div {
        padding: 0;
    }
    .applicationServiceManager.mitigationPathDialog .tableDropDowns .mitigationAreaDropdown {
        padding-right:10px;
    }
.applicationServiceManager.mitigationPathDialog .actionsColumn,
.applicationServiceManager.mitigationPathDialog .mapColumn {
    padding: 10px;
}
.applicationServiceManager.mitigationPathDialog .addNew .well {
    padding:5px;
    margin: 0 0 5px 0;
}
.applicationServiceManager.mitigationPathDialog .addNew .form-group {
    margin-bottom: 5px;
}
    .applicationServiceManager.mitigationPathDialog .addNew .form-group .labelToolTipContainer {
        display: flex;
    }
        .applicationServiceManager.mitigationPathDialog .addNew .form-group .labelToolTipContainer .uib-tooltip-container {
            margin: 0 5px;
        }
.applicationServiceManager.mitigationPathDialog .addNew label {
    font-size:13px;
    margin-bottom: 0;
}
.applicationServiceManager.mitigationPathDialog .addNew .form-group > label,
.applicationServiceManager.mitigationPathDialog .addNew .form-group > div:not(.alert),
.applicationServiceManager.mitigationPathDialog .addNew .form-group > span {
    padding: 0;
}

.applicationServiceManager.mitigationPathDialog .addNew .timePicker tbody tr td.form-group {
    margin: 0;
}
.applicationServiceManager.mitigationPathDialog .addNew .form-group .applyAt{
    padding-left: 5px;
}
.applicationServiceManager.mitigationPathDialog .addNew .triggersList .panel-body {
    padding:0;
    /*max-height:140px;*/
    overflow-y:auto;
}
.applicationServiceManager.mitigationPathDialog .addNew .triggersList ul {
    padding:0;
    list-style:none;
}
    .applicationServiceManager.mitigationPathDialog .addNew .triggersList ul li {
        border-bottom: 1px solid #ddd;
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
        padding: 0 5px 2px 5px;
    }
        .applicationServiceManager.mitigationPathDialog .addNew .triggersList ul li:nth-child(odd) {
            background-color: #f9f9f9;
        }
    .applicationServiceManager.mitigationPathDialog .addNew .triggersList ul label {
        cursor:pointer;
    }
    .applicationServiceManager.mitigationPathDialog .addNew .triggersList ul input {
        opacity:1!important;
    }
.applicationServiceManager.mitigationPathDialog .panel {    
    margin: 0 0 5px 0;
}
    .applicationServiceManager.mitigationPathDialog .panel .panel-heading {
        padding: 5px 10px;
    }
.applicationServiceManager.mitigationPathDialog .divider {
    border-top: 1px solid #dddddd;
    margin: 0 0 5px 0;
}
.applicationServiceManager.mitigationPathDialog .addNew .quickGroups {
    display: block!important;
}
.applicationServiceManager.mitigationPathDialog .addNew .quickGroups div > label{
    padding:0;
}
.applicationServiceManager.mitigationPathDialog .addNew .quickGroups .dropDown {
    padding:0;
}
.applicationServiceManager.mitigationPathDialog .addNew .quickGroups .deselectButtons {
    display:block;
}
    .applicationServiceManager.mitigationPathDialog .addNew .quickGroups .deselectButtons .inputColumn {
        padding: 0 0 0 5px;
    }
   
        .applicationServiceManager.mitigationPathDialog .addNew .buttons {
        padding-top: 5px;
    }

.applicationServiceManager.mitigationPathDialog .innerContainer {
    overflow-y: auto;
    height: 600px !important;
}

.applicationServiceManager.mitigationPathDialog .tableContainer {
    margin-bottom: 5px;
}

.applicationServiceManager.mitigationPathDialog .buttons .mitigationErrorMessage{
    margin-bottom: 5px;
    text-align: center;
    padding: 10px;
}


/*@media (min-width: 768px) {
    .applicationServiceManager.mitigationPathDialog .tableContainer {
        height: 268px;
    }

    .applicationServiceManager.mitigationPathDialog .addNew .innerContainer {
        min-height: 150px;
    }
}

@media (max-width: 768px) {
    .applicationServiceManager.mitigationPathDialog .actionsColumn {
        padding: 5px;
    }
}

@media (min-width: 992px) {
    .applicationServiceManager.mitigationPathDialog .tableContainer {
        height: 410px;
    }

    .applicationServiceManager.mitigationPathDialog .addNew .innerContainer {
        min-height: 362px;
    }
}

@media (min-width: 1050px) {
    .applicationServiceManager.mitigationPathDialog .tableContainer {
        height: 312px;
    }

    .applicationServiceManager.mitigationPathDialog .addNew .innerContainer {
        max-height: 350px;
        overflow: auto;
    }

}

@media (min-width: 1200px) {
    .applicationServiceManager.mitigationPathDialog .tableContainer {
        height: 314px;
    }

    .applicationServiceManager.mitigationPathDialog .addNew .innerContainer {
        min-height: 346px;
        overflow: auto;
    }

    .applicationServiceManager.mitigationPathDialog .actionsColumn {
        padding-right: 0px;
        margin-bottom: 15px
    }
}

@media (min-width: 1250px) {
    .applicationServiceManager.mitigationPathDialog .tableContainer {
        height: 392px;
    }
    
    .applicationServiceManager.mitigationPathDialog .addNew .innerContainer {
        max-height: 428px;
        overflow: auto;
    }
    
    .applicationServiceManager.mitigationPathDialog .actionsColumn {
        padding-right: 0px;
    }
}

@media (min-width: 1650px) {
    .applicationServiceManager.mitigationPathDialog .tableContainer {
        height: 550px;
    }

    .applicationServiceManager.mitigationPathDialog .addNew .innerContainer {
        max-height: 586px;
        overflow-y: auto;
    }
}*/

/*Configuration Parameters*/
.configurationParameters .modal-header {
    border: none;
}

.configurationParameters .modal-body {
    padding:0;
}

    .configurationParameters .modal-body > .row {
        margin: 0;
    }

.configurationParameters .sideMenu {
    height: calc(100vh - 80px);
}

.configurationParameters .sideMenu {
    border-bottom-left-radius: 4px;
    padding:0 0 10px 0;
    background-color: #333333;
}
    .configurationParameters .sideMenu .searchBoxContainer .clearText {
        pointer-events:initial;
        cursor:pointer;
        right:20px;
    }
    .configurationParameters .sideMenu .searchBoxContainer .clearText:hover {
        color:red;
    }

    .configurationParameters .sideMenu .pageListContainer {
        padding: 0 10px 0 10px;
        overflow-x: hidden;
        overflow-y: auto;
        height: calc(100% - 44px);
    }
    .configurationParameters .sideMenu .searchBoxContainer {
        padding: 10px;
    }
        .configurationParameters .sideMenu .pageListContainer ul {
            margin:0;
            padding: 0;
        }
            .configurationParameters .sideMenu .pageListContainer ul li {
                padding: 10px;
                list-style:none;
                cursor:pointer;
            }
                .configurationParameters .sideMenu .pageListContainer ul li:not(.selectedPage):hover {
                    background-color: #515151;
                    border-top-left-radius: 4px;
                    border-bottom-left-radius: 4px;
                    margin-right: -10px;
                }
                .configurationParameters .sideMenu .pageListContainer ul li.selectedPage {
                    margin-right: -10px;
                    padding-left: 15px;
                    border-radius: 4px 0 0 4px;
                    background-color: white;
                }
                .configurationParameters .sideMenu .pageListContainer ul li a {
                    color: white;
                }
                    .configurationParameters .sideMenu .pageListContainer ul li a .fa.fa-search {
                        margin-right: 5px;
                        color: green;
                        /*text-shadow: 0px 0px 10px green;*/
                    }
                    .configurationParameters .sideMenu .pageListContainer ul li a .badge {
                        background-color: #3a8000;
                    }
                .configurationParameters .sideMenu .pageListContainer ul li.selectedPage a {
                    color: #333333;
                }

.configurationParameters .pageContent {
    padding: 0;
    background-color: #333333;
    font-size: 12px;
}
    .configurationParameters .pageContent form {
        padding: 10px;
        height: calc(100vh - 121px);
        overflow-y: auto;
        border-top-left-radius: 4px;
        background-color: white;
    }

    .configurationParameters .pageContent .checkbox input {
        cursor: pointer;
        height: 18px;
        width: 18px;
        margin: 0px 0 0px -20px;
    }   

    .configurationParameters .pageContent .panel-group .panel + .panel {
        margin-top: 10px;
    }

    .configurationParameters .pageContent .panel-group .panel.searchHit {
        border: 2px solid rgba(167, 216, 146, 0.83);
        box-shadow: 0px 0px 10px 0px rgba(167, 216, 146, 0.83);
    }
    .configurationParameters .pageContent .panel-group .panel .panel-heading .fa-search {
        margin-right:5px;
        color:green;
    }
    .configurationParameters .pageContent .panel-group .panel .panel-heading a {
        outline: none;
    }
    .configurationParameters .pageContent .panel-group .panel.searchHit .panel-heading a {
        color: #3c763d;
        font-weight:bold;
    }

    .configurationParameters .pageContent .modal-footer {
        bottom: 0;
        position: relative;
        width: 100%;
        background-color: white;
        margin: 0;
    }        

    .configurationParameters .pageContent .form-group {
        margin:0;
    }

    .configurationParameters .pageContent .inputButtonContainer {
        display: flex;
    }
        .configurationParameters .pageContent .undoButton {
            margin-left: 5px;
            padding-bottom: 2px;
            padding-top: 2px;
        }

    .configurationParameters .pageContent .parameter {
        padding:5px 0;
    }
        .configurationParameters .pageContent .parameter.searchHit {
            /*border: 1px solid transparent;*/
            border-radius: 4px;
            color: #3c763d;
            background-color: #dff0d86e;
            /*border-color: #b6dea6;*/
        }
    .configurationParameters .pageContent .uib-tooltip-container {
        margin-left: 5px;
    }
        .configurationParameters .pageContent .uib-tooltip-container:hover {
            cursor:pointer;
        }
    .configurationParameters .pageContent .timePicker tbody tr td.form-group {
        margin: 0;
    }

    .configurationParameters .pageContent .checkBoxParameter .inputButtonContainer,
    .configurationParameters .pageContent .timeParameter .inputButtonContainer,
    .configurationParameters .pageContent .dateParameter .inputButtonContainer,
    .configurationParameters .pageContent .shortDateParameter .inputButtonContainer {
        display: block;
    }
        .configurationParameters .pageContent .checkBoxParameter .inputButtonContainer .checkbox,
        .configurationParameters .pageContent .timeParameter .inputButtonContainer table,
        .configurationParameters .pageContent .dateParameter .inputButtonContainer date-time-picker,
        .configurationParameters .pageContent .shortDateParameter .inputButtonContainer date-time-picker {
            display: inline-block;
        }

        .configurationParameters .pageContent .checkBoxParameter .inputButtonContainer .btn,
        .configurationParameters .pageContent .timeParameter .inputButtonContainer .btn,
        .configurationParameters .pageContent .dateParameter .inputButtonContainer .btn,
        .configurationParameters .pageContent .shortDateParameter .inputButtonContainer .btn {
            float: right !important;
        }

    .configurationParameters .pageContent .checkBoxParameter .uib-tooltip-container {
        padding: 5px 0px;
    }

    .configurationParameters .pageContent .checkBoxParameter .fa-search {
        font-size: 14px;
        padding: 5px;
        color:green;
    }
    .configurationParameters .pageContent .checkBoxParameter label {
        /*text-align:left;*/
    }

    .configurationParameters .pageContent textarea {
        resize:vertical;
    }

    .configurationParameters .pageContent .multilineTextParameter .ta-toolbar {
        margin-bottom:5px;
    }
    .configurationParameters .pageContent .multilineTextParameter .ta-scroll-window,
    .configurationParameters .pageContent .multilineTextParameter .ta-bind {
        min-height: 100px;
    }

    /*Configuration Parameters Static Page*/

    .configurationParameters .pageContent .staticPage .searchHit {
        border-radius: 4px;
        color: #3c763d;
        background-color: #dff0d86e;
    }
    .configurationParameters .pageContent .staticPage {
        min-height:100px;
        max-height: 500px;
        overflow: auto;
    }
        .configurationParameters .pageContent .staticPage table {
            margin: 0;
        }

            .configurationParameters .pageContent .staticPage table .undoCell {
                min-width: 50px;
                width: 50px;
                max-width: 50px;
            }
                .configurationParameters .pageContent .staticPage .undoCell .undoButton {
                    margin-left: 0px;
                }

    /*Configuration Parameters Residual Risk*/
        .configurationParameters .pageContent .residualRisk table tr.searchHit {
            border: 2px solid rgba(194, 231, 178, 0.83);
            box-shadow: inset 0px 0px 10px 4px rgb(223, 240, 216);
        }

    .configurationParameters .pageContent .residualRisk table .timeCell table.uib-timepicker {
        margin:0 auto;
    }

    /*Configuration Parameters mitigation Trains*/ 
        .configurationParameters .pageContent .mitigationTrains table .dateCell,
        .configurationParameters .pageContent .mitigationTrains table .dropdownCell {
            min-width: 85px;
        }

    /*Configuration Parameters Sandite Runs*/
    .configurationParameters .pageContent .sanditeRuns table .labelCell {
        min-width: 130px;
    }
        .configurationParameters .pageContent .sanditeRuns table .integerCell {
            min-width: 76px;
            width: 200px;
        }

    /* mitigation Availablity*/
    .configurationParameters .pageContent .mitigationAvailablity table .dropdownCell {
                min-width:130px;
                width: 140px;
            }
            .configurationParameters .pageContent .mitigationAvailablity table .timeCell {
                min-width: 174px;
                width: 174px;
                text-align:center;
            }
            .configurationParameters .pageContent .mitigationAvailablity table .timeCell table {
                display:inline;
            }
            .configurationParameters .pageContent .mitigationAvailablity table .multilineTextCell {
                min-width: 250px;
            }

    /*Configuration Parameters mitigation Trains*/
            .configurationParameters .pageContent .leaffallDates table .labelCell {
                min-width: 180px;
            }
            .configurationParameters .pageContent .leaffallDates table .dateCell {
                min-width: 100px;
            }
            .configurationParameters .pageContent .leaffallDates table .dateCell input {
                text-align:center
            }

    /*Configuration Parameters Traffic Hours*/
    .configurationParameters .pageContent .alert {
        margin-bottom:5px;
    }    
            .configurationParameters .pageContent .trafficHours table .labelCell {
                text-align:center;
            }

            .configurationParameters .pageContent .trafficHours table .timeCell {
                min-width: 130px;
                width: 130px;
                text-align: center;
            }

    /*Configuration Parameters Moisture Sensor*/
            .configurationParameters .pageContent .moistureSensor table .textCell {
                min-width: 100px;
            }

    /*Configuration Parameters RBR Logic Options*/

    .configurationParameters .pageContent .moistureSensor table .labelCell {
        min-width: 180px;
    }


/*Configuration Parameters: Logic Structure*/
.applicationServiceManager.LogicStructureDialog .modal-body {
    max-height: calc(90vh - 130px);
    overflow-y: auto;
}

.applicationServiceManager.LogicStructureDialog .logicStructureNotes,
.applicationServiceManager.LogicStructureDialog table,
.applicationServiceManager.LogicStructureDialog table th {
    text-align: center;
}

.applicationServiceManager.LogicStructureDialog .logicStructureNotes,
.applicationServiceManager.LogicStructureDialog .logicStructureThemeName {
    color: blue;
    font-weight: bold;
}

.applicationServiceManager.LogicStructureDialog .modalHeightFix {
    padding: 3px;
}

.applicationServiceManager.LogicStructureDialog .tableContainer {
    padding-left: 3px;
    padding-right: 3px;
}

    .applicationServiceManager.LogicStructureDialog .tableContainer .panel-body {
        padding: 0px;
    }

    .applicationServiceManager.LogicStructureDialog .tableContainer table {
        margin-bottom: 0px;
    }

    .applicationServiceManager.LogicStructureDialog .tableContainer .logicStructureThemeName {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    
.applicationServiceManager.LogicStructureDialog .alert {
    padding: 5px;
    margin-bottom: 5px;
    text-align: left;
}

/* SPAR Location Configuration */
.sparLocationsDialog {
    max-height:calc(100vh - 50px);
}
.sparLocationsDialog .modal-body{
    max-height: calc(100vh - 150px);
    overflow-y:auto;
}
    .sparLocationsDialog .form-group {
        display:flex;
    }
    
    .sparLocationsDialog .form-group .mitigationLabel {
        margin-top: 5px;
        margin-bottom: 0px
    }

/* SPAR Location Configuration */
.trainParametersDialog {
    max-height: calc(100vh - 50px);
}

    .trainParametersDialog .modal-body {
        max-height: calc(100vh - 150px);
        overflow-y: auto;
    }

    .trainParametersDialog .trainsTable .checkboxCell {
        text-align:center;
    }

    .trainParametersDialog .trainsTable .checkboxCell .checkbox {
        margin: 0;
    }

    .trainParametersDialog .addNew .checkBoxParameter .checkbox {
        margin:0;
    }
    .trainParametersDialog .addNew .crossBlendTables table tbody tr:hover {
        cursor:default;
    }
    .trainParametersDialog .addNew .trainDeceleration {
        display:flex;
    }
    .trainParametersDialog .addNew .trainDeceleration input {
        padding-right: 33px;
    }
    .trainParametersDialog .addNew .trainDeceleration .inputAddon {
        margin-left: -35px;
        padding: 3px 3px;
    }

/*Configuration Parameters: SPAR Rule Configuration*/
.applicationServiceManager.SPARRuleConfigurationDialog .modal-body {
    padding: 0;
}
.applicationServiceManager.SPARRuleConfigurationDialog .actionsColumn,
.applicationServiceManager.SPARRuleConfigurationDialog .mapColumn {
    padding: 10px;
}

.applicationServiceManager.SPARRuleConfigurationDialog .actionsColumn .addNew .form-group {
    display: flex;
}

.applicationServiceManager.SPARRuleConfigurationDialog .conditionReports .innerContainer {
    min-height: 279px;
}

.applicationServiceManager.SPARRuleConfigurationDialog .entryTable .well {
    margin-bottom: 5px;
}

.applicationServiceManager.SPARRuleConfigurationDialog .modal-body .buttons {
    text-align: right;
    padding-top: 5px;
}

.applicationServiceManager.SPARRuleConfigurationDialog .tableContainer {
    margin-bottom: 5px;
    /*overflow: auto;*/
}

.applicationServiceManager.SPARRuleConfigurationDialog .innerContainer {
    overflow-y: auto;
}

/*@media (min-width: 768px) {
    .applicationServiceManager.SPARRuleConfigurationDialog .tableContainer {
        height: 268px;
    }

    .applicationServiceManager.SPARRuleConfigurationDialog .addNew .innerContainer {
        min-height: 150px;
    }
}

@media (max-width: 768px) {
    .applicationServiceManager.SPARRuleConfigurationDialog .actionsColumn {
        padding: 5px;
    }
}

@media (min-width: 992px) {
    .applicationServiceManager.SPARRuleConfigurationDialog .tableContainer {
        height: 410px;
    }

    .applicationServiceManager.SPARRuleConfigurationDialog .addNew .innerContainer {
        min-height: 362px;
    }
}

@media (min-width: 1050px) {
    .applicationServiceManager.SPARRuleConfigurationDialog .tableContainer {
        height: 425px;
    }

    .applicationServiceManager.SPARRuleConfigurationDialog .addNew .innerContainer {
        min-height: 375px;
    }
}

@media (min-width: 1250px) {
    .applicationServiceManager.SPARRuleConfigurationDialog .tableContainer {
        height: 531px;
    }

    .applicationServiceManager.SPARRuleConfigurationDialog .addNew .innerContainer {
        min-height: 465px;
    }
}

@media (min-width: 1650px) {
    .applicationServiceManager.SPARRuleConfigurationDialog .tableContainer {
        height: 655px;
    }

    .applicationServiceManager.SPARRuleConfigurationDialog .addNew .innerContainer {
        min-height: 660px;
    }
}*/

/* WSPAR Unit Management */
.wsparUnitConfiguration {
    max-height: calc(100vh - 50px);
}

    .wsparUnitConfiguration .modal-body {
        max-height: calc(100vh - 140px);  
        padding-right: 0px;      
    }

    .wsparUnitConfiguration .unitsTable .innerContainer {
        max-height: calc(100vh - 205px);
        overflow-y: auto;
        overflow-x: hidden;
        padding-right: 15px;
    }

    .wsparUnitConfiguration .unitsTable tr.disabled {
        color: #b0b0b0;
        cursor: not-allowed;
    }

    .wsparUnitConfiguration .unitsTable .itemRow td {
        vertical-align:middle;
    }

    .wsparUnitConfiguration .unitsTable .checkboxCell {
        text-align: center;
    }
        .wsparUnitConfiguration .unitsTable .checkboxCell .edit {
            margin: 10px 0;
        }

        .wsparUnitConfiguration .unitsTable .checkboxCell .checkbox {
            margin: 0;
            padding-top:5px;
        }
    .wsparUnitConfiguration .unitsTable .buttonsCell {
        padding: 7px 8px 3px 8px;
        width: 90px;
    }

    .wsparUnitConfiguration .exportButton[disabled] {
        cursor: not-allowed;
        pointer-events: none;
    }

/* Checklist */
.applicationServiceManager.checklistDialog a {
    outline:none;
}

.applicationServiceManager.checklistDialog .modal-body {
    overflow-y: auto;
    height: calc(100vh - 130px);
}

.applicationServiceManager.checklistDialog uib-accordion .groupPanel > .panel-heading {
    background-color: #d2d2d2;
}
.applicationServiceManager.checklistDialog uib-accordion .groupPanel.groupHasConflict > .panel-heading {
    background-color: #f0ad4d;
    color: white;
}
.applicationServiceManager.checklistDialog .panel-heading .completed .innerContainer {
    border-radius: 4px;
    cursor:pointer;
}
    .applicationServiceManager.checklistDialog .panel-heading .completed .innerContainer.isCompleted {
        color: #fff;
        background-color: #5cb85c;
    }
    .applicationServiceManager.checklistDialog .panel-heading .completed .innerContainer.outstanding {
        color: #fff;
        background-color: #d9534f;
    }

    .applicationServiceManager.checklistDialog .panel-heading .completed .innerContainer .checkbox {
        padding-top: 4px;
    }
        .applicationServiceManager.checklistDialog .panel-heading .completed .innerContainer .checkbox input; {
            cursor: pointer;
        }

.applicationServiceManager.checklistDialog .panel-heading .completed label {
    display: inline-table;
    cursor:pointer;
}
.applicationServiceManager.checklistDialog .panel-heading .completed .completedOutstandingLabel,
.applicationServiceManager.checklistDialog .panel-heading .completed .completedDate {
    display: block;
    min-width: 120px;
}

.applicationServiceManager.checklistDialog uib-accordion .groupPanel .panel-body:first-child {
    padding: 10px 10px 0px 10px;
}

.applicationServiceManager.checklistDialog uib-accordion .itemPanel {
    margin: 0 0 10px 0;
    border-radius: 0;
    border-color: #b7b7b7;
}
    .applicationServiceManager.checklistDialog uib-accordion .itemPanel.itemHasConflict {
        border-color: #f0ad4d;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgb(240, 173, 77);
    }
        .applicationServiceManager.checklistDialog uib-accordion .itemPanel.itemHasConflict .alert {
            border-radius: 0;
            margin: -5px -5px 10px -5px;
        }

    .applicationServiceManager.checklistDialog uib-accordion .itemPanel .panel-heading {
        border-radius: 0;
    }

    .applicationServiceManager.checklistDialog uib-accordion .itemPanel .panel-body.markedForDelete {
        background-color: whitesmoke;
    }

    .applicationServiceManager.checklistDialog uib-accordion .groupItemCount,
    .applicationServiceManager.checklistDialog uib-accordion .groupStatus {
        float: right;
        padding-left: 5px;
    }
        .applicationServiceManager.checklistDialog uib-accordion .groupStatus.groupStatus-Red {
            color: #a94442;
            font-weight:bold;
        }

.applicationServiceManager.checklistDialog .dueDate.dueDateColour-Red input {
    color: #a94442;
    background-color: #f2dede !important;
}
.applicationServiceManager.checklistDialog .dueDate.dueDateColour-Green input {
    color: #3c763d;
    background-color: #dff0d8 !important;
}

.applicationServiceManager.checklistDialog .newItem .panel-heading > div > div{
    font-size:15px;
}

.applicationServiceManager.checklistDialog .enableDueDate {
    text-align: right;
}
    .applicationServiceManager.checklistDialog .enableDueDate label,
    .applicationServiceManager.checklistDialog .enableDueDate .checkbox.checkbox-primary {
        display: inline;
    }
    .applicationServiceManager.checklistDialog .enableDueDate .checkbox.checkbox-primary {
        margin-left:5px;
        margin-right: -10px;
    }
    .applicationServiceManager.checklistDialog .enableDueDate .checkbox input {
        margin-top: 0px;
        display: inline;
    }
    .applicationServiceManager.checklistDialog .enableDueDate .checkbox label::after {
        display: inline;
        margin-left: -22px;
        top: -2px;
    }

.applicationServiceManager.checklistDialog .customGroupLabel {
    text-align:center;
}


.checklistConflictsDialog .modal-header {
    color: #fff;
    background-color: #d58512;
}

/* Scheduled Works */
.applicationServiceManager.scheduledWorksDialog .modal-body {
    padding: 0px;
}

.applicationServiceManager.scheduledWorksDialog .actionsColumn,
.applicationServiceManager.scheduledWorksDialog .mapColumn {
    padding: 10px;
}

.applicationServiceManager.scheduledWorksDialog .innerContainer {
    margin-bottom: 5px;
}

.applicationServiceManager.scheduledWorksDialog .conditionReports .innerContainer {
    min-height: 279px;
    overflow-y: auto;    
}

.applicationServiceManager.scheduledWorksDialog .entryTable .well {
    margin-bottom: 5px;
}

.applicationServiceManager.scheduledWorksDialog .conditionReports .buttons,
.applicationServiceManager.scheduledWorksDialog .addNew .buttons {
    text-align: right;
}

.applicationServiceManager.scheduledWorksDialog table tbody td.affectsMitigationCheckColumn {
    text-align: center;
}


.applicationServiceManager.scheduledWorksDialog .mapColumn .nav-tabs .uib-tab {
    margin-bottom: -3px;
}
    .applicationServiceManager.scheduledWorksDialog .mapColumn .nav-tabs .uib-tab.active a{
        background-color: #cecece;
        font-weight: bold;
    }
.applicationServiceManager.scheduledWorksDialog .mapColumn .widget-custom.map {
    border:none;
}

/* Special Service */

.applicationServiceManager.specialServiceDialog a {
    outline: none;
}
.applicationServiceManager.specialServiceDialog .modal-body {
    overflow-y: auto;
    height: calc(100vh - 130px);
}
.applicationServiceManager.specialServiceDialog uib-accordion .groupPanel > .panel-heading {
    background-color: #d2d2d2;
}
.applicationServiceManager.specialServiceDialog uib-accordion .deleteButton{
    margin-top: 5px;
}
.applicationServiceManager.specialServiceDialog uib-accordion .groupPanel.markedForDelete .panel-heading {
    background-color: #f2dede;
    color: #a94442;
}
.applicationServiceManager.specialServiceDialog uib-accordion .groupPanel.markedForDelete .panel-body {
    background-color: whitesmoke;
}
.applicationServiceManager.specialServiceDialog uib-accordion .deleteButton button {
    margin-top: 5px;
}
.applicationServiceManager.specialServiceDialog .mitigationPaths .btn.editMitigationPaths {
    margin-bottom: 5px;
}
.applicationServiceManager.specialServiceDialog .mitigationPaths table {
    margin-bottom: 0px;
}

.applicationServiceManager.specialServiceDialog .newItem .panel-heading > div > div {
    font-size: 15px;
}

.applicationServiceManager.specialServiceDialog .mitigationPaths table .selectedPath,
.specialServiceEditMitigationPathsDialog .selectedPath {
    background-color: #dff0d8 !important;
}
.specialServiceEditMitigationPathsDialog .mitigationPathsTable {
    max-height: calc(100vh - 180px);
    overflow-y: auto;
}
.specialServiceEditMitigationPathsDialog .mitigationPathsTable tr {
    cursor: pointer;
}

/* Site Explorer Matrix Manager */
.siteExplorerMatrixManager .modal-body {
    max-height: calc(100vh - 130px);
}
    .siteExplorerMatrixManager .modal-body .panel-body {
        max-height: calc(100vh - 390px);
        overflow-y: auto;
    }

.siteExplorerMatrixManager .selectedThemesCount {
    padding:5px;
}
/* Report Contacts */
.applicationServiceManager.ReportContactsDialog .modal-body {
    padding-left: 0px;
    padding-right: 0px;
}
.applicationServiceManager.ReportContactsDialog .reports {
    max-height: calc(90vh - 130px);
    overflow-y: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.applicationServiceManager.ReportContactsDialog .addEditReports {
    max-height: calc(90vh - 130px);
    overflow-y: auto;
    overflow-x: hidden;
}

.applicationServiceManager.ReportContactsDialog .tableContainer tbody .reportContactsNameTd {
     height: 37px;
}

.applicationServiceManager.ReportContactsDialog .tableContainer tbody .activeCheckColumn,
.applicationServiceManager.ReportContactsDialog .tableContainer tbody .contactCountCell {
    text-align: center;
}

.applicationServiceManager.ReportContactsDialog .form-group {
    padding-bottom: 5px;
    margin: 0px 5px 0px 5px;
    display: flex;
}

    .applicationServiceManager.ReportContactsDialog .form-group .checkbox {
        padding-left: 26px;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .applicationServiceManager.ReportContactsDialog .scheduleReportCheckbox .checkbox {
        padding-left: 35px;
    }
    
    .applicationServiceManager.ReportContactsDialog .form-group .panel-body {
        padding: 0px;
    }
    
    .applicationServiceManager.ReportContactsDialog .reportRecipientsTable {
        padding-left: 10px;
        padding-right: 20px;
    }

    .applicationServiceManager.ReportContactsDialog .form-group .reportRecipients {
        margin-bottom: 5px;
        width: 100%;
    }

.applicationServiceManager.ReportContactsDialog .sendReportAt {
    padding-bottom: 0px;
}

.applicationServiceManager.ReportContactsDialog .form-group .uib-separator {
    vertical-align: initial;
    padding-right: 4px;
}

.applicationServiceManager.ReportContactsDialog .form-group .uib-time {
    margin-left: 0px;
}

.applicationServiceManager.ReportContactsDialog .form-group .tableContainer tbody td .checkbox {
    text-align: center;
}

/*Security Permissions*/
.securityPermissions {
    max-height: calc(100vh - 50px);
}
    .securityPermissions .modal-body {
        max-height: calc(100vh - 150px);
        overflow-y: auto;
    }

    .securityPermissions .checkbox {
        margin: 0px;
        font-size: inherit;
        color: inherit;
    }
    .securityPermissions .checkbox-primary input[type="checkbox"]:checked + label::before {
        background-color: #31708f;
        border-color: #337ab7;
    }
        .securityPermissions .checkbox label::after {
            display: inline-block;
            position: absolute;
            width: 16px;
            height: 16px;
            left: 0;
            top: -2px;
            margin-left: -20px;
            padding-left: 3px;
            padding-top: 0px;
            font-size: 10px;
            color: #555555;
        }
        .securityPermissions .checkbox:hover {
            background-color: inherit;
        }
            .securityPermissions .checkbox:hover label {
                font-weight: inherit;
            }

    .securityPermissions .tree .checkbox input {
        pointer-events: none;
        height: 17px;
        width: 18px;
        margin-left: -20px;
        margin: 1px 0 0;
    }

/* Theme Season Matrix */
.themeSeasonMatrixDialog .modal-body {
    padding:0;
}

.themeSeasonMatrixDialog .tableContainer {
    overflow: auto;
    max-height: calc(100vh - 90px);
}
    .themeSeasonMatrixDialog .tableContainer table tr.notActive td {
        background-color: #c1c1c1;
    }
    .themeSeasonMatrixDialog .tableContainer table td.tdCellTheme {
        font-size: 11px;
    }
    .themeSeasonMatrixDialog .tableContainer table td.dataCell {
        font-size: 11px;
    }
    .themeSeasonMatrixDialog .tableContainer table td.dataCell span{
        font-size: 11px;
        padding: 2px 5px;
        background-color: rgba(255, 255, 255, 0.50);
        border-radius: 4px;
    }

    .themeSeasonMatrixDialog .tableContainer table td.Green {
        background-color: #dff0d8;
        color: #3c763d;
    }
    .themeSeasonMatrixDialog .tableContainer table td.DarkGreen {
        background-color: darkgreen;
        color: #dff0d8;
    }
    .themeSeasonMatrixDialog .tableContainer table td.Orange {
        background-color: #fcf8e3;
        color: #8a6d3b;
    }
    .themeSeasonMatrixDialog .tableContainer table td.Red {
        background-color: #f2dede;
    }
    .themeSeasonMatrixDialog .tableContainer table td.Blue {
        background-color: #337ab7;
    }
    .themeSeasonMatrixDialog .tableContainer table td.DarkGrey {
        background-color: #333;
    }

    .rbrEvent table tr.Red {
        background-color: #f2dede;
    }
/*===============================User Management====================================*/
.addEditUser {
    max-height: calc(100vh - 50px);
}

    .addEditUser .modal-body {
        max-height: calc(100vh - 150px);
        overflow-y: auto;
    }
    .addEditUser .panel.panel-default:last-child {
        margin: 0;
    }
.addEditUser table {
    margin:0;
}
    .addEditUser table .emptyHeaderCell {
        border-right: 2px solid #ddd;
    }
    .addEditUser table .roleHeaderCell {
        border-right: 2px solid #ddd;
        padding-top: 13px;
    }
.addEditUser .checkbox input {
    cursor: pointer;
    height: 16px;
    width: 16px;
    margin: 0px 0px 0px -20px;
}
    .addEditUser .checkbox label::after {
        display: inline-block;
        position: absolute;
        width: 16px;
        height: 16px;
        left: 0;
        top: 0;
        margin-left: -20px;
        padding-left: 1px;
        padding-top: 1px;
        font-size: 11px;
        color: #555555;
    }
 
    .addEditUser .detailsPanel {
        padding: 10px 10px 0px 10px;
    }

    .addEditUser .rolesPanel {
        padding: 0px;
    }

.user-management-loading-spinner{
    position:fixed !important;
}
/*=======================================Dashboard====================================== */
.widget-fullscreen .modal-dialog {
    width: 100% !important;
    height: 100%;
    padding: 0;
    margin: 0;
    border-radius: 0;
}
.dashboard-modal .modal-content {
    height: 100%;
    min-height: 100%;
    height: auto;    
    border-radius: 0;
    border-width:0;
}

.dashboard-modal .modal-content .modal-header {
    border-radius: 0;
    border-radius: 0;
    border-width: 0;
}

.dashboard-modal .modal-content .modal-footer{
    display:none;
}  

.dashboard-modal .modal-body{
    padding:0
}

.dashboard-modal .modal-body .widget-custom.enablePadding{
    padding:10px;
}

/*-----Dashboard/Index-----*/

.dashboard.dashboardIndex .well {
    margin-bottom: 0;
    border-color: #2e6da4;
    background-color: white;
    padding:5px;
    box-shadow: 0 0 20px #CACACA;
}

.dashboard.dashboardIndex .controlBoardDashboard {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-width: 0;
}

.dashboard.dashboardIndex .normalDashboard {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    box-shadow: 0 8px 20px #CACACA;
}

.dashboard.dashboardIndex .subscribedDashboard {
    /*background-color: #fff7ec;*/
    border-color: black;
}

.dashboard.dashboardIndex .publishedDashboard {
    border-color: #4cae4c;
}

.dashboard.dashboardIndex .atDashboardContainer {
    position: relative;
}

.dashboard.dashboardIndex .disableOverlay,
/*.loadingOverlay
 {
    background: rgba(255, 255, 255, 0.75);
    overflow: visible;
    position: absolute;
    color: #808080;
    z-index: 1029;
    top: 1px;
    bottom: 1px;
    left: 1px;
    right: 1px;
}

.loadingOverlay {
    background: rgba(255, 255, 255, 0.50);
    top:0;
    min-height: 100%;
    height: 100%;
    max-height: 100%;
}*/

.dashboard.dashboardIndex .dashboardEditMode {
    box-shadow: inset 0 0 7px 0 #008CFF !important;
}

.dashboard.dashboardIndex .publishedDashboardEditMode {
    box-shadow: inset 0 0 7px 0 #4cae4c !important;
}

.dashboard.dashboardIndex .column {
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 2px;
}

.dashboard.dashboardIndex .sortable-chosen {
    box-shadow: 0 0 20px #5a5a5a;
}

/*-----Dashboard/DashboardTitle-----*/
.dashboard.dashboardTitle.operationalAccat {
    height: 0;
    margin:0;
}

.dashboard.dashboardTitle {
    height: 34px;
    margin:0 0 1px 0;
    padding-left:5px;
    /*margin-bottom: 10px;
    margin-right: -10px;
    margin-left: -10px;*/
}

    .dashboard.dashboardTitle .title {
        margin-top: 5px;
        display: inline-block;
        color: #337AB7;
    }

/*---Dashboard contents---*/
.dashboard.dashboardIndex .dashboard > .row{
    margin:0;
}

/*-----Dashboard/WidgetAdd-----*/
.dashboard.widgetAdd .modal-body .pageLoading {
    padding-top: 50px;
    padding-bottom: 50px;
}

.dashboard.widgetAdd .widgetTypes .btn {
    width: 100%;
}

.dashboard.widgetAdd .buttonContainer {
    text-align: center;
}

.dashboard.widgetAdd .thumbnail {
    position: relative;
    padding: 0px;
    margin-bottom: 20px;
}

    .dashboard.widgetAdd .thumbnail img {
        width: 100%;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }

.dashboard.widgetAdd .thumbnail .description{
    min-height: 83px;
}
.dashboard.widgetAdd .widget {
    min-height: 314px;

}
.dashboard.widgetAdd .thumbnail .caption {
    height: 197px;
}

/*-----Dashboard/WidgetTitle-----*/
/*.dashboard .column:after {
    display: block;
    content: "";
    min-height: 120px;
    text-align: center;
    background-color: #cacaca;
    color: #f7f7f7;
}*/
.dashboard .column .addWidgetBox {
    min-height: 120px;
    text-align: center;
    /* background-color: #cacaca; */
    color: #e6e6e6;
}
    .dashboard .column .addWidgetBox:after {
        font-family: 'FontAwesome';
        font-size: 30px;
        position: relative;
        top: 40px;
        content: "\f067";
    }
    .dashboard .column .addWidgetBox:hover {
        box-shadow: #d3ebff 0px 0px 10px 3px;
        border: #4fadff solid 1px;
        border-radius: 4px;
        background-color: #e6e6e6 !important;
        color: #ababab;
        cursor: pointer;
    }

.dashboard .column .addWidgetBox button {
    margin: auto auto;
    display: block;
    transform: translateY(150%);
}

.dashboard .column .widget.panel {
    margin-bottom: 5px;
    border-color: #b7b7b7;
    box-shadow: 0 0 4px #C3C3C3;
}

.dashboard .column .widget.panel .panel-heading{
    padding:0 0 0 5px;
}

.dashboard .widgetTitle .page-header {
    margin-top: 0px;
    margin-bottom: 0px;
    border-bottom-width: 0px;
    padding-bottom: 0px;
}

.dashboard .widgetTitle .btn-toolbar {
    margin-left: 0px;
    margin-top: -6px;
    margin-right: -1px;
    height: 30px;
}

.dashboard .widgetTitle .btn-toolbar .btn{
    padding: 5px 9px 5px 9px;
    height:31px;
    border-top-color:#b7b7b7;
}

.dashboard .controlBoardDashboard .widgetTitle .btn-toolbar .btnQuickSettings, 
.operationalAccat .dashboard .widgetTitle .btn-toolbar .btnQuickSettings{
    display:none;
}

.dashboard .widgetTitle h2 {
    padding-top:2px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.dashboard .widgetTitle .title {
    color: #397DB9;
    font-size: 14px;
    margin: 5px 0 5px 0;
}

.dashboard.widgetTitle .btnCollapse {
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.dashboard.widgetTitle .btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-right-radius: 0;
    border-top-color:#b7b7b7;
    border-right-color:#b7b7b7;
}

.dashboard.widgetTitle .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

/*=======================================FileUploader====================================== */

.fileUploader {
    background-color: #fff;
}

    .fileUploader .btn-file {
        position: relative;
        overflow: hidden;
    }

        .fileUploader .btn-file input[type=file] {
            position: absolute;
            top: 0;
            right: 0;
            min-width: 100%;
            min-height: 100%;
            font-size: 100px;
            text-align: right;
            filter: alpha(opacity=0);
            opacity: 0;
            outline: none;
            background: white;
            cursor: inherit;
            display: block;
        }

    .fileUploader h3 {
        margin-top: 0;
    }

    .fileUploader table {
        margin-bottom: 0;
    }

    .fileUploader .existingAttachments .undoButton {
        width: 83px;
    }

    .fileUploader .buttonColumn {
        min-width: 93px;
        width: 93px;
    }

    .fileUploader .markForDelete {
        background-color: #F2DEDE !important;
    }

    .fileUploader .addRemoveButtonRow {
        margin-top: 10px;
    }


/*=======================================Workspace====================================== */

/*-----Workspace/AddEditDialog-----*/
.workspace.addEditDialog input {
    max-width: 100%;
}

.workspace.addEditDialog .toggleButton {
    padding-top: 3px;
    padding-bottom: 1px;
    padding-left: 11px;
    min-width: 40px;
    border-color: black;
    border-width: 2px;
}

.workspace.addEditDialog h4 {
    margin-bottom: 0;
}

.workspace.addEditDialog textarea{
    min-height:44px;
    width:100%;
    max-width:100%;
    resize: vertical;
}

.workspace.addEditDialog .structures .btn {
    width: 100%;
}

.workspace.addEditDialog .buttonContainer {
    text-align: center;
}

.workspace.addEditDialog .structuresContainer {
    margin-top: 0px;
    padding-top: 15px;
}

.workspace.addEditDialog .structuresError {
    box-shadow: inset 0 0 10px #a94442;
    border-radius: 4px;
}

.workspace.addEditDialog .thumbnail {
    position: relative;
    padding: 0px;
    margin-bottom: 20px;
}

    .workspace.addEditDialog .thumbnail img {
        width: 100%;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }

.workspace.addEditDialog .hasControlBoardContainer {
    margin-left: 15px;
}

/*-----Workspace/EditDialog-----*/
.workspace.editDialog input {
    max-width: 100%;
}

/*-----Workspace/Index-----*/
.workspace.index .btnManager {
    padding-bottom: 4px;
    padding-top: 4px;
}

.workspace.index .nav-tabs .workspaceManagementTab a {
    padding:0;
    margin-right: 0px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-left-width: 0px;
}

.workspace.index .nav-tabs .workspaceManagementTab button {
    border-bottom-width: 0px;
    height: 30px;
}

.workspace.index .nav-tabs .workspaceManagementTab .addWorkspaceButton {
    border-bottom-left-radius: 0;
}

.workspace.index .nav-tabs .workspaceManagementTab .workspaceManagerButton {
    border-bottom-right-radius: 0;
}

.workspace.index .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #337ab7;
}

.workspace.index .nav-tabs .workspaceCommentsButton{
    outline:none;
    cursor:pointer;
    /*padding-bottom: 2px;
    padding-top: 0px;
    padding-left: 5px;
    padding-right: 5px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    color: inherit;
    background-color: initial;
    margin-bottom: 0px;*/
}

.workspace.index .editTabName {
    padding-left: 0;
    margin-bottom: 0;
    top: -3px;
}

    .workspace.index .editTabName input {
        padding-top: 4px;
        padding-bottom: 4px;
        height: 28px;
    }

.workspace.index .btnEditTabName {
    margin-left: 0;
}

.workspace.index .btnEditTabNamePadding {
    margin-left: 10px;
}

    .workspace.index .btnEditTabNamePadding.published {
        color: black;
    }

.workspace-index .tab-pane {
    padding-top: 20px;
}

/* Remove :hover style. Doesn't play well with
    moving DOM from under mouse when in :hover */
.workspace.index .nav-tabs > li:hover > a {
    background: transparent;
    border-color: transparent;
}

.workspace.index .nav-tabs > li.active > a {
    border-color: #2e6da4;
    background: #dff0d8;
    box-shadow: inset 1px 1px 0px white;
    top: 1px;
    height: 31px;
    margin-top: -1px;
    font-weight: bold;
    font-size: 16px;
}

.workspace.index .nav-tabs > li > a {
    outline: none;
    border-color: #B7B7B7;
    border-bottom-width: 0;
    background: white;
    box-shadow: inset 0 -15px 20px #d0d0d0;
    padding-bottom: 4px;
    padding-top: 4px;
    height:30px;
    color: #306796;
}

.workspace.index .nav-tabs > li.hover > a {
    color: #337AB7;
    background: #f1f1f1;
    border-color: #337AB7;
}

.workspace.index .nav-tabs > li.addWorkspaceTab a {
    background-color: #337AB7;
    border-width: 1px 1px 0px 1px;
    border-color: #337AB7;
    color: white;
    box-shadow: 0 0 0 white;
}

.workspace.index .nav-tabs li {
    z-index: 1;
}

.workspace.index .nav-tabs > li.dragging {
    opacity: 0.5;
}

/*Subscribed Workspace Tab Styling*/
.workspace.index .nav-tabs > .subscribedWorkspaceTab a {
    color: #838383;
}

.workspace.index .nav-tabs > .subscribedWorkspaceTab:hover > a {
    color: black;
    border-color: black;
}

.workspace.index .nav-tabs > .subscribedWorkspaceTab.active > a {
    color: black;
    border-color: black;
    /*background-color: #fff7ec;*/
}

/*Published Workspace Tab Styling*/
.workspace.index .nav-tabs > .publishedWorkspaceTab a {
    color: #357435;
    /*border-color: #4cae4c;*/
}

.workspace.index .nav-tabs > .publishedWorkspaceTab:hover a {
    color: #4cae4c;
    border-color: #4cae4c;
}

.workspace.index .nav-tabs > .publishedWorkspaceTab.active a {
    color: #4cae4c;
    border-color: #4cae4c;
}

/*-----Workspace/WorkspaceComments-----*/
/*Modal*/
.workspaceComments .modal-body{
    padding: 10px 10px 0 10px;
}
.workspaceComments .modal-footer{
    padding: 5px 10px 5px 10px;
}    
/*textAngular*/
.workspaceComments .toggleEditorButtonGroup{
    /*float:right;*/
    text-align:right;
    margin-bottom:5px;
}
.workspaceComments .toggleEditorButtonGroup .btn{
        
}
.workspaceComments .parentCommentPreview {
    padding:0;
    color:grey;
}
.workspaceComments .parentCommentPreview .panel{
    margin-bottom:5px;
}
.workspaceComments .ta-toolbar .btn-group{
    margin-bottom:5px;
}
.workspaceComments .ta-editor {
    min-height: 300px;
    height: auto;
    overflow: auto;
    font-family: inherit;
    font-size: 100%;
    margin:0 0 5px 0;
}
/*Comment List styles*/
.workspaceComments .comment-list .row {
  margin-bottom: 0px;
}
.workspaceComments .comment-list .panel .panel-heading {
  padding: 4px 15px;
  position: absolute;
  border:none;
  /*Panel-heading border radius*/
  border-top-right-radius:0px;
  top: 1px;
}
.workspaceComments .comment-list .panel .panel-heading.right {
  border-right-width: 0px;
  /*Panel-heading border radius*/
  border-top-left-radius:0px;
  right: 16px;
}
.workspaceComments .comment-list .panel .panel-heading .panel-body {
  padding-top: 6px;
}
.workspaceComments .comment-user{
      display:block;
  } 
.workspaceComments .comment-list .thumbnail{
    padding:0 0 5px 0;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
     /* IE10+ CSS styles go here */
     .workspaceComments .comment-list .thumbnail .avatar svg{
        height:45px;
    }
}
.workspaceComments .comment-list .avatar{
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding:10px;
}    
.workspaceComments .comment-list .avatar text{
    font-family: Arial, Helvetica, sans-serif;
}
.workspaceComments .comment-list figcaption {
  /*For wrapping text in thumbnail*/
  word-wrap: break-word;
}
/* Portrait tablets and medium desktops */
@media (min-width: 768px) {
    .workspaceComments .comment-user {
        display: none;
    }

    .workspaceComments .parentCommentPreview .comment-user {
        display: block;
    }

    .workspaceComments .comment-list .arrow:after,
    .workspaceComments .comment-list .arrow:before {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        border-color: transparent;
    }

    .workspaceComments .comment-list .panel.arrow.left:after,
    .workspaceComments .comment-list .panel.arrow.left:before {
        border-left: 0;
    }
    /*****Left Arrow*****/
    /*Outline effect style*/
    .workspaceComments .comment-list .panel.arrow.left:before {
        left: 0px;
        top: 30px;
        /*Use boarder color of panel*/
        border-right-color: inherit;
        border-width: 16px;
    }
    /*Background color effect*/
    .workspaceComments .comment-list .panel.arrow.left:after {
        left: 1px;
        top: 31px;
        /*Change for different outline color*/
        border-right-color: #FFFFFF;
        border-width: 15px;
    }
}
.workspaceComments .comment-list .comment-post {
  margin-top: 6px;
}

.workspaceComments .comment-list .actionsContainer .lastEdited{
    padding-top:8px;
}
.workspaceComments .alert{
    margin-bottom:5px;
}

/*-----Workspace/Manager-----*/

.workspace.manager .nav-tabs {
    border-bottom-right-radius: 0;
    height: 30px;
}

    .workspace.manager .nav-tabs a {
        color: #838383;
        padding: 4px 15px 4px 15px;
        padding-bottom: 6px;
        border-width: 1px 1px 1px 1px;
        border-color: #ddd;
        /*box-shadow: inset 0 -5px 18px #c5c5c5;*/
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,bababa+100&0+41,0.65+95,0.65+100 */
        background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(76,76,76,0) 41%, rgba(177,177,177,0.65) 95%, rgba(186,186,186,0.65) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(76,76,76,0) 41%,rgba(177,177,177,0.65) 95%,rgba(186,186,186,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(76,76,76,0) 41%,rgba(177,177,177,0.65) 95%,rgba(186,186,186,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6bababa',GradientType=0 ); /* IE6-9 */
    }

    .workspace.manager .nav-tabs li.active a {
        color:#337ab7;
        background: white;
        box-shadow: inset 1px 1px 0px white;
    }

.workspace.manager .tab-content .tab-pane .workspaceList .myWorkspaceListItem:first-child,
.workspace.manager .tab-content .tab-pane .publishedWorkspaceList .publishedWorkspaceItem:first-child,
.workspace.manager .tab-content .tab-pane .archivedWorkspaceList .archivedWorkspaceItem:first-child,
.workspace.manager .tab-content .tab-pane .templateWorkspaceList .templateWorkspaceItem:first-child {
    border-top-width: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.workspace.manager input {
    max-width: 100%;
}

.workspace.manager .list-group .list-group-item{
    padding: 8px 15px 8px 15px;
}

.workspace.manager .workspaceList a {
    margin-bottom: 0;
    border-bottom-width: 0;
}

.workspace.manager .workspaceList > a:last-child {
    border-bottom-width: 1px;
}

.workspace.manager .workspaceList, .workspace.manager .publishedWorkspaceList,
.workspace.manager .workspaceList, .workspace.manager .archivedWorkspaceList,
.workspace.manager .workspaceList, .workspace.manager .templateWorkspaceList {
    padding: 0 15px 0 15px;
}

    .workspace.manager .workspaceList .workspaceName, .workspace.manager .publishedWorkspaceList .workspaceName,
    .workspace.manager .workspaceList .workspaceName, .workspace.manager .archivedWorkspaceList .workspaceName,
    .workspace.manager .workspaceList .workspaceName, .workspace.manager .templateWorkspaceList .workspaceName {
        margin-top: 5px;
        margin-bottom: 5px;
    }
        
.workspace.manager .selectedWorkspaceToMove {
    background-color: #337ab7;
    border-color: #2e6da4;
}

.workspace.manager .alert {
    margin:10px 0 0 0;
}

/*-----Workspace/WorkspaceDetails-----*/
.workspaceDetails .detail{
    padding-top:3px;
    word-wrap: break-word;
}


/*=======================================Widgets====================================== */

.widget-custom {
    position: relative;
    min-height: 40px;
}

.widget .alert {
    padding: 10px !important;
}
/*.widget-custom .spinner {
    
    position: absolute;
    width: 0px;
    z-index: 2000000000;
    left: 50%;
    top: 23% !important;
}*/
/*EDIT*/
.modal-dialog .form-group #widgetTitle{
    width: 100%;
    min-width: 100%;
}

.widgetEditBase textarea{
    min-width:100%;
    resize:vertical;
}

/*-----Workspace/WidgetDetails-----*/
.widgetDetails .detail{
    padding-top:3px;
    word-wrap: break-word;
}

/*Control Board*/
.dashboard.dashboardIndex .controlBoardDashboard .widget .panel-body{
    padding:0;
}
.dashboard.dashboardIndex .controlBoardDashboard .widget .form-group{
    margin:0;
}
.dashboard.dashboardIndex .controlBoardDashboard .widget .form-group select{
    max-width:100%;
    border:0;
}

.dashboard.dashboardIndex .controlBoardDashboard .widget .alert{
    margin:0;
}

/*Normal Board*/
.dashboard.dashboardIndex .normalDashboard .widget .panel-body{
    padding:0;
}

/*Operational Dashboard*/
.operationalAccat .dashboard .panel-body{
    padding:0;
}

/*Date Selector*/
.controlBoardDashboard .dateSelector .input-group{
    max-width:100%;
    width:100%;
}

.widget-custom.theme-history .widgetContent{
    overflow-x:auto;
}

.widget-custom.theme-history table{
    margin-bottom:0;
    min-width:225px;
}
.widget-custom.theme-history.peripheralWidget .table-wrapper {
        max-height:100%;       
        overflow: auto;
        margin:0;        
    }
    .widget-custom.theme-history .table-wrapper {
        max-height: 300px;
        overflow: auto;
    }

.dashboard-modal .modal-body .widget-custom.theme-history .full-width.table-wrapper{
    max-height:100%
}

/*Widget Custom*/

.widget-custom .col-min-width {
    -moz-min-width: 300px;
    -ms-min-width: 300px;
    -o-min-width: 300px;
    -webkit-min-width: 300px;
    min-width: 300px;
}
.widget-custom .multiselect .dropdown-header {
    display: block;
    padding: 3px 10px;
    font-size: 12px;
    line-height: 1;
    color: #c0c0c0;
    white-space: nowrap;
}
.widget-custom .multiselect .dropdown-menu li [disabled] {
    cursor: not-allowed;
    -ms-opacity: .5;
    opacity: .5; 
     pointer-events: none;
}
.widget-custom ul.quickOptions{
    list-style: none;
    margin-left: 0;
    margin-bottom:0;
    padding-left: 0;
    overflow:hidden;      
}
.widget-custom .dropdown-multiselect > ul {
    z-index: 1100;
}

    .widget-custom ul.quickOptions > li {
        padding: 0 5px 0 5px;
        float: left;
        min-height: 60px;
    }

.widget-custom ul.quickOptions.noLabelSpacer > li,
.operationalAccat .widget-custom ul.quickOptions > li,
.widget-custom.operationalWidget ul.quickOptions > li {
    min-height: 30px;
    height: 30px;
}

    .widget-custom ul.quickOptions > li .form-group{
        margin:0;
    }

        .widget-custom ul.quickOptions li.full-width {
            width: 100%;
            padding:0;
        }        

.widget-custom .quickOptions button {
            padding-top: 2px;
            padding-bottom: 3px;
            height: 26px;
        }

.widget-custom-edit select {
    max-width: 340px;
}

/*.widget-custom .alert:first-child{    
    margin:0;
}

.widget-custom .alert:last-child{
    margin-top:5px;
    margin-bottom:0;
}*/

.widget-custom .alert{
    margin:0px;   
}

/*Widget Edit*/

.widget-custom-edit-group-btn {
    padding-top: 17px;
}

.widget-custom-edit > .form-group > .input-group {
    min-width: 100%;
    width: 100%;
    max-width: 100%;
}

.widget-custom-edit .form-group .input-group select{
    width: 100%;
    min-width: 100%;
    max-width: 100%;
}

.widget-custom-edit .form-group .input-group .dateTimePicker{
    width: 225px;
}
.dateTimePicker .form-control[readonly]{
    background-color: white !important;
}
.dateTimePicker .form-control[disabled]{
    background-color: #eee !important;
}
.widget-custom-edit .form-group .input-group .input-group-sm{
    padding-top: 0px;
    margin-top: 10px;
}

/*---Mapbox---*/
.widget-custom.mapbox{
    background-color:#343332;  
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;  
}

.widget-custom.mapbox label{
    font-weight:normal;
    color:white;
}
div.mapboxgl-control-container > div.mapboxgl-ctrl-bottom-right > div{ /*Hide copyright*/
    /*display:none;*/
}
.widget-custom.mapbox .alertBrowserNotSupported{
    margin:0;
    border-top-left-radius:0;
    border-top-right-radius:0;
}

.widget-custom.mapbox .alert{
    border-color: #343332;
}

/*When a dashboard widget*/
.panel .widget-custom.mapbox ul{
    margin-bottom:0;
}
.panel .widget-custom.mapbox .full-width{
    padding-left:0;
    padding-right:0;
}
.panel .widget-custom.mapbox canvas{
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
} 
/*When fullscreen Modal*/   
.dashboard-modal .modal-content .modal-body .widget-custom.mapbox .widgetContent{
    overflow:hidden;
}
.dashboard-modal .modal-content .modal-body .widget-custom.mapbox .instance{
    padding-left:15px;
}    

/*---Graph Widget---*/
.widget .widget-custom.charts.bar-chart .widgetContent .graph-wrapper,
.widget .widget-custom.charts.line-chart .widgetContent .graph-wrapper{
    padding: 5px 5px 0 0;   
}

.widget .widget-custom.charts.pie-chart .widgetContent .graph-wrapper,
.widget .widget-custom.charts.radar-chart .widgetContent .graph-wrapper{
    padding: 2px;
}

/*.dashboard-modal.in .modal-body adf-widget-content .widget-custom.charts.bar-chart .full-width.widgetContent > div,
.dashboard-modal.in .modal-body adf-widget-content .widget-custom.charts.line-chart .full-width.widgetContent > div {
    padding-right:10px;
}
.dashboard-modal.in .modal-body adf-widget-content .widget-custom.charts.bar-chart .full-width.widgetContent > div.noLegend,
.dashboard-modal.in .modal-body adf-widget-content .widget-custom.charts.line-chart .full-width.widgetContent > div.noLegend {
    padding-top:10px;
}

.dashboard-modal.in .modal-body adf-widget-content .widget-custom.charts.pie-chart .full-width.widgetContent > div.noLegend,
.dashboard-modal.in .modal-body adf-widget-content .widget-custom.charts.radar-chart .full-width.widgetContent > div.noLegend {
    padding:10px;
}*/
.dashboard-modal .widget-custom.charts .full-width.widgetContent canvas {
    padding:5px;
}

/*Map Widget*/
.widget-custom.map{    
    background-color: #cecece;
}


.widget-custom.map .quickOptions{
    padding-top:5px;
    margin-bottom:0;
}

div.table-wrapper {
    max-height: 400px;
    width: 100%;
    overflow-y: auto;
}

.scroll-table thead tr th {
    background-color: #666;
    color: #fff;
    position: sticky;
    top: 0px;
}

.dashboard-modal .modal-content .modal-body .widget-custom.map .alert.alert-info.help{
        background-color: #333;
    color: white;
    border-color: #333;
    position: absolute;
    top: -57px;
    left: 0px;
    padding-top: 17px;
    padding-bottom: 17px;
    border-radius: 0px;
}

.widget-custom.map .alert.alert-info.help{
        position: absolute;
    top: 1px;
    left: 6px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 0px;
    border: none;
    background-color: rgb(245, 245, 245);
}

.widget-custom.map .moveButton{
    height: 26px;
    padding-bottom: 5px;
    padding-top: 3px;
}

.widget-custom.map .mapFunctions .dropdown.menu li {
    width:100%
}

.operationalAccat .widget-custom.map .mapFunctions{
    min-height:26px;
}

.widget-custom.map .mapFunctions {
    min-height: 62px;
    min-width: 100px;
}

.widget-custom.map.operationalWidget .mapFunctions {
    min-height: 30px;
    min-width: 100px;
} 

    .widget-custom.map .mapFunctions .btns{
        position: absolute;
    }

        .widget-custom.map .mapFunctions .btns .menuButton{
            margin-right:10px;            
        }

.widget-custom.map .full-width.widgetContent{
    position: relative;
}

.widget-custom.map.roundedCorners{
    border-radius: 4px;
    border: 1px solid #bebebe;
}
    .widget-custom.map.roundedCorners,
    .widget-custom.map.roundedCorners svg {
        border-radius: 4px;
    }

.widget-custom.map .site,
.widget-custom.map .moistureSensor{
    cursor:pointer;
}
.widget-custom.map .full-width.widgetContent .moistureSensor rect{
    pointer-events: all;
}
.widget-custom.map .full-width.widgetContent .moistureSensor path{
    pointer-events: none;
}

.widget-custom.map .keyButton,
.widget-custom.replayer, keyButton {
    padding-top: 2px;
    padding-bottom: 2px;
}
        
.widget-custom.map .draggableKey,
.widget-custom.replayer .draggableKey {
    position: absolute; 
    margin-bottom: 0;
    border-color: #2e6da4;
    background-color: white;
    box-shadow: 0 0 20px #808080;
    bottom: 10px; 
    right: 10px;
    cursor: move;
    max-height: 99%;
    overflow-y: auto;
}

.widget-custom.map .draggableKey .keyItem,
.widget-custom.replayer .draggableKey .keyItem{
    width:101%;
}

.widget-custom.map .keyContainer div .glyphicon,
.widget-custom.replayer .keyContainer div .glyphicon{   
    text-shadow: #000 0px 0px 1px,   #000 0px 0px 1px,   #000 0px 0px 1px,   #000 0px 0px 1px,   #000 0px 0px 1px,   #000 0px 0px 1px;
}

.widget-custom.map .keyError {
    padding: 5px;
    margin: -5px;
}

.widget-custom.map .moistureSensorPopup,
.widget-custom.replayer .eventHoverPopup{
    position:absolute;
    box-shadow: 0 0 20px #808080;
    border:#333133;
    padding:0 5px 3px 5px;
    background-color:#333133;
    opacity: 0.9;
    font-size: smaller;
    z-index: 9999;
}

/*Prevents text selection of map labels, this fixes a bug when the user is drawing a box selector on the map*/ 
.mapContainer {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/*popup bottom arrow*/
/*.widget-custom.map .moistureSensorPopup::after {
    content: " ";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: white transparent transparent transparent;
}*/

.widget-custom.map .moistureSensorPopup .control-group .control-label,
.widget-custom.replayer .eventHoverPopup .control-group .control-label{
    padding-bottom:0;
    color:#1a8ec5;
}

.widget-custom.map .moistureSensorPopup .control-group .data,
.widget-custom.replayer .eventHoverPopup .control-group .data{
    color:white;
}

/*---Indicators---*/

.widget-custom.indicators table {
    width: 100%;
}

.widget-custom.indicators table tr {
    border-bottom: 2px solid white;
}

.widget-custom.indicators table tr td {
    background-color: aliceblue;
    padding-left: 5px;
}

.widget-custom.indicators table tr td.icon {
    width: 21px;
    padding-left: 5px;
    padding-right: 5px;    
}   
.widget-custom.indicators table tr td.icon .fa{
    text-shadow: #000 0px 0px 1px,   #000 0px 0px 1px,   #000 0px 0px 1px,   #000 0px 0px 1px,   #000 0px 0px 1px,   #000 0px 0px 1px;
}

.widget-custom.indicators table tr:last-child{
    border-bottom-width:0;
}

.widget-custom.indicators table tr:last-child td.icon{
    border-bottom-left-radius: 4px;
}

.dashboard-modal .widget-custom.indicators table tr:last-child td.icon {
    border-bottom-left-radius: 0px;
}
    
    .widget-custom.indicators table tr:last-child td.shortText {
        border-bottom-right-radius: 4px;
    }

    .dashboard-modal .widget-custom.indicators table tr:last-child td.shortText {
        border-bottom-right-radius: 0px;
    }

     .widget-custom.indicators .slow .toggle-group {
        transition: left 0.7s;
        -webkit-transition: left 0.7s;
    }
     .widget-custom.indicators .fast .toggle-group {
        transition: left 0.1s;
        -webkit-transition: left 0.1s;
    }
     .widget-custom.indicators .quick .toggle-group {
        transition: none;
        -webkit-transition: none;
    }


.widget-custom.indicators td.isToggle {
    cursor: pointer;
}

/*start: from the angular-bootstrap-toggle css file*/
.widget-custom.indicators .toggle {
    margin-left: -2px;    
}

   .widget-custom.indicators .checkbox label .toggle,
.checkbox-inline .toggle {
  margin-left: -20px;
  margin-right: 5px;
}
 .widget-custom.indicators .toggle {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  position: relative;
  overflow: hidden;
}

 
    .widget-custom.indicators .toggle, .toggle-on, .toggle-off {
        border-radius: 25px;
    }    

     .widget-custom.indicators  .toggle, .toggle-handle {
        border-radius: 25px;
    }

 .widget-custom.indicators .toggle-group {
  position: absolute;
  width: 200%;
  top: 0;
  bottom: 0;
  left: 0;
  transition: left 0.35s;
  -webkit-transition: left 0.35s;
  -moz-user-select: none;
  -webkit-user-select: none;
}
 .widget-custom.indicators .toggle.off .toggle-group {
  left: -100%;
}
 .widget-custom.indicators .toggle-on {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 50%;
  margin: 0;
  border: 0;
  border-radius: 0;
}
 .widget-custom.indicators .toggle-off {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
}
.widget-custom.indicators .toggle-handle {
    height: 19px;
    top: -3px;
    padding: 0;
    border-width: 0 30px;
    position: relative;
    margin: 0 auto;
    padding-top: 0px;
    padding-bottom: 0px;
    height: 100%;
    width: 0px;
    border-width: 0px 15px;
    border-color: #008000;
}
.widget-custom.indicators toggle.false .toggle-handle {
    border-color: #ff0000
}

.widget-custom.indicators .toggle.btn {
    width: 34px !important;
    height: 18px !important;
    min-width: 0;
    min-height: 0;
    border: solid 1px #949494;
    pointer-events: none;
}
 .widget-custom.indicators .toggle-on.btn {
  padding-right: 24px;
}
 .widget-custom.indicators .toggle-off.btn {
  padding-left: 24px;
}
 .widget-custom.indicators .toggle.btn-lg {
  min-width: 79px;
  min-height: 45px;
}
 .widget-custom.indicators .toggle-on.btn-lg {
  padding-right: 31px;
}
 .widget-custom.indicators .toggle-off.btn-lg {
  padding-left: 31px;
}
 .widget-custom.indicators .toggle-handle.btn-lg {
  width: 40px;
}
 .widget-custom.indicators .toggle.btn-sm {
  min-width: 50px;
  min-height: 30px;
}
 .widget-custom.indicators .toggle-on.btn-sm {
  padding-right: 20px;
}
 .widget-custom.indicators .toggle-off.btn-sm {
  padding-left: 20px;
}
 .widget-custom.indicators .toggle.btn-xs {
  min-width: 35px;
  min-height: 22px;
}
 .widget-custom.indicators .toggle-on.btn-xs {
  padding-right: 12px;
}
 .widget-custom.indicators .toggle-off.btn-xs {
  padding-left: 12px;
}
/*end: from the angular-bootstrap-toggle css file*/

.widget-custom.map .mapFunctions .dropdown {
    margin-right: 10px;
}

.widget-custom.map .mapFunctions > div > div {
    display: flex;
}

.widget-custom.map .mapFunctions button {
    padding: 2px 6px 4px 6px;
    height: 26px;
}

.siteParameters .modal-header .exitFullScreenButton {
    display: block;
    color: white;
    opacity: 1;
}

.siteParameters .modal-header h3 {
    margin: 0;
    line-height: 1.428571;
    font-size: 18px;
}

.siteParameters .modal-body {
    padding:2px;
}

.siteParameters .modal-body table.siteParameterItems {
     margin-bottom:0;
}


/*---Import Files---*/
.widget-custom.importFiles {
    padding: 5px;
}

.widget-custom.importFiles .detailedView .mainTable {
    max-height: calc(100vh - 205px);
    overflow-y: auto;
}

    .widget-custom.importFiles .quickOptions li .fileTypes button {
        display: flex;
    }

    .widget-custom.importFiles .quickOptions li .fileTypes button .caret {
        margin-top:8px;
    }

    .widget-custom.importFiles .quickOptions li .getFiles button {
          display:flex;
    }

    .widget-custom.importFiles .quickOptions li .search {
        display: inline-block;
        width: 200px;
    }

        .widget-custom.importFiles .quickOptions li .search .clearButton:hover {
            font-weight: bold;
            color: red;
        }

    .widget-custom.importFiles .quickOptions li .search input[type=text]::-ms-clear {
        display: none;
    }

        .widget-custom.importFiles .quickOptions li .search .input-group-addon {
            padding: 5px 12px;
        }

    .widget-custom.importFiles .alertDownloadReady strong {
        font-size: 18px;
    }

    .widget-custom.importFiles .alertDownloadReady .btn {
        padding: 4px 10px 4px 9px;
    }
    
    .widget-custom.importFiles .summaryView {
        padding: 5px;
    }

        .widget-custom.importFiles .summaryView .bars {
            list-style: none;
            margin: 0;
            padding: 0;
        }

            .widget-custom.importFiles .summaryView .bars li {
                display: flex;
            }

                .widget-custom.importFiles .summaryView .bars li:last-child .progress {
                    margin-bottom: 0;
                }

                .widget-custom.importFiles .summaryView .bars li label {
                    margin-right: 10px;
                    min-width: 82px;
                }

                .widget-custom.importFiles .summaryView .bars li .progress {
                    position:relative;
                    width: 100%;
                }

                    .widget-custom.importFiles .summaryView .bars li .progress .progress-bar {
                        min-width: fit-content !important;
                        padding: 0 2px;
                    }

                .widget-custom.importFiles .summaryView .bars li.emptyProgress .progress .progress-bar {
                    background: none;
                    box-shadow: none;
                    color: #888888;
                }

                .widget-custom.importFiles .summaryView .bars li .progress .progress-bar span {
                    position: absolute;
                    display: block;
                    width: 100%;
                    font-weight: bold;
                    font-size: 15px;
                }
                .widget-custom.importFiles .summaryView .bars li.Green .progress .progress-bar span {
                    text-shadow: 0px 0px 2px #dff0d8, 0px 0px 2px #dff0d8, 0px 0px 2px #dff0d8;
                    color: #3c763d;
                }
                .widget-custom.importFiles .summaryView .bars li.Orange .progress .progress-bar span {
                    text-shadow: 0px 0px 2px #fff5a0, 0px 0px 2px #fff5a0, 0px 0px 2px #fff5a0;
                    color: #FF9800;
                }
                .widget-custom.importFiles .summaryView .bars li.Red .progress .progress-bar span {
                    text-shadow: 0px 0px 2px #f2dede, 0px 0px 2px #f2dede, 0px 0px 2px #f2dede;
                    color: #a94442;
                }

    .widget-custom.importFiles .detailedView table {
        margin-bottom: 0;
    }

    .widget-custom.importFiles .detailedView table thead td {
        border-bottom-width: 0;
    }

        .widget-custom.importFiles .detailedView table thead td a {
            font-weight: bold;
        }

    .widget-custom.importFiles .detailedView table thead .columnReceivedDate {
        width: 175px;
    }

    .widget-custom.importFiles .detailedView table thead .columnType,
    .widget-custom.importFiles .detailedView table thead .columnStatus,
    .widget-custom.importFiles .detailedView table thead .columnDownload {
        width: 130px;
    }

    .widget-custom.importFiles .detailedView table tbody .cellStatus p {
        margin: 0;
    }

    .widget-custom.importFiles .detailedView table tbody .cellDownload {
        padding: 3px 8px;
        text-align: center;
    }

        .widget-custom.importFiles .detailedView table tbody .cellDownload .btn {
            padding-left: 8px;
            padding-right: 8px;
        }  

    .widget-custom.importFiles .detailedView table .checkbox {
        margin: 0;
        display:inline-block;
    }

        .widget-custom.importFiles .detailedView table .checkbox input {
            top: 5px;
            left: -5px;
            width: 19px;
            height: 19px;
            margin: 0;
        }

        .widget-custom.importFiles .detailedView table .checkbox label::before {
            top: 6px;
            left: -4px;
        }

            .widget-custom.importFiles .detailedView table .checkbox input:checked + label::after {
                top: 6px;
                left: -5px;
            }

        .widget-custom.importFiles .detailedView table .checkbox label {
            cursor: default;
        }

        .widget-custom.importFiles .detailedView table .searchTooLargeWarning {
            display: inline-block;
            padding: 4px 10px;
        }

            .widget-custom.importFiles .detailedView table .footerItem {
                display: inline-block;
            }

    .widget-custom.importFiles .detailedView table .pagination{
         margin:0;
    }
        
        .widget-custom.importFiles .detailedView table p.overallStatus {
            margin: 0;
            margin: 4px 0px;
            padding: 3px 10px;
            line-height: 1.428571;
        }

/*---Replyer Widget ----*/
.widget-custom.replayer rect.pane {
    fill: none;
    pointer-events: all;
}
.widget-custom.replayer .multiselect .dropdown {
    margin-right: 10px;
}
.widget-custom.replayer .dropdown-menu > li > a {
    cursor: pointer;
}

.widget-custom.replayer .multiselect > div > div {
    display: flex;
}

.widget-custom.replayer .multiselect button {
    padding: 2px 6px 4px 6px;
    height: 26px;
}

.widget-custom.replayer .multiselect .dropdown.menu li {
    width:100%
}

.operationalAccat .widget-custom.replayer .multiselect{
    min-height:26px;
}

.widget-custom.replayer .multiselect{
    min-width:100px;
}

    .widget-custom.replayer .multiselect .btns{
        position: absolute;
    }

        .widget-custom.replayer .multiselect .btns .menuButton{
            margin-right:10px;            
        }
/*---Notification Widgets---*/
    .accatNotification {
        margin: -2px 0px -1px 0px;        
    }

        .accatNotification button {
            width:100%;
            outline: none !important;
        }
        .accatNotification button:focus {
            outline:none !important;
        }

        .accatNotification button.btn-default{
            background-color:#e6e6e6;
            color: #545454;
        }

        .accatNotification button .notificationIcon {
            margin-top: 5px;
            font-size: 56px;
        }

        .accatNotification button .count {
            font-size: xx-large;
            min-height: 45px;
        }

        .accatNotification .previewText{
            white-space:normal;
            word-wrap:break-word;
        }

            .accatNotification .previewText ul {
                list-style: none;
                margin: 0;
                padding: 0;
            }

        .accatNotification.warnings .previewText {
            text-align: right;
        }

        .accatNotification.messages{
            overflow:hidden;
        }

/*---Brake Rate Analyser Widget---*/
.affectedSiteGroupsTooltip {
    width:auto !important;
}

.affectedSiteGroupsTooltip .tooltop-inner{
    text-align:left;
}
    
    .affectedSiteGroupsTooltip ul {
        padding-left: 15px;
        text-align: left;
    }

    .affectedSiteGroupsTooltip.columned .tooltip-inner {
        max-width: calc(80vw);
    }
    .affectedSiteGroupsTooltip.columned ul {
        columns: 3;
        list-style:none;
    }

.widget-custom.brakeRateAnalyser {
    padding: 5px;
}
.widget-custom.brakeRateAnalyser .export .btn{
    margin-top:22px;
}
.widget-custom.brakeRateAnalyser table {
    margin-bottom: 10px;
}
.widget-custom.brakeRateAnalyser .tableContainer {
    overflow-x: auto;
}
    .widget-custom.brakeRateAnalyser .detailedView .reductionSummary .panel,
    .widget-custom.brakeRateAnalyser .detailedView .triggerSummary .panel,
    .widget-custom.brakeRateAnalyser .detailedView .rbrInstancesPercentages .panel {
        margin-bottom: 10px;
    }
    .widget-custom.brakeRateAnalyser .detailedView .reductionSummary .panel-heading,
    .widget-custom.brakeRateAnalyser .detailedView .triggerSummary .panel-heading,
    .widget-custom.brakeRateAnalyser .detailedView .rbrInstancesPercentages .panel-heading {
        padding: 5px 10px;
    }
.widget-custom.brakeRateAnalyser .detailedView .reductionSummary .tableContainer,
.widget-custom.brakeRateAnalyser .detailedView .triggerSummary .tableContainer {
    max-height: 300px;
    overflow-y: auto;
}
.widget-custom.brakeRateAnalyser .detailedView .reductionSummary .tableContainer table th,
.widget-custom.brakeRateAnalyser .detailedView .reductionSummary .tableContainer table td,
.widget-custom.brakeRateAnalyser .detailedView .triggerSummary .tableContainer table th,
.widget-custom.brakeRateAnalyser .detailedView .triggerSummary .tableContainer table td {
    padding: 5px;
}

    .widget-custom.brakeRateAnalyser .detailedView .reductionSummary .tableContainer table .recommendedHeaderCell,
    .widget-custom.brakeRateAnalyser .detailedView .reductionSummary .tableContainer table .reductionsHeaderCell,
    .widget-custom.brakeRateAnalyser .detailedView .reductionSummary .tableContainer table .timeReducedHeaderCell,
    .widget-custom.brakeRateAnalyser .detailedView .reductionSummary .tableContainer table .currentStatusHeaderCell,
    .widget-custom.brakeRateAnalyser .detailedView .reductionSummary .tableContainer table .recommendedCell,
    .widget-custom.brakeRateAnalyser .detailedView .reductionSummary .tableContainer table .reductionsCell,
    .widget-custom.brakeRateAnalyser .detailedView .reductionSummary .tableContainer table .timeReducedCell,
    .widget-custom.brakeRateAnalyser .detailedView .reductionSummary .tableContainer table .currentStatusCell,
    .widget-custom.brakeRateAnalyser .detailedView .triggerSummary .tableContainer table .frequencyHeaderCell,
    .widget-custom.brakeRateAnalyser .detailedView .triggerSummary .tableContainer table .fequencyCell {
        text-align: center;
    }
    .widget-custom.brakeRateAnalyser .triggerNameCell,
    .widget-custom.brakeRateAnalyser .affectedSiteGroupsCell {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        min-width: 100px;
        max-width: 150px;
        width:auto
    }

    .widget-custom.brakeRateAnalyser .detailedView .accordionKey {
        margin: 0;
    }

        .widget-custom.brakeRateAnalyser .detailedView .accordionKey .reduction,
        .widget-custom.brakeRateAnalyser .detailedView .accordionKey .increase {
            display: inline-flex;
            margin-right: 15px;
        }
        .widget-custom.brakeRateAnalyser .detailedView .accordionKey label {
            margin-right: 5px;
        }

    .widget-custom.brakeRateAnalyser .detailedView .accordionKey span {
        margin-right:10px;
    }

    .widget-custom.brakeRateAnalyser .detailedView .accordionKey i {
        text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
    }

        .widget-custom.brakeRateAnalyser .detailedView .accordionKey .reduction .accepted i {
            color: #dff0d8;
        }

        .widget-custom.brakeRateAnalyser .detailedView .accordionKey .reduction .rejected i {
            color: #f2dede;
        }

        .widget-custom.brakeRateAnalyser .detailedView .accordionKey .reduction .cancelled i {
            color: #fcf8e3;
        }

        .widget-custom.brakeRateAnalyser .detailedView .accordionKey .increase .accepted i {
            color: #88e263;
        }

        .widget-custom.brakeRateAnalyser .detailedView .accordionKey .increase .rejected i {
            color: #e46060;
        }

        .widget-custom.brakeRateAnalyser .detailedView .accordionKey .increase .cancelled i {
            color: #fbda30;
        }

    .widget-custom.brakeRateAnalyser .detailedView .accordionHeader {
        margin: 0;
        border: none;
    }

        .widget-custom.brakeRateAnalyser .detailedView .accordionHeader .panel-heading {
            padding: 0;
            border: none;
            font-weight: bold;
        }
            .widget-custom.brakeRateAnalyser .detailedView .accordionHeader .panel-heading table {
                margin: 0 !important
            }

.widget-custom.brakeRateAnalyser .detailedView .rbrAccordion .panel {
    margin: 0;
}
    .widget-custom.brakeRateAnalyser .detailedView .accordionHeader .affectedSiteGroupsHeaderCell {
        width: auto;
    }
    .widget-custom.brakeRateAnalyser .detailedView .accordionHeader .chevronHeaderCell {
        width:32px;
    }
    .widget-custom.brakeRateAnalyser .detailedView .rbrAccordion .chevronCell {
        width: 30px;
    }

    .widget-custom.brakeRateAnalyser .detailedView .rbrAccordion .panel.Reduction.Accepted .panel-heading {
        background-color: #dff0d8;
    }
    .widget-custom.brakeRateAnalyser .detailedView .rbrAccordion .panel.Reduction.Rejected .panel-heading,
    .widget-custom.brakeRateAnalyser .detailedView .rbrAccordion .panel.Reduction.Cancelled .panel-heading {
        background-color: #f2dede;
    }
    .widget-custom.brakeRateAnalyser .detailedView .rbrAccordion .panel.Reduction.Pending .panel-heading,
    .widget-custom.brakeRateAnalyser .detailedView .rbrAccordion .panel.Reduction.Delayed .panel-heading,
    .widget-custom.brakeRateAnalyser .detailedView .rbrAccordion .panel.Reduction.InProgress .panel-heading {
        background-color: #fcf8e3;
    }
    .widget-custom.brakeRateAnalyser .detailedView .rbrAccordion .panel.Increase.Accepted .panel-heading {
        background-color: #8ec578;
    }
    .widget-custom.brakeRateAnalyser .detailedView .rbrAccordion .panel.Increase.Rejected .panel-heading,
    .widget-custom.brakeRateAnalyser .detailedView .rbrAccordion .panel.Increase.Cancelled .panel-heading {
        background-color: #a24a4a;
        color: #fff;
    }
    .widget-custom.brakeRateAnalyser .detailedView .rbrAccordion .panel.Increase.Pending .panel-heading,
    .widget-custom.brakeRateAnalyser .detailedView .rbrAccordion .panel.Increase.Delayed .panel-heading,
    .widget-custom.brakeRateAnalyser .detailedView .rbrAccordion .panel.Increase.InProgress .panel-heading {
        background-color: #f5dc5f;
    }

    /*.widget-custom.brakeRateAnalyser .detailedView .rbrAccordion .panel.panel-open .panel-heading,*/
    .widget-custom.brakeRateAnalyser .detailedView .rbrAccordion .panel.panel-open .panel-body {
        background-color: #fffadd;
    }

    /*.widget-custom.brakeRateAnalyser .detailedView .rbrAccordion .panel.panel-open.Red .panel-heading {
        background-color: #bf3f3f;
        color: #fff;
    }
    .widget-custom.brakeRateAnalyser .detailedView .rbrAccordion .panel.panel-open.Pink .panel-heading {
        background-color: #cfbebd;
    }
    .widget-custom.brakeRateAnalyser .detailedView .rbrAccordion .panel.panel-open.Green .panel-heading {
        background-color: #becdb8;
    }
    .widget-custom.brakeRateAnalyser .detailedView .rbrAccordion .panel.panel-open.Blue .panel-heading {
        background-color: #bad2de;
    }
    .widget-custom.brakeRateAnalyser .detailedView .rbrAccordion .panel.panel-open.Grey .panel-heading {
        background-color: #c1bfbf;
    }
    .widget-custom.brakeRateAnalyser .detailedView .rbrAccordion .panel.panel-open.LightGrey .panel-heading {
        background-color: #cacaca;
    }*/

    .widget-custom.brakeRateAnalyser .detailedView .rbrAccordion .panel.panel-open .panel-heading .panel-title td{
        font-weight:bold;
        font-size:15px;
    }

.widget-custom.brakeRateAnalyser .detailedView .rbrAccordion .panel-heading {
    padding: 0;
    background-color: #fff;
}
    .widget-custom.brakeRateAnalyser .detailedView .rbrAccordion .panel-heading table {
        margin: 0;
        border: none;
    }
        .widget-custom.brakeRateAnalyser .detailedView .rbrAccordion .panel-heading table th,
        .widget-custom.brakeRateAnalyser .detailedView .rbrAccordion .panel-heading table td {
            border-top: none;
            border-bottom: none;
        }
        .widget-custom.brakeRateAnalyser .detailedView .rbrAccordion .panel-heading table th,
        .widget-custom.brakeRateAnalyser .detailedView .rbrAccordion .panel-heading table td,
        .widget-custom.brakeRateAnalyser .detailedView .rbrAccordion .extensions table th,
        .widget-custom.brakeRateAnalyser .detailedView .rbrAccordion .extensions table td,
        .widget-custom.brakeRateAnalyser .detailedView .rbrAccordion .triggers table th,
        .widget-custom.brakeRateAnalyser .detailedView .rbrAccordion .triggers table td,
        .widget-custom.brakeRateAnalyser .detailedView .rbrAccordion .servicePerformance table th,
        .widget-custom.brakeRateAnalyser .detailedView .rbrAccordion .servicePerformance table td {
            border-bottom: none;
            padding: 5px;
            font-size: 14px;
        }

.widget-custom.brakeRateAnalyser .detailedView .rbrAccordion .panel-group > .panel:first-child:not(:last-child) {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-width: 0;
}
.widget-custom.brakeRateAnalyser .detailedView .rbrAccordion .panel-group > .panel:not(:first-child):not(:last-child) {
    border-radius: 0;
    border-bottom-width: 0;
}
.widget-custom.brakeRateAnalyser .detailedView .rbrAccordion .panel-group > .panel:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

    .widget-custom.brakeRateAnalyser .detailedView .rbrInstancesPercentages .panel-body {
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
    }

    .widget-custom.brakeRateAnalyser .detailedView .rbrAccordion .details {
        margin: 5px;
        padding: 5px;
        background-color: rgba(0, 0, 0, 0.05);
    }

    .widget-custom.brakeRateAnalyser .detailedView .rbrAccordion .details span {
        margin-right: 10px;
    }

    .widget-custom.brakeRateAnalyser .detailedView .rbrAccordion .vis-timeline {
        border:none;
    }

    .widget-custom.brakeRateAnalyser .detailedView .rbrAccordion .extensionsTable,
    .widget-custom.brakeRateAnalyser .detailedView .rbrAccordion .triggersTable,
    .widget-custom.brakeRateAnalyser .detailedView .rbrAccordion .servicePerformanceTable {
        background-color: rgba(255, 255, 255, 0.5);
    }

    .widget-custom.brakeRateAnalyser .detailedView .rbrAccordion .servicePerformanceAlert {
        background-color: rgba(0, 0, 0, 0.1);
        border:none;
    }


    /*Site Theme Summary*/
/*---Brake Rate Analyser Widget---*/
.affectedSiteGroupsTooltip {
    width: auto !important;
}

    .affectedSiteGroupsTooltip .tooltop-inner {
        text-align: left;
    }

    .affectedSiteGroupsTooltip ul {
        padding-left: 15px;
        text-align: left;
    }

    .affectedSiteGroupsTooltip.columned .tooltip-inner {
        max-width: calc(80vw);
    }

    .affectedSiteGroupsTooltip.columned ul {
        columns: 3;
        list-style: none;
    }

.widget-custom.performanceSummary {
    padding: 5px;
}

    .widget-custom.performanceSummary .export .btn {
        margin-top: 22px;
    }

    .widget-custom.performanceSummary table {
        margin-bottom: 10px;
    }

    .widget-custom.performanceSummary .tableContainer {
        overflow-x: auto;
    }

    .widget-custom.performanceSummary .detailedView .reductionSummary .panel,
    .widget-custom.performanceSummary .detailedView .triggerSummary .panel,
    .widget-custom.performanceSummary .detailedView .rbrInstancesPercentages .panel {
        margin-bottom: 10px;
    }

    .widget-custom.performanceSummary .detailedView .reductionSummary .panel-heading,
    .widget-custom.performanceSummary .detailedView .triggerSummary .panel-heading,
    .widget-custom.performanceSummary .detailedView .rbrInstancesPercentages .panel-heading {
        padding: 5px 10px;
    }

    .widget-custom.performanceSummary .detailedView .reductionSummary .tableContainer,
    .widget-custom.performanceSummary .detailedView .triggerSummary .tableContainer {
        max-height: 300px;
        overflow-y: auto;
    }

        .widget-custom.performanceSummary .detailedView .reductionSummary .tableContainer table th,
        .widget-custom.performanceSummary .detailedView .reductionSummary .tableContainer table td,
        .widget-custom.performanceSummary .detailedView .triggerSummary .tableContainer table th,
        .widget-custom.performanceSummary .detailedView .triggerSummary .tableContainer table td {
            padding: 5px;
        }

        .widget-custom.performanceSummary .detailedView .reductionSummary .tableContainer table .recommendedHeaderCell,
        .widget-custom.performanceSummary .detailedView .reductionSummary .tableContainer table .reductionsHeaderCell,
        .widget-custom.performanceSummary .detailedView .reductionSummary .tableContainer table .timeReducedHeaderCell,
        .widget-custom.performanceSummary .detailedView .reductionSummary .tableContainer table .currentStatusHeaderCell,
        .widget-custom.performanceSummary .detailedView .reductionSummary .tableContainer table .recommendedCell,
        .widget-custom.performanceSummary .detailedView .reductionSummary .tableContainer table .reductionsCell,
        .widget-custom.performanceSummary .detailedView .reductionSummary .tableContainer table .timeReducedCell,
        .widget-custom.performanceSummary .detailedView .reductionSummary .tableContainer table .currentStatusCell,
        .widget-custom.performanceSummary .detailedView .triggerSummary .tableContainer table .frequencyHeaderCell,
        .widget-custom.performanceSummary .detailedView .triggerSummary .tableContainer table .fequencyCell {
            text-align: center;
        }

    .widget-custom.performanceSummary .triggerNameCell,
    .widget-custom.performanceSummary .affectedSiteGroupsCell {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        min-width: 100px;
        max-width: 150px;
        width: auto
    }

    .widget-custom.performanceSummary .detailedView .accordionKey {
        margin: 0;
    }

        .widget-custom.performanceSummary .detailedView .accordionKey .reduction,
        .widget-custom.performanceSummary .detailedView .accordionKey .increase {
            display: inline-flex;
            margin-right: 15px;
        }

        .widget-custom.performanceSummary .detailedView .accordionKey label {
            margin-right: 5px;
        }

        .widget-custom.performanceSummary .detailedView .accordionKey span {
            margin-right: 10px;
        }

        .widget-custom.performanceSummary .detailedView .accordionKey i {
            text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
        }

        .widget-custom.performanceSummary .detailedView .accordionKey .reduction .accepted i {
            color: #dff0d8;
        }

        .widget-custom.performanceSummary .detailedView .accordionKey .reduction .rejected i {
            color: #f2dede;
        }

        .widget-custom.performanceSummary .detailedView .accordionKey .reduction .cancelled i {
            color: #fcf8e3;
        }

        .widget-custom.performanceSummary .detailedView .accordionKey .increase .accepted i {
            color: #88e263;
        }

        .widget-custom.performanceSummary .detailedView .accordionKey .increase .rejected i {
            color: #e46060;
        }

        .widget-custom.performanceSummary .detailedView .accordionKey .increase .cancelled i {
            color: #fbda30;
        }

    .widget-custom.performanceSummary .detailedView .accordionHeader {
        margin: 0;
        border: none;
    }

        .widget-custom.performanceSummary .detailedView .accordionHeader .panel-heading {
            padding: 0;
            border: none;
            font-weight: bold;
        }

            .widget-custom.performanceSummary .detailedView .accordionHeader .panel-heading table {
                margin: 0 !important
            }

    .widget-custom.performanceSummary .detailedView .rbrAccordion .panel {
        margin: 0;
    }

    .widget-custom.performanceSummary .detailedView .accordionHeader .affectedSiteGroupsHeaderCell {
        width: auto;
    }

    .widget-custom.performanceSummary .detailedView .accordionHeader .chevronHeaderCell {
        width: 32px;
    }

    .widget-custom.performanceSummary .detailedView .rbrAccordion .chevronCell {
        width: 30px;
    }

    .widget-custom.performanceSummary .detailedView .rbrAccordion .panel.Reduction.Accepted .panel-heading {
        background-color: #dff0d8;
    }

    .widget-custom.performanceSummary .detailedView .rbrAccordion .panel.Reduction.Rejected .panel-heading,
    .widget-custom.performanceSummary .detailedView .rbrAccordion .panel.Reduction.Cancelled .panel-heading {
        background-color: #f2dede;
    }

    .widget-custom.performanceSummary .detailedView .rbrAccordion .panel.Reduction.Pending .panel-heading,
    .widget-custom.performanceSummary .detailedView .rbrAccordion .panel.Reduction.Delayed .panel-heading,
    .widget-custom.performanceSummary .detailedView .rbrAccordion .panel.Reduction.InProgress .panel-heading {
        background-color: #fcf8e3;
    }

    .widget-custom.performanceSummary .detailedView .rbrAccordion .panel.Increase.Accepted .panel-heading {
        background-color: #8ec578;
    }

    .widget-custom.performanceSummary .detailedView .rbrAccordion .panel.Increase.Rejected .panel-heading,
    .widget-custom.performanceSummary .detailedView .rbrAccordion .panel.Increase.Cancelled .panel-heading {
        background-color: #a24a4a;
        color: #fff;
    }

    .widget-custom.performanceSummary .detailedView .rbrAccordion .panel.Increase.Pending .panel-heading,
    .widget-custom.performanceSummary .detailedView .rbrAccordion .panel.Increase.Delayed .panel-heading,
    .widget-custom.performanceSummary .detailedView .rbrAccordion .panel.Increase.InProgress .panel-heading {
        background-color: #f5dc5f;
    }

    /*.widget-custom.performanceSummary .detailedView .rbrAccordion .panel.panel-open .panel-heading,*/
    .widget-custom.performanceSummary .detailedView .rbrAccordion .panel.panel-open .panel-body {
        background-color: #fffadd;
    }

    /*.widget-custom.performanceSummary .detailedView .rbrAccordion .panel.panel-open.Red .panel-heading {
        background-color: #bf3f3f;
        color: #fff;
    }
    .widget-custom.performanceSummary .detailedView .rbrAccordion .panel.panel-open.Pink .panel-heading {
        background-color: #cfbebd;
    }
    .widget-custom.performanceSummary .detailedView .rbrAccordion .panel.panel-open.Green .panel-heading {
        background-color: #becdb8;
    }
    .widget-custom.performanceSummary .detailedView .rbrAccordion .panel.panel-open.Blue .panel-heading {
        background-color: #bad2de;
    }
    .widget-custom.performanceSummary .detailedView .rbrAccordion .panel.panel-open.Grey .panel-heading {
        background-color: #c1bfbf;
    }
    .widget-custom.performanceSummary .detailedView .rbrAccordion .panel.panel-open.LightGrey .panel-heading {
        background-color: #cacaca;
    }*/

    .widget-custom.performanceSummary .detailedView .rbrAccordion .panel.panel-open .panel-heading .panel-title td {
        font-weight: bold;
        font-size: 15px;
    }

    .widget-custom.performanceSummary .detailedView .rbrAccordion .panel-heading {
        padding: 0;
        background-color: #fff;
    }

        .widget-custom.performanceSummary .detailedView .rbrAccordion .panel-heading table {
            margin: 0;
            border: none;
        }

            .widget-custom.performanceSummary .detailedView .rbrAccordion .panel-heading table th,
            .widget-custom.performanceSummary .detailedView .rbrAccordion .panel-heading table td {
                border-top: none;
                border-bottom: none;
            }

            .widget-custom.performanceSummary .detailedView .rbrAccordion .panel-heading table th,
            .widget-custom.performanceSummary .detailedView .rbrAccordion .panel-heading table td,
            .widget-custom.performanceSummary .detailedView .rbrAccordion .extensions table th,
            .widget-custom.performanceSummary .detailedView .rbrAccordion .extensions table td,
            .widget-custom.performanceSummary .detailedView .rbrAccordion .triggers table th,
            .widget-custom.performanceSummary .detailedView .rbrAccordion .triggers table td,
            .widget-custom.performanceSummary .detailedView .rbrAccordion .servicePerformance table th,
            .widget-custom.performanceSummary .detailedView .rbrAccordion .servicePerformance table td {
                border-bottom: none;
                padding: 5px;
                font-size: 14px;
            }

    .widget-custom.performanceSummary .detailedView .rbrAccordion .panel-group > .panel:first-child:not(:last-child) {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom-width: 0;
    }

    .widget-custom.performanceSummary .detailedView .rbrAccordion .panel-group > .panel:not(:first-child):not(:last-child) {
        border-radius: 0;
        border-bottom-width: 0;
    }

    .widget-custom.performanceSummary .detailedView .rbrAccordion .panel-group > .panel:last-child:not(:first-child) {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    .widget-custom.performanceSummary .detailedView .rbrInstancesPercentages .panel-body {
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
    }

    .widget-custom.performanceSummary .detailedView .rbrAccordion .details {
        margin: 5px;
        padding: 5px;
        background-color: rgba(0, 0, 0, 0.05);
    }

        .widget-custom.performanceSummary .detailedView .rbrAccordion .details span {
            margin-right: 10px;
        }

    .widget-custom.performanceSummary .detailedView .rbrAccordion .vis-timeline {
        border: none;
    }

    .widget-custom.performanceSummary .detailedView .rbrAccordion .extensionsTable,
    .widget-custom.performanceSummary .detailedView .rbrAccordion .triggersTable,
    .widget-custom.performanceSummary .detailedView .rbrAccordion .servicePerformanceTable {
        background-color: rgba(255, 255, 255, 0.5);
    }

    .widget-custom.performanceSummary .detailedView .rbrAccordion .servicePerformanceAlert {
        background-color: rgba(0, 0, 0, 0.1);
        border: none;
    }

/*---Brake Rate Trigger Analyser Widget---*/

/* Moisture Widget*/
.affectedSiteGroupsTooltip {
    width: auto !important;
}

    .affectedSiteGroupsTooltip .tooltop-inner {
        text-align: left;
    }

    .affectedSiteGroupsTooltip ul {
        padding-left: 15px;
        text-align: left;
    }

    .affectedSiteGroupsTooltip.columned .tooltip-inner {
        max-width: calc(80vw);
    }

    .affectedSiteGroupsTooltip.columned ul {
        columns: 3;
        list-style: none;
    }

.widget-custom.moisture {
    padding: 5px;
}

    .widget-custom.moisture .export .btn {
        margin-top: 22px;
    }

    .widget-custom.moisture table {
        margin-bottom: 10px;
    }

    .widget-custom.moisture .tableContainer {
        overflow-x: auto;
    }

    .widget-custom.moisture .detailedView .reductionSummary .panel,
    .widget-custom.moisture .detailedView .triggerSummary .panel,
    .widget-custom.moisture .detailedView .rbrInstancesPercentages .panel {
        margin-bottom: 10px;
    }

    .widget-custom.moisture .detailedView .reductionSummary .panel-heading,
    .widget-custom.moisture .detailedView .triggerSummary .panel-heading,
    .widget-custom.moisture .detailedView .rbrInstancesPercentages .panel-heading {
        padding: 5px 10px;
    }

    .widget-custom.moisture .detailedView .reductionSummary .tableContainer,
    .widget-custom.moisture .detailedView .triggerSummary .tableContainer {
        max-height: 300px;
        overflow-y: auto;
    }

        .widget-custom.moisture .detailedView .reductionSummary .tableContainer table th,
        .widget-custom.moisture .detailedView .reductionSummary .tableContainer table td,
        .widget-custom.moisture .detailedView .triggerSummary .tableContainer table th,
        .widget-custom.moisture .detailedView .triggerSummary .tableContainer table td {
            padding: 5px;
        }

        .widget-custom.moisture .detailedView .reductionSummary .tableContainer table .recommendedHeaderCell,
        .widget-custom.moisture .detailedView .reductionSummary .tableContainer table .reductionsHeaderCell,
        .widget-custom.moisture .detailedView .reductionSummary .tableContainer table .timeReducedHeaderCell,
        .widget-custom.moisture .detailedView .reductionSummary .tableContainer table .currentStatusHeaderCell,
        .widget-custom.moisture .detailedView .reductionSummary .tableContainer table .recommendedCell,
        .widget-custom.moisture .detailedView .reductionSummary .tableContainer table .reductionsCell,
        .widget-custom.moisture .detailedView .reductionSummary .tableContainer table .timeReducedCell,
        .widget-custom.moisture .detailedView .reductionSummary .tableContainer table .currentStatusCell,
        .widget-custom.moisture .detailedView .triggerSummary .tableContainer table .frequencyHeaderCell,
        .widget-custom.moisture .detailedView .triggerSummary .tableContainer table .fequencyCell {
            text-align: center;
        }

    .widget-custom.moisture .triggerNameCell,
    .widget-custom.moisture .affectedSiteGroupsCell {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        min-width: 100px;
        max-width: 150px;
        width: auto
    }

    .widget-custom.moisture .detailedView .accordionKey {
        margin: 0;
    }

        .widget-custom.moisture .detailedView .accordionKey .reduction,
        .widget-custom.moisture .detailedView .accordionKey .increase {
            display: inline-flex;
            margin-right: 15px;
        }

        .widget-custom.moisture .detailedView .accordionKey label {
            margin-right: 5px;
        }

        .widget-custom.moisture .detailedView .accordionKey span {
            margin-right: 10px;
        }

        .widget-custom.moisture .detailedView .accordionKey i {
            text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
        }

        .widget-custom.moisture .detailedView .accordionKey .reduction .accepted i {
            color: #dff0d8;
        }

        .widget-custom.moisture .detailedView .accordionKey .reduction .rejected i {
            color: #f2dede;
        }

        .widget-custom.moisture .detailedView .accordionKey .reduction .cancelled i {
            color: #fcf8e3;
        }

        .widget-custom.moisture .detailedView .accordionKey .increase .accepted i {
            color: #88e263;
        }

        .widget-custom.moisture .detailedView .accordionKey .increase .rejected i {
            color: #e46060;
        }

        .widget-custom.moisture .detailedView .accordionKey .increase .cancelled i {
            color: #fbda30;
        }

    .widget-custom.moisture .detailedView .accordionHeader {
        margin: 0;
        border: none;
    }

        .widget-custom.moisture .detailedView .accordionHeader .panel-heading {
            padding: 0;
            border: none;
            font-weight: bold;
        }

            .widget-custom.moisture .detailedView .accordionHeader .panel-heading table {
                margin: 0 !important
            }

    .widget-custom.moisture .detailedView .rbrAccordion .panel {
        margin: 0;
    }

    .widget-custom.moisture .detailedView .accordionHeader .affectedSiteGroupsHeaderCell {
        width: auto;
    }

    .widget-custom.moisture .detailedView .accordionHeader .chevronHeaderCell {
        width: 32px;
    }

    .widget-custom.moisture .detailedView .rbrAccordion .chevronCell {
        width: 30px;
    }

    .widget-custom.moisture .detailedView .rbrAccordion .panel.Reduction.Accepted .panel-heading {
        background-color: #dff0d8;
    }

    .widget-custom.moisture .detailedView .rbrAccordion .panel.Reduction.Rejected .panel-heading,
    .widget-custom.moisture .detailedView .rbrAccordion .panel.Reduction.Cancelled .panel-heading {
        background-color: #f2dede;
    }

    .widget-custom.moisture .detailedView .rbrAccordion .panel.Reduction.Pending .panel-heading,
    .widget-custom.moisture .detailedView .rbrAccordion .panel.Reduction.Delayed .panel-heading,
    .widget-custom.moisture .detailedView .rbrAccordion .panel.Reduction.InProgress .panel-heading {
        background-color: #fcf8e3;
    }

    .widget-custom.moisture .detailedView .rbrAccordion .panel.Increase.Accepted .panel-heading {
        background-color: #8ec578;
    }

    .widget-custom.moisture .detailedView .rbrAccordion .panel.Increase.Rejected .panel-heading,
    .widget-custom.moisture .detailedView .rbrAccordion .panel.Increase.Cancelled .panel-heading {
        background-color: #a24a4a;
        color: #fff;
    }

    .widget-custom.moisture .detailedView .rbrAccordion .panel.Increase.Pending .panel-heading,
    .widget-custom.moisture .detailedView .rbrAccordion .panel.Increase.Delayed .panel-heading,
    .widget-custom.moisture .detailedView .rbrAccordion .panel.Increase.InProgress .panel-heading {
        background-color: #f5dc5f;
    }

    /*.widget-custom.moisture .detailedView .rbrAccordion .panel.panel-open .panel-heading,*/
    .widget-custom.moisture .detailedView .rbrAccordion .panel.panel-open .panel-body {
        background-color: #fffadd;
    }

    /*.widget-custom.moisture .detailedView .rbrAccordion .panel.panel-open.Red .panel-heading {
        background-color: #bf3f3f;
        color: #fff;
    }
    .widget-custom.moisture .detailedView .rbrAccordion .panel.panel-open.Pink .panel-heading {
        background-color: #cfbebd;
    }
    .widget-custom.moisture .detailedView .rbrAccordion .panel.panel-open.Green .panel-heading {
        background-color: #becdb8;
    }
    .widget-custom.moisture .detailedView .rbrAccordion .panel.panel-open.Blue .panel-heading {
        background-color: #bad2de;
    }
    .widget-custom.moisture .detailedView .rbrAccordion .panel.panel-open.Grey .panel-heading {
        background-color: #c1bfbf;
    }
    .widget-custom.moisture .detailedView .rbrAccordion .panel.panel-open.LightGrey .panel-heading {
        background-color: #cacaca;
    }*/

    .widget-custom.moisture .detailedView .rbrAccordion .panel.panel-open .panel-heading .panel-title td {
        font-weight: bold;
        font-size: 15px;
    }

    .widget-custom.moisture .detailedView .rbrAccordion .panel-heading {
        padding: 0;
        background-color: #fff;
    }

        .widget-custom.moisture .detailedView .rbrAccordion .panel-heading table {
            margin: 0;
            border: none;
        }

            .widget-custom.moisture .detailedView .rbrAccordion .panel-heading table th,
            .widget-custom.moisture .detailedView .rbrAccordion .panel-heading table td {
                border-top: none;
                border-bottom: none;
            }

            .widget-custom.moisture .detailedView .rbrAccordion .panel-heading table th,
            .widget-custom.moisture .detailedView .rbrAccordion .panel-heading table td,
            .widget-custom.moisture .detailedView .rbrAccordion .extensions table th,
            .widget-custom.moisture .detailedView .rbrAccordion .extensions table td,
            .widget-custom.moisture .detailedView .rbrAccordion .triggers table th,
            .widget-custom.moisture .detailedView .rbrAccordion .triggers table td,
            .widget-custom.moisture .detailedView .rbrAccordion .servicePerformance table th,
            .widget-custom.moisture .detailedView .rbrAccordion .servicePerformance table td {
                border-bottom: none;
                padding: 5px;
                font-size: 14px;
            }

    .widget-custom.moisture .detailedView .rbrAccordion .panel-group > .panel:first-child:not(:last-child) {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom-width: 0;
    }

    .widget-custom.moisture .detailedView .rbrAccordion .panel-group > .panel:not(:first-child):not(:last-child) {
        border-radius: 0;
        border-bottom-width: 0;
    }

    .widget-custom.moisture .detailedView .rbrAccordion .panel-group > .panel:last-child:not(:first-child) {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    .widget-custom.moisture .detailedView .rbrInstancesPercentages .panel-body {
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
    }

    .widget-custom.moisture .detailedView .rbrAccordion .details {
        margin: 5px;
        padding: 5px;
        background-color: rgba(0, 0, 0, 0.05);
    }

        .widget-custom.moisture .detailedView .rbrAccordion .details span {
            margin-right: 10px;
        }

    .widget-custom.moisture .detailedView .rbrAccordion .vis-timeline {
        border: none;
    }

    .widget-custom.moisture .detailedView .rbrAccordion .extensionsTable,
    .widget-custom.moisture .detailedView .rbrAccordion .triggersTable,
    .widget-custom.moisture .detailedView .rbrAccordion .servicePerformanceTable {
        background-color: rgba(255, 255, 255, 0.5);
    }

    .widget-custom.moisture .detailedView .rbrAccordion .servicePerformanceAlert {
        background-color: rgba(0, 0, 0, 0.1);
        border: none;
    }

    .widget-custom.moisture .full-width.widgetContent .moistureSensor rect {
        pointer-events: all;
    }

.widget-custom.moisture .full-width.widgetContent .moistureSensor path {
    pointer-events: none;
}

.widget-custom.moisture .keyButton,
.widget-custom.replayer, keyButton {
    padding-top: 2px;
    padding-bottom: 2px;
}

    .widget-custom.moisture .draggableKey,
    .widget-custom.replayer .draggableKey {
        position: absolute;
        margin-bottom: 0;
        border-color: #2e6da4;
        background-color: white;
        box-shadow: 0 0 20px #808080;
        bottom: 10px;
        right: 10px;
        cursor: move;
        max-height: 99%;
        overflow-y: auto;
    }

        .widget-custom.map .draggableKey .keyItem,
        .widget-custom.replayer .draggableKey .keyItem {
            width: 101%;
        }

    .widget-custom.map .keyContainer div .glyphicon,
    .widget-custom.replayer .keyContainer div .glyphicon {
        text-shadow: #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px;
    }

.widget-custom.moisturemoisture .keyError {
    padding: 5px;
    margin: -5px;
}

.widget-custom.moisture .moistureSensorPopup,
.widget-custom.replayer .eventHoverPopup {
    position: absolute;
    box-shadow: 0 0 20px #808080;
    border: #333133;
    padding: 0 5px 3px 5px;
    background-color: #333133;
    opacity: 0.9;
    font-size: smaller;
    z-index: 9999;
}
.widget-custom.moisture .moisturekey .btns {
    position: absolute;
    margin-top:24px;
}

.widget-custom.moisture .moisturekey .btns .menuButton {
    margin-right: 10px;
}
/*End Moisture Widget*/
.affectedSiteGroupsTooltip {
    width: auto !important;
}

    .affectedSiteGroupsTooltip .tooltop-inner {
        text-align: left;
    }

    .affectedSiteGroupsTooltip ul {
        padding-left: 15px;
        text-align: left;
    }

    .affectedSiteGroupsTooltip.columned .tooltip-inner {
        max-width: calc(80vw);
    }

    .affectedSiteGroupsTooltip.columned ul {
        columns: 3;
        list-style: none;
    }

.widget-custom.brakeRateTriggerAnalyser {
    padding: 5px;
}

    .widget-custom.brakeRateTriggerAnalyser .export .btn {
        margin-top: 22px;
    }

    .widget-custom.brakeRateTriggerAnalyser table {
        margin-bottom: 10px;
    }

    .widget-custom.brakeRateTriggerAnalyser .tableContainer {
        overflow-x: auto;
    }

    .widget-custom.brakeRateTriggerAnalyser .detailedView .reductionSummary .panel,
    .widget-custom.brakeRateTriggerAnalyser .detailedView .triggerSummary .panel,
    .widget-custom.brakeRateTriggerAnalyser .detailedView .rbrInstancesPercentages .panel {
        margin-bottom: 10px;
    }

    .widget-custom.brakeRateTriggerAnalyser .detailedView .reductionSummary .panel-heading,
    .widget-custom.brakeRateTriggerAnalyser .detailedView .triggerSummary .panel-heading,
    .widget-custom.brakeRateTriggerAnalyser .detailedView .rbrInstancesPercentages .panel-heading {
        padding: 5px 10px;
    }

    .widget-custom.brakeRateTriggerAnalyser .detailedView .reductionSummary .tableContainer,
    .widget-custom.brakeRateTriggerAnalyser .detailedView .triggerSummary .tableContainer {
        max-height: 300px;
        overflow-y: auto;
    }

        .widget-custom.brakeRateTriggerAnalyser .detailedView .reductionSummary .tableContainer table th,
        .widget-custom.brakeRateTriggerAnalyser .detailedView .reductionSummary .tableContainer table td,
        .widget-custom.brakeRateTriggerAnalyser .detailedView .triggerSummary .tableContainer table th,
        .widget-custom.brakeRateTriggerAnalyser .detailedView .triggerSummary .tableContainer table td {
            padding: 5px;
        }

        .widget-custom.brakeRateTriggerAnalyser .detailedView .reductionSummary .tableContainer table .recommendedHeaderCell,
        .widget-custom.brakeRateTriggerAnalyser .detailedView .reductionSummary .tableContainer table .reductionsHeaderCell,
        .widget-custom.brakeRateTriggerAnalyser .detailedView .reductionSummary .tableContainer table .timeReducedHeaderCell,
        .widget-custom.brakeRateTriggerAnalyser .detailedView .reductionSummary .tableContainer table .currentStatusHeaderCell,
        .widget-custom.brakeRateTriggerAnalyser .detailedView .reductionSummary .tableContainer table .recommendedCell,
        .widget-custom.brakeRateTriggerAnalyser .detailedView .reductionSummary .tableContainer table .reductionsCell,
        .widget-custom.brakeRateTriggerAnalyser .detailedView .reductionSummary .tableContainer table .timeReducedCell,
        .widget-custom.brakeRateTriggerAnalyser .detailedView .reductionSummary .tableContainer table .currentStatusCell,
        .widget-custom.brakeRateTriggerAnalyser .detailedView .triggerSummary .tableContainer table .frequencyHeaderCell,
        .widget-custom.brakeRateTriggerAnalyser .detailedView .triggerSummary .tableContainer table .fequencyCell {
            text-align: center;
        }

    .widget-custom.brakeRateTriggerAnalyser .triggerNameCell,
    .widget-custom.brakeRateTriggerAnalyser .affectedSiteGroupsCell {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        min-width: 100px;
        max-width: 150px;
        width: auto
    }

    .widget-custom.brakeRateTriggerAnalyser .detailedView .accordionKey {
        margin: 0;
    }

        .widget-custom.brakeRateTriggerAnalyser .detailedView .accordionKey .reduction,
        .widget-custom.brakeRateTriggerAnalyser .detailedView .accordionKey .increase {
            display: inline-flex;
            margin-right: 15px;
        }

        .widget-custom.brakeRateTriggerAnalyser .detailedView .accordionKey label {
            margin-right: 5px;
        }

        .widget-custom.brakeRateTriggerAnalyser .detailedView .accordionKey span {
            margin-right: 10px;
        }

        .widget-custom.brakeRateTriggerAnalyser .detailedView .accordionKey i {
            text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
        }

        .widget-custom.brakeRateTriggerAnalyser .detailedView .accordionKey .reduction .accepted i {
            color: #dff0d8;
        }

        .widget-custom.brakeRateTriggerAnalyser .detailedView .accordionKey .reduction .rejected i {
            color: #f2dede;
        }

        .widget-custom.brakeRateTriggerAnalyser .detailedView .accordionKey .reduction .cancelled i {
            color: #fcf8e3;
        }

        .widget-custom.brakeRateTriggerAnalyser .detailedView .accordionKey .increase .accepted i {
            color: #88e263;
        }

        .widget-custom.brakeRateTriggerAnalyser .detailedView .accordionKey .increase .rejected i {
            color: #e46060;
        }

        .widget-custom.brakeRateTriggerAnalyser .detailedView .accordionKey .increase .cancelled i {
            color: #fbda30;
        }

    .widget-custom.brakeRateTriggerAnalyser .detailedView .accordionHeader {
        margin: 0;
        border: none;
    }

        .widget-custom.brakeRateTriggerAnalyser .detailedView .accordionHeader .panel-heading {
            padding: 0;
            border: none;
            font-weight: bold;
        }

            .widget-custom.brakeRateTriggerAnalyser .detailedView .accordionHeader .panel-heading table {
                margin: 0 !important
            }

    .widget-custom.brakeRateTriggerAnalyser .detailedView .rbrAccordion .panel {
        margin: 0;
    }

    .widget-custom.brakeRateTriggerAnalyser .detailedView .accordionHeader .affectedSiteGroupsHeaderCell {
        width: auto;
    }

    .widget-custom.brakeRateTriggerAnalyser .detailedView .accordionHeader .chevronHeaderCell {
        width: 32px;
    }

    .widget-custom.brakeRateTriggerAnalyser .detailedView .rbrAccordion .chevronCell {
        width: 30px;
    }

    .widget-custom.brakeRateTriggerAnalyser .detailedView .rbrAccordion .panel.Reduction.Accepted .panel-heading {
        background-color: #dff0d8;
    }

    .widget-custom.brakeRateTriggerAnalyser .detailedView .rbrAccordion .panel.Reduction.Rejected .panel-heading,
    .widget-custom.brakeRateTriggerAnalyser .detailedView .rbrAccordion .panel.Reduction.Cancelled .panel-heading {
        background-color: #f2dede;
    }

    .widget-custom.brakeRateTriggerAnalyser .detailedView .rbrAccordion .panel.Reduction.Pending .panel-heading,
    .widget-custom.brakeRateTriggerAnalyser .detailedView .rbrAccordion .panel.Reduction.Delayed .panel-heading,
    .widget-custom.brakeRateTriggerAnalyser .detailedView .rbrAccordion .panel.Reduction.InProgress .panel-heading {
        background-color: #fcf8e3;
    }

    .widget-custom.brakeRateTriggerAnalyser .detailedView .rbrAccordion .panel.Increase.Accepted .panel-heading {
        background-color: #8ec578;
    }

    .widget-custom.brakeRateTriggerAnalyser .detailedView .rbrAccordion .panel.Increase.Rejected .panel-heading,
    .widget-custom.brakeRateTriggerAnalyser .detailedView .rbrAccordion .panel.Increase.Cancelled .panel-heading {
        background-color: #a24a4a;
        color: #fff;
    }

    .widget-custom.brakeRateTriggerAnalyser .detailedView .rbrAccordion .panel.Increase.Pending .panel-heading,
    .widget-custom.brakeRateTriggerAnalyser .detailedView .rbrAccordion .panel.Increase.Delayed .panel-heading,
    .widget-custom.brakeRateTriggerAnalyser .detailedView .rbrAccordion .panel.Increase.InProgress .panel-heading {
        background-color: #f5dc5f;
    }

    /*.widget-custom.brakeRateTriggerAnalyser .detailedView .rbrAccordion .panel.panel-open .panel-heading,*/
    .widget-custom.brakeRateTriggerAnalyser .detailedView .rbrAccordion .panel.panel-open .panel-body {
        background-color: #fffadd;
    }
    
    .widget-custom.brakeRateTriggerAnalyser .detailedView .reductiondetail table tbody tr.panel-default.Reduction.Accepted {
        background-color:green;
    }
.widget-custom.brakeRateTriggerAnalyser .detailedView .reductiondetail table tbody tr.panel-default.Reduction.Accepted{
    background-color: #dff0d8;
}

.widget-custom.brakeRateTriggerAnalyser .detailedView .reductiondetail table tbody tr.panel-default.Reduction.Rejected,
.widget-custom.brakeRateTriggerAnalyser .detailedView .reductiondetail table tbody tr.panel-default.Reduction.Cancelled {
    background-color: #f2dede;
}

.widget-custom.brakeRateTriggerAnalyser .detailedView .reductiondetail table tbody tr.panel-default.Reduction.Pending,
.widget-custom.brakeRateTriggerAnalyser .detailedView .reductiondetail table tbody tr.panel-default.Reduction.Delayed,
.widget-custom.brakeRateTriggerAnalyser .detailedView .reductiondetail table tbody tr.panel-default.Reduction.InProgress {
    background-color: #fcf8e3;
}

.widget-custom.brakeRateTriggerAnalyser .detailedView .reductiondetail table tbody tr.panel-default.Increase.Accepted{
    background-color: #8ec578;
}

.widget-custom.brakeRateTriggerAnalyser .detailedView .reductiondetail table tbody tr.panel-default.Increase.Rejected,
.widget-custom.brakeRateTriggerAnalyser .detailedView .reductiondetail table tbody tr.panel-default.Increase.Cancelled{
    background-color: #a24a4a;
    color: #fff;
}

.widget-custom.brakeRateTriggerAnalyser .detailedView .reductiondetail table tbody tr.panel-default.Increase.Pending,
.widget-custom.brakeRateTriggerAnalyser .detailedView .reductiondetail table tbody tr.panel-default.Increase.Delayed,
.widget-custom.brakeRateTriggerAnalyser .detailedView .reductiondetail table tbody tr.panel-default.Increase.InProgress {
    background-color: #f5dc5f;
}

/*.widget-custom.brakeRateTriggerAnalyser .detailedView .rbrAccordion .panel.panel-open .panel-heading,*/
.widget-custom.brakeRateTriggerAnalyser .detailedView .rbrAccordion .panel.panel-open .panel-body {
    background-color: #fffadd;
}
.widget-custom.brakeRateTriggerAnalyser .detailedView .reductiondetail table tbody tr.panel-default.Reduction.Accepted {
    background-color: #dff0d8;
}

.widget-custom.brakeRateTriggerAnalyser .detailedView .reductiondetail table tbody tr.panel-default.Reduction.Rejected,
.widget-custom.brakeRateTriggerAnalyser .detailedView .reductiondetail table tbody tr.panel-default.Reduction.Cancelled{
    background-color: #f2dede;
}

.widget-custom.brakeRateTriggerAnalyser .detailedView .reductiondetail table tbody tr.panel-default.Reduction.Pending,
.widget-custom.brakeRateTriggerAnalyser .detailedView .reductiondetail table tbody tr.panel-default.Reduction.Delayed,
.widget-custom.brakeRateTriggerAnalyser .detailedView .reductiondetail table tbody tr.panel-default.Reduction.InProgress{
    background-color: #fcf8e3;
}

.widget-custom.brakeRateTriggerAnalyser .detailedView .rbrAccordion .panel.Increase.Accepted {
    background-color: #8ec578;
}

.widget-custom.brakeRateTriggerAnalyser .detailedView .reductiondetail table tbody tr.panel-default.Increase.Rejected,
.widget-custom.brakeRateTriggerAnalyser .detailedView .reductiondetail table tbody tr.panel-default.Increase.Cancelled{
    background-color: #a24a4a;
    color: #fff;
}

.widget-custom.brakeRateTriggerAnalyser .detailedView .reductiondetail table tbody tr.panel-default.Increase.Pending,
.widget-custom.brakeRateTriggerAnalyser .detailedView .reductiondetail table tbody tr.panel-default.Increase.Delayed,
.widget-custom.brakeRateTriggerAnalyser .detailedView .reductiondetail table tbody tr.panel-default.Increase.InProgress {
    background-color: #f5dc5f;
}

/*.widget-custom.brakeRateTriggerAnalyser .detailedView .rbrAccordion .panel.panel-open .panel-heading,*/
.widget-custom.brakeRateTriggerAnalyser .detailedView .rbrAccordion .panel.panel-open .panel-body {
    background-color: #fffadd;
}
    /*.widget-custom.brakeRateTriggerAnalyser .detailedView .rbrAccordion .panel.panel-open.Red .panel-heading {
        background-color: #bf3f3f;
        color: #fff;
    }
    .widget-custom.brakeRateTriggerAnalyser .detailedView .rbrAccordion .panel.panel-open.Pink .panel-heading {
        background-color: #cfbebd;
    }
    .widget-custom.brakeRateTriggerAnalyser .detailedView .rbrAccordion .panel.panel-open.Green .panel-heading {
        background-color: #becdb8;
    }
    .widget-custom.brakeRateTriggerAnalyser .detailedView .rbrAccordion .panel.panel-open.Blue .panel-heading {
        background-color: #bad2de;
    }
    .widget-custom.brakeRateTriggerAnalyser .detailedView .rbrAccordion .panel.panel-open.Grey .panel-heading {
        background-color: #c1bfbf;
    }
    .widget-custom.brakeRateTriggerAnalyser .detailedView .rbrAccordion .panel.panel-open.LightGrey .panel-heading {
        background-color: #cacaca;
    }*/
    .widget-custom.brakeRateTriggerAnalyser .detailedView .rbrAccordion .panel.panel-open .panel-heading .panel-title td {
        font-weight: bold;
        font-size: 15px;
    }

    .widget-custom.brakeRateTriggerAnalyser .detailedView .rbrAccordion .panel-heading {
        padding: 0;
        background-color: #fff;
    }

        .widget-custom.brakeRateTriggerAnalyser .detailedView .rbrAccordion .panel-heading table {
            margin: 0;
            border: none;
        }

            .widget-custom.brakeRateTriggerAnalyser .detailedView .rbrAccordion .panel-heading table th,
            .widget-custom.brakeRateTriggerAnalyser .detailedView .rbrAccordion .panel-heading table td {
                border-top: none;
                border-bottom: none;
            }

            .widget-custom.brakeRateTriggerAnalyser .detailedView .rbrAccordion .panel-heading table th,
            .widget-custom.brakeRateTriggerAnalyser .detailedView .rbrAccordion .panel-heading table td,
            .widget-custom.brakeRateTriggerAnalyser .detailedView .rbrAccordion .extensions table th,
            .widget-custom.brakeRateTriggerAnalyser .detailedView .rbrAccordion .extensions table td,
            .widget-custom.brakeRateTriggerAnalyser .detailedView .rbrAccordion .triggers table th,
            .widget-custom.brakeRateTriggerAnalyser .detailedView .rbrAccordion .triggers table td,
            .widget-custom.brakeRateTriggerAnalyser .detailedView .rbrAccordion .servicePerformance table th,
            .widget-custom.brakeRateTriggerAnalyser .detailedView .rbrAccordion .servicePerformance table td {
                border-bottom: none;
                padding: 5px;
                font-size: 14px;
            }

    .widget-custom.brakeRateTriggerAnalyser .detailedView .rbrAccordion .panel-group > .panel:first-child:not(:last-child) {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom-width: 0;
    }

    .widget-custom.brakeRateTriggerAnalyser .detailedView .rbrAccordion .panel-group > .panel:not(:first-child):not(:last-child) {
        border-radius: 0;
        border-bottom-width: 0;
    }

    .widget-custom.brakeRateTriggerAnalyser .detailedView .rbrAccordion .panel-group > .panel:last-child:not(:first-child) {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    .widget-custom.brakeRateTriggerAnalyser .detailedView .rbrInstancesPercentages .panel-body {
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
    }

    .widget-custom.brakeRateTriggerAnalyser .detailedView .rbrAccordion .details {
        margin: 5px;
        padding: 5px;
        background-color: rgba(0, 0, 0, 0.05);
    }

        .widget-custom.brakeRateTriggerAnalyser .detailedView .rbrAccordion .details span {
            margin-right: 10px;
        }

    .widget-custom.brakeRateTriggerAnalyser .detailedView .rbrAccordion .vis-timeline {
        border: none;
    }

    .widget-custom.brakeRateTriggerAnalyser .detailedView .rbrAccordion .extensionsTable,
    .widget-custom.brakeRateTriggerAnalyser .detailedView .rbrAccordion .triggersTable,
    .widget-custom.brakeRateTriggerAnalyser .detailedView .rbrAccordion .servicePerformanceTable {
        background-color: rgba(255, 255, 255, 0.5);
    }

    .widget-custom.brakeRateTriggerAnalyser .detailedView .rbrAccordion .servicePerformanceAlert {
        background-color: rgba(0, 0, 0, 0.1);
        border: none;
    }
/*--- Mitigation Analyser Widget ---*/
.widget-custom.mitigationAnalyser {
    padding: 5px;
}

    .widget-custom.mitigationAnalyser .export .btn {
        margin-top: 22px;
    }
    .widget-custom.mitigationAnalyser .affectedSiteGroupsCell {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 100px;
    }

 .widget-custom.mitigationAnalyser table {
    margin-bottom: 10px;
}
 .widget-custom.mitigationAnalyser .tableContainer {
    overflow-x: auto;
}
.widget-custom.mitigationAnalyser table th.status {
    width: 20%;
}
    .widget-custom.mitigationAnalyser table th.area {
        width: 20%;
    }
    .widget-custom.mitigationAnalyser table th.tracking {
        width: 10%;
    }

    .widget-custom.mitigationAnalyser .trackingStatus {
        font-weight: bold;
        color: #337ab7;
    }
        .widget-custom.mitigationAnalyser .trackingStatus.notWorking {
            color: #c51f1b;
        }

    .widget-custom.mitigationAnalyser .detailedView .accordionHeader {
        margin: 0;
        border: none;
    }
        .widget-custom.mitigationAnalyser .detailedView .accordionHeader .panel-heading {
            padding: 0;
            border: none;
            font-weight:bold;
        }
            .widget-custom.mitigationAnalyser .detailedView .accordionHeader .panel-heading table {
                margin: 0 !important
            }

    .widget-custom.mitigationAnalyser .detailedView .rbrAccordion .panel,
    .widget-custom.mitigationAnalyser .detailedView .rbrAccordion .panel-group{
        margin: 0;
    }

        .widget-custom.mitigationAnalyser .detailedView .rbrAccordion .panel.Red .panel-heading {
            background-color: #f2dede;
        }
        .widget-custom.mitigationAnalyser .detailedView .rbrAccordion .panel.Green .panel-heading {
            background-color: #e0f1d8;
        }
        .widget-custom.mitigationAnalyser .detailedView .rbrAccordion .panel.Amber .panel-heading {
            background-color: #fcf8e4;
        }

        .widget-custom.mitigationAnalyser .detailedView .rbrAccordion .panel.panel-open .panel-heading,
        .widget-custom.mitigationAnalyser .detailedView .rbrAccordion .panel.panel-open .panel-body {
            background-color: #fffadd;
        }

        .widget-custom.mitigationAnalyser .detailedView .rbrAccordion .panel.panel-open.Red .panel-heading {
            background-color: #731e1c;
            color: #fff;
        }
        .widget-custom.mitigationAnalyser .detailedView .rbrAccordion .panel.panel-open.Green .panel-heading {
            background-color: #becdb8;
        }
        .widget-custom.mitigationAnalyser .detailedView .rbrAccordion .panel.panel-open.Amber .panel-heading {
            background-color: #d7d4c2;
        }

            .widget-custom.mitigationAnalyser .detailedView .rbrAccordion .panel.panel-open .panel-heading .panel-title {
                font-weight: bold;
            }

    .widget-custom.mitigationAnalyser .detailedView .rbrAccordion .panel-heading {
        padding: 0;
        background-color: #fff;
    }
    .widget-custom.mitigationAnalyser .detailedView .rbrAccordion .bg-success .panel-body {
        /*background-color: #dff0d8;*/
    }
    .widget-custom.mitigationAnalyser .detailedView .rbrAccordion .bg-danger .panel-body {
        /*background-color: #f2dede;*/
    }
    .widget-custom.mitigationAnalyser .detailedView .rbrAccordion .bg-warning .panel-body {
        /*background-color: #fcf8e3;*/
    }

        .widget-custom.mitigationAnalyser .detailedView .rbrAccordion .panel-heading table {
            margin: 0;
            border: none;
        }

            .widget-custom.mitigationAnalyser .detailedView .rbrAccordion .panel-heading table th,
            .widget-custom.mitigationAnalyser .detailedView .rbrAccordion .panel-heading table td {
                border-top: none;
                border-bottom: none;
            }

            .widget-custom.mitigationAnalyser .detailedView .rbrAccordion .panel-heading table th,
            .widget-custom.mitigationAnalyser .detailedView .rbrAccordion .panel-heading table td,
            .widget-custom.mitigationAnalyser .detailedView .rbrAccordion .extensions table th,
            .widget-custom.mitigationAnalyser .detailedView .rbrAccordion .extensions table td,
            .widget-custom.mitigationAnalyser .detailedView .rbrAccordion .triggers table th,
            .widget-custom.mitigationAnalyser .detailedView .rbrAccordion .triggers table td,
            .widget-custom.mitigationAnalyser .detailedView .rbrAccordion .servicePerformance table th,
            .widget-custom.mitigationAnalyser .detailedView .rbrAccordion .servicePerformance table td {
                border-bottom: none;
                padding: 5px;
                font-size: 14px;
            }

    .widget-custom.mitigationAnalyser .detailedView .rbrAccordion .panel-group > .panel:first-child:not(:last-child) {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom-width: 0;
    }

    .widget-custom.mitigationAnalyser .detailedView .rbrAccordion .panel-group > .panel:not(:first-child):not(:last-child) {
        border-radius: 0;
        border-bottom-width: 0;
    }

    .widget-custom.mitigationAnalyser .detailedView .rbrAccordion .panel-group > .panel:last-child:not(:first-child) {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    .widget-custom.mitigationAnalyser .detailedView .rbrAccordion .form-control {
        background-color: rgba(255, 255, 255, 0.5);
    }

        .widget-custom.mitigationAnalyser .detailedView .rbrAccordion .form-control.multiline {
            min-height: 26px;
            height: auto;
        }

    .widget-custom.mitigationAnalyser .detailedView .rbrAccordion .recommendationDetails,
    .widget-custom.mitigationAnalyser .detailedView .rbrAccordion .requestDetails,
    .widget-custom.mitigationAnalyser .detailedView .rbrAccordion .applicationDetails {
        background-color: rgba(0, 0, 0, 0.1);
    }

    .widget-custom.mitigationAnalyser .detailedView .rbrAccordion .tableContainer {
        max-height: 400px;
        overflow-y: auto;
    }

    .widget-custom.mitigationAnalyser .detailedView .rbrAccordion .triggersTable,
    .widget-custom.mitigationAnalyser .detailedView .rbrAccordion .locationTrackerSummaryTable,
    .widget-custom.mitigationAnalyser .detailedView .rbrAccordion .locationTrackerDetailsTable {
        background-color: rgba(255, 255, 255, 0.5);
        margin-bottom: 20px;
    }

        .widget-custom.mitigationAnalyser .detailedView .rbrAccordion .locationTrackerSummaryTable .sparHeaderCell,
        .widget-custom.mitigationAnalyser .detailedView .rbrAccordion .locationTrackerSummaryTable .trackernetHeaderCell,
        .widget-custom.mitigationAnalyser .detailedView .rbrAccordion .locationTrackerSummaryTable .sparCell,
        .widget-custom.mitigationAnalyser .detailedView .rbrAccordion .locationTrackerSummaryTable .trackernetCell {
            text-align:center;
        }

        .widget-custom.mitigationAnalyser .detailedView .rbrAccordion .locationTrackerDetailsTable .commentsCell {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            min-width: 100px;
            max-width: 150px;
        }

.locationTrackerDetailsTable.commentsTooltip .tooltip-inner {
    word-break:break-all;
}

        .widget-custom.mitigationAnalyser .detailedView .rbrAccordion .locationTrackerSummaryTable .highlight {
            background-color: rgba(0, 0, 0, 0.1);
            font-weight: bold;
        }
    

        .widget-custom.mitigationAnalyser .detailedView .rbrAccordion .details span {
            margin-right: 10px;
        }

    .widget-custom.mitigationAnalyser .detailedView .rbrAccordion .vis-timeline {
        border: none;
    }


    /*Mitigation Train Trigger Analyser*/
.widget-custom.mitigationTrainTriggerAnalyser {
    padding: 5px;
}

    .widget-custom.mitigationTrainTriggerAnalyser .export .btn {
        margin-top: 22px;
    }

    .widget-custom.mitigationTrainTriggerAnalyser .affectedSiteGroupsCell {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 100px;
    }

    .widget-custom.mitigationTrainTriggerAnalyser table {
        margin-bottom: 10px;
    }

    .widget-custom.mitigationTrainTriggerAnalyser .tableContainer {
        overflow-x: auto;
    }

    .widget-custom.mitigationTrainTriggerAnalyser table th.status {
        width: 20%;
    }

    .widget-custom.mitigationTrainTriggerAnalyser table th.area {
        width: 20%;
    }

    .widget-custom.mitigationTrainTriggerAnalyser table th.tracking {
        width: 10%;
    }

    .widget-custom.mitigationTrainTriggerAnalyser .trackingStatus {
        font-weight: bold;
        color: #337ab7;
    }

        .widget-custom.mitigationTrainTriggerAnalyser .trackingStatus.notWorking {
            color: #c51f1b;
        }

    .widget-custom.mitigationTrainTriggerAnalyser .detailedView .accordionHeader {
        margin: 0;
        border: none;
    }

        .widget-custom.mitigationTrainTriggerAnalyser .detailedView .accordionHeader .panel-heading {
            padding: 0;
            border: none;
            font-weight: bold;
        }

            .widget-custom.mitigationTrainTriggerAnalyser .detailedView .accordionHeader .panel-heading table {
                margin: 0 !important
            }

    .widget-custom.mitigationTrainTriggerAnalyser .detailedView .rbrAccordion .panel,
    .widget-custom.mitigationTrainTriggerAnalyser .detailedView .rbrAccordion .panel-group {
        margin: 0;
    }

        .widget-custom.mitigationTrainTriggerAnalyser .detailedView .rbrAccordion .panel.Red .panel-heading {
            background-color: #f2dede;
        }

        .widget-custom.mitigationTrainTriggerAnalyser .detailedView .rbrAccordion .panel.Green .panel-heading {
            background-color: #e0f1d8;
        }

        .widget-custom.mitigationTrainTriggerAnalyser .detailedView .rbrAccordion .panel.Amber .panel-heading {
            background-color: #fcf8e4;
        }

        .widget-custom.mitigationTrainTriggerAnalyser .detailedView .rbrAccordion .panel.panel-open .panel-heading,
        .widget-custom.mitigationTrainTriggerAnalyser .detailedView .rbrAccordion .panel.panel-open .panel-body {
            background-color: #fffadd;
        }

        .widget-custom.mitigationTrainTriggerAnalyser .detailedView .rbrAccordion .panel.panel-open.Red .panel-heading {
            background-color: #731e1c;
            color: #fff;
        }

        .widget-custom.mitigationTrainTriggerAnalyser .detailedView .rbrAccordion .panel.panel-open.Green .panel-heading {
            background-color: #becdb8;
        }

        .widget-custom.mitigationTrainTriggerAnalyser .detailedView .rbrAccordion .panel.panel-open.Amber .panel-heading {
            background-color: #d7d4c2;
        }

        .widget-custom.mitigationTrainTriggerAnalyser .detailedView .rbrAccordion .panel.panel-open .panel-heading .panel-title {
            font-weight: bold;
        }

    .widget-custom.mitigationTrainTriggerAnalyser .detailedView .rbrAccordion .panel-heading {
        padding: 0;
        background-color: #fff;
    }

    .widget-custom.mitigationTrainTriggerAnalyser .detailedView .rbrAccordion .bg-success .panel-body {
        /*background-color: #dff0d8;*/
    }

    .widget-custom.mitigationTrainTriggerAnalyser .detailedView .rbrAccordion .bg-danger .panel-body {
        /*background-color: #f2dede;*/
    }

    .widget-custom.mitigationTrainTriggerAnalyser .detailedView .rbrAccordion .bg-warning .panel-body {
        /*background-color: #fcf8e3;*/
    }

    .widget-custom.mitigationTrainTriggerAnalyser .detailedView .rbrAccordion .panel-heading table {
        margin: 0;
        border: none;
    }

        .widget-custom.mitigationTrainTriggerAnalyser .detailedView .rbrAccordion .panel-heading table th,
        .widget-custom.mitigationTrainTriggerAnalyser .detailedView .rbrAccordion .panel-heading table td {
            border-top: none;
            border-bottom: none;
        }

        .widget-custom.mitigationTrainTriggerAnalyser .detailedView .rbrAccordion .panel-heading table th,
        .widget-custom.mitigationTrainTriggerAnalyser .detailedView .rbrAccordion .panel-heading table td,
        .widget-custom.mitigationTrainTriggerAnalyser .detailedView .rbrAccordion .extensions table th,
        .widget-custom.mitigationTrainTriggerAnalyser .detailedView .rbrAccordion .extensions table td,
        .widget-custom.mitigationTrainTriggerAnalyser .detailedView .rbrAccordion .triggers table th,
        .widget-custom.mitigationTrainTriggerAnalyser .detailedView .rbrAccordion .triggers table td,
        .widget-custom.mitigationTrainTriggerAnalyser .detailedView .rbrAccordion .servicePerformance table th,
        .widget-custom.mitigationTrainTriggerAnalyser .detailedView .rbrAccordion .servicePerformance table td {
            border-bottom: none;
            padding: 5px;
            font-size: 14px;
        }

    .widget-custom.mitigationTrainTriggerAnalyser .detailedView .rbrAccordion .panel-group > .panel:first-child:not(:last-child) {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom-width: 0;
    }

    .widget-custom.mitigationTrainTriggerAnalyser .detailedView .rbrAccordion .panel-group > .panel:not(:first-child):not(:last-child) {
        border-radius: 0;
        border-bottom-width: 0;
    }

    .widget-custom.mitigationTrainTriggerAnalyser .detailedView .rbrAccordion .panel-group > .panel:last-child:not(:first-child) {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    .widget-custom.mitigationTrainTriggerAnalyser .detailedView .rbrAccordion .form-control {
        background-color: rgba(255, 255, 255, 0.5);
    }

        .widget-custom.mitigationTrainTriggerAnalyser .detailedView .rbrAccordion .form-control.multiline {
            min-height: 26px;
            height: auto;
        }

    .widget-custom.mitigationTrainTriggerAnalyser .detailedView .rbrAccordion .recommendationDetails,
    .widget-custom.mitigationTrainTriggerAnalyser .detailedView .rbrAccordion .requestDetails,
    .widget-custom.mitigationTrainTriggerAnalyser .detailedView .rbrAccordion .mitigationpath,
    .widget-custom.mitigationTrainTriggerAnalyser .detailedView .rbrAccordion .applicationDetails {
        background-color: rgba(0, 0, 0, 0.1);
    }

    .widget-custom.mitigationTrainTriggerAnalyser .detailedView .rbrAccordion .tableContainer {
        max-height: 400px;
        overflow-y: auto;
    }

    .widget-custom.mitigationTrainTriggerAnalyser .detailedView .rbrAccordion .triggersTable,
    .widget-custom.mitigationTrainTriggerAnalyser .detailedView .rbrAccordion .locationTrackerSummaryTable,
    .widget-custom.mitigationTrainTriggerAnalyser .detailedView .rbrAccordion .locationTrackerDetailsTable {
        background-color: rgba(255, 255, 255, 0.5);
        margin-bottom: 20px;
    }

        .widget-custom.mitigationTrainTriggerAnalyser .detailedView .rbrAccordion .locationTrackerSummaryTable .sparHeaderCell,
        .widget-custom.mitigationTrainTriggerAnalyser .detailedView .rbrAccordion .locationTrackerSummaryTable .trackernetHeaderCell,
        .widget-custom.mitigationTrainTriggerAnalyser .detailedView .rbrAccordion .locationTrackerSummaryTable .sparCell,
        .widget-custom.mitigationTrainTriggerAnalyser .detailedView .rbrAccordion .locationTrackerSummaryTable .trackernetCell {
            text-align: center;
        }

        .widget-custom.mitigationTrainTriggerAnalyser .detailedView .rbrAccordion .locationTrackerDetailsTable .commentsCell {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            min-width: 100px;
            max-width: 150px;
        }

.locationTrackerDetailsTable.commentsTooltip .tooltip-inner {
    word-break: break-all;
}

.widget-custom.mitigationTrainTriggerAnalyser .detailedView .rbrAccordion .locationTrackerSummaryTable .highlight {
    background-color: rgba(0, 0, 0, 0.1);
    font-weight: bold;
}


.widget-custom.mitigationTrainTriggerAnalyser .detailedView .rbrAccordion .details span {
    margin-right: 10px;
}

.widget-custom.mitigationTrainTriggerAnalyser .detailedView .rbrAccordion .vis-timeline {
    border: none;
}
    /*Track Team Analyser*/
/*--- trackteam Analyser Widget ---*/
.widget-custom.trackteamAnalyser {
    padding: 5px;
}

    .widget-custom.trackteamAnalyser .export .btn {
        margin-top: 22px;
    }

    .widget-custom.trackteamAnalyser .affectedSiteGroupsCell {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 100px;
    }

    .widget-custom.trackteamAnalyser table {
        margin-bottom: 10px;
    }

    .widget-custom.trackteamAnalyser .tableContainer {
        overflow-x: auto;
    }

    .widget-custom.trackteamAnalyser table th.status {
        width: 20%;
    }

    .widget-custom.trackteamAnalyser table th.area {
        width: 20%;
    }

    .widget-custom.trackteamAnalyser table th.tracking {
        width: 10%;
    }

    .widget-custom.trackteamAnalyser .trackingStatus {
        font-weight: bold;
        color: #337ab7;
    }

        .widget-custom.trackteamAnalyser .trackingStatus.notWorking {
            color: #c51f1b;
        }

    .widget-custom.trackteamAnalyser .detailedView .accordionHeader {
        margin: 0;
        border: none;
    }

        .widget-custom.trackteamAnalyser .detailedView .accordionHeader .panel-heading {
            padding: 0;
            border: none;
            font-weight: bold;
        }

            .widget-custom.trackteamAnalyser .detailedView .accordionHeader .panel-heading table {
                margin: 0 !important
            }

    .widget-custom.trackteamAnalyser .detailedView .rbrAccordion .panel,
    .widget-custom.trackteamAnalyser .detailedView .rbrAccordion .panel-group {
        margin: 0;
    }

        .widget-custom.trackteamAnalyser .detailedView .rbrAccordion .panel.Red .panel-heading {
            background-color: #f2dede;
        }

        .widget-custom.trackteamAnalyser .detailedView .rbrAccordion .panel.Green .panel-heading {
            background-color: #e0f1d8;
        }

        .widget-custom.trackteamAnalyser .detailedView .rbrAccordion .panel.Amber .panel-heading {
            background-color: #fcf8e4;
        }

        .widget-custom.trackteamAnalyser .detailedView .rbrAccordion .panel.panel-open .panel-heading,
        .widget-custom.trackteamAnalyser .detailedView .rbrAccordion .panel.panel-open .panel-body {
            background-color: #fffadd;
        }

        .widget-custom.trackteamAnalyser .detailedView .rbrAccordion .panel.panel-open.Red .panel-heading {
            background-color: #731e1c;
            color: #fff;
        }

        .widget-custom.trackteamAnalyser .detailedView .rbrAccordion .panel.panel-open.Green .panel-heading {
            background-color: #becdb8;
        }

        .widget-custom.trackteamAnalyser .detailedView .rbrAccordion .panel.panel-open.Amber .panel-heading {
            background-color: #d7d4c2;
        }

        .widget-custom.trackteamAnalyser .detailedView .rbrAccordion .panel.panel-open .panel-heading .panel-title {
            font-weight: bold;
        }

    .widget-custom.trackteamAnalyser .detailedView .rbrAccordion .panel-heading {
        padding: 0;
        background-color: #fff;
    }

    .widget-custom.trackteamAnalyser .detailedView .rbrAccordion .bg-success .panel-body {
        /*background-color: #dff0d8;*/
    }

    .widget-custom.trackteamAnalyser .detailedView .rbrAccordion .bg-danger .panel-body {
        /*background-color: #f2dede;*/
    }

    .widget-custom.trackteamAnalyser .detailedView .rbrAccordion .bg-warning .panel-body {
        /*background-color: #fcf8e3;*/
    }

    .widget-custom.trackteamAnalyser .detailedView .rbrAccordion .panel-heading table {
        margin: 0;
        border: none;
    }

        .widget-custom.trackteamAnalyser .detailedView .rbrAccordion .panel-heading table th,
        .widget-custom.trackteamAnalyser .detailedView .rbrAccordion .panel-heading table td {
            border-top: none;
            border-bottom: none;
        }

        .widget-custom.trackteamAnalyser .detailedView .rbrAccordion .panel-heading table th,
        .widget-custom.trackteamAnalyser .detailedView .rbrAccordion .panel-heading table td,
        .widget-custom.trackteamAnalyser .detailedView .rbrAccordion .extensions table th,
        .widget-custom.trackteamAnalyser .detailedView .rbrAccordion .extensions table td,
        .widget-custom.trackteamAnalyser .detailedView .rbrAccordion .triggers table th,
        .widget-custom.trackteamAnalyser .detailedView .rbrAccordion .triggers table td,
        .widget-custom.trackteamAnalyser .detailedView .rbrAccordion .servicePerformance table th,
        .widget-custom.trackteamAnalyser .detailedView .rbrAccordion .servicePerformance table td {
            border-bottom: none;
            padding: 5px;
            font-size: 14px;
        }

    .widget-custom.trackteamAnalyser .detailedView .rbrAccordion .panel-group > .panel:first-child:not(:last-child) {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom-width: 0;
    }

    .widget-custom.trackteamAnalyser .detailedView .rbrAccordion .panel-group > .panel:not(:first-child):not(:last-child) {
        border-radius: 0;
        border-bottom-width: 0;
    }

    .widget-custom.trackteamAnalyser .detailedView .rbrAccordion .panel-group > .panel:last-child:not(:first-child) {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    .widget-custom.trackteamAnalyser .detailedView .rbrAccordion .form-control {
        background-color: rgba(255, 255, 255, 0.5);
    }

        .widget-custom.trackteamAnalyser .detailedView .rbrAccordion .form-control.multiline {
            min-height: 26px;
            height: auto;
        }

    .widget-custom.trackteamAnalyser .detailedView .rbrAccordion .recommendationDetails,
    .widget-custom.trackteamAnalyser .detailedView .rbrAccordion .requestDetails,
    .widget-custom.trackteamAnalyser .detailedView .rbrAccordion .applicationDetails {
        background-color: rgba(0, 0, 0, 0.1);
    }

    .widget-custom.trackteamAnalyser .detailedView .rbrAccordion .tableContainer {
        max-height: 400px;
        overflow-y: auto;
    }

    .widget-custom.trackteamAnalyser .detailedView .rbrAccordion .triggersTable,
    .widget-custom.trackteamAnalyser .detailedView .rbrAccordion .locationTrackerSummaryTable,
    .widget-custom.trackteamAnalyser .detailedView .rbrAccordion .locationTrackerDetailsTable {
        background-color: rgba(255, 255, 255, 0.5);
        margin-bottom: 20px;
    }

        .widget-custom.trackteamAnalyser .detailedView .rbrAccordion .locationTrackerSummaryTable .sparHeaderCell,
        .widget-custom.trackteamAnalyser .detailedView .rbrAccordion .locationTrackerSummaryTable .trackernetHeaderCell,
        .widget-custom.trackteamAnalyser .detailedView .rbrAccordion .locationTrackerSummaryTable .sparCell,
        .widget-custom.trackteamAnalyser .detailedView .rbrAccordion .locationTrackerSummaryTable .trackernetCell {
            text-align: center;
        }

        .widget-custom.trackteamAnalyser .detailedView .rbrAccordion .locationTrackerDetailsTable .commentsCell {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            min-width: 100px;
            max-width: 150px;
        }

.locationTrackerDetailsTable.commentsTooltip .tooltip-inner {
    word-break: break-all;
}

.widget-custom.trackteamAnalyser .detailedView .rbrAccordion .locationTrackerSummaryTable .highlight {
    background-color: rgba(0, 0, 0, 0.1);
    font-weight: bold;
}


.widget-custom.trackteamAnalyser .detailedView .rbrAccordion .details span {
    margin-right: 10px;
}

.widget-custom.trackteamAnalyser .detailedView .rbrAccordion .vis-timeline {
    border: none;
}
    /*End Track Team Analyser*/

    /*-Notification Widget View Details-*/
    .viewWarnings .alert {
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 10px;
    }

.viewWarnings .alert.alert-warning{
    border-color:#ffdca9;
}

.viewWarnings .alert.alert-warning.hasAssociatedPrompt{
        cursor: pointer;
}
.viewWarnings .alert.alert-warning.hasAssociatedPrompt:hover{
        background-color: #fff2ab;
}

    .viewWarnings .btnRemoveWarning{
        height:20px;
            padding-right: 7px;
    padding-left: 6px;
    padding-top: 0;
    padding-bottom: 0;
    }
/*Modal*/
.modal-backdrop.promptsDialog{
    z-index:1040!important;
}
.modal.promptsDialog{
    z-index:1041!important;
}
.viewPrompts .alert {
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 10px;
    }
/*Modal Animation*/
/*.modal.fade:not(.in) .modal-dialog {
  -webkit-transform: translate3d(10%, 100%, 0);
  transform: translate3d(10%, 100%, 0);
}*/

.viewPrompts .alert.alert-danger:hover{
    cursor:pointer;
    color:white;
    background-color:#d9534f;
}
    /*.viewPrompts .alert.alert-danger:focus {
        background-color:#f37c7c;
        border-color:#f3b3b3;
    }*/

    .viewPrompts .btnRemoveWarning {
        height: 20px;
        padding-right: 7px;
        padding-left: 6px;
        padding-top: 0;
        padding-bottom: 0;
    }

/*.viewOnlineUsers .list-group li.rbrAdhesionController {
    background-color: #dff0d8;
    color: #3c763d;
}
.viewOnlineUsers .list-group li.mitigationAdhesionController {
    background-color: #fcf8e3;
    color: #8a6d3b;
}*/
.viewOnlineUsers .list-group li .isRBRAdhesionController {
    color: #b707f7;
}
.viewOnlineUsers .list-group li .isMitigationAdhesionController {
    color: #1f60ed;
}
    
/*---Site Explorer Widget---*/
.widget-custom.site-explorer .alert {
        margin: 0;
    }

    .widget-custom.site-explorer .quickOptions {
        margin-bottom: 0;
        overflow: hidden;
    }

        .widget-custom.site-explorer .quickOptions li {
            height: 60px;
        }

            .widget-custom.site-explorer .quickOptions li.siteSpecificCollapseAll {
                min-height: 30px;
                height: 30px;
            }

        .widget-custom.site-explorer .quickOptions .datePickerQuickOption .form-group {
            margin-bottom: 0;
        }

        .widget-custom.site-explorer .quickOptions .treeControls button {
            padding-top: 3px;
            padding-bottom: 3px;
            height: 26px;
        }

    /*
     Tree structure using CSS:
     http://stackoverflow.com/questions/14922247/how-to-get-a-tree-in-html-using-pure-css
    */

    .widget-custom.site-explorer .tree,
    .widget-custom.site-explorer .tree ol {
        font: normal normal 14px/20px Helvetica, Arial, sans-serif;
        list-style-type: none;
        margin-left: 0 0 0 10px;
        padding: 0;
        position: relative;
        overflow: hidden;
    }

        .widget-custom.site-explorer .tree li {
            margin: 0px;
            padding: 2px 0 0 10px;
            position: relative;
            color: #31708f;
        }

            .widget-custom.site-explorer .tree li::before,
            .widget-custom.site-explorer .tree li::after {
                content: '';
                position: absolute;
                left: 0;
            }


            /* horizontal line on inner list items */

            .widget-custom.site-explorer .tree li::before {
                border-top: 1px solid #ccc;
                top: 10px;
                width: 10px;
                height: 0;
            }


            /* vertical line on list items */

            .widget-custom.site-explorer .tree li:after {
                border-left: 1px solid #ccc;
                height: 100%;
                width: 0px;
                top: -10px;
            }


        /* lower line on list items from the first level because they don't have parents */

        .widget-custom.site-explorer .tree > li::after {
            top: 10px;
        }


        /* hide line from the last of the first level list items */

        .widget-custom.site-explorer .tree > li:last-child::after {
            display: none;
        }

    /* Tree styling */
    .widget-custom.site-explorer.peripheralWidget .tree {
        max-height:100%;       
        overflow: auto;
        margin:0;       
    }

    .widget-custom.site-explorer .tree {
        max-height: 300px;
        overflow: auto;
        margin:0 0 0 -1px;
    }

    .dashboard-modal .widget-custom.site-explorer .tree {
        max-height: 100%;
    }

    .widget-custom.site-explorer .tree li .node {
        /*border: 1px solid #bce8f1;*/
        display: table;
        background-color: #f5fafd;
        padding: 0px;
        height: 20px;
        width: 100%;
    }

    .widget-custom.site-explorer .tree li .node:hover {
        background-color: #d9edf7;
        font-weight: bold;
    }

    .widget-custom.site-explorer .tree li .node:hover table td.icon button {
        background-color: #d9edf7;
    }

        .widget-custom.site-explorer .tree li .node table td.icon button {
            padding: 0px 6px 0px 6px;
            height: 100%;
            margin-top: -2px;
            border: none;
            border-radius: 0px;
            background-color: #f5fafd;
            color: #31708f;
        }

        .widget-custom.site-explorer .tree li .node table td.icon button.noChildren{
            color:#97bbcd;
        }

            .widget-custom.site-explorer .tree li .node table td.icon button:focus {
                outline: 0;
            }

        .widget-custom.site-explorer .tree li .node table {
            width: 100%;
        }

            .widget-custom.site-explorer .tree li .node table td.icon {
                width: 26px;
            }

            .widget-custom.site-explorer .tree li .node table td.header {
                padding-left: 5px;
                padding-right: 5px;
                text-align: left;
            }

            .widget-custom.site-explorer .tree li .node table td.keyItemDescription {
                padding-right: 5px;
                text-align: right;
            }

            .widget-custom.site-explorer .tree li .node table td.colour {
                width: 50px;
            }
            .widget-custom.site-explorer .tree li .node table td.colour div {
                height: 20px;
                border: 1px solid;
                border-top-left-radius: 10px;
                border-bottom-left-radius: 10px;
            }

/*---Log Widgets---*/
.widget-custom.log .alert{
    margin:0;
}

.widget-custom.log .quickOptions {
    margin-bottom:5px;
}

.widget-custom.log form ul {
    margin-bottom:0;
}

.widget-custom.log form ul .form-group{
    margin-bottom:0;
}

.widget-custom.log .widgetContent table{
    margin-bottom:0;
}

.widget-custom.log .widgetContent .summaryItem{
    word-wrap:break-word;
    border-width: 0; 
    border-radius: 0 0 4px 4px;
    padding: 10px;
}

/*---WSPAR Log Widget---*/
.widget-custom.wsparLog .export .btn {
    margin-top: 22px;
}
/*.widget-custom.wsparLog .alert{
    margin:0;
}

.widget-custom.wsparLog .quickOptions {
    margin-bottom:5px;
}

.widget-custom.wsparLog form ul {
    margin-bottom:0;
}

.widget-custom.wsparLog form ul .form-group{
    margin-bottom:0;
}

.widget-custom.wsparLog .widgetContent table{
    margin-bottom:0;
}

.widget-custom.wsparLog .widgetContent .summaryItem{
    word-wrap:break-word;
}*/

/*---Sensor Log Widget---*/
/*.widget-custom.sensorLog .alert{
    margin:0;
}

.widget-custom.sensorLog .quickOptions {
    margin-bottom:5px;
}

.widget-custom.sensorLog form ul {
    margin-bottom:0;
}

.widget-custom.sensorLog form ul .form-group{
    margin-bottom:0;
}

.widget-custom.sensorLog .widgetContent table{
    margin-bottom:0;
}

.widget-custom.sensorLog .widgetContent .summaryItem{
    word-wrap:break-word;
}*/

/*---Event Log Widget---*/
/*.widget-custom.eventLog .alert{
    margin:0;
}

.widget-custom.eventLog .quickOptions {
    margin-bottom:5px;
}

.widget-custom.eventLog form ul {
    margin-bottom:0;
}

.widget-custom.eventLog form ul .form-group{
    margin-bottom:0;
}

.widget-custom.eventLog .widgetContent table{
    margin-bottom:0;
}

.widget-custom.eventLog .widgetContent .summaryItem{
    word-wrap:break-word;
}*/

.dashboard-modal .widget-custom.eventLog .widgetContent {
    display: flex;
}

.widget-custom.eventLog .widgetContent table .glyphicon-flag.green {
    color: #5cb85c;
}

.widget-custom.eventLog .widgetContent table .glyphicon-flag.blue{
    color:#337ab7;
}

.widget-custom.eventLog .widgetContent table .fa-exclamation{
    color:#d9534f;
}


/*---Local Rainfall Widget---*/

.widget-custom.localRainfall {
    padding: 1px;
}

.widget-custom.localRainfall .alert {
    margin: 0;
}

.widget-custom.localRainfall .quickOptions {
    margin-bottom:5px;
}

.widget-custom.localRainfall form ul {
    margin-bottom:0;
}

.widget-custom.localRainfall form ul .form-group{
    margin-bottom:0;
}

.widget-custom.localRainfall .widgetContent table{
    margin-bottom:0;
    border:none;
}

.widget-custom.localRainfall .widgetContent table.logItems .emptyCellTop{
    border-width:0;
    background-color:white;
}
    .widget-custom.localRainfall .widgetContent table.logItems th {
        border-width: 2px;
    }
    
    .widget-custom.localRainfall .widgetContent table.logItems td {
        background-color: #e6e6e6;
        border-color: white;
        border-width: 2px;
    }

.widget-custom.localRainfall .widgetContent table.logItems th{
    background-color:#e6e6e6;
    border-color:white;
}

.widget-custom.localRainfall .widgetContent .summaryItems tbody tr:last-child .description{
    border-bottom-right-radius: 4px;
}
    

/*---Area Weather Widget---*/
@media (min-width: 768px) {
    .dashboard-modal.area-weather .modal-dialog {
        width: 728px !important;
    }
}

@media (min-width: 992px) {
    .dashboard-modal.area-weather .modal-dialog {
        width: 972px !important;
    }
}

@media (min-width: 1050px) {
    .dashboard-modal.area-weather .modal-dialog {
        width: 1000px !important;
    }
}

@media (min-width: 1250px) {
    .dashboard-modal.area-weather .modal-dialog {
        width: 1200px !important;
    }
}

@media (min-width: 1650px) {
    .dashboard-modal.area-weather .modal-dialog {
        width: 1600px !important;
    }
}

.widget-custom.areaWeather {
    padding: 1px;
}

.widget-custom.areaWeather .alert{
    margin:0;
}

.widget-custom.areaWeather .quickOptions {
    margin-bottom:5px;
}

.widget-custom.areaWeather form ul {
    margin-bottom:0;
}

.widget-custom.areaWeather form ul .form-group{
    margin-bottom:0;
}

.widget-custom.areaWeather .widgetContent table{
    margin-bottom:0;
    border:none;
}

.widget-custom.areaWeather .widgetContent table.logItems td{
    background-color:#e6e6e6;
    border-color:white;
    border-width:2px
}

    .widget-custom.areaWeather .widgetContent table.logItems th {
        background-color: #e6e6e6;
        border-color: white;
        border-width: 2px
    }

.widget-custom.areaWeather .widgetContent table.logItems{
    margin-bottom:0;
}

    .widget-custom.areaWeather .widgetContent table.logItems th {
        text-align: center;
    }

.widget-custom.areaWeather .widgetContent table.logItems .emptyCellTop{
    border-width:0;
    background-color:white;
}

.widget-custom.areaWeather .widgetContent table.logItems .emptyCellBottom{
    border-width:0;
    background-color:white;
}

.widget-custom.areaWeather .widgetContent .summaryItems tbody tr:last-child .description{
    border-bottom-right-radius: 4px;
}


/*---Replayer Widget---*/

.widget-custom.replayer {
        padding: 5px;
    }

        .widget-custom.replayer .timeline {
            width: 100%;
        }

        .widget-custom.replayer .axis path,
        .widget-custom.replayer .axis line {
            fill: none;
            stroke: black;
            shape-rendering: crispEdges;
        }

        .widget-custom.replayer .axis text {
            font-family: sans-serif;
            font-size: 10px;
        }

        .widget-custom.replayer .timeline-label {
            font-family: sans-serif;
            font-size: 12px;
        }

        .widget-custom.replayer .coloredDiv {
            height: 20px;
            width: 20px;
            float: left;
        }

    .widget-custom.replayer .quickOptions .eventDelay input {
        width: 81px;
    }

.widget-custom.replayer .quickOptions .eventDelay .input-group input[disabled]{
    background-color: white; 
    cursor:default;
}

.widget-custom.replayer .quickOptions .eventDelay .input-group .spinnerButtons{
    float:right;
}

.widget-custom.replayer .quickOptions .eventDelay .input-group .btnSecondsUp{
    border-radius: 0 4px 0 0;
    padding-bottom: 0px;
    padding-top: 0px;
    padding-right: 4px;
    padding-left: 4px;
    max-height: 13px;
    top: -5px;
    display: block;
    border-bottom-width: 0px;
    left: 0px;
    border-left-width: 0px;
}
.widget-custom.replayer .quickOptions .eventDelay .input-group .btnSecondsUp i,
.widget-custom.replayer .quickOptions .eventDelay .input-group .btnSecondsDown i{
    font-size: 10px;
    top: -4px;
}


.widget-custom.replayer .quickOptions .eventDelay .input-group .btnSecondsDown{
    border-radius: 0 0 4px 0;
    padding-bottom: 0px;
    padding-top: 0px;
    padding-right: 3px;
    padding-left: 4px;
    max-height: 13px;
    top: -7px;
    display: block;
    border-left-width: 0px;
}
.widget-custom.replayer .quickOptions .eventDelay .input-group .btnSecondsDown i{
    font-size: 10px;
    top: -4px;
}

.widget-custom.replayer .quickOptions .keyButton {
    display: table;
}

.widget-custom.replayer .widgetContent .keyContainer .multipleInstances{
    margin-left: 1px;
    height: 13px;
    width: 13px;
    border-style:solid;
    border-width:1px;
    border-color:black;
    border-radius:4px;
    display: inline-table;
    background: repeating-linear-gradient(
        -55deg,
        white,
        white 2px,
        black 2px,
        black 4px
    );
}


.widget-custom.replayer .timeline{
    /*cursor:ew-resize;*/
}
.widget-custom.replayer .timeline .eventNode:hover{
    cursor:pointer;
}

.widget-custom.replayer .eventHoverPopup{
    display:table;
    width:auto;
    border: solid #333133 1px;
    border-radius:4px;
    padding:2px 5px;
}

.widget-custom.replayer .eventHoverPopup .themeName label{
      padding-right: 19px;
}

.widget-custom.replayer .eventHoverPopup .time label{
      padding-right: 28px;
}

.widget-custom.replayer .eventHoverPopup .instances ul{
      display: inline-table;
      margin-bottom:3px;
      padding-left:20px;
}

 .widget-custom.replayer .timeline .verticalLine {
     stroke: #20fd05;
      fill: none;
  }
.widget-custom.replayer .timeline .multipleInstanceCircle {
    fill: #545454 !important;
}
 
 .widget-custom.replayer .timeline #diagonalHatch path{
     stroke: white;
 }

 .widget-custom.replayer .timeline .circleHatchOverlay{
     pointer-events:none;
 }

 .widget-custom.replayer .selectedEvent{
    margin: -17px 0 0 0;
    position: absolute;
    /*border: solid 1px #cccccc;*/
    /*border-radius: 4px;*/
    /*padding: 0 5px 2px 5px;*/   
    /*box-shadow: 0 0 0px #808080;
    background-color: #eeeeee;*/ 
 }
 .widget-custom.replayer .selectedEvent label{
     color: #1a8ec5;
     font-weight: bold;
 }
  .widget-custom.replayer .selectedEvent .data{
     color: #337ab7;
     font-weight: bold;
 }

/*=======================================Operational ACCAT====================================== */
/*App/OperationalAccat/Templates/OperationalAccat.html*/

.operationalAccat .instanceSelector{
    margin-left:10px;
    margin-bottom:10px;
}

/*---Prompt Dialog---*/

.alreadyActionedDialogWindow {
    z-index:10001 !important;
}
.alreadyActionedDialogWindow .modal-dialog {
    height: 100%;
    display: flex;
    align-items: center;
}

    .alreadyActionedDialogWindow .modal-dialog .modal-content {
        margin: 0 auto;
    }
    
.promptWindow {
    background-color: rgba(0, 0, 0, 0.45);
    z-index: 10000 !important;
}
.promptDialog .modal-header {
    /*background-color:#d9534f;*/
}
.promptDialog .modal-header-danger {
    background-color:#d9534f;
}
.promptDialog .modal-header-success {
    background-color: #49f502;
}
.promptDialog .modal-body{
    display: table;
    width: 100%;
    padding:5px;
}
.promptDialog .btnMinimise{
    color:#e5e5e5;
}
.promptDialog .btnMinimise:hover{
    color:white;
}

.promptDialog .widget-custom.map {
    border-radius: 4px;
    padding: 5px;
}

/*---Prompt Tabs---*/
.operationalAccat .prompstTabs{
    position:fixed;
    bottom:0;
    right:0;
    margin-right:23px;
    z-index: 10001;
}

.operationalAccat .prompstTabs .nav-tabs > li > a{
    color: #fff;
    background-color: #d9534f;
    cursor: default;
    border: 1px solid #d43f3a;
    border-bottom-width: 0;
    padding: 2px 10px;
    cursor:pointer;
}

.operationalAccat .prompstTabs .nav-tabs > li > a:hover{
    /*box-shadow: 0 0 5px 1px #ffffff;*/
    border-color: #ac2925;
    background-color: #c9302c;
    color: white;
}

.operationalAccat .prompstTabs .nav-tabs > li > a:focus{
    background-color: #ac2925;
    border-color: #761c19;
}   

/*-------Individual Prompts-------*/
.reducedBrakeRate .actionsColumn .well{
    padding:5px;
    margin-bottom:5px;
}

.reducedBrakeRate .actionsColumn{
    padding-left: 5px;
    padding-right: 5px;
}
.reducedBrakeRate .quickGroups .row {
    margin:0;
}
.reducedBrakeRate .quickGroups p {
    padding-left: 5px;
}
.reducedBrakeRate .quickGroups .row.selectionDropdown {
        margin-bottom:5px;
    } 
.reducedBrakeRate .quickGroups .control-label,
.reducedBrakeRate .quickGroups .dropDown{
    padding-left:10px;
    padding-right:10px;
    padding-bottom:5px;
}
.reducedBrakeRate .quickGroups .control-label{
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    font-size: 12px;
}
.reducedBrakeRate .quickGroups .inputColumn {
    padding-left:0px;
    padding-right:0px;
    padding-top:10px;
}

.reducedBrakeRate .btn-default{
    background-color: white;
    border-color: #ccc;
}

.reducedBrakeRate .actionsColumn hr{
    border-color:#e3e3e3;
    margin: 10px 0 10px 0;
}
.reducedBrakeRate .acknowledge,
.reducedBrakeRate .decisions{
    text-align:center;
}
.reducedBrakeRate .decisions .alert{
    margin-bottom: 0px;
    padding:5px;
}   
.reducedBrakeRate .decisions .confirmation p {
    margin-bottom:5px;
}
.reducedBrakeRate .decisions .closeOnRejected textarea{
    resize:none;
    max-width:100%;
    height:86px;
}

.reducedBrakeRate .quickGroups{
    margin: 150px 0 5px 0;
}
.reducedBrakeRate .quickGroups label{
    padding-left:0;
}
.reducedBrakeRate .quickGroups .dropDown{
    padding:0;
}
.reducedBrakeRate .quickGroups .dropDown select{
    max-width: 100%;
}

.addDataDialog .quickGroups .deselectButtons,
.reducedBrakeRate .quickGroups .deselectButtons{
    text-align:center;
}
addDataDialog .quickGroups .deselectButtons button,
.reducedBrakeRate .quickGroups .deselectButtons button {
    padding-left:9px;
    padding-right:9px;
}

.reducedBrakeRate .mapContainer{
    border-radius: 4px;
    border-width: 1px;
    border-color: #cecece;
    border-style: solid;
    background-color: #cecece;
}
.alreadyAcknowledgedDialog .modal-footer.btn{
    width: 100%;
    text-align: center;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.reducedBrakeRate .siteGroupText,
.increasedBrakeRate .siteGroupText{
    margin-bottom: 30px;
}

.increasedBrakeRate .form-group {
    margin: 0 0 20px 0;
}
.increasedBrakeRate .revertGroup h4,
.increasedBrakeRate .retainGroup h4 {
    color: #337ab7;
}
.increasedBrakeRate .radioOptionMessage {
    background-color: #ffe6ea;
    color: #bd0000;
    font-weight: bold;
}
@-webkit-keyframes borderBlink {
    0% {
        opacity: 1.0;
        border-color: red;
    }

    50% {
        opacity: 0.5;
        border-color: #e3e3e3;
    }

    100% {
        opacity: 1.0;
        border-color: red;
    }
}

@keyframes borderBlink {
    0% {
        opacity: 1.0;
        border-color: red;
    }

    50% {
        opacity: 0.5;
        border-color: #e3e3e3;
    }

    100% {
        opacity: 1.0;
        border-color: red;
    }
}

.increasedBrakeRate .radioOptionMessage.borderBlink {
    -webkit-animation: borderBlink 0.5s linear infinite;
    animation: borderBlink 0.5s linear infinite;
    border-color: red;
}
.increasedBrakeRate .applyGroup{
    display:inline-block;
}
.increasedBrakeRate .applyGroup button:focus {
    outline:0;
}

.mapColumn .themeNameContainer {
    text-align: center;
    margin: 5px 5px 0 5px;
}
.mapColumn .keyButton {
    float:left;
}
.mapColumn .themeName {
    display: inline;
    color: #337ab7;
    font-size: 16px;
}

.operationalAccat .toolbarMenu {
    margin-bottom: 3px;
}   

    .operationalAccat .instanceSelector {
        margin-left: 10px;
        margin-bottom: 10px;
    }

.servicePerformance .initialPage {
    text-align:center;
}

.servicePerformance .actionsColumn {
    padding:0 5px 5px 0;
}

@media (min-width: 768px) {
    .servicePerformance .existingReportedPerformance .innerContainer,
    .servicePerformance .newPerformance .innerContainer {
        min-height: 212px;
    }

    .servicePerformance .addNew .innerContainer {
        min-height: 202px;
    }

    .servicePerformance .tableContainer {
        max-height: 167px;
        overflow: auto;
    }
}

@media (min-width: 992px) {
    .servicePerformance .existingReportedPerformance .innerContainer,
    .servicePerformance .newPerformance .innerContainer {
        min-height: 212px;
    }

    .servicePerformance .addNew .innerContainer {
        min-height: 202px;
    }

    .servicePerformance .tableContainer {
        max-height: 167px;
        overflow: auto;
    }
}

@media (min-width: 1050px) {
    .servicePerformance .existingReportedPerformance .innerContainer,
    .servicePerformance .newPerformance .innerContainer {
        min-height: 219px;
    }
    .servicePerformance .addNew .innerContainer {
        min-height: 210px;
    }
    .servicePerformance .tableContainer {
        max-height: 175px;
        overflow: auto;
    }
}

@media (min-width: 1250px) {
    .servicePerformance .existingReportedPerformance .innerContainer,
    .servicePerformance .newPerformance .innerContainer {
        min-height: 279px;
    }
    .servicePerformance .addNew .innerContainer {
        min-height: 269px;
    }
    .servicePerformance .tableContainer {
        max-height: 211px;
        overflow: auto;
    }
}

@media (min-width: 1650px) {
    .servicePerformance .existingReportedPerformance .innerContainer,
    .servicePerformance .newPerformance .innerContainer {
        min-height: 380px;
    }
    .servicePerformance .addNew .innerContainer {
        min-height: 380px;
    }
    .servicePerformance .tableContainer {
        max-height: 336px;
        overflow: auto;
    }
}

.servicePerformance .entryTable .well {
    margin-bottom: 5px;
}

.servicePerformance table tbody tr{
    cursor:pointer;
}

    .servicePerformance table tbody tr.selectedEntry {
        color: #31708f;
        background-color: #d9edf7;
        border-color: #bce8f1;
    }

.servicePerformance .selectEntryMessage {
    font-size: 13px;
    text-align: center;
}

.servicePerformance .newPerformance .buttons,
.servicePerformance .addNew .buttons {
    text-align: right;
}

.localConditionsReset .initialPage {
    text-align: center;
}

.localConditionsReset .actionsColumn {
    padding: 0 5px 5px 0;
}

.localConditionsReset .conditionReports .innerContainer {
    min-height: 279px;
}

.localConditionsReset .entryTable .well {
    margin-bottom: 5px;
}

.localConditionsReset .tableContainer {
    margin-bottom:5px;
    overflow: auto;
}

@media (min-width: 768px) {
    .localConditionsReset .tableContainer {
        height: 268px;
    }
}

@media (min-width: 992px) {
    .localConditionsReset .tableContainer {
        height: 410px;
    }
}

@media (min-width: 1050px) {
    .localConditionsReset .tableContainer {
        height: 425px;
    }
}

@media (min-width: 1250px) {
    .localConditionsReset .tableContainer {
        height: 531px;
    }
}

@media (min-width: 1650px) {
    .localConditionsReset .tableContainer {
        height: 729px;
    }
}

.localConditionsReset table tbody tr {
    cursor: pointer;
}

    .localConditionsReset table tbody tr.selectedEntry {
        color: #31708f;
        background-color: #d9edf7;
        border-color: #bce8f1;
    }

.localConditionsReset .conditionReports .buttons {
    text-align: right;
}
.mitigationPrompt .leftButtons,
.mitigationPrompt .rightButtons {
    padding:0;
}

.mitigationPrompt .leftButtons button,
.mitigationPrompt .rightButtons button{
    margin-bottom: 5px;
}

@media (min-width: 992px) {
    .mitigationPrompt .rightButtons {
        text-align:right;
    }
}

.mitigationPrompt .actionsRow {
    margin-bottom:20px;
}
.mitigationPrompt .entryTable > p,
.mitigationPrompt .entryTable .innerContainer > .well {
    margin-bottom: 5px;
}
.mitigationPrompt .entryTable .tableContainer {
    min-height: 400px;
}

.mitigationPrompt table tbody tr {
    cursor: pointer;
}
    .mitigationPrompt table tbody tr.selectedEntry {
        color: #31708f;
        background-color: #d9edf7;
        border-color: #bce8f1;
    }

.acceptMitigationDialogBackdrop,
.modifyMitigationDialogBackdrop,
.rejectMitigationDialogBackdrop,
.mitigationReasonsDialogBackdrop,
.mitigationLookAheadDialogBackdrop,
.newMitigationApplicationDialogBackdrop {
    z-index: 10001 !important;
}

.acceptMitigationDialog,
.modifyMitigationDialog,
.rejectMitigationDialog,
.mitigationReasonsDialog,
.mitigationLookAheadDialog,
.newMitigationApplicationDialog {
    z-index: 10002 !important;
}

.rejectMitigationDialog textarea{
    min-width:100%
}
    .newMitigationApplicationDialog .actionsColumn .control-label,
    .modifyMitigationDialog .actionsColumn .control-label {
        padding-left: 5px;
        padding-right: 0px;
        font-size: 12px;
    }    

    .modifyMitigationDialog .actionsColumn .reasons .inputColumn {
        max-height: 354px;
        overflow-y: auto;
    }
    
    .mitigationReasonsDialog .modal-title a,
    .mitigationLookAheadDialog .modal-title a {
        color: white;
    }

.mitigationPrompt table {
    font-size: 12px;
} 
/*--- Add Data ---*/
@media (min-width: 1250px) {
    .addData .modal-dialog {
        width: 1200px !important;
    }
}
@media (min-width: 1650px) {
    .addData .modal-dialog {
        width: 1600px !important;
    }
}

.addDataDialog .modal-body{
    padding: 5px;
}

.addDataDialog .actionsColumn,
.addDataDialog .mapColumn {
        padding: 0 5px 0 0;
}

.addData .actionsColumn .quickGroups .dropDown {
    margin-bottom: 10px;
}

.addData .actionsColumn textarea.form-control {
    resize: vertical;
}

.addData .saveButtons {
    text-align: right;
}

@media (max-width: 768px) {
  .addDataDialog select,
  .addDataDialog textarea {
    max-width:100%
  }
}

.addDataDialog .key.btn {
    position: absolute;
    top: 5px;
    left: 5px;
}

rect.selection {
    stroke          : gray;
    stroke-dasharray: 4px;
    stroke-opacity  : 0.5;
    fill            : transparent;
}

/*-----SplitScreenDialog-----*/
.splitScreenDialog {
    overflow:hidden !important;
}

.splitScreenDialog .row {
    margin: 0;
}

.splitScreenDialog .col-xs-6 {
    height: 100%;
}

.splitScreenDialog .mapColumn {
    padding-top: 10px;
    padding-left: 0px;
    height: 100%;
}

    .splitScreenDialog .widget-custom.map .draggableKey {
        bottom:30px;
    }

/*.splitScreenDialog .key.btn {
    position: absolute;
    right: 5px;
}*/

.splitScreenDialog .dropDown {
    left: 0px;
}

    .splitScreenDialog .quadrant {
        border-right: 1px solid #a1a1a1;
        border-bottom: 1px solid #a1a1a1;
        padding: 0;
    }

        .splitScreenDialog .quadrant.quarter.accessDenied {
            height: calc(50vh - 23px);
        }

        .splitScreenDialog .quadrant.half.accessDenied {
            height: 100vh;
        }

    .splitScreenDialog .accessDeniedContainer {
        text-align: center;
        top: 40%;
        position: inherit;
    }
        
        .splitScreenDialog .quadrant .splitScreenDialog .quickOptions li,
        .splitScreenDialog .quickOptions li.mapFunctions,
        .splitScreenDialog .quickOptions li .mapFunctions {
            min-height: 30px !important;
            min-width: 30px;
        }

.lookAheadConcerns table.lookAheadConcernItems {
    margin: 0;
    border: none;
}

    .lookAheadConcerns table.lookAheadConcernItems .emptyCellTop {
        border-width: 0;
        background-color: white;
    }

    .lookAheadConcerns table.lookAheadConcernItems td {
        background-color: #e6e6e6;
        border-color: white;
    }

    .lookAheadConcerns table.lookAheadConcernItems th {
        background-color: #e6e6e6;
        border-color: white;
    }

.lookAheadConcerns .modal-body {
    padding: 5px;
    overflow-y: auto;
}

/*-----Track Team Report-----*/
.trackTeamReportDialog .modal-body {
    height: calc(100vh - 90px);
    overflow-y: auto;
}

.trackTeamReportDialog input {
    cursor:pointer;
}

.trackTeamReportDialog .table-header-rotated th.row-header {
    width: auto;
}

.trackTeamReportDialog .scrollable-table {
    overflow: auto;
}

.trackTeamReportDialog .mainHeader th {
    background-color: #c7c7c7;
}

.trackTeamReportDialog .mainHeader > th.last {
    min-width: 50px;
}

.trackTeamReportDialog .mainHeader > th {
    /*min-width: 200px;*/
}

.trackTeamReportDialog .mainHeader > th ~ th {
    min-width: auto;
}

    .trackTeamReportDialog .subHeader > th {
        border-top:none;
    }

.trackTeamReportDialog table thead > tr > th {
    border-bottom: none;
}

.trackTeamReportDialog .mainHeader th.noBackground {
    background-color: white;
}

.trackTeamReportDialog th.row-header {
    min-width: 300px;
}

.trackTeamReportDialog .table-header-rotated td {
    width: 40px;
    border-top: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    vertical-align: middle;
    text-align: center;
}

.trackTeamReportDialog .table-header-rotated th.rotate-45 {
    height: 80px;
    width: 40px;
    min-width: 40px;
    max-width: 40px;
    position: relative;
    vertical-align: bottom;
    padding: 0;
    font-size: 12px;
    line-height: 0.8;
}

    .trackTeamReportDialog .table-header-rotated th.rotate-45 > div {
        background-color: #c7c7c7;
        position: relative;
        top: 0px;
        left: 43px; /* 80 * tan(45) / 2 = 40 where 80 is the height on the cell and 45 is the transform angle*/
        height: 100%;
        -ms-transform: skew(-47deg,0deg);
        -moz-transform: skew(-47deg,0deg);
        -webkit-transform: skew(-47deg,0deg);
        -o-transform: skew(-47deg,0deg);
        transform: skew(-47deg,0deg);
        overflow: hidden;
        border-left: 1px solid #dddddd;
        border-right: 1px solid #dddddd;
        border-top: 1px solid #dddddd;
    }
    .trackTeamReportDialog .table-header-rotated th.rotate-45.noBackground > div {
        background-color: white;
    }

    .trackTeamReportDialog .table-header-rotated th.rotate-45 span {
        -ms-transform: skew(45deg,0deg) rotate(315deg);
        -moz-transform: skew(45deg,0deg) rotate(315deg);
        -webkit-transform: skew(45deg,0deg) rotate(315deg);
        -o-transform: skew(45deg,0deg) rotate(315deg);
        transform: skew(45deg,0deg) rotate(315deg);
        position: absolute;
        bottom: 30px; /* 40 cos(45) = 28 with an additional 2px margin*/
        left: -25px; /*Because it looked good, but there is probably a mathematical link here as well*/
        display: inline-block;
        /* width: 100%;   */
        width: 85px; /* 80 / cos(45) - 40 cos (45) = 85 where 80 is the height of the cell, 40 the width of the cell and 45 the transform angle*/
        text-align: left;
        /* white-space: nowrap;*/ /*whether to display in one line or not*/
    }

/*-----Warning Prompts-----*/
.warningPrompt {
    padding: 10px;
}

.warningPrompt .btn{
    float: right;
    margin-bottom: 10px;
}


/*---mitigation analyser widget---*/

.vis-item.future-event {
    background-color: gold;
    border-color: orange;
}
.vis-item.past-event {
    background-color: rgb(138, 140, 227);
    border-color: rgb(21, 32, 221);
}
.vis-item td:first-child {
    font-weight: 600;
    text-align: left;
    font-size: smaller;
}
.vis-item td:last-child {
    text-align: right;
    font-size: smaller;
    padding-left: 4px;
}

/*--SiteDataSpread widget*/
.sdsCell {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 1rem !important;
    margin-bottom: 0 !important;
}

.sdsData {
    height: 50px;
    float: left;
    font-size: smaller;
}

.sdsLabel {
    font-weight: 600;
    vertical-align:middle;
    font-size: smaller;
}

.sdsTable > tbody > tr > td {
    height: 20px;
    padding: 0px;
    border-top: 0px;
}

/*User Activity*/
.widgetContent .header-label {
    background-color: #ddd;
    text-align: right;
    padding-right: 5px;
}

.userActivityLog {
}

    .userActivityLog .logItems > thead > tr > th {
        background-color: #ddd
    }

    .userActivityLog .export .btn{
        margin-top: 22px;
    }

/*Loading style*/

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.loadingOverlay {
    /*position: fixed;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.50);
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;*/
    top: 0;
    /*right: 0;
    bottom: 0;*/
    left: 0;
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    overflow: hidden;
    /*background: #fce0dc;*/
    /*background: rgba(255, 255, 255, 0.70);*/
    background: #EBEBEB;
    opacity:0.8;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    z-index: 99999;
}

/*.loadingOverlay
 {
    background: rgba(255, 255, 255, 0.75);
    overflow: visible;
    position: absolute;
    color: #808080;
    z-index: 1029;
    top: 1px;
    bottom: 1px;
    left: 1px;
    right: 1px;
}

.loadingOverlay {
    background: rgba(255, 255, 255, 0.50);
    top:0;
    min-height: 100%;
    height: 100%;
    max-height: 100%;
}*/

    .loadingOverlay .overlay-wrapper .loading-msg {
        display: block;
    }

    .loadingOverlay .overlay-wrapper .loading-msg-img {
        max-width: 300px;
        width: 80%;
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        margin: 0 auto;
        position: relative;
    }

        .loadingOverlay .overlay-wrapper .loading-msg-img .bg-image {
            width: 100%;
            position: relative;
        }

        .loadingOverlay .overlay-wrapper .loading-msg-img .loading-msg-img-overlay {
            position: absolute;
            display: block;
            margin: 0 auto;
            width: 100%;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
        }

    .loadingOverlay .overlay-wrapper .loading-msg-info {
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        font-size: 14px;
        line-height: 1.3;
        margin-top: 30px;
        font-weight:bold;
    }

.floating {
    -webkit-animation-name: floating;
    animation-name: floating;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

@-webkit-keyframes floating {
    from {
        -webkit-transform: translate(0, 0px);
        transform: translate(0, 0px);
    }

    65% {
        -webkit-transform: translate(0, 6px);
        transform: translate(0, 6px);
    }

    to {
        -webkit-transform: translate(0, 0px);
        transform: translate(0, 0px);
    }
}

@keyframes floating {
    from {
        -webkit-transform: translate(0, 0px);
        transform: translate(0, 0px);
    }

    65% {
        -webkit-transform: translate(0, 6px);
        transform: translate(0, 6px);
    }

    to {
        -webkit-transform: translate(0, 0px);
        transform: translate(0, 0px);
    }
}

.panel *:focus {
    outline: none;
}

.widget-custom.moisture .detailedView .rbrAccordion .panel-open .panel-heading {
    border: 1px solid #337ab7;
}

.widget-custom.moisture .detailedView .rbrAccordion .panel-heading:hover {
    background-color: rgba(211,211,249, 0.5);
}

.widget-custom.moisture .detailedView .rbrAccordion a.accordion-toggle:hover {
    text-decoration: none;
}

.widget-custom.mitigationAnalyser .detailedView .rbrAccordion .panel-open .panel-heading {
    border: 1px solid #337ab7;
}

.widget-custom.mitigationAnalyser .detailedView .rbrAccordion .panel-heading:hover {
    /*background-color: rgba(211,211,249, 0.5);*/
}

.widget-custom.mitigationAnalyser .detailedView .rbrAccordion a.accordion-toggle:hover {
    text-decoration: none;
}
.widget-custom.mitigationTrainTriggerAnalyser .detailedView .rbrAccordion .panel-open .panel-heading {
    border: 1px solid #337ab7;
}

.widget-custom.mitigationTrainTriggerAnalyser .detailedView .rbrAccordion .panel-heading:hover {
    /*background-color: rgba(211,211,249, 0.5);*/
}

.widget-custom.mitigationTrainTriggerAnalyser .detailedView .rbrAccordion a.accordion-toggle:hover {
    text-decoration: none;
}

.siteDetails .modal-header .exitFullScreenButton {
    display: block;
    color: white;
    opacity: 1;
}

.siteDetails .modal-header h3 {
    margin: 0;
    line-height: 1.428571;
    font-size: 18px;
}

.siteDetails .modal-body {
    padding: 2px;
}

.siteDetails .modal-body table.siteDetailsItems {
        margin-bottom: 0;
    }
.siteDetails .minheight {
    max-height:250px;
    overflow-y:scroll;
}

    svg text.percent.normal {
        display: none;
    }

svg rect.rbr {
    fill-opacity: 1;
}

svg rect.reduced {
    fill: #a24a4a;
}

rect.reduced.rbr:hover {
    fill: #731e1c;
}

svg rect.normal {
    fill: #8fc578;
}

rect.normal.rbr:hover {
    fill: #5ba03f;
}

svg rect.rbrHeaderBar {
    fill: darkgray;
}

svg rect.highlightClick {
    stroke: yellow;
    stroke-width: 2px;
}

svg text.padText {
    fill: white;
}

svg text.rbrHeaderBarText {
    fill: #fff;
    font-size: 14px;
    font-weight: bold;
}

svg text.rbrDetailHeader {
    font-size: 12px;
    font-weight: bold;
}

svg text.rbrDetailText {
    fill: rgb(51, 51, 51);
    font-size: 12px;
}

.stackedGraphToolTip {
    position: absolute;
    text-align: center;
    width: auto !important;
    max-width: 80% !important;
    height: auto !important;
    padding: 4px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    background: rgb(48, 48, 48);
    border: 0px;
    border-radius: 8px;
    pointer-events: none;
    color: white;
}

    .stackedGraphToolTip ul {
        text-align: left;
    }

div.rbrDetail {
    position: relative;
}

/***************************************************************
 *
 *  Copyright (C) 2016 Swayvil <swayvil@gmail.com>
 *
 *  This program is free software; you can redistribute it and/or modify
 *  it under the terms of the GNU General Public License as published by
 *  the Free Software Foundation; either version 3 of the License, or
 *  (at your option) any later version.
 *
 *  The GNU General Public License can be found at
 *  http://www.gnu.org/copyleft/gpl.html.
 *
 *  This script is distributed in the hope that it will be useful,
 *  but WITHOUT ANY WARRANTY; without even the implied warranty of
 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
 *  GNU General Public License for more details.
 *
 ***************************************************************/


/*
 * Styles of the components of the tree
 */
#tree-container {
    position: absolute;
    left: 0px;
    width: 100%;
}

.svgContainer {
    display: block;
    margin: auto;
}

.node {
    cursor: pointer;
}

.node-rect {
}

.node-rect-closed {
    stroke-width: 2px;
    /*stroke: rgb(0,0,0);*/
    stroke: rgb(90 83 103);
    
}

.link {
    fill: none;
    stroke: lightsteelblue;
    stroke-width: 2px;
}

.linkselected {
    fill: none;
    stroke: tomato;
    stroke-width: 2px;
}

.arrow {
    fill: lightsteelblue;
    stroke-width: 1px;
}

.arrowselected {
    fill: tomato;
    stroke-width: 2px;
}

.link text {
    font: 7px sans-serif;
    fill: #CC0000;
}

.wordwrap {
    white-space: pre-wrap; /* CSS3 */
    white-space: -moz-pre-wrap; /* Firefox */
    white-space: -pre-wrap; /* Opera <7 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* IE */
}

.node-text {
    font: 7px sans-serif;
    color: white;
}

.tooltip-text-container {
    height: 100%;
    width: 100%;
}

.tooltip-text {
    visibility: hidden;
    font: 7px sans-serif;
    color: white;
    display: block;
    padding: 5px;
}

.tooltip-box {
    background: rgba(0, 0, 0, 0.7);
    visibility: hidden;
    position: absolute;
    border-style: solid;
    border-width: 1px;
    border-color: black;
    border-top-right-radius: 0.5em;
}

p {
    display: inline;
}

.textcolored {
    color: orange;
}

a.exchangeName {
    color: orange;
}

.tree,
.tree ol {
    font: normal normal 14px/20px Helvetica, Arial, sans-serif;
    list-style-type: none;
    margin-left: 0 0 0 10px;
    padding: 0;
    position: relative;
    overflow: hidden;
}

    .tree li {
        margin: 0px;
        padding: 2px 0 0 10px;
        position: relative;
        color: #31708f;
    }

        .tree li::before,
        .tree li::after {
            content: '';
            position: absolute;
            left: 0;
        }


        /* horizontal line on inner list items */

        .tree li::before {
            border-top: 1px solid #ccc;
            top: 10px;
            width: 10px;
            height: 0;
        }


        /* vertical line on list items */

        .tree li:after {
            border-left: 1px solid #ccc;
            height: 100%;
            width: 0px;
            top: -10px;
        }


    /* lower line on list items from the first level because they don't have parents */

    .tree > li::after {
        top: 10px;
    }


    /* hide line from the last of the first level list items */

    .tree > li:last-child::after {
        display: none;
    }

/* Tree styling */
.tree {    
    margin: 0 0 0 -1px;
}

.tree li .node {
    /*border: 1px solid #bce8f1;*/
    display: table;
    background-color: #f5fafd;
    padding: 0px;
    height: 20px;
    width: 100%;
}

    .tree li .node:hover {
        background-color: #d9edf7;
        font-weight: bold;
    }

        .tree li .node:hover table td.icon button {
            background-color: #d9edf7;
        }

    .tree li .node table td.icon button {
        padding: 0px 6px 0px 6px;
        height: 100%;
        margin-top: -2px;
        border: none;
        border-radius: 0px;
        background-color: #f5fafd;
        color: #31708f;
    }

        .tree li .node table td.icon button.noChildren {
            color: #97bbcd;
        }

        .tree li .node table td.icon button:focus {
            outline: 0;
        }

    .tree li .node table {
        width: 100%;
    }

        .tree li .node table td.icon {
            width: 26px;
        }

        .tree li .node table td.header {
            padding-left: 5px;
            padding-right: 5px;
            text-align: left;
        }
