﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
@font-face {
    font-family: 'Glyphicons';
    src: url("./fonts/glyphicons.eot");
    src: url("./fonts/glyphicons.eot") format("embedded-opentype"), url("./fonts/glyphicons.woff") format("woff"), url("./fonts/glyphicons.ttf") format("truetype"), url("./fonts/glyphicons.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

body {
    font-size: .85em;
    margin: 0;
    padding: 0;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #dedede;
    background-image: url('./Images/bg.png');
    background-repeat: repeat-x;
}


a:not(.ui-button):not(.ui-state-default):not(.ui-tabs-anchor):not(.ui-multiselect-all):not(.ui-multiselect-none),
a:link:not(.ui-button):not(.ui-state-default):not(.ui-tabs-anchor):not(.ui-multiselect-all):not(.ui-multiselect-none) {
    color: #034af3;
    text-decoration: underline;
}

a:visited:not(.ui-button):not(.ui-state-default):not(.ui-tabs-anchor):not(.ui-multiselect-all):not(.ui-multiselect-none) {
    color: #505abc;
}

a:hover:not(.ui-button):not(.ui-state-default):not(.ui-tabs-anchor):not(.ui-multiselect-all):not(.ui-multiselect-none) {
    color: #1d60ff;
    text-decoration: none;
}

a:active:not(.ui-button):not(.ui-state-default):not(.ui-tabs-anchor):not(.ui-multiselect-all):not(.ui-multiselect-none) {
    color: #12eb87;
}

p, ul {
    margin-bottom: 20px;
    line-height: 1.6em;
}

header,
footer,
nav,
section {
    display: block;
}

#id {
    margin: 10px;
}

#title h1 {
    color: #fff;
    text-shadow: 1px 1px 1px #000;
}

.docs {
    background-color: #eee; /*#CCE0FF;*/
    border: 1px solid #999;
    border-radius: 15px;
    margin: 0 0 10px 0;
}

.noPrint {
    width: 90%;
    margin: 10px auto;
}

.slidewrap {
    background-color: #373636;
    clear: both;
}


/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-weight: 700;
    font-size: 1.5em;
    color: #000;
    margin: 10px;
}

h1 {
    font-size: 3em;
    padding-bottom: 0;
}

h2 {
    font-size: 2em;
    padding: 0 0 10px 0;
}

h2.ribbon {
    background-image: url('./Images/ribbon.png');
    background-repeat: no-repeat;
    min-width: 492px;
    min-height: 73px;
    color: #fff;
    font-size: 36px;
    padding: 10px 0 0 20px;
    margin: 10px 10px -10px -39px;
    text-shadow: 1px 1px 1px #000;
}


h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

header, #header {
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
}

header h1, #header h1 {
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    border: none;
    line-height: 2em;
    text-shadow: 1px 1px 2px #111;
}

#logo {
    margin: 10px;
    float: left;
    width: auto;
}

#logo img {
    border: 0;
}

#main {
    padding: 30px 30px 15px 30px;
    background-color: #fff;
    border-radius: 4px 0 0 0;
    -webkit-border-radius: 4px 0 0 0;
    -moz-border-radius: 4px 0 0 0;
}

footer,
#footer {
    background-color: #fff;
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0 0 30px 0;
    font-size: .9em;
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu {
    margin: 0 0 0 2em;
    text-align: right;
    list-style-type: none;
    padding: 0;
}

ul#menu li {
    list-style: none;
    display: block;
    float: left;
    margin: 0.5em 0.5em 0 0;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-weight: 400;
    font-size: 22px;
    padding: 0;
}

ul#menu li#greeting {
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    color: #fff;
}

ul#menu li a {
    font-weight: bold;
    text-decoration: none;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    margin: 0;
    padding: 5px 8px;
    color: #000;
    text-shadow: 1px 1px 1px #fff;
    display: block;
    border: 1px solid #ccc;
}

/* , ul#menu li a:active, ul#menu li.selected a */
ul#menu li a:hover {
    text-decoration: none;
    background-color: #F7F7F7;
    -moz-box-shadow: inset 0 0 10px #bbb;
    -webkit-box-shadow: inset 0 0 10px #bbb;
    box-shadow: inset 0 0 10px #bbb;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px; /* future proofing */
    -khtml-border-radius: 4px; /* for old Konqueror browsers */
}


/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
    display: inline-block;
    clear: none;
    width: 400px;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

textarea {
    min-height: 75px;
}

input[type="text"],
input[type="password"],
input[type="email"]
    /*input[type="date"]*/
{
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    color: #444;
    width: 200px;
}

select {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    color: #444;
}

input[type="submit"] {
    font-size: 1.2em;
    padding: 5px;
}

/* TABLE
----------------------------------------------------------*/

table {
    border: solid 1px #e8eef4;
    border-collapse: collapse;
}

table td {
    padding: 5px;
    border: solid 1px #e8eef4;
}

table th {
    padding: 6px 5px;
    text-align: left;
    background-color: #e8eef4;
    border: solid 1px #e8eef4;
}

/* MISC  
----------------------------------------------------------*/
.clear {
    clear: both;
}

.error {
    color: Red;
}

nav,
#menucontainer {
    margin-top: 0;
    float: right;
}

div#title {
    display: block;
    text-align: left;
    padding: 15px 0;
}

#logindisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    margin: 10px;
    color: #373636;
}

#logindisplay a:link {
    color: #373636;
    text-decoration: underline;
}

#logindisplay a:visited {
    color: #f00;
    text-decoration: underline;
}

#logindisplay a:hover {
    color: #f00;
    text-decoration: none;
}

#heartbeat-notifications {
    filter: drop-shadow(3px 3px 3px hsl(173, 80%, 25%));
    height: 2em;
    margin: 0 7em 1em 0;
    position: sticky;
    top: 0;
    z-index: 1;
}

.heartbeat-item {
    background-color: hsl(173, 80%, 75%);
    border: none;
    height: 3em;
    transition: background-color 1s;
}

.heartbeat-item:hover {
    background-color: hsl(173, 25%, 75%);
}

/* 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;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.field {
    margin: 0.3em 0 0 0;
}

.display-label,
.editor-label {
    display: block;
    float: left;
    padding: 0;
    width: 165px;
    margin: 0em 1em 0 0;
    min-height: 2em;
}

.display-field,
.editor-field {
    width: auto;
    /*  margin: 1em 1em 0 0;*/
    overflow: auto;
    min-height: 2em;
    clear: right;
}

.text-box {
    width: 30em;
}

.text-box.multi-line {
    height: 6.5em;
}

.tri-state {
    width: 6em;
}

.action-icon {
    float: left;
}

/* text-wrap the jqgrid */
.ui-jqgrid tr.jqgrow td {
    white-space: normal !important;
}

.toast {
    height: 100px;
    overflow-y: scroll;
    /*  border: 1px solid black;*/
    padding: 5px !important;
    position: absolute !important;
    /*  margin-top: 160px !important; */
}

.toast li {
    /*margin: 5px;*/
}

.
    /* fancy checkboxes (faux animated) */
.fancycheck .checkbox input {
    display: none;
}

.fancycheck .checkbox input:checked + span:after {
    -webkit-transform: rotate(360deg) scale(1);
    -ms-transform: rotate(360deg) scale(1);
    -o-transform: rotate(360deg) scale(1);
    transform: rotate(360deg) scale(1);
}

.fancycheck .checkbox span {
    padding-left: 2em;
    display: inline-block;
    position: relative;
}

.fancycheck .checkbox span:before {
    content: "";
    /*width: 18px;
height: 18px;*/
    width: 1.2em;
    height: 1.2em;
    background: #dcdcdc;
    position: absolute;
    left: 0.45em;
    top: -1.1em;
    border-radius: 1.2em;
    border: 1px solid #666;
    margin-top: .1em;
}

.fancycheck .checkbox span:after {
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
    content: "";
    width: 1.2em;
    height: 1.2em;
    background: #666666;
    position: absolute;
    left: 0em;
    top: 0em;
    border-radius: 1.2em;
    line-height: 1.2em;
    margin-top: .1em;
    -webkit-transform: rotate(0deg) scale(0);
    -ms-transform: rotate(0deg) scale(0);
    -o-transform: rotate(0deg) scale(0);
    transform: rotate(0deg) scale(0);
}

.fancycheck .checkbox span:after {
    font-family: 'Glyphicons';
    content: "\e602";
    background: none;
    font-size: 1.8em;
    line-height: .5em;
    left: 0.3em;
    top: -0.6em;
    cursor: pointer;
}

.fancycheck .checkbox label {
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}

.fancycheck .checkbox input[type="checkbox"], .fancycheck .checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px;
    display: none;
}

.new-action-container {
    background-color: rgba(100, 100, 100, 0.9);
    border-radius: 0.5em;
    color: #ffffff;
    left: 12.5%;
    margin: 1em;
    padding: 0;
    position: fixed;
    top: 0;
    width: 75%;
    z-index: 1;
}

.new-action-body {
    
    padding-top: 5em;
    padding-right: 1.25em;
    padding-bottom: 1.25em;
    padding-left: 1.25em;
}

.new-action-body .rdt {
    /* override for datepicker */
    color: rgb(34, 34, 34);
    display: inline-block;
}

.new-action-body label input, .new-action-body label select {
    margin-left: 1em;
}

.new-action-body table {
    margin: 1em 0 0 0;
    width: 100%;
}

.new-action-body th {
    background-color: #9CD4F4;
    /*background: linear-gradient(135deg, #28536C 0%, #598196 100%);*/
    border-color: #aaaaaa;
    color: #0F6088;
}

.new-action-body td {
    border-color: #888888;
    text-align: center;
    vertical-align: top;
}

.new-action-body textarea {
    width: 99%;
}

.new-action-body button {
    background-color: #7FC570;
    border-radius: 0.25em;
    border-width: 0px;
    color: #1b440c;
    cursor: pointer;
    font-size: 0.9em;
    font-weight: bold;
    margin: 0.5em;
    padding: 0.5em;
}

.new-action-body img {
    margin: 3px;
    vertical-align: middle;
}

.new-action-body .action-fragment {
    font-size: 0.7em;
}