﻿a.details-control {
    cursor: pointer;
}

.showDisapprovalModal > .modal-dialog {
    width: 80vw !important;
}

.showDisapprovalModal .modal-body {
    max-height: calc(100vh - 210px);
    overflow-y: auto;
    padding: 0;
}

.showDisapprovalModal .box-body {
    padding-top: 15px;
    padding-right: 0;
    padding-left: 0;
}

.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;
}

.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;
}

@keyframes dot-keyframes {
    0% {
        opacity: .4;
        transform: scale(1, 1);
    }

    50% {
        opacity: 1;
        transform: scale(1.2, 1.2);
    }

    100% {
        opacity: .4;
        transform: scale(1, 1);
    }
}

.loading-dots {
    text-align: center;
    width: 100%;
}

.loading-dots--dot {
    animation: dot-keyframes 1.5s infinite ease-in-out;
    background-color: #000;
    border-radius: 10px;
    display: inline-block;
    height: 10px;
    width: 10px;
}

    .loading-dots--dot:nth-child(2) {
        animation-delay: 0.5s;
    }

    .loading-dots--dot:nth-child(3) {
        animation-delay: 1s;
    }


div#paBox.box { /* 100+1=101 priority score, yay! */
    box-shadow: 1px 1px 5px 1px #000000;
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1);
}

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;
}

.select2 {
    width: 100% !important;
}

.select2-dropdownCssClass {
    max-width: 800px !important;
}

div[id^="review_icon_"] {
    cursor: pointer;
}


    div[id^="review_icon_"] .info-box {
        min-height: 70px;
        width: 62%;
        margin-bottom: 5px;
    }


    div[id^="review_icon_"] .info-box-icon {
        font-size: 35px;
        width: 70px;
        height: 70px;
        line-height: 70px;
        margin-bottom: 5px;
    }


.icon-background {
    color: #018e01;
}

.info-box-shadow {
    box-shadow: 1px 1px 5px 1px #000000;
    box-shadow: 1px 1px 5px 3px rgba(0, 0, 0, 0.3);
}

#addDisapprovalCodeBtn {
    height: 34px;
}

.delete-disaproval-code {
    height: 28px;
    width: 36px;
    margin-left: 5px;
}

.disapproval-item {
    width: 90%;
    background-color: transparent;
    border: 0 solid;
    background: #dddddd;
    float:left;
    position: relative;
}

.delete-disaproval-code {
    float:left;
    position: relative;
}

.delete-disaproval-code i {
    position: relative;
    top: -4px;
}

.container {
    width: 100%;
}

#disapproval-container {
    padding-top: 20px;
}

#search-results {
    width: 96%;
    position: absolute;
    border: 1px solid black;
    z-index: 50;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0 0 3px 3px;
    box-shadow: none;
    border-color: #d2d6de;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    background-color: #ffffff;
    padding: 0;
    max-height: 150px;
}

#search-results p {
    margin: 0 0 0;
}

#search-results p:hover {
    background: #3374C2;
}

#search-results p a {
    padding: 10px;
}

#search-results.hide {
    display: none;
}

#search-results.show {
    display: block;
}

.add-disapproval {
    font-size: 1.1em;
}

.line-breaks { 
    white-space:pre-wrap; 
}

.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: 3px;
}

.box-body {
    padding-top: 5px;
}
     
.box-header {
    padding-bottom: 5px;
}  

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}   

.border-right {
    border-right: 1px solid #e5e5e5;
} 

label.label-small {
    width: 30px;
}

label.label-medium {
    width: 75px;
}

input.error {
   background-color: #fce4e4;
   border: 1px solid #cc0033;
   outline: none;
}

.input-medium-container {
    width: 220px;
}

.btn-tiny {
    width: 25px; 
    height: 25px;
}

.task-type-selector {
    width: 100% !important;
    height: 200px !important;
}     

tr[data-isEditable=True] td.reviewer:hover, 
tr[data-isEditable=True] td.serviceType:hover, 
tr[data-isEditable=True] td.destination:hover, 
tr[data-isEditable=True] td.dueDateExtender:hover, 
tr[data-isEditable=True] td.buildingLocation:hover {
    background: orange;
}

tr[data-isEditable=True] td.reviewer, 
tr[data-isEditable=True] td.reviewer.inputIn, 
tr[data-isEditable=True] td.serviceType, 
tr[data-isEditable=True] td.serviceType.inputIn, 
tr[data-isEditable=True] td.destination, 
tr[data-isEditable=True] td.destination.inputIn, 
tr[data-isEditable=True] td.dueDateExtender, 
tr[data-isEditable=True] td.dueDateExtender.inpputIn, 
tr[data-isEditable=True] td.buildingLocation,
tr[data-isEditable=True] td.buildingLocation.inputIn {
    background: inherit;
}

.onTileEditTextDiv {
    border: 1px solid #000080;
}

.reviewer-assigned {
    color: inherit
}

.reviewer-unassigned {
    color: #767676
}

.fee-dropdown {
    min-height: 30px !important;
}

.import-menu {
    /*max-width: 600px;*/
    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;
}

p {
    margin: 0 0 10px;
}

/*place holder for dirty form check class*/
.checkForDirtyForm {
    
}

/* for search results */
.no-search-results-container{
    background-color: #1571a7 !important;
    color: white;
    padding: 5px; 
    margin: 15px; 
    border-radius: 5px;
}

.no-search-result-text {
    margin-left: 3%;
}

.none-resize {
    resize: none;
}

.vertical-resize {
    resize: vertical; 
}
  
.horizontal-resize {
    resize: horizontal;  
}  

.datepicker thead > tr > th, .datepicker tbody > tr > td{
    border: 0;
}

table.display-info label {
    display: inline;
    margin-bottom: 0;
    font-weight: inherit;
}

tr.warning {
    background-color: #fcf8e3;
}

tr.danger {
    background-color: #bc8f8f;
}

.mylink {
/*placeholder*/
}

#planHistory_tabs.nav-tabs-custom > .tab-content {
    padding: 0;
}

#DetailsLayoutBody label {
    font-weight: 400;
}

.TaskDetailValues {
    font-weight: bold;
}

.header-text label {
    font-weight: 400;
}

.header-text-content {
    font-weight: bold;
}

footer ul {
    list-style: none !important;
    padding: 0;
}

footer ul li {
    margin-right: 20px;
    float: left;
}

@media (min-width: 900px) {
    .social-media {
        text-align: center;
    }

    .social-media-links {
        display: inline-block;
    }

    .copyright {
        text-align: right;
    }
}

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;
}


/* DataTable*/
table.dataTable.no-footer {
    border-bottom: 1px solid #f4f4f4 !important;
}

th.searchable input {
    font-weight: 400 !important;
}

.center-navbar{
    display: block; 
    text-align: left; 
    color: white;
    padding-top: 10px;
    /* adjust based on your layout */
    margin-left: 50px; 
    margin-right: 210px;
}

#qcSearchContainer button {
    width: 65px;
}

#advanceSearchContent .form-group {
    padding-right: 5px;
}

.class-property::before{
    content: " . ";
}

.property-return{
    border-radius: 0;
}

.property-last{
    border-radius: 0;
    color: red;
}

 .property-final {
    border-radius: 0;
 }
 
#path-container {
    padding: 5px;
}

#properties-container-parent {
    height: 300px;
    overflow-y: scroll;
    width: 60%;
    background-color: #fffef8;    
    padding: 3px;
} 

#properties-container-parent ul{
    list-style-type: none;
}

.property-option-available {
    border-radius: 0;
    text-align: left;
    border-color: #fffef8;
    color: #000;
    background-color: #ddf3dc;
    font-weight: normal;
    margin-left: -10px;
}

.property-option-selected {    
    border-radius: 0;
    text-align: left;
    border-color: #fffef8;
    font-weight: normal;
    margin-left: -10px;
}

.col-9-pct {
    width: 9%;
}

.round-border {
    border: 1px solid #d8d7d7;
    border-radius: 5px;
}

.dark-form {
    background-color: #f2f2f2;
}

#search-grid #search-results-table_info {
    float: right;
    margin-right: 10px;
}

#search-grid #search-results-table_paginate {
    float: left;
    margin-left: 0px;
}

#search-results-table {
    margin-bottom: 10px !important;
    font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
}

#search-results-table td {
    padding: 2px;
}

#search-results-table th {
    padding: 2px;
}

/*#search-grid .paginate_button {
    font-size: 18px;
    background: #fafafa;
    color: #666;
    border: 1px solid #ddd !important;
    padding: 6px 12px;
    margin-left: -1px;
    min-width: 2.5em;
    min-height: 2.4em;
}

#search-grid .paginate_button :hover {
    color: #000 !important;
}

#search-grid .current {
    color: #fff !important;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}*/ 

#my-queues .dataTables_wrapper .dataTables_processing {
    height: 100% !important;
    top: 0 !important;
    margin-top: -40px;
}

.pa-column-head {
    background-color: #F0F0F0;
    font-weight: 700;
    /*text-align: right;*/
    max-width: 100px;
}

.navbar-nav > .user-menu > .dropdown-menu > .user-footer {
    background-color: #08527d !important;
}

.isLinkDisabled {
    color: currentColor;
    cursor: not-allowed;
    opacity: 0.5;
    text-decoration: none;
}

#my-queues .dataTables_wrapper .dataTables_processing {
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(25%, rgba(255, 255, 255, 0.5)), color-stop(75%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0.5)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 25%, rgba(255, 255, 255, 0.5) 75%, rgba(255, 255, 255, 0.5) 100%);
    background: -moz-linear-gradient(left,    rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 25%, rgba(255, 255, 255, 0.5) 75%, rgba(255, 255, 255, 0.5) 100%);
    background: -ms-linear-gradient(left,     rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 25%, rgba(255, 255, 255, 0.5) 75%, rgba(255, 255, 255, 0.5) 100%);
    background: -o-linear-gradient(left,      rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 25%, rgba(255, 255, 255, 0.5) 75%, rgba(255, 255, 255, 0.5) 100%);
    background: linear-gradient(to right,     rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 25%, rgba(255, 255, 255, 0.5) 75%, rgba(255, 255, 255, 0.5) 100%);
}

.nameAndTimeColumn {
    width: 150px;
}

@media print {
    a[href]:after { content: none !important; }
    body{
        font-size:10px;
    }

    span.badge {
        color: #000000 !important;
    }

    .nameAndTimeColumn {
        width: 90px;
    }
}
