﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}



@-webkit-viewport {
    width: device-width
}

@-moz-viewport {
    width: device-width
}

@-ms-viewport {
    width: device-width
}

@-o-viewport {
    width: device-width
}

@viewport {
    width: device-width
}

@media screen and (max-width:799px) {
    @-ms-viewport {
        width: 550px;
    }

    #idSlash {
        width: 400px;
    }
}

@media screen and (min-width:800px) and (max-width:799px) {

    #idSlash {
        width: 700px;
    }
}

@media screen and (min-width:800px) and (max-width:1199px) {

    #idSlash {
        width: 700px;
    }
}

@media screen and (min-width:1200px) {

    #idSlash {
        width: 1140px;
    }
}

html, body {
    margin: 5px;
    padding: 5px;
    font-size: medium;
    font-family: Verdana;
    color: black;
    background-color: white;
}


header,
footer,
nav,
section {
    display: block;
}

.text-box {
    width: 90%;
}

.commentblock {
    border: thin;
    background-color: #f6f6f6;
    color: #6f6f6f;
    margin-left: 10px;
    margin-right: 10px;
}

.commentblockinnerdiv {
    border: thin;
    margin: 10px 10px 10px 10px;
}


table.measurementstable tr th {
    text-align: center;
}

table.measurementstable tr td {
    text-align: right;
}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu {
    border-bottom: 1px #5C87B2 solid;
    padding: 0 0 2px;
    position: relative;
    margin: 0;
    text-align: right;
}

    ul#menu li {
        display: inline;
        list-style: none;
    }

        ul#menu li#greeting {
            padding: 10px 20px;
            text-decoration: none;
            line-height: 2.8em;
            color: #fff;
        }

        ul#menu li a {
            padding: 10px 20px;
            text-decoration: none;
            line-height: 2.8em;
            background-color: black;
            /*background-color: midnightblue;*/
            color: White;
            font-family: Verdana;
            font-size: large;
        }


a {
    color: black;
}


ul#menu li.selectedmenu a {
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    background-color: Orange;
    color: White;
}


ul#menu li a:hover {
    background-color: #000000;
    text-decoration: none;
}

ul#menu li a:active {
    background-color: #a6e2a6;
    text-decoration: none;
}

ul#menu li.selected a {
    background-color: #fff;
    color: #000;
    display: block;
}


/* Styles for basic forms
-----------------------------------------------------------*/

fieldset {
    border: 0px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

textarea {
    min-height: 75px;
}

.editor-label {
    margin: 1em 0 0 0;
}

.editor-field {
    margin: 0.5em 0 0 0;
    width: 100%;
}


/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

/* code styles*/
.asmcodediv {
    background-color: white;
    font-family: Courier;
    font-size: small;
    border-width: 1px;
    border-bottom-color: Black;
    border-style: dotted;
    background-color: #f6f6f6;
    color: Black;
    overflow: auto;
    /*width:95%;*/
    margin-left: 25px;
}

.consolediv {
    font-family: Courier;
    font-size: small;
    background-color: #000000;
    color: Yellow;
    overflow: auto;
    /*width:95%;*/
    margin-left: 25px;
}

.csharpcodediv {
    background-color: white;
    font-family: Courier;
    font-size: small;
    border-width: 1px;
    border-bottom-color: Black;
    border-style: dotted;
    background-color: #f6f6f6;
    color: Black;
    overflow: hidden;
    /*width:95%;*/
    margin-left: 25px;
}

body {
    word-wrap: break-word;
    word-break: break-all; /* IE, firefox */
    word-break: break-word; /* chrome, IE11 */
}

.xmlcodediv {
    background-color: white;
    font-family: Courier;
    font-size: small;
    border-width: 1px;
    border-bottom-color: Black;
    border-style: dotted;
    background-color: #f6f6f6;
    color: Black;
    overflow: auto;
    /*width:95%;*/
    margin-left: 25px;
}


.codecolumnlinenumber {
    border-right-width: 3px;
    border-right-style: solid;
    border-right-color: #00dd00;
    min-height: 16px;
    text-align: right;
    vertical-align: middle;
    word-wrap: initial;
    word-break: normal;
}

.codelinecolumn {
    vertical-align: top;
}

.codecolumncode {
    min-height: 16px;
    vertical-align: top;
}

.codekeyword {
    color: Blue;
    font-weight: normal;
    text-wrap: normal;
}

.codedefault {
    color: White;
    font-weight: normal;
}

.codetext {
    color: Red;
    font-style: italic;
}

.codecomment {
    color: Green;
    font-style: italic;
}

.xmltag {
    color: Blue;
}

.xmlkeyword {
    color: Green;
    font-style: italic;
}


label, input {
    display: block;
}

    input.text {
        margin-bottom: 12px;
        width: 95%;
        padding: .4em;
    }

fieldset {
    padding: 0;
    border: 0;
    margin-top: 25px;
}

.divwithborder {
    border-width: thin;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right: solid;
}


div#maxwith {
    width: 100%;
}

div#users-contain {
    width: 350px;
    margin: 20px 0;
}

    div#users-contain table {
        margin: 1em 0;
        border-collapse: collapse;
        width: 100%;
    }

        div#users-contain table td, div#users-contain table th {
            border: 1px solid #eee;
            padding: .6em 10px;
            text-align: left;
        }

.ui-dialog .ui-state-error {
    padding: .3em;
    font-size: medium;
}

.validateTips {
    border: 1px solid transparent;
    padding: 0.3em;
}

.test123 {
    color: Red;
}

.offlinemessage {
}

.icon-emptybar {
    display: block;
    width: 22px;
    height: 4px;
    border-radius: 0px
}

.grid-table a {
    /*background-color:midnightblue;*/
    background-color: black;
    color: white;
}


.gridborder {
    /*background-color:midnightblue;*/
    background-color: black;
}


.grid-id {
    width: 50px;
}

.grid-date {
    min-width: 80px;
    word-wrap: normal;
    word-break: normal;
}

.grid-table {
    background-color: #e0e0e0;
    width: 100%;
    font-family: Verdana;
    font-size: x-large;
}

.grid-header {
    background-color: black;
    /*background-color:midnightblue;*/
    color: white;
    text-align: left;
}

.grid-footer {
    text-align: center;
}

.grid-row {
    background-color: White;
    color: Black;
    height: 50px;
}

.grid-alternating-row {
    background-color: #c0c0c0;
    color: black;
    height: 50px;
}

.grid-selected-row {
}


.grid-subject {
    max-width: 800px
}

.blogheadborder {
    min-height: 210px;
    color: white;
    background-color: midnightblue;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transition: rotate, 2s;
}

    .blogheadborder:hover {
        min-height: 210px;
        color: white;
        background-color: midnightblue;
        margin-top: 20px;
        margin-bottom: 20px;
        margin-left: 10px;
        margin-right: 10px;
        -webkit-transform: rotate(130deg);
        -moz-transform: rotate(130deg);
        -o-transform: rotate(130deg);
        -ms-transform: rotate(130deg);
        transition: rotate, 2s;
    }

.bloghead {
    color: black;
    font-family: Verdana;
    font-size: x-large;
    min-height: 200px;
    text-align: left;
    margin-top: 30px;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
    background-color: white;
    text-orientation: use-glyph-orientation;
    -webkit-transform: rotate(6deg);
    -moz-transform: rotate(6deg);
    -o-transform: rotate(6deg);
    -ms-transform: rotate(6deg);
    transition: rotate, 2s;
}

    .bloghead:hover {
        color: black;
        font-family: Verdana;
        font-size: x-large;
        min-height: 200px;
        text-align: left;
        margin-top: 30px;
        margin-bottom: 20px;
        margin-left: 10px;
        margin-right: 10px;
        background-color: white;
        text-orientation: use-glyph-orientation;
        -webkit-transform: rotate(280deg);
        -moz-transform: rotate(280deg);
        -o-transform: rotate(280deg);
        -ms-transform: rotate(280deg);
        transition: rotate, 2s;
    }


.ui-dialog-buttonset > button {
    color: black;
    font-family: Segoe UI,Arial,sans-serif;
    font-size: 1.1em;
}


tr.grid-header {
    /*background-image:url("/Images/f6_16x16.png");*/
    transition: rotate, 2s;
}

    tr.grid-header:hover {
        transition: background-color, 2s;
        -webkit-transform: rotate(5deg);
        -moz-transform: rotate(5deg);
        -o-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        transition: rotate, 2s;
    }

tr.grid-footer > td {
    font-size: 14px;
    font-weight: 400;
    font-family: Verdana;
}

.appnote {
    font-family: Verdana;
    font-size: medium;
    border-width: 1px;
    border-bottom-color: Black;
    border-style: dotted;
    background-color: #f6f6f6;
    color: Black;
    overflow: auto;
    margin-left: 0px;
}