﻿body {
    /*  padding-top: 50px;
    padding-bottom: 20px; */
}

@font-face {
    font-family: "Source Sans Pro";
    src: url("/Content/fonts/SourceSansPro-Regular.ttf");
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default * /
input,
select,
textarea {
    max-width: 280px;
}*/

body {
    background-color: #000;
    /* border-top: solid 10px #000; */
    color: #333;
    font-family: "Source Sans Pro";
    margin: 10;
    padding: 10;
    font-size: 0.9em;
}

h1, h2, h3,
h4, h5, h6 {
    color: #000;
    margin-bottom: 0.5em;
    padding-bottom: 0;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.75em;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

    h5 a:link, h5 a:visited, h5 a:active {
        padding: 0;
        text-decoration: none;
    }


fieldset {
    border: 1px solid blue;
    margin: 0.5em 0.5em 0.5em 2em;
    padding: 0.5em;
    background: #f0f0f0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

    fieldset legend {
        color: #000000;
        background-color: #FFFFFF;
        background: #e0f0e0;
        border: solid 1px black;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        padding: 2px;
        margin-left: 0.3em;
        max-width: 8em;
        font-size: 1.2em;
    }

    fieldset ol {
        padding: 0;
        list-style: none;
    }

        fieldset ol li {
            padding-bottom: 5px;
        }

label {
    font-size: 1em;
    font-weight: 100;
}

    label.checkbox {
        display: inline;
    }

input, textarea {
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #333;
    font-size: 1em;
    margin: 1px 0 2px 0;
    padding: 2px;
}


textarea {
    font-family: inherit;
}

    input:focus, textarea:focus {
        border: 1px solid #7ac0da;
    }

input[type="checkbox"] {
    background: transparent;
    border: inherit;
    width: auto;
}

input[type="submit"],
input[type="button"],
button {
    background-color: #d3dce0;
    border: 1px solid #787878;
    cursor: pointer;
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px;
    margin-right: 8px;
    width: auto;
}

td input[type="submit"],
td input[type="button"],
td button {
    font-size: 1em;
    padding: 4px;
    margin-right: 4px;
}

div.title {
    font-size: 1.2em;
    font-weight: bold;
    font-style: italic;
}

table.dataTable thead th {
    padding-left: 0.5em;
    background: url('/Content/menu_bg.jpg') !important;
    color: white;
    font-weight: normal !important;
    border: 1px solid;
    border-color: #6e8ec2 #6e8ec2 #204582 #355a99;
}

/*  AJAX loading tweak, */
/* Start by setting display:none to make this hidden.
   Then we position it in relation to the viewport window
   with position:fixed. Width, height, top and left speak
   for themselves. Background we set to 80% white with
   our animation centered, and no-repeating */
body .modal {
    width: 120px;
    height: 100px;
    margin: 100px auto;
    margin-top: calc(100vh / 2 - 50px);
    margin-left: calc(100vw / 2 - 50px);
    display: none !important;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
}


/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading .modal {
    overflow: hidden;
    display: block !important;
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .modal {
    display: block !important;
}

.block {
    position: relative;
    box-sizing: border-box;
    float: left;
    margin: 0 10px 10px 0;
    width: 12px;
    height: 12px;
    background-color: red;
    background: url('/Content/menu_bg.jpg');
    border-radius: 3px;
}

    .block:nth-child(1) {
        animation: wave 1.5s ease .0s infinite;
    }

    .block:nth-child(2) {
        animation: wave 1.5s ease .2s infinite;
    }

    .block:nth-child(3) {
        animation: wave 1.5s ease .4s infinite;
    }

    .block:nth-child(4) {
        animation: wave 1.5s ease .6s infinite;
    }

    .block:nth-child(5) {
        animation: wave 1.5s ease .8s infinite;
        margin-right: 0;
    }

@keyframes wave {
    0% {
        top: 0;
        opacity: 1;
    }

    50% {
        top: 30px;
        opacity: .4;
    }

    100% {
        top: 0;
        opacity: 1;
    }
}

.buttons-html5 {
    width: 18px !important;
    height: 21px;
    background-repeat: no-repeat !important;
    background-position: center top !important;
}

.buttons-csv {
    background-image: url("/Content/col3.gif") !important;
}

.navbar {
    background-image: url('/Content/NESlogo.png') !important;
    background-repeat: no-repeat;
    background-position-x: 0;
    background-position-y: 0;
    background-color: #cedff5 !important;
    height: 70px !important;
    padding-left: 20px !important;
    vertical-align: middle;
    border-bottom: 1px solid black;
    font-size: 1.4em !important;
}

.navbar-header {
    vertical-align: middle !important;
    background-color: #cedff5 !important;
}

ul.navbar-nav li {
    padding-right: 1em;
}

.ajaxTrigger {
    cursor: pointer;
}

tr[role="row"] {
    cursor: pointer;
}

.pleaseFix {
    border: 1px solid red;
}

body {
    color: black !important;
    background-color: black;
}

table.Web20 tr th {
    padding-left: 0.5em;
    background: url('/Content/menu_bg.jpg');
    color: white;
    font-weight: normal;
    border: 1px solid;
    border-color: #6e8ec2 #6e8ec2 #204582 #355a99;
}

table.Web20 tr td {
    font-size: 0.8em;
    border: 1px solid gray;
    vertical-align: top;
    text-align: center;
}

div.title {
    font-size: 1.2em;
    font-weight: bold;
    font-style: italic;
}

table.dataTable thead th {
    padding-left: 0.5em;
    background: url('/Content/menu_bg.jpg') !important;
    color: white;
    font-weight: normal !important;
    border: 1px solid;
    border-color: #6e8ec2 #6e8ec2 #204582 #355a99;
}

table.dataTable tbody td {
    padding: 2px 2px !important;
    color: black;
}


.tp-multiple {
    padding: 1px;
    margin-right: 1em;
    border: 1px solid black !important;
    border-collapse: initial !important;
}

.DataRow {
    border-right: 1px solid black !important;
}

input[type='text']:read-only {
    border: none !important;
    background: none !important;
}

.bc-clickable {
    cursor: pointer;
    color: #007bff;
}

.kbdSelectedRow tr {
    background-color: aliceblue !important;
}

.kbdSelectedRow td {
    border: 1px dotted red !important;
}

/* Csp updates */
.noShow {
    display: none;
}

td {
    vertical-align: top;
    text-align: left !important;
}

.imageButton {
    cursor: pointer;
}

.ReloaderPanel {
    text-align: right;
    cursor: pointer;
    float: right;
}

.redWarning {
    color: red;
}

.Placement1, .Placement2, .Placement3, .Placement4 {
}

.pageBreak {
    page-break-after: always
}

.noClear {
    clear: none;
}

.SchemeEdit {
    background: #cedff5;
    padding: 1em !important;
}

.dataTable {
    border: 1px solid black;
}

tr.inactive, tr.inactive .sorting_1, tr.inactive .sorting_2 {
    background-color: #b0b0b0 !important;
}

#TPlist{
    width:80%;
}

.rowCells td{
    border: 0.5px solid black;
}

#TPlist{
    width: 80%;
}

