﻿/****** Common ******/

form.common .container {
    margin-top: 10px;
}

form.common .tblhaber .tblustlineversion {
    padding: 10px;
}

td.title, th.title {
    text-align: left;
}

td.numeric, th.numeric {
    text-align: right;
}

td.actions a:not(:first-child), td.actions span:not(:first-child) {
    border-left: 1px solid #aaa;
    margin-left: 3px;
    padding-left: 5px;
}

td.actions .delete-link {
    color: orange;
    text-decoration: none;
}

td.actions .delete-link:hover {
    color: red;
    text-decoration: none;
}

/****** Offline CVI ******/

.offline-cvi-instructions ul {
    padding-left: 20px;
}

.offline-cvi-instructions li {
    margin-bottom: 5px;
}

#offline-cvi-instructions-text {
    display: none;
}

#offline-cvi-instructions-text.display {
    display: block;
}

/****** Search ******/
.no-search-results {
    font-family: Calibri, Helvetica, sans-serif;
    margin-top: 20px;
}

.search-results {
    font-family: Calibri, Helvetica, sans-serif;
}

.search-results h2 {
    text-align: left;
}

.search-results h2 select {
    margin-left: 50px
}

.search-results h2 input {
    margin-left: 10px
}

.search-results-table, .templates-table {
    margin-top: 20px;
    width: 100%;
}

.search-results-table td, .search-results-table th, .templates-table td, .templates-table th {
    padding: 5px;
}

.search-results-table tr:nth-child(even), .templates-table tr:nth-child(even) {
    background-color: #eee;
}

.search-results-table td.actions, .templates-table td.actions {
    white-space: nowrap;
}

.search-results-table td.actions a, .templates-table td.actions a {
    /* display: inline-block; */
}

.search-results-table tr.row-active {
    background-color: #afafaf;
}
.search-results-table .fa-link {color: #999;}
.search-results-table .fa-link.active {color: #0000ff;}


#ddlAssignLab.textbox_input {
    width: auto;
}

#page-templates h2 input {
    margin-left: 20px;
}

#xmlForm input[type="checkbox"] {
    margin-left: 150px;
    margin-right: 5px;
}