/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
}

md-sidenav.md-locked-open {
    width: 200px;
    min-width: 200px;
    max-width: 200px;
}

.console-monitor-sidenav {
    width: 150px;
    min-width: 150px;
    max-width: 150px;
    margin-bottom: 6px;
}

.consoletext {
    white-space: pre;
    font-family: Menlo, Monaco, "Andale Mono", "Lucida Console", "Courier New", monospace;
    font-size: 1.4rem;
    background-color: #1f1f1f;
    color: white;
}

.algoComputeDashboard {
    max-width: 600px;
}

    .algoComputeDashboard md-grid-tile h2 {
        font-weight: 500;
        font-size: 64px;
        padding-bottom: 40px;
    }

.btn-danger {
    background-color: #BF360C;
}

.btn-primary {
    background-color: #0085ca;
}

.responsive_toolbar {
    padding-left: 0 !important;
    height: 35px !important;
    min-height: 35px !important;
    background-color: rgb(0,45,61);
    color: rgba(255, 255, 255, 0.87);
}
/***************************************************/
/* Dashboard positive / neutral / negative colours */
.positive h2 {
    color: #015574;
}

.neutral h2 {
    color: #1f1f1f;
}

.nonPositive h2 {
    color: #BF360C;
}
/***************************************************/

.algoComputeDashboard md-grid-tile md-grid-tile-footer {
    background: rgba(0, 0, 0, 0.68);
    height: 40px;
}

.algoComputeDashboard md-grid-tile-footer figcaption h3 {
    color: #f5f5f5;
    margin: 0;
    font-weight: 500;
    font-size: 16px;
}

.algoComputeDashboard .greytile {
    background: #f5f5f5;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.run-details-divider {
    margin-bottom: 10px;
}

.run-details-status section {
    border-radius: 3px;
    text-align: left;
    margin: 1em;
    position: relative !important;
}

.run-details-status .section-number {
    background: #fafafa;
    font-weight: bold;
    font-size: 30px;
    padding-right: 14px;
    border-right: thick solid #fafafa;
    padding: 2px 7px;
}

    .run-details-status .section-number span {
        position: relative;
        top: -13px;
    }

.run-details-status .section-main {
    background: #fafafa;
}

    .run-details-status .section-main .section-label {
        font-weight: bold;
        font-size: 16px;
        border-bottom: thick solid #fafafa;
        padding: 2px 4px;
    }

.run-details-status .alert-info .section-label {
font-weight: bold;
font-size: 16px;
}
.run-details-status .alert-info .section-content {
    margin-top: 0px !important;
    padding-left: 28px
}

.run-details-status .section-main .section-label span {
    margin-left: 2px;
}

    .run-details-status .section-main .section-content {
        padding: 2px 7px 2px 50px;
    }

.run-details-status .status-waiting .section-main .section-content div {
    font-style: italic;
}

.status-finished, .status-finished-icon {
    color: green;
}
.status-failed {
    opacity: 0.8;
}
.status-failed-icon {
    color: red;
}

.status-active-progress {
    font-size: 14pt;
    margin-left: 4px;
    margin-right: 4px;
}

.status-waiting {
    opacity: 0.54;
}

.status-finished-icon {
    margin-left: 1px;
    margin-right: 1px;
    position: relative;
    top: -2px;
}

.status-waiting-icon {
    margin-left: 1px;
    margin-right: 3px;
    position: relative;
    top: -1px;
}

.selectPlanButtonEnabled {
}

.selectPlanButtonDisabled {
    background-color: forestgreen !important;
    color: white !important;
}

.newRunRadioGroup {
    margin-top: -20px;
}

/************************************************/
/* BEGIN - angular smart-table - keep in main css for now*/
/************************************************/
.st-sort-ascent:before {
    content: '\25B2';
}

.st-sort-descent:before {
    content: '\25BC';
}

.st-selected {
    background: #0085ca !important;
    color: white !important;
}

.table_filter {
    margin: 0 !important;
}

    .table_filter input {
        width: 300px;
    }

    .table_filter md-select {
        width: 150px;
    }

.table_filter_short input {
    width: 55px;
}

.table_filter_shorter input {
    width: 75px;
}

.table_filter_half input {
    width: 150px;
}

.table_filter .md-errors-spacer {
    display: none !important;
}

.table_filter label {
    margin-bottom: -5px !important;
}

.table_filter.md-input-focused label, .table_filter.md-input-has-value label {
    bottom: 28px !important;
}

.table_select_filter {
    margin: 0 !important;
}

    .table_select_filter md-select {
        width: 140px !important;
    }

input[type=number] {
    -moz-appearance: textfield;
}

label {
    margin-bottom: -10px !important;
}

.table_select_filter.md-input-focused .md-select-value.md-select-placeholder span {
    margin-bottom: -15px !important;
}

.table_select_filter.md-input-focused:not(.md-input-has-value) label {
    display: none;
}

.table_filter input[type=number] {
    -moz-appearance: textfield !important; /*hide the html5 inbuilt up/down steps in firefox*/
    border-bottom: 0 !important;
}

/************************************************/
/* END - angular smart-table 
/************************************************/

/************************************************/
/* START - material responsive table
/************************************************/
.shadow-z-1 {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
}
/* -- Material Design Table style -------------- */
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 2rem;
    background-color: #fff;
}

    .table > thead > tr,
    .table > tbody > tr,
    .table > tfoot > tr {
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        .table > thead > tr > th,
        .table > tbody > tr > th,
        .table > tfoot > tr > th,
        .table > thead > tr > td,
        .table > tbody > tr > td,
        .table > tfoot > tr > td {
            text-align: left;
            padding: 8px 12px 8px 12px;
            vertical-align: top;
            border-top: 0;
            -webkit-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

        .table > thead > tr > th {
            font-weight: 400;
            color: #757575;
            vertical-align: bottom;
            border-bottom: 1px solid rgba(0, 0, 0, 0.12);
        }

    .table > caption + thead > tr:first-child > th,
    .table > colgroup + thead > tr:first-child > th,
    .table > thead:first-child > tr:first-child > th,
    .table > caption + thead > tr:first-child > td,
    .table > colgroup + thead > tr:first-child > td,
    .table > thead:first-child > tr:first-child > td {
        border-top: 0;
    }

    .table > tbody + tbody {
        border-top: 1px solid rgba(0, 0, 0, 0.12);
    }

    .table .table {
        background-color: #fff;
    }

    .table .no-border {
        border: 0;
    }

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
    padding: 0.8rem;
}

.table-bordered {
    border: 0;
}

    .table-bordered > thead > tr > th,
    .table-bordered > tbody > tr > th,
    .table-bordered > tfoot > tr > th,
    .table-bordered > thead > tr > td,
    .table-bordered > tbody > tr > td,
    .table-bordered > tfoot > tr > td {
        border: 0;
        border-bottom: 1px solid #e0e0e0;
    }

    .table-bordered > thead > tr > th,
    .table-bordered > thead > tr > td {
        border-bottom-width: 2px;
    }

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #f5f5f5;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
    background-color: rgba(0, 0, 0, 0.12);
}

@media screen and (max-width: 768px) {
    .table-responsive-vertical > .table {
        margin-bottom: 0;
        background-color: transparent;
    }

        .table-responsive-vertical > .table > thead,
        .table-responsive-vertical > .table > tfoot {
            display: none;
        }

        .table-responsive-vertical > .table > tbody {
            display: block;
        }

            .table-responsive-vertical > .table > tbody > tr {
                display: block;
                border: 1px solid #e0e0e0;
                border-radius: 2px;
                margin-bottom: 1.6rem;
            }

                .table-responsive-vertical > .table > tbody > tr > td {
                    background-color: #fff;
                    display: block;
                    vertical-align: middle;
                    text-align: right;
                }

                    .table-responsive-vertical > .table > tbody > tr > td[data-title]:before {
                        content: attr(data-title);
                        float: left;
                        font-size: inherit;
                        font-weight: 400;
                        color: #757575;
                    }

    .table-responsive-vertical .shadow-z-1 {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

        .table-responsive-vertical .shadow-z-1 > tbody > tr {
            border: none;
            -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
            -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
        }

    .table-responsive-vertical > .table-bordered {
        border: 0;
    }

        .table-responsive-vertical > .table-bordered > tbody > tr > td {
            border: 0;
            border-bottom: 1px solid #e0e0e0;
        }

            .table-responsive-vertical > .table-bordered > tbody > tr > td:last-child {
                border-bottom: 0;
            }

    .table-responsive-vertical > .table-striped > tbody > tr > td,
    .table-responsive-vertical > .table-striped > tbody > tr:nth-child(odd) {
        background-color: #fff;
    }

        .table-responsive-vertical > .table-striped > tbody > tr > td:nth-child(odd) {
            background-color: #f5f5f5;
        }

    .table-responsive-vertical > .table-hover > tbody > tr:hover > td,
    .table-responsive-vertical > .table-hover > tbody > tr:hover {
        background-color: #fff;
    }

    .table-responsive-vertical > .table-hover > tbody > tr > td:hover {
        background-color: rgba(0, 0, 0, 0.12);
    }
}

.st_pagination, .pagination {
    margin: 0 !important;
    cursor: pointer !important;
}

    .st_pagination ul, .st_pagination_recordsperpage {
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }

    .st_pagination .active a {
        color: white !important;
        background-color: #0085ca;
    }

.st_pagination_summary {
    cursor: default !important;
    color: black !important;
}

    .st_pagination_summary:hover, .st_pagination_summary {
        background-color: white !important;
    }

/************************************************/
/* END - material responsive table
/************************************************/

/************************************************/
/*Bootstrap overrides*/
/************************************************/
.alert-danger {
    background-color: #BF360C;
}

.alert-info {
    background-color: #000000;
    background-color: rgba(0, 0, 0, 0.68);
}
/* Override links to AC A200 colour */
a {
    color: #0085ca;
}

.breadcrumb {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
}
/* Angular File Manager Custom STyles*/

.angular-file-mgr-search.md-input-focused label, .angular-file-mgr-search.md-input-has-value label {
    bottom: 42px !important;
}

.angular-file-mgr-search {
    background-color: white;
    margin: 0 !important;
    border-radius: 20px;
    padding: 10px 30px 10px 30px;
}

.table a, .iconset a {
    color: rgba(0,0,0,0.87) !important;
}

/************************************************/
/*Billing Page*/
/************************************************/

.md-avatar {
    width: 55px !important;
    height: 55px !important;
}

/************************************************/
/*center toast*/
/************************************************/

@media (min-width: 960px) {
    md-toast.md-center {
        margin-left: auto;
        margin-right: auto;
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        padding: 0px;
    }
}


div.fileExplorerContainer {
    height: 100%;
    width: 100%;
}

.e-fileexplorer {
    min-height: 100% !important;
    width: 100% !important;
}

.e-chkbox-wrap div > span.e-chk-act {
    border-color: #0085ca !important;
}

.e-chkbox-wrap .e-chk-image.e-checkmark {
    color: #fff;
    background-color: #0085ca !important;
}

.Dropbox:before {
    content: url('../images/icons/dropbox-16.png');
}

.DropboxBlack:before {
    content: url('../images/icons/black-dropbox-16.png');
}

.Zipdownload:before {
    content: url('../images/icons/zip-download.png');
}

.ace_editor {
    width: 100%;
    height: inherit;
}

.aceModal {
    height: 75% !important;
}


.ac-input-group-label {
    font-size: 10.5px;
    color: rgba(0, 0, 0, 0.54);
    margin-left: -5px;
    cursor: default;
    pointer-events: none;
}

.ac-input-group {
    left: 10px;
}


/* run status colours */
.run_status_cell {
    font-weight: bold;
}

.run_status_Active, .run_status_Completing, .run_status_Transferring {
    color: darkblue;
}

.run_status_New {
    color: darkviolet;
}

.run_status_Failed_Temporarily, .run_status_Terminated, .run_status_Terminating {
    color: orange;
}

.run_status_Failed_Permanently {
    color: red;
}

.run_status_Completed {
    color: green;
}

.editor-container {
    height: 80% !important
}

.editor-header-footer {
    height: 10% !important
}

.selected-file-details {
    padding-left: 20px;
    overflow-y: scroll;
    max-height: 150px;
    margin-top: 5px;
    margin-bottom: 5px
}

.e-fileexplorer .e-grid .e-fe-unknown {
    background-image: url('../images/icons/generic_file.svg') !important;
    background-position: 0px 0px !important;
    background-size: 20px 20px;
}
.e-fileexplorer .e-tile-wrapper .e-fe-unknown {
    background-image: url('../images/icons/generic_file.svg') !important;
    background-position: 0px 0px !important;
    background-size: 75px 75px;
}
.e-fileexplorer .e-tile-wrapper.e-tileInfo-view .e-fe-unknown {
    background-image: url('../images/icons/generic_file.svg') !important;
    background-position: 0px 0px !important;
    background-size: 66px 60px;
}
.md-dialog-fullscreen {
    max-width: 80%;
    max-height: 100%;
    width: 80%;
    height: 90%;
    border-radius: 0;
}