﻿/*----------------------------------------------------------
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.
----------------------------------------------------------*/
html, body {
    height: 97%;
}

* html #page {
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    background-color: #B21206;
    font-size: .85em;
    background: url('lightbluebackground.png') repeat center top;
    padding: 0;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    color: black;
}

a:link {
    color: #034af3;
    text-decoration: underline;
}

a:visited {
    color: #505abc;
}

a:hover {
    color: #1d60ff;
    text-decoration: none;
}

a:active {
    color: #12eb87;
}

p, ul {
    line-height: 2.1em;
}

header,
footer,
nav,
section {
    display: block;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #000;
}

h1 {
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}

h2 {
    padding: 0 0 5px 0;
}

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: 950px;
    min-height: 95%;
    margin-left: auto;
    margin-right: auto;
    /*background-color:#B21206;*/
}

header, #header {
    border: 1px solid #dbdbdb;
    height: auto;
    background-image: none,linear-gradient(to bottom,white 0,#dbdbdb 100%);
    background-color: rgb(219, 219, 219);
    padding: 0 15px 0 15px;
    margin-bottom: 5px;
    margin-top: 5px;
}

/* Localhost */
.loc {
    background-color: white;
    background: white;
}
/* staging */
.sta {
    background-color: lightgreen;
    background: lightgreen;
}

header h1, #header h1 {
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    border: none;
    line-height: 2em;
    font-size: 32px !important;
    text-shadow: 1px 1px 2px #111;
}

.SectionHeader {
    margin: 0px;
    padding: 15px;
    cursor: default;
    border-style: solid;
    border-width: 1px;
    border-color: #dbdbdb;
    background-color: #dbdbdb;
    background-repeat: repeat;
    background-image: none, linear-gradient(to bottom, rgba(255, 255, 255, 0.45) 0px, rgba(255, 255, 255, 0) 100%);
    background-position: 50% 50%;
    display: block;
}

#main {
    padding: 5px 0 5px 0;
    background-color: #dbdbdb;
}

footer,
#footer {
    position: absolute;
    width: 90%;
    padding: 10px 0;
    text-align: center;
    font-size: .9em;
}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu {
    border-bottom: 1px #dbdbdb 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;
            font-weight: bold;
            text-decoration: none;
            line-height: 2.8em;
            color: #fff;
        }

        ul#menu li a {
            padding: 10px 20px;
            font-weight: bold;
            text-decoration: none;
            line-height: 2.8em;
            background-color: #e8eef4;
            color: #034af3;
            border-radius: 4px 4px 0 0;
            -webkit-border-radius: 4px 4px 0 0;
            -moz-border-radius: 4px 4px 0 0;
        }

            ul#menu li a:hover {
                background-color: #fff;
                text-decoration: none;
            }

            ul#menu li a:active {
                background-color: #a6e2a6;
                text-decoration: none;
            }

        ul#menu li.selected a {
            background-color: #fff;
            color: #000;
        }

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset {
    background-image: none,linear-gradient(to bottom,white 0,#dbdbdb 100%);
    border: 1px solid #dbdbdb;
    padding: 1.4em;
    margin: 0em 0 1.5em 0;
    /*font-size: smaller;*/
}

    .DisplayLabel,
    fieldset label {
        text-align: left;
        width: 10em;
        margin-right: 0.5em;
        vertical-align: middle;
        line-height: 1.6em;
        padding: 2px 0.3em;
        border-radius: 4px 4px 4px 4px;
        outline: 0 none;
        display: inline-block;
        vertical-align: middle;
        overflow: visible;
        position: relative;
        font-family: inherit;
        font-size: 100%;
    }

legend {
    font-size: 1.2em;
    font-weight: bold;
}

textarea {
    min-height: 75px;
    border: 1px solid #dbdbdb;
    color: #003f59;
    line-height: 1.6em;
    padding: 2px 0.3em;
    border-radius: 4px 4px 4px 4px;
    -moz-box-sizing: border-box;
    outline: 0 none;
    font-family: inherit;
    font-size: 100%;
}

input[type="text"], input[type="password"] {
    border: 1px solid #dbdbdb;
    color: #003f59;
    width: 200px;
    height: 2.17em;
    background-color: #FFFFFF;
    line-height: 1.6em;
    padding: 2px 0.3em;
    border-radius: 4px 4px 4px 4px;
    -moz-box-sizing: border-box;
    outline: 0 none;
    display: inline-block;
    vertical-align: middle;
    overflow: visible;
    position: relative;
    font-family: inherit;
    font-size: 100%;
}

select {
    border: 1px solid #ccc;
    padding: 2px;
    color: #444;
}

input[type="submit"] {
    font-size: 1.2em;
    padding: 2px;
}

/* TABLE
----------------------------------------------------------*/

#tablestd {
    border: solid 1px #e8eef4;
    border-collapse: collapse;
}

    #tablestd td {
        padding: 5px;
        border: solid 1px #e8eef4;
    }

    #tablestd th {
        padding: 6px 5px;
        text-align: left;
        background-color: #e8eef4;
        border: solid 1px #e8eef4;
    }

/* MISC  
----------------------------------------------------------*/
.clear {
    clear: both;
}

.error {
    color: #dbdbdb;
}

nav,
#menucontainer {
    margin-top: 40px;
}

div#title {
    display: block;
    float: left;
    text-align: left;
}

#logindisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    margin: 10px;
    color: black;
}

    #logindisplay a:link {
        color: #dbdbdb;
        text-decoration: underline;
    }

    #logindisplay a:visited {
        color: #dbdbdb;
        text-decoration: underline;
    }

    #logindisplay a:hover {
        color: #065590;
        text-decoration: none;
    }

/* 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
----------------------------------------------------------*/
.display-label,
.editor-label {
    margin: 1em 0 0 0;
}

.display-field,
.editor-field {
    margin: 0.5em 0 0 0;
}

.text-box {
    width: 30em;
}

    .text-box.multi-line {
        height: 6.5em;
    }

.tri-state {
    width: 6em;
}

.image-inline {
    height: 25px;
    width: 25px;
    padding-top: 0.177em;
    padding-bottom: 0.177em;
    vertical-align: top;
}

div.container {
    border: 1px solid #000000;
    overflow: auto;
    width: 100%
}

div.left-column {
    width: 45%;
    float: left;
    margin-right: 1em;
}

div.right-column {
    width: 45%;
    float: right;
    margin-right: 1em;
}

div.left-data {
    width: 40%;
    float: left;
    margin-right: 1em;
}

div.right-grid {
    width: 55%;
    float: right;
}

div.container2 {
    overflow: auto;
    width: 100%
}

div.list-block {
    width: 85%;
    float: left;
}

div.command-block {
    width: 200px;
    float: right;
}

/* Highlighted Button
----------------------------------------------------------*/

.highlight {
    background-color: #FFFF00;
    background-image: linear-gradient(to bottom, #FAFAD1, #FFFE7F);
    color: #000000;
    border-color: #FFFFCC;
    min-width: 70px;
}

    .highlight:hover {
        background-color: #FFFF00;
        color: #000000;
        border-color: #FFFF00;
    }

a.highlight:hover {
    background-color: #FFFF00;
    color: #000000;
    border-color: #FFFF00;
}


/* Add Button
----------------------------------------------------------*/

.add {
    background-color: #B3FDA5;
    background-image: linear-gradient(to bottom, #D9FEC3, #B3FDA5);
    color: #000000;
    border-color: #00FF00;
    min-width: 70px;
}

    .add:hover .k-button.add.hover {
        background-color: #6AED1D;
        color: #000000;
        border-color: #00FF00;
    }


/* remove achor stuff from k-button    */


html body .k-button {
    text-decoration: none;
}

a.k-button:link {
    border-color: #dbdbdb;
    padding: 2px 7px 2px 7px;
    color: #003f59;
    background-color: #dbdbdb;
    margin-right: 5px;
}

    a.k-button:link:hover {
        border-color: #dbdbdb;
        padding: 2px 7px 2px 7px;
        color: #003f59;
        background-color: #808080;
        margin-right: 5px;
    }

a.k-button:active {
    border-color: #dbdbdb;
    padding: 2px 7px 2px 7px;
    background-color: #dbdbdb;
    color: #003f59;
    margin-right: 5px;
}

    a.k-button:active:hover {
        border-color: #dbdbdb;
        padding: 2px 7px 2px 7px;
        background-color: #808080;
        color: #003f59;
        margin-right: 5px;
    }

a.k-button:visited {
    border-color: #dbdbdb;
    padding: 2px 7px 2px 7px;
    background-color: #dbdbdb;
    color: #003f59;
    margin-right: 5px;
}

    a.k-button:visited:hover {
        border-color: #dbdbdb;
        padding: 2px 7px 2px 7px;
        background-color: #808080;
        color: #003f59;
        margin-right: 5px;
    }

input[type="submit"].k-button {
    font-size: 100%;
    padding: 2px 7px 2px 7px;
    background-color: #dbdbdb;
    height: 28px;
}

    input[type="submit"].k-button:hover {
        font-size: 100%;
        padding: 2px 7px 2px 7px;
        background-color: #808080;
        height: 28px;
    }

input.k-button {
    font-size: 100%;
    padding: 2px 7px 2px 7px;
    background-color: #dbdbdb;
    height: 28px;
}

    input.k-button:hover {
        font-size: 100%;
        padding: 2px 7px 2px 7px;
        background-color: #808080;
        height: 28px;
    }


.k-alt, .k-separator, .k-resource.k-alt, .k-pivot-layout > tbody > tr:first-child > td:first-child {
    background-color: #EAF4F9
}

/* sticky notes stuff    */

div.sticky_notes {
    width: 250px;
    height: 200px;
    padding: 20px;
    margin: 20px;
    float: left;
    -moz-box-shadow: 5px 5px 7px rgba(33,33,33,1);
    -webkit-box-shadow: 5px 5px 7px rgba(33,33,33,.7);
    box-shadow: 5px 5px 7px rgba(33,33,33,.7);
    -webkit-transform: rotate(-6deg);
    -o-transform: rotate(-6deg);
    -moz-transform: rotate(-6deg);
    font-family: 'Short Stack', cursive;
    background: #ffc;
    float: right;
}

    div.sticky_notes:hover {
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -o-transform: scale(1.5);
        position: relative;
        z-index: 10;
        -moz-box-shadow: 0 10px 7px rgba(0,0,0,.7);
        -webkit-box-shadow: 0 10px 7px rgba(0,0,0,.7);
        box-shadow: 0 10px 7px rgba(0,0,0,.7);
        -webkit-transition: all 300ms ease-in 50ms; /* property duration timing-function delay */
        -moz-transition: all 300ms ease-in 50ms;
        -o-transition: all 300ms ease-in 50ms;
        transition: all 300ms ease-in 50ms;
        cursor: pointer;
    }

.successNotification {
    padding: 10px;
}

.errorNotification {
    padding: 10px;
}

.infoNotification {
    padding: 10px;
}

/* Toolbar stuff
----------------------------------------------------------*/

.toolBarRight {
    display: inline-block;
    float: right;
    padding: 0 15px 0 15px;
    font-size: 1.2em;
    margin-bottom: 5px;
    margin-top: 10px;
}

.toolbarTitle {
    display: inline-block;
    float: left;
    font-size: 1.2em;
    padding: 0 15px 0 15px;
}

    .toolbarTitle h3 {
        font-size: 1.2em;
    }

.toolbarOptions {
    display: inline;
    float: left;
}

.toolbarButton {
    display: inline-block;
    float: right;
}

.headingFilter {
    font-weight: bold;
    padding-bottom: 8px;
}

/* Notification Messages
----------------------------------------------------------*/
.notification-icon {
    float: left;
    margin: 30px 15px 30px 30px;
}

.k-icon-32 {
    font-size: 32px; /* Sets icon size to 32px */
}

.k-icon-48 {
    font-size: 48px; /* Sets icon size to 48px */
}

.k-icon-64 {
    font-size: 64px; /* Sets icon size to 64px */
}

.notification-container {
    width: 300px;
    padding: 10px;
    display: flex;
    align-items: center;
    /*    justify-content: center;*/
}