﻿/* DEFAULTS
----------------------------------------------------------*/

body {
    background: #F5F7FA;
    font-size: .80em;
    font-family: "Segoe UI";
    margin: 0px;
    padding: 0px;
    color: #696969;
}

a:link, a:visited {
    color: #034af3;
}

a:hover {
    color: #1d60ff;
    text-decoration: none;
}

a:active {
    color: #034af3;
}

p {
    margin-bottom: 10px;
    line-height: 1.6em;
}




/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1 {
    font-size: 18px !important;
    padding-bottom: 0px;
    margin-bottom: 0px;
    font-weight: bold;
}

h2 {
    font-size: 1.5em;
    font-weight: 600;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
    color: black;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 {
    margin-top: 0px;
}

.HyperlinkButton {
    background-color: transparent;
    border: none;
    cursor: pointer;
    text-decoration: underline;
    padding: 0px;
    color: blue;
}
/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/
.page {
    width: 100%;
    min-height: 550px;
    background: #F5F7FA;
    margin: 20px auto 0px auto;
}

.header {
    position: relative;
    margin: 0px;
    padding: 0px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    background: #4b6c9e;
    width: 100%;
}

    .header h1 {
        font-weight: 700;
        margin: 0px;
        padding: 0px 0px 0px 20px;
        color: #f9f9f9;
        border: none;
        line-height: 2em;
        font-size: 2em;
    }

.footer {
    position: fixed;
    margin: 0px;
    padding: 2px;   
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    background: #4b6c9e;   
    width: 100%;
    bottom:0;
    height:5px;
}
.main {
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 100%;
    background: #F5F7FA;
    height: auto;
}

.leftCol {
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer {
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink {
    background-color: #3a4f63;
    width: 100%;
    z-index: 99994;
}

div.menu {
    position: relative;
    padding: 4px 0px 4px 8px;
    z-index: 99999999;
}

    div.menu ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        width: auto;
    }

        div.menu ul li a, div.menu ul li a:visited {
            background-color: lightgray;
            border: 1px #607BA1 solid;
            color: black;
            display: block;
            line-height: 1.35em;
            padding: 4px 20px;
            text-decoration: none;
            white-space: nowrap;
            width: 150px
        }

            div.menu ul li a:hover {
                background-color: #4179CE;
                border: 1px #2F7B9B solid;
                color: #FCFDEF;
                text-decoration: none;
                z-index: 99994;
            }

            div.menu ul li a:active {
                background-color: #4179CE;
                color: #A0B6C6;
                text-decoration: none;
                z-index: 99994;
            }

        div.menu ul li ul {
            display: none;
        }

        div.menu ul li {
            position: relative;
            float: left;
            list-style: none;
        }

            div.menu ul li a.level1 {
                border-bottom: none;
                border-top-right-radius: 8px;
                border-top-left-radius: 8px;
                background-color: black;
                width:auto;
                color: white;
            }

    div.menu > ul > li {
        display: inline-block;
        list-style: none;
    }



/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset {
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

    fieldset p {
        margin: 2px 12px 10px 10px;
    }

    fieldset.login label, fieldset.register label, fieldset.changePassword label {
        display: block;
    }

    fieldset label.inline {
        display: inline;
    }

legend {
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry {
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry {
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo {
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear {
    clear: both;
}

.title {
    display: block;
    position: absolute;
    top:-5px;
    left:40px;
    text-align: left;
    width: auto;
}

.loginDisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

    .loginDisplay a:link {
        color: white;
    }

    .loginDisplay a:visited {
        color: white;
    }

    .loginDisplay a:hover {
        color: white;
    }

.failureNotification {
    font-size: 1.2em;
    color: Red;
}

.bold {
    font-weight: bold;
}

.submitButton {
    text-align: right;
    padding-right: 10px;
}

.logInTable {
    opacity: 0.8;
    border: none;
    text-align: center;
    width: 296px;
    font-weight: bold;
    width: 50%;
    margin: 0 auto;
}

.tasksTable {
    background-color: black;
    color: white;
}

.HeaderText {
    color: #FFFFFF;
    font-weight: bold;
    height: 45px;
    font-family: "Segoe UI";
    font-size: x-large;
}

.button {
    border-top: 1px solid #96d1f8;
    background: #4b6c9e;
    padding: 5px 10px;
    border-radius: 8px;
    color: white;
    font-size: 14px;
    font-family: "Verdana";
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
}

    .button:hover {
        border-top-color: #28597a;
        background: #28597a;
        color: #ccc;
    }

    .button:active {
        border-top-color: #1b435e;
        background: #1b435e;
    }

.buttonDelete {
    border-top: 1px solid #96d1f8;
    background: #880808;
    padding: 5px 10px;
    border-radius: 8px;
    color: white;
    font-size: 14px;
    font-family: "Verdana";
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
}
.menu ul li ul {
    display: none;
}

.menu ul li {
    position: relative;
    float: left;
    list-style: none;
}
/* Grid
----------------------------------------------------------*/

Grid {
    background-color: #fff;
    margin: 5px 0 10px 0;
    border: none;
    font-family: "Segoe UI";
    font-size: 10px;
    color: Black;
}

.Grid tr {
    border-bottom: 1px dashed lightgray;
    border-top: 1px dashed lightgray;
}

.Grid td {
    padding: 2px;
    border: none;
    color: black;
    border: none;
    border-right: 1px dashed lightgray; /* Apply dashed border to the right of each item */
    padding: 10px;
    text-align: left;
    font-size: 10px;
    padding: 5px;
}

.Grid tr:hover {
    background-color: #e3f2fd;
}


.Grid th {
    padding: 4px 2px;
    color: #034AF1;
    font-size: 10px;
    font-weight: bold;
    border: none;
    border-right: 1px dashed lightgray; /* Apply dashed border to the right of each item */
    padding: 10px;
    text-align: left;
    padding: 5px;
    background-color: #f6f6f6;
    background-blend-mode: lighten;
    background: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(lightgray));
    background: -webkit-linear-gradient(top, #f6f6f6, lightgray);
    background: -moz-linear-gradient(top, #f6f6f6, lightgray);
    background: -o-linear-gradient(top, #f6f6f6, lightgray);
}

    .Grid th a {
        text-decoration: none;
    }

.Grid .alt {
    border: none;
}

.Grid .pgr:hover {
    background-color: #2F7B9B;
}

.Grid .pgr {
    background: white repeat-x top;
    border: none;
}

    .Grid .pgr table {
        margin: 5px 0;
    }

    .Grid .pgr td {
        padding: 0 6px;
        font-weight: bold;
        color: black;
        line-height: 12px;
    }



.wrapper-dropdown-3 {
    /* Styles */
    background: #fff;
    border-radius: 7px;
    box-shadow: 0 1px 1px rgba(50,50,50,0.1);
    cursor: pointer;
    outline: none;
    /* Font settings */
    font-weight:normal;
    color: #8AA8BD;
    z-index: 0;
}


.myTextBox {
    color: #8AA8BD;
    background: #fff;
    border-radius: 5px;
    border: 1px solid rgba(0,0,0,0.15);
    box-shadow: 0 1px 1px rgba(50,50,50,0.1);
    cursor: pointer;
    outline: none;
    font-weight: bold;
    font-family: "Segoe UI";
}

[type=text] {
    color: #8AA8BD;
    background: #fff;
    border-radius: 7px;
    border: 1px solid rgba(0,0,0,0.15);
    box-shadow: 0 1px 1px rgba(50,50,50,0.1);
    cursor: pointer;
    outline: none;
    font-weight: bold;
}

.style1 {
    color: #FFFFFF;
}

.style3 {
    color: #3914AF;
    font-weight: bold;
}

#NewLocTable {
    width: 976px;
}

#SaveDialogBox {
    border: 1px solid #CCCCCC;
    padding: 1px 4px;
}

.style25 {
    background-color: #424242;
}

.style26 {
    color: #FFFFFF;
}

.style27 {
    background-color: #d3d3d3;
}

.selected_Event {
    width: 950px;
    left: 10px;
    top: 225px;
    position: absolute;
    z-index: 99999999;
    overflow: scroll;
}

.auto-style2 {
    background-color: #DDDDDD;
    width: 8px;
}

.borderDiv {
    border-style: solid;
    border-color: lightgray;
    border-width: thin;
    border-radius: 10px;
    background-color: white;
    margin: 10px;
}

Grid1 {
    background-color: #fff;
    margin: 5px 0 10px 0;
    border: solid 1px #525252;
    border-collapse: collapse;
    font-family: "Arial";
    color: Black;
}

.Grid1 td {
    padding: 2px;
    border: solid 1px #c1c1c1;
    color: #717171;
}

.Grid1 th {
    padding: 4px 2px;
    color: black;
    background: #F2F2F2 repeat-x top;
    border-left: solid 1px #525252;
    font-size: 0.9em;
    height: 35px;
}


.Grid1 .alt {
    background: White repeat-x top;
}

.Grid1 .pgr {
    background: #424242 repeat-x top;
}

    .Grid1 .pgr table {
        margin: 5px 0;
    }

    .Grid1 .pgr td {
        border-width: 0;
        padding: 0 6px;
        border-left: solid 1px #666;
        font-weight: bold;
        color: #fff;
        line-height: 12px;
    }

Grid1 .pgr a {
    color: #666;
    text-decoration: none;
}

    Grid1 .pgr a:hover {
        color: #000;
        text-decoration: none;
    }

.grRowStyleBottom {
    border-bottom: solid 1px black;
}

.grRowStyleTop {
    border-top: solid 1px black;
}
/* Absolute Center Spinner */
.loading {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: visible;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

    /* Transparent Overlay */
    .loading:before {
        content: '';
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.3);
    }

    /* :not(:required) hides these rules from IE9 and below */
    .loading:not(:required) {
        /* hide "loading..." text */
        font: 0/0 a;
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0;
    }

        .loading:not(:required):after {
            content: '';
            display: block;
            font-size: 10px;
            width: 1em;
            height: 1em;
            margin-top: -0.5em;
            -webkit-animation: spinner 1500ms infinite linear;
            -moz-animation: spinner 1500ms infinite linear;
            -ms-animation: spinner 1500ms infinite linear;
            -o-animation: spinner 1500ms infinite linear;
            animation: spinner 1500ms infinite linear;
            border-radius: 0.5em;
            -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
            box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
        }

/* Animation */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}



@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
    
}


