﻿
/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}

.quick_links {
    display: inline-block;
    background-color: #94c0d2;
    color: #2a2967;
    padding: 8px;
    height: 40px;
    font-weight: bold;
    font-size: 1em;
}

.quick_links_icon {
    padding: 0;
    margin: 0;
    border: 0;
    height: 18px;
    width: 12.6px;
    padding-right: 3px;
}

.tile-content img {
    display: block;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 10px;
}

.tile-subtitle {
    color: white;
    text-align: center;
    font-size: 2em;
}

.half-tile-subtitle {
    color: #2a2967;
    text-align: center;
    font-size: 1em;
    font-weight: bold !important;
    height: 100%;
    padding-top: 5px;
}

.k-detail-cell .k-tabstrip .k-content {
    padding: 0.2em;
}

.employee-details ul {
    list-style: none;
    font-style: italic;
    margin: 15px;
    padding: 0;
}

    .employee-details ul li {
        margin: 0;
        line-height: 1em;
    }

.employee-details label {
    display: inline-block;
    width: 90px;
    padding-right: 10px;
    text-align: right;
    font-style: normal;
    font-weight: bold;
    font-size: 1em;
    /*color: #363940;*/
}

.employee_details {
    font-size: 100%;
}




table.IPTable {
    display: table;
    width: 500px;
}

table.IPTable::after {
    content: '';
    display: block;
    clear: both;
}

table.IPTable thead, table.IPTable tbody {
    float: left;
    width: 100%;
}

table.IPTable tbody {
    border: 1px solid #e2e2e2;
    overflow: auto;
    max-height: 410px;
}

table.IPTable thead tr {
    background-color: white;
    vertical-align: bottom;
}

table.IPTable tr {
    background-color: #a6dbed;
}

table.IPTable td {
    padding: 3px;
}

table.IPTable tr:nth-child(2n + 0) {
    background-color: white;
}

table.IPTable th.ipaddress, table.IPTable td.ipaddress {
    width: 400px;
}

table.IPTable th.actions, table.IPTable td.actions {
    width: 100px;
    text-align: right;
}