
/***********************  Single IMC ISSUE PAGE  ******************************/

/* DEBUG */
#imc-custom-fields-table, #current{display:none;}

/* Admin Page "Logs" */
.IMCBackendTableStyle {
    width:95%;
    border-top:1px solid #DDD;
    border:1px solid #DDD;
    border-spacing:0;
    border-collapse: collapse;
    border-radius: 4px;
    -moz-border-radius:4px;
    -webkit-border-radius: 4px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
    font-size: 13px;
}
.IMCBackendTableStyle .IMCBackendTableHeaderStyle {cursor:pointer;}
.IMCBackendTableStyle th{text-align: left;}
.IMCBackendTableStyle > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #DDD;
}

.IMCBackendTableStyle > tbody > tr > td,
.IMCBackendTableStyle > tbody > tr > th,
.IMCBackendTableStyle > tfoot > tr > td,
.IMCBackendTableStyle > tfoot > tr > th,
.IMCBackendTableStyle > thead > tr > td,
.IMCBackendTableStyle > thead > tr > th {
    padding: 8px;
    line-height: 1.42857;
}
.IMCBackendTableStyle > caption + thead > tr:first-child > td,
.IMCBackendTableStyle > caption + thead > tr:first-child > th,
.IMCBackendTableStyle > colgroup + thead > tr:first-child > td,
.IMCBackendTableStyle > colgroup + thead > tr:first-child > th,
.IMCBackendTableStyle > thead:first-child > tr:first-child > td,
.IMCBackendTableStyle > thead:first-child > tr:first-child > th {
    border-top: 0 none;
}
.IMCBackendTableStyle > tbody > tr > td,
.IMCBackendTableStyle > tbody > tr > th,
.IMCBackendTableStyle > tfoot > tr > td,
.IMCBackendTableStyle > tfoot > tr > th,
.IMCBackendTableStyle > thead > tr > td,
.IMCBackendTableStyle > thead > tr > th {
    line-height: 1.42857;vertical-align: top;border-top: 1px solid #DDD;padding: 8px;
}

.IMCBackendTableStyle tr:nth-child(even) {background: #e6e6e6}
.IMCBackendTableStyle tr:nth-child(odd) {background: #f2f2f2}

/* hide quick edit custom taxonomies */
.inline-edit-col-center.inline-edit-categories {display: none;}

.IMCBackendInputMediumStyle {width:25em;}

.IMCBackendInputLargeStyle {float: left; width: 81%;}

.IMCBackendButtonStyle {
    cursor: pointer; width: 18%; margin-left: 2px;
}

#issue-id-above-title, #issue-author-above-title,#issue-likes-above-title{float:left;margin-right:15px;margin-bottom:0;}
#issue-address-above-title{margin-bottom:0;}

.imcSettingsMapCanvasStyle {
    width: 60%;
    height: 300px;
    overflow: visible;
}

.IMCBackendIssueMapStyle {
    width: 100%;
    height: 300px;
}

.IMCBackendBoundariesULStyle {
    display: none;
}

/*Hide issue id on xs screens*/
@media (max-width: 782px) {

    td.issue-id.column-issue-id::before, .column-issue-id {
        display: none;
    }

    .wp-list-table tr:not(.inline-edit-row):not(.no-items) td:not(.check-column).column-issue-id {
        display: none;
    }
}