﻿@media (max-width: 825px) {
    .mdc-brand {
        font-size: medium;
    }

    p {
        font-size: small;
    }

    .form-group {
        padding-left: 15px;
        padding-right: 15px;
    }

    .social-media-links {
        float: right;
    }

    .copyright {
        text-align: left;
    }
}
.accessible-touch-link {
    display: inline-block;
    padding: 12px 4px; /* 12px top/bottom gives ~44px target with normal font */
}
@media (min-width: 900px) {
    .social-media {
        text-align: center;
    }

    .social-media-links {
        display: inline-block;
    }

    .copyright {
        text-align: right;
    }
}
.isLinkDisabled {
    color: currentColor;
    cursor: not-allowed;
    opacity: 0.5;
    text-decoration: none;
}
@media print {
    a[href]:after {
        content: none !important;
    }

    body {
        font-size: 10px;
    }

    span.badge {
        color: #000000 !important;
    }

    .nameAndTimeColumn {
        width: 90px;
    }

    mdc-footer {
        display: none !important;
    }
}

/* DataTable*/
div.dataTables_length {
    border-right: 1px solid #ccc !important;
    padding-right: 10px;
    margin-right: 10px;
    height: 30px;
}

div.dataTables_info {
    white-space: normal !important;
    padding-top: 3px !important;
}

table.dataTable.no-footer {
    border-bottom: 1px solid #f4f4f4 !important;
}

th.searchable input {
    font-weight: 400 !important;
}

/*table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
    position: initial !important;
    display: inline !important;
    padding-left: 5px;
}
.dataTables_scrollBody table.dataTable thead .sorting:after,
.dataTables_scrollBody table.dataTable thead .sorting_asc:after,
.dataTables_scrollBody table.dataTable thead .sorting_desc:after,
.dataTables_scrollBody table.dataTable thead .sorting_asc_disabled:after,
.dataTables_scrollBody table.dataTable thead .sorting_desc_disabled:after {
    display: none !important;
}*/

/* END DataTable */

a {
    color: #027abb;
}

.disposition > span > a {
    text-decoration: none;
    color: #fff;
}

    .disposition > span > a:hover {
        text-decoration: underline;
    }

.social-media a {
    margin-right: 15px;
    float: left;
}

.links-mnu {
    position: relative;
    display: flex;
}

.links-mnu-item > a {
    padding-right: 10px;
    position: relative;
}

.links-mnu > .links-mnu-item > a > .label {
    position: absolute;
    top: -7px;
    left: 7px;
    text-align: center;
    font-size: 9px;
    padding: 2px 3px;
    line-height: .9;
}

.loading {
    margin-left: 50%;
    margin-right: 50%;
}

.mdc-brand {
    color: #fff;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}

img {
    vertical-align: middle;
}

.container {
    width: 100%;
}

.navbar-header {
    margin-top: 8px;
}

footer ul {
    list-style: none !important;
    padding: 0;
}

    footer ul li {
        margin-right: 20px;
        float: left;
    }

.form-control {
    padding: 5px 6px;
    height: 30px;
}

.form-group {
    margin-bottom: 8px;
}

.form-horizontal .control-label {
    padding-top: 5px;
    margin-bottom: 0;
    text-align: right;
    padding-right: 2px;
}

.content-header {
    display: none;
}

.navbar {
    margin-bottom: 0;
}

.pagination {
    margin: 2px 0;
}

.text-wrap {
    max-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.div-wrap {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.panel-heading {
    padding: 5px 15px;
}

div#paBoxHeader.box-header {
    padding: 4px;
}

button#paBoxTool.btn.btn-box-tool {
    padding: 0;
}

.required-field-label:after {
    content: "*";
    font-weight: bold;
    color: red;
    display: inline;
}

.info-box-shadow {
    box-shadow: 1px 1px 5px 1px #000000;
    box-shadow: 1px 1px 5px 3px rgba(0, 0, 0, 0.3);
}

.box-body {
    padding-top: 5px;
}

.box-header {
    padding-bottom: 5px;
}

input.error {
    background-color: #fce4e4;
    border: 1px solid #cc0033;
    outline: none;
}

.import-menu {
    margin: 0 auto;
}

.import-btn-text {
    color: #333;
    font-size: 18px;
    font-weight: bold;
}

.import-linkpointer {
    cursor: pointer;
}

    .import-linkpointer:disabled {
        background: #d6d6d6;
        color: whitesmoke;
    }

        .import-linkpointer:disabled:hover {
            background: #d6d6d6;
            color: whitesmoke;
        }

.list-group-item-text {
    font-size: 13px !important;
    font-weight: normal !important;
    color: #757575 !important;
    margin-bottom: 0;
    line-height: 1.3;
}

.vertical-resize {
    resize: vertical;
}

.horizontal-resize {
    resize: horizontal;
}

table.display-info label {
    display: inline;
    margin-bottom: 0;
    font-weight: inherit;
}

tr.warning {
    background-color: #fcf8e3;
}

tr.danger {
    background-color: #bc8f8f;
}

#planHistory_tabs.nav-tabs-custom > .tab-content {
    padding: 0;
}

#filter-plan-history-container {
    padding-top: 8px;
}

h1 {
    font-size: 24px;
}

:focus {
    outline-offset: 4px !important;
    outline: 3px dotted #3bd1ff !important;
}

.bg-red {
    background-color: #CC0000 !important;
}

.bg-green {
    background-color: #008800 !important;
}

#tracking-details-table {
    width: 100% !important;
}

#documents-details-table {
    width: 100% !important;
}

.nameAndTimeColumn {
    width: 150px;
}

.stiky th {
    position: sticky;
    top: 0;
    background-color: #e4f0f5;
}

.stiky .glyphicon {
    position: unset;
}

.breadcrumb {
    background: white;
}

/*tiles*/

span.tile-link-text {
    color: white !important;
}

h1.tile-title {
/*    color: #cd4c1e; county-approved orange does not pass contrast for element this is used on, dark orange used instead.*/
    color: darkorange; 
    font-size: 17.5px;
}

h1.tile-title-accessible {
    font-size: 17.5px;
}

div.tile-body {
    padding-top: 0 !important;
    flex: 1 1 auto;
}

div.tile-footer {
    background-color: darkorange;
}

div.tile-content {
    margin-bottom: 2rem;
    padding: 10px;
    background-color: #f8f9fa !important;
    background-clip: border-box;
    border: 0 solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
    box-sizing: border-box;
    box-shadow: 0 0 1px rgba(0,0,0,.125), 0 1px 3px rgba(0,0,0,.2);
    display: flex !important;
    flex: 1 1 auto !important;
    flex-direction: column;
    position: relative;
    min-width: 0;
    word-wrap: break-word;
}

div.tile-content-wrapper {
    display: flex !important;
}

div.tile-row {
    display: flex;
    flex-wrap: wrap;
}

.tile-offset {
    margin-left: 16.66666667%;
    margin-right: 16.66666667%;
}

/* DevExpress */

.dx-gk .dx-datagrid-headers {
    border-bottom: 0px !important;
}

.dx-gk .dx-datagrid-headers .dx-datagrid-table .dx-row > td {
    border-bottom: 0px !important;
}

.dx-gk {
    font-family: inherit !important;
    border: 0px !important;
}

.dx-gk .dx-header-row {
    background-color: #f9f9f9 !important;
    font-weight: bold !important;
    color: black !important;
}

.dx-gk .dx-datagrid .dx-column-lines > td {
    border-width: 0px !important;
}

.dx-gk .dx-pager .dx-pages .dx-selection {
    background-color: #337ab7 !important;
    color: white !important;
}

.dx-gk .dx-widget {
    font-family: inherit !important;
}

.dx-gk .dx-pager .dx-page-sizes .dx-selection {
    background-color: #337ab7 !important;
    color: white !important;
}

.wrap-text-column {
    white-space: normal !important;
}

/*ADA COMPLIANT CLASSES*/

/*.btn-primary-accessible:hover,
.btn-primary-accessible:active,
.btn-primary-accessible.hover {
    background-color: #367fa9;
    color:white
}*/
.btn-primary.btn-primary-accessible {
    background-color: #1e5c8a; /* Used to be  #3c8dbc*/
    border-color: #367fa9;
    color:white;
}

.btn-info-ada {
    background-color: #1e5c8a;
    border-color: #367fa9;
}

    .btn-info-ada:hover,
    .btn-info-ada:active,
    .btn-info-ada.hover {
        background-color: #367fa9;
    }

.accessible-link-selector a {
    color: #1e5c8a;
}

.breadcrumb-item a {
    color: #1e5c8a;
}

.breadcrumb-item.active {
    color: #737373;
}

.accessible-link-list-item {
    display: inline-block;
    padding: 4px 0;
    min-height: 24px;
    line-height: 1.4;
}

.accessible-link {
    color: #1e5c8a;
}

.accessible-link-bold {
    font-weight: bold;
    color: #1e5c8a;
}

.accessible-link-underline:focus,
.accessible-link-underline:hover {
    color: #003366; /* darker blue on hover/focus */
    outline: 2px solid #0056b3; /* optional focus outline for keyboard users */
    outline-offset: 2px;
}
.bg-accessible-red {
    background-color: #b52a18;
    color: #ffffff;
}

.accessible-red {
    color: #b52a18 !important;
}

.accessible-blue {
    color: #1e5c8a !important;
}

.bg-accessible-grey {
    background-color: #737373;
    color: #ffffff;
}

.btn-success-accessible {
    background-color: #007942;
    color: #fff;
}

.accessible-link-selector-underline a {
    text-decoration: underline;
}

.accessible-button-wrapper button {
    opacity: 0.5;
    cursor: default;
}
.accessible-link-underline {
    text-decoration: underline;
    color: #1e5c8a;
}
.bg-accessible-blue {
    background-color: #1e5c8a;
    color: #ffffff;
}

.navbar-accessible-blue {
    background-color: #1e5c8a !important;
}

.bg-accessible-orange {
    background-color: #c45514;
    color: #ffffff;
}

.accessible-grey {
    color: #767676 !important
}
li.PagedList-pageCountAndLocation.accessible-grey-a > a {
    color: #767676 !important;
}
.bg-accessible-red {
    background-color: #9C201C;
    color: #ffffff;
}
.bg-accessible-green {
    background-color: #007942 !important;
    color: #ffffff;
}
.accessible-red {
    color: #9C201C !important;
}
.navbar-accessible-blue {
    background-color: #295D92 !important;
}

/*.bg-accessible-orange {
    background-color: #c05600;
    background-color: #cd4c1e;
    color: #ffffff;
}*/

.btn-accessible-blue {
    background-color: #1e5c8a;
    color: #ffffff;
}

/*.btn-success-accessible {*/
    /*    background-color: #007942; old green color. Do not delete */
    /*background-color: #547744;
    color: #ffffff;
}*/

.btn-success.btn-success-accessible {
    background-color: #547744;
    color: #ffffff;
}
   

.btn-danger.btn-danger-accessible {
    /*    background-color: #007942; old green color. Do not delete */
    background-color: #9C201C;
    color: #ffffff;
}
/*.btn-danger-accessible:hover {
    background-color: #007942;
    color: white;
}*/
/*
.btn-success-accessible:hover {
    background-color: #007942;
    color: white;
}*/

.btn-accessible-orange {
    /*    background-color: #c05600;*/
    background-color: #cd4c1e;
    color: #ffffff;
}


/*Test this class here, since it is related to jQuery.*/
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #1e5c8a !important;
    border-color: #367fa9;
    padding: 1px 10px;
    color: #fff;
}

.accessible-link-underline-recolor {
    text-decoration: underline;
    color: #1e5c8a;
}

.accessible-blue-non-impor {
    color: #1e5c8a
}
.documents-icon-grey-accessible {
    color: #737373 !important;
    opacity: 0.5;
    pointer-events: none;
}
.bg-red-accessible,
.callout.callout-danger,
.label-danger,
.modal-danger .modal-body {
    background-color: #9C201C !important;
}
.bg-green-accessible,
.callout.callout-success,
.label-success,
.modal-success .modal-body {
    background-color: #547744 !important;
}
.documents-number-grey-accessible {
    background-color: #737373 !important;
}
.text-primary-accessible {
    color: #1e5c8a;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
    padding-right: 0;
    height: auto;
    margin-top: -4px;
    overflow: visible;
}
.pager-accessible .pagination > li.PagedList-pageCountAndLocation > a {
    color: #737373 !important;              
    opacity: 1 !important; 
}