﻿@media (max-width: 600px) {
    .maps-logo-area {
        text-align: right !important;
    }

    md-input-container {
        width: 100%;
    }

    .login-form {
        min-width: 0 !important;
    }
}

@media (max-width: 960px) and (min-width: 600px) {
    .maps-logo-area {
        text-align: left !important;
    }
}

@media (max-width: 960px) {
    .maps-view {
        padding: 0px !important;
        margin-left: 0px !important;
    }

    .maps-menu-area {
        position: absolute !important;
        z-index: 99 !important;
    }

    md-card-actions .md-button {
        margin-top: 6px !important;
    }
}

.login-form {
    min-width: 500px;
}


[ng-cloak] {
    display: none !important;
}

.select-user > tbody > tr {
    cursor: pointer;
}

.select-user .selected {
    background-color: blue;
    color: white;
}

.user-header-profile {
    float: right;
}

.form-group.required .control-label:after, .required-control-header:after {
    content: "*";
    color: red;
}

.assign-to {
    cursor: pointer;
    background-color: white;
}

    .assign-to.disabled {
        cursor: not-allowed;
        background-color: silver;
    }

.elipsis {
    font-weight: bold;
}

.st-sort-ascent:before {
    content: '\25B2';
}

.st-sort-descent:before {
    content: '\25BC';
}

.sortable {
    cursor: pointer;
}

.index .filter .client-id {
    max-width: 80px;
}

.index .header {
    width: 100%;
}

    .index .header td {
        vertical-align: bottom;
    }

        .index .header td:first-child {
            width: 300px;
        }

        .index .header td:last-child {
            text-align: right;
        }

.search-row:hover, .search-row.selected {
    background-color: #5575a6;
    color: white;
    cursor: pointer;
}

.checkbox-left-margin {
    margin-left: 20px;
}

.compress md-input-container {
    margin-right: 20px;
}

/**************** TABLES ********************/

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}

    .table tbody td {
        padding: 0.75rem;
        vertical-align: top;
        border-top: 1px solid #dee2e6;
        text-align: center;
    }

    .table thead th {
        vertical-align: bottom;
        border-bottom: 2px solid #dee2e6;
    }

    .table tbody + tbody {
        border-top: 2px solid #dee2e6;
    }

    .table .table {
        background-color: #fff;
    }

    .table.skinny {
        width: auto;
    }

.table-sm th,
.table-sm td {
    padding: 0.3rem !important;
}

.table-sm button,
.table-sm button * {
    padding: 0 !important;
    min-height: 0 !important;
    height: auto !important;
    width: auto !important;
}

.table-sm md-input-container {
    margin: 0px;
}

.table-sm md-select {
    margin: 0px;
}

.table-sm md-checkbox {
    margin: 0px;
}

.table-sm .inline {
    display: inline-flex;
}

.table-bordered {
    border: 1px solid #dee2e6;
}

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #dee2e6;
    }

    .table-bordered thead th,
    .table-bordered thead td {
        border-bottom-width: 2px;
    }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important;
    }

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
    background-color: #8cbaff;
    color: #fff;
}

.table {
    border-collapse: collapse !important;
}

    .table tr {
        background-color: #fff;
    }

/**************** TABLES ********************/

.hide-spacer .md-errors-spacer {
    display: none;
}

.clickable {
    cursor: pointer;
}

.maps-view {
    padding: 10px;
}

.manage-account-card {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.password-requirements .error {
    color: red;
}

.password-errors {
    color: rgb(221,44,0);
    font-size: 12px;
    line-height: 14px;
    padding-top: 5px;
}

.user-delete {
    padding-top: 3ex;
}

.card-center {
    display: flex;
    flex-wrap: wrap;
}

.layout-center {
    display: inline-flex;
}

.user-actions {
    display: flex;
}

.inline-block {
    display: inline-block;
}

#searchDialog {
    position: absolute;
    margin-top: 6ex;
}

.text-error {
    color: #D8000C;
    font-size: 12px;
    line-height: 14px;
}

.md-icon-button.md-mini {
    margin: 0 !important;
    padding: 0 !important;
}

.input-form md-input-container {
    margin-right: 20px;
}

.form-header {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.005em;
    margin-bottom: 20px;
}

.scroll-x {
    overflow-x: scroll;
}

.client-icon {
    margin: 5px;
    background: white;
    padding: 2px;
    border-radius: 2px;
    height: 60px;
}

.background-white {
    background-color: rgb(248, 248, 248);
}

/*** Custom menu adjustments to handle long menu items ***/
.maps-menu-area-vertical {
    width: 220px !important;
}

.hide-reset i {
    visibility: hidden;
}

.maps-subitem-section {
    width: 204px !important;
}

md-checkbox {
    border-collapse: separate;
}

.maps-menu-layout-button {
    display: none !important;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

/* File drag and drop */

.drop-box {
    background: #F8F8F8;
    border: 1px dashed #DDD;
    border-radius: 5px;
    text-align: center;
    padding: 50px 10px;
    margin-left: 10px;
}

    .drop-box.dragover {
        border: 1px dashed blue;
    }

    .drop-box.dragover {
        border: 1px dashed blue;
    }

    .drop-box.dragover-err {
        border: 1px dashed red;
    }

.hover-box {
    border: dashed lightblue 1px;
    margin: 2px;
    border-radius: 10px;
}

    .hover-box:hover {
        border-color: red;
    }

.header-central {
    text-align: center;
}

.label-info {
    font-weight: bold;
}

.remove-margin {
    margin: 0 !important;
}

.md-dialog-content-body {
    white-space: pre;
}

.align-with-checkbox {
    margin-bottom: 16px;
}

html, body {
    overflow: hidden;
}

.card {
    overflow: hidden;
}

.table-scroll {
    overflow-x: auto;
    overflow-y: hidden;
}

.search-input {
    margin: 18px 0 !important;
}

.color-green {
    color: green !important;
}

.toolbar-select md-select-value {
    color: rgba(255, 255, 255, 0.87);
    border-bottom-color: rgba(255, 255, 255, 0.87) !important;
}

    .toolbar-select md-select-value * {
        color: rgba(255, 255, 255, 0.87);
    }

/*      DCR Statuses        */

.dcr-Rejected {
    background-color: #FF8000;
}

.dcr-Retired {
    background-color: #000000;
    color: #FFFFFF;
}

.dcr-Current {
    background-color: #00FF00;
}

/*      DCR Statuses   END     */

.display-spacer {
    width: 10px;
}

.display-label {
    font-weight: bold;
}

.small-card {
    min-width: 500px;
}

.md-dialog-content-body p {
    white-space: pre-line;
    word-break: break-word;
}

.dialog-content {
    padding: 16px 16px 0 16px;
}

.background-red{
    background-color:antiquewhite !important;
}

.maps-green {
    color: #22b14c;
}

button.maps-green {
    background-color: #22b14c !important;
    color: white !important;
}

button.maps-green md-icon{
    color: white !important;
}

.maps-gold {
    color: gold;
}

.pagination li {
    display: inline-block;
    text-align: center;
}

.select-page {
    width: 50px;
    text-align: center;
}

.account-card {
    min-width: 500px;
    padding: 0;
}

    .account-card md-input-container {
        margin-right: 20px;
    }

.account-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

    .account-container .copyright {
        text-align: center;
        color: white;
    }

.email-field {
    min-width: 26ch;
}

.deleted-option {
    background-color: antiquewhite !important
}

.line-breaks {
    white-space:pre-wrap;
}