﻿body {
    margin: 0;
    -webkit-text-size-adjust: 100%;
    font-family: Arial, sans-serif;
}

option:disabled {
    display: none;
}

.menuHide {
    border: 1px solid transparent;
}

    .menuHide:hover {
        border: 1px solid #1e2253;
    }

.framePage {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.frameRow, .frameCol, .framePage {
    position: absolute;
}

.frameRow {
    left: 0;
    right: 0;
}

.frameCol {
    top: 0;
    bottom: 0;
}

.scroll-x {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.scroll-y {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.frameFill, .framePane {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%
}

.panelHeader.frameRow {
    top: 0px;
    height: 85px;
    border-bottom: 4px solid #1e2253;
    background: url(map.png) right no-repeat;
}

.panelHeaderLogo.frameCol {
    left: 0px;
    width: 264px;
    text-align: center;
    background-color: #ffffff;
}

    .panelHeaderLogo.frameCol img {
        height: 55px;
        width: auto;
        border: none;
    }

    .panelHeaderLogo.frameCol p {
        font-size: .6em;
        margin-top: 1px;
    }

.panelHeaderUtility.frameCol {
    left: 264px;
    right: 0px;
    padding-right: 16px;
    text-align: right;
    background: #ffffff; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left,rgba(255,255,255,1),rgba(76,80,131,0.75)); /*Safari 5.1-6*/
    background: -o-linear-gradient(right,rgba(255,255,255,1),rgba(76,80,131,0.75)); /*Opera 11.1-12*/
    background: -moz-linear-gradient(right,rgba(255,255,255,1),rgba(76,80,131,0.75)); /*Fx 3.6-15*/
    background: linear-gradient(to right,rgba(255,255,255,1),rgba(76,80,131,0.75)); /*Standard*/
}

.panelContent.frameRow {
    top: 89px;
    bottom: 0px;
}

.panelNavigation.frameCol {
    left: 0px;
    width: 260px;
    -webkit-transition: left .5s;
    transition: left .5s;
    border-right: 2px solid #1e2253;
    background-color: rgba(76,80,131,1);
}

.panelNavigationUtility.frameRow {
    top: 0px;
    height: 32px;
}

    .panelNavigationUtility.frameRow button {
        position: absolute;
        top: 3px;
        right: 3px;
        bottom: 3px;
        width: 27px;
        color: #aaaaaa;
        background-color: transparent;
    }

        .panelNavigationUtility.frameRow button:hover, .panelNavigationUtility.frameRow button:focus {
            border-color: #f2f2f2;
        }


.panelNavigationContent.frameRow {
    top: 32px;
    bottom: 0px;
    opacity: 1;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
    border-top: 1px solid #ccc;
}

.panelAppContent.frameCol {
    left: 262px;
    right: 0px;
    -webkit-transition: left .5s;
    transition: left .5s;
    padding-top: 15px;
    overflow-y: auto;
}

    .panelAppContent.frameCol.no-pad {
        padding-top: 0px;
    }

.panelHeaderLogo > a > img {
    width: 264px;
    height: auto;
    margin-top: 12px;
}

.panelHeaderLogo > p {
    margin: 0px;
}

.login-link, .login-link > a, .welcome-message {
    text-shadow: 2px 2px 4px #7a8db7;
    font-weight: bold;
    color: #ffffff;
    margin: 10px;
    white-space: nowrap;
}

.panelQuickLinks {
    text-shadow: 2px 2px 4px #7a8db7;
    font-weight: bold;
    color: #ffffff;
    margin: 10px;
    white-space: nowrap;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.panelReports {
    text-align: left;
    text-shadow: none;
}

.selectWrapper {
    border-radius: 15px;
    display: inline-block;
    background: white;
    border: 1px solid #cccccc;
}

    .selectWrapper > select {
        margin: 0 10px;
        padding: 5px 0;
        border: 0;
        font-size: 15px;
        outline: none;
    }

/* Tree menu */
ol.tree {
    margin: 0 0 0 11px;
    padding: 0;
}

#menuItems li {
    position: relative;
    list-style: none;
    font-size: .95em;
}

    #menuItems li.link {
    }

        #menuItems li.link a {
            color: inherit;
            text-decoration: none;
            display: block;
        }

    #menuItems li input {
        position: absolute;
        left: 12px;
        margin-left: 0;
        opacity: 0;
        z-index: 2;
        cursor: pointer;
        height: 1em;
        width: 1em;
        top: 5px;
    }

        #menuItems li input + label > i {
            float: right;
            margin-top: 2px;
            color: #aaa;
        }

        #menuItems li input + label + ol {
            height: 1em;
            display: none;
        }

            #menuItems li input + label + ol > li {
                display: none;
            }

    #menuItems li label {
        cursor: pointer;
        display: block;
        padding: 6px 12px 6px 6px;
        margin: 2px;
        border: 1px solid transparent;
        background-color: rgba(0,0,0,.2);
        color: #f2f2f2;
    }

        #menuItems li label:hover {
            color: #f2f2f2;
            background-color: #1e2253;
        }

    #menuItems li input:checked + label > i {
        -ms-transform: rotate(180deg); /* IE 9 */
        -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
        transform: rotate(180deg);
    }

    #menuItems li input:checked + label + ol {
        padding: 0;
        height: auto;
        display: block;
    }

        #menuItems li input:checked + label + ol > li {
            display: block;
        }

    #menuItems li.link > label {
        padding: 0;
    }

        #menuItems li.link > label > a {
            padding: 6px 12px 6px 6px;
        }

#menuItems > .tree > li > label {
    padding: 0px 0px 8px 0px;
    border: inherit;
    background-color: inherit;
    font-size: 1.2em;
    margin: 12px 12px 0;
    font-weight: normal;
}

.csi-message {
    border-style: solid;
    border-width: thin;
    border-radius: 2px;
    padding: 10px;
    font-size: small;
}

.csi-form-error {
    background-color: #f8d7da;
    border-color: #f5c6cb;
    color: #721c24;
}

.csi-form-info {
    background-color: #d9edf7;
    border-color: #bcdff1;
    color: #31708f;
}

.csi-form-success {
    background-color: #dff0d8;
    border-color: #d0e9c6;
    color: #3c763d;
}
