﻿/* FRAMEWORK 
----------------------------------------------------------*/

* {
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
}

body {
    background-repeat: repeat;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px !important;
    overflow: hidden;
    color: black;
    height: 100%;
}

a {
    cursor: pointer;
}

#backgroundHeader {
    width: 100%;
    height: 90px;
    background: radial-gradient(circle, rgba(30,87,153,1) 0%,rgba(0,50,84,1) 100%);
    position: relative;
    z-index: 998;
    border-bottom: 1px solid white;
}
#environmentDisplay {
    background-color: red;
}
.contentContainer {
    width: 100%;
    height: 100%;
    position: relative;
}

#contentWrapper {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

#_loginBox {
    width: 350px;
    font-size: 13px;
    font-weight: bold;
    color: #FFFFFF;
    position: absolute;
    text-align: right;
    right: 15px;
    top: 35px;
    z-index: 5;
    line-height: 30px;
}

    #_loginBox a {
        color: #FFFFFF;
    }

    #_loginBox a:hover {
        color: antiquewhite;
        text-decoration: none;
    }

#contentLogo {
    width: 250px;
    left: 15px;
    top: 18px;
    position: absolute;
    z-index: 10;
}

#contentBody {
    position: relative;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}

#moduleHeader {
    width: 100%;
    height: 40px;
    background-repeat: no-repeat;
    vertical-align: middle;
    line-height: 40px;
    background: radial-gradient(circle, rgba(30,87,153,1) 0%,rgba(0,50,84,1) 100%);
    border-bottom: 1px solid black;
    z-index: 1;
}

#moduleContent {
    width: 100%;
    font-size: 12px;
    color: black;
    position: relative;
    z-index: 1;
}

#moduleContent .smllc-dialog {
    /*height: 70%;
    width: 70%;*/
    z-index: 5000;
    border: none;
}

#moduleContent .smllc-dialog .body {
    
}

#moduleContent .half-left {
    width: 50%;
    float: left;
}

#moduleContent .half-right {
    width: 50%;
    float: right;
}

#moduleFooter {
    width: 950px;
    height: 10px;
    float: left;
    margin-bottom: 10px;
    background-image: url(themes/base/images/module.content.footer.png);
    overflow: auto;
    height: 100%;
}

.textModuleHeader {
    font-size: 18px;
    /*font-weight: bold;*/
    z-index: 1;
    color: white;
}

.parameter-label {
    color: black;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    margin: 1em 40px 0 0;
    width: 300px;
    float: left;
}

.parameter-label .p_text {
    margin-bottom: 5px;
}

input {
    font-family: "Trebuchet MS";
    font-size: 12px;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    font-variant: normal;
    color: #000000;
    border-width: 1px;
    border-style: solid;
    border-color: #999999;
}

    input[type='button'], input[type='submit'], button {
        background: rgba(30,87,153,1) !important;
        margin-right: 5px;
        border-radius: 10px;
        border: 1px solid rgb(74, 117, 188);
        height: 20px;
        color: white !important;
        font-family: "Trebuchet MS";
        font-size: 16px;
        font-weight: bold;
        text-decoration: none;
        float: left;
        display: block;
        cursor: pointer;
        outline-width: 0px;
        box-shadow: 0px 1px 2px rgba(0,0,0,0.5);
        -moz-border-radius: 10px;
        -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
        margin-right: 5px;
        border-radius: 3px;
        padding: 0 10px;
        border: 1px solid rgb(74, 117, 188);
        height: 30px;
        color: white; 
        font-family: "Trebuchet MS";
        font-size: 12px;
        font-weight: bold;
        text-decoration: none;
        float: left;
        display: block;
        cursor: pointer;
        outline-width: 0px;
        box-shadow: 0px 1px 2px rgba(0,0,0,0.5);
        -moz-border-radius: 10px;
        -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
        min-width: 90px;
    }

    input[type='button']:disabled, input[type='submit']:disabled, button:disabled {
        cursor:default;
        background: none;
        background-color: #555 !important;
        border: 1px solid #333;
    }

    input[type='button']:hover, input[type='submit']:hover, button:hover {
        box-shadow: 0px 0px 5px 1px darkgoldenrod;
    }

    input[type='button']:focus, input[type='submit']:focus, button:focus {
        box-shadow: 0px 0px 5px 3px darkgoldenrod;
    }

input, select {
    line-height: 0 !important;
    color: black !important;
}

button {
    line-height: 0 !important;
}

.app-area-view {
    height: 100%;
    overflow: auto;
}

.app-module-view {
    .app-area-view position: relative;
    height: 100%;
    padding: 60px 20px 20px 20px;
    display: flex;
    position: relative;
}

    .app-module-view.full-screen {
        width: 100%;
        height: 100%;
    }

    .app-module-view.wide {
        width: 100%;
    }

    .app-module-view.horizontal {
        justify-content: center;
        flex-direction: row;
    }

    .app-module-view.vertical {
        justify-content: flex-start;
        flex-direction: column;
    }

    .app-module-view.horizontal.left {
        justify-content: flex-start;
    }

    .app-module-view.horizontal.center {
        justify-content: center;
    }

    .app-module-view.horizontal.right {
        justify-content: flex-end;
    }

    .app-module-view.vertical.left {
        align-items: flex-start;
    }

    .app-module-view.vertical.center {
        align-items: center;
    }

    .app-module-view.vertical.right {
        align-items: flex-end;
    } 
    
    .app-module-view .content-grid {
        display: flex;
        flex-flow: row wrap;
        width: 100%;
    }

        .app-module-view .content-grid.left {
            justify-content: flex-start;
        }

        .app-module-view .content-grid.center {
            justify-content: center;
        }

        .app-module-view .content-grid.right {
            justify-content: flex-start;
        }

        .app-module-view .content-grid.vertical-center {
            top: 50%;
            left: 50%;
            position: absolute;
            transform: translate(-50%, -50%);
        }
        
    .app-module-view .content-grid .content-group {
        border: 1px solid silver;
        margin: 10px;
        align-self: stretch;
    }
    
    .app-module-view .content-grid .content-group .content-group-header {
        font-size: 1.2em;
        font-weight: bold;
        border-bottom: 1px solid silver;
        padding: 10px 0;
        width: 100%;
    }

        .app-module-view .content-grid .content-group .content-group-body {
            padding: 10px;
            display: inline-block;
            width: 100%;
        }

            .app-module-view .content-grid .content-group .content-group-body .editor-label {
                font-weight: bold;
                color: black;
                font-size: 12px;
                font-style: normal;
                margin: 0 15px;
                min-width: 125px;
                float: left;
                clear: left;
                text-align: left;
                line-height: 30px;
            }

            .app-module-view .content-grid .content-group .content-group-body .editor-field {
                margin: 0.75em 0 0 0;
                float: left;
            }

    .app-module-view .button-group {
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
        margin: 20px 0;
    }

        .app-module-view .button-group.left {
            justify-content: flex-start;
        }

        .app-module-view .button-group.center {
            justify-content: center;
        }

        .app-module-view .button-group.right {
            justify-content: flex-end;
        } 
        
        .app-module-view .button-group input {
            margin: 0 10px;
        }

.menu-container {
    position: absolute;
    width: 0%;
    background-color: green;
    height: 100%;
    color: black;
    z-index: 5500;
    background: radial-gradient(circle, rgba(30,87,153,1) 0%,rgba(0,50,84,1) 100%);
    position: relative;
    overflow: visible !important;
    min-width:200px;
}

.app-menu {
    width: 100%;
    top: 40px;
    height: 100%;
    overflow: visible;
    position: relative;
    border-right: 1px solid black;
    /*display: none;*/
    min-width: 200px;
}

    .app-menu .app-menu-header {
        color: white;
        font-size: 1.5em;
        /*font-weight: bold;*/
        /*margin-bottom: 10px;*/
        background: radial-gradient(circle, rgba(30,87,153,1) 0%,rgba(0,50,84,1) 100%);
        box-shadow: 0px 0px 0px 1px black;
        padding: 10px 0;
    }

    .app-menu .menu {
        list-style-type: none;
        text-align: left;
        overflow: visible;
        width: 100%;
        border-bottom: 1px solid black;
        margin-bottom: 25px;
    }

        .app-menu .menu .menu-item {
            padding: 5px 0;
            border-bottom: none;
            color: floralwhite;
            font-size: 1em;
            background: radial-gradient(circle, rgba(30,87,153,1) 0%,rgba(0,50,84,1) 100%);
            position: relative;
            border-top: 1px solid black;
        }

            .app-menu .menu .menu-item.clickable {
                cursor: pointer;
            }
        
        .app-menu .menu .menu-item:hover {
                background: radial-gradient(circle, rgba(30,130,166,1) 0%,rgba(0,78,84,1) 100%);
            }

            .app-menu .menu .menu-item .menu-header {
                line-height: 32px;
                margin-left: 5px;
                float: left;
            }

            .app-menu .menu .menu-item .icon {
                float: right;
                line-height: 32px;
                width: 48px;
                text-align: center;
            }

            .app-menu .menu .menu-item .menu-icon {
                /*width: 16px;*/
                margin: 0 5px;
            }

            .app-menu .menu .menu-item .sub-menu {
                list-style-type: none;
                border-top: none;
                border-left: 1px solid black;
                border-right: 1px solid black;
                border-bottom: 1px solid black;
                display: none;
                position: absolute;
                width: 100%;
                background: radial-gradient(circle, rgba(30,87,153,1) 0%,rgba(0,50,84,1) 100%);
                top: -1px;
                z-index: 5600;
            }

                .app-menu .menu .menu-item .sub-menu .sub-menu-item {
                    border-top: 1px solid black;
                    padding: 5px 0;
                    width: 100%;
                    line-height: 32px;
                    z-index: 10;
                    position: relative;
                }

                .app-menu .menu .menu-item .sub-menu .sub-menu-item.clickable {
                    cursor: pointer;
                }

                    .app-menu .menu .menu-item .sub-menu .sub-menu-item:first-child {
                        top: 0px;
                    }

                    .app-menu .menu .menu-item .sub-menu .sub-menu-item:hover {
                        background: radial-gradient(circle, rgba(30,130,166,1) 0%,rgba(0,78,84,1) 100%);
                    }

.app-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    border-top: 1px solid silver;
    z-index: 5000;
}

.login {
    position: absolute;
    right: 0;
    top: 0;
}

    .login .login-box {
        position: fixed;
        top: 0px;
        right: -775px;
        /* background: radial-gradient(circle, rgba(30,87,153,1) 0%,rgba(0,50,84,1) 100%); */
        width: 520px;
        box-shadow: 0px -2px 3px 0px black;
        color: white;
        z-index: 5;
        opacity: 0;
        height: 89px;
        background-color: #404040;
    }

    .login .login-box .login-box-close {
        position: absolute;
        top: 5px;
        right: 10px;
        cursor: pointer;
    }

        .login .login-box .login-box-container {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            height: 100%;
            width: 100%;
        }

            .login .login-box .login-box-container .login-box-container-top {
                display: flex;
                flex-direction: row;
                width: 100%;
                justify-content: space-around;
                align-items: flex-end;
                height: 50%;
                padding-bottom: 5px;
            }

            .login .login-box .login-box-container .login-box-container-bottom {
                display: flex;
                flex-direction: row;
                width: 100%;
                justify-content: space-around;
                align-items: center;
                height: 50%;
                padding: 0 30px;
            }

            .login .login-box .login-box-container label {
                text-align: right;
                padding-right: 10px;
            }

            .login .login-box .login-box-container .login-box-container-box {
                display: flex;
                flex-direction: row;
                align-items: baseline;
                justify-content: center;
            }

        /*.login .login-box .login-box-container .username-box {
            padding: 5px;
        }

        .login .login-box .login-box-container .password-box {
            margin-bottom: 5px;
        }

        .login .login-box .login-box-container .stay-logged-in-box {
            margin-bottom: 10px;
        }*/

.login .login-box .login-button-box {
    /*position: relative;
    height: 25px;*/
}

.login .login-box .login-button-box .login-button {
    width: 24px;
    height: 24px;
}

.notification-toggle {
    width: 32px;
    height: 40px;
    background-repeat: no-repeat;
    vertical-align: middle;
    line-height: 40px;
    /*background: radial-gradient(circle, rgba(30,87,153,1) 0%,rgba(0,50,84,1) 100%);*/
    border-bottom: 1px solid black;
    position: absolute;
    top: 0;
    right: 10px;
    cursor: pointer;
}

    .notification-toggle .notification-toggle-text {
        display: none;
    }

    .notification-toggle .notification-toggle-icon {
        position: absolute;
        top: 13px;
        right: 10px;
        font-size: 1.5em;
        color: white;
    }

    .notification-toggle .notification-toggle-badge {
        color: white;
        background-color: black;
        background: radial-gradient(circle, rgba(30,87,153,0.75) 0%,rgba(0,50,84, 0.75) 100%);
        position: absolute;
        top: 6px;
        right: 2px;
        border-radius: 15px;
        width: 16px;
        height: 16px;
        display: none;
    }

        .notification-toggle .notification-toggle-badge .notification-toggle-badge-text {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

.notification-center {
    width: 20%;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 40px;
    z-index: 1000;
    color: black;
    background-color: transparent;
    margin: 0;
    overflow: visible;
    opacity: 0;
}

    .notification-center .notification-center-background {
        height: 100%;
        z-index: 0;
        opacity: 0.25;
        background: radial-gradient(circle, rgba(30,87,153,1) 0%,rgba(0,50,84,1) 100%);
    }

    .notification-center .notification-center-header {
        background: radial-gradient(circle, rgba(30,87,153,1) 0%,rgba(0,50,84,1) 100%);
        display: flex;
        justify-content: space-between;
    }

        .notification-center .notification-center-header .notification-center-header-text {
            padding: 10px 10px 10px 20px;
            color: white;
            font-size: 1.5em;
            text-align: left;
            font-weight: bold;
            /*background: radial-gradient(circle, rgba(30,87,153,1) 0%,rgba(0,50,84,1) 100%);*/
            overflow: hidden;
        }

    .notification-center .notification-center-icon-group {
        min-width: 80px;
    }

        .notification-center .notification-center-icon-group .notification-center-pin {
            position: absolute;
            top: 14px;
            right: 56px;
            color: white;
            z-index: 1;
            cursor: pointer;
        }

        .notification-center .notification-center-icon-group .notification-center-clear {
            position: absolute;
            top: 14px;
            right: 32px;
            color: white;
            z-index: 1;
            cursor: pointer;
        }

        .notification-center .notification-center-icon-group .notification-center-close {
            position: absolute;
            top: 14px;
            right: 8px;
            color: white;
            z-index: 1;
            cursor: pointer;
        }

    .notification-center .notification-center-message-wrapper {
        z-index: 1;
        position: absolute;
        top: 45px;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
    }

        
            
            .notification-center .notification-center-messages {
            
            }

            .notification-center .notification-center-messages .notification-center-message-item {
                margin: 15px 10px;
                text-align: left;
                padding: 10px;
                box-shadow: 1px 1px 2px 1px black;
                position: relative;
                background-color: white;
                opacity: 1;
                /*font-family: "Times New Roman";*/
                font-family: Verdana;
            }

            .notification-center .notification-center-messages .notification-center-message-item .notification-center-message-item-icon {
                position: absolute;
                top: -5px;
                right: -4px;
                cursor: pointer;
            }

            .notification-center .notification-center-messages .notification-center-message-item .notification-center-message-item-message {
                font-size: 1em;
            }

                .notification-center .notification-center-messages .notification-center-message-item .notification-center-message-item-message.error {
                    color: darkred;
                }

                .notification-center .notification-center-messages .notification-center-message-item .notification-center-message-item-message .multimessage {
                    text-align: left;
                }

                    .notification-center .notification-center-messages .notification-center-message-item .notification-center-message-item-message .multimessage .multimessage-item {
                        margin: 5px 0;
                    }        

.notification-center-bubble {
    position: absolute;
    top: 10px;
}

    .notification-center-bubble .message-bar {
        border-radius: 2px;
        z-index: 9999;
        box-shadow: 4px 4px 20px 1px black;
        font-size: 0.8em;
        color: black;
        background-color: white;
        height: auto;
        margin: auto;
        padding: 0;
        border-radius: 0;
        display: none;
        position: relative;
        min-width: 250px;
        width: max-content;
        max-width: 400px;
    }

        .notification-center-bubble .message-bar .message-close {
            width: 100%;
            height: 20px;
            text-align: right;
            border-bottom: 1px solid silver;
            border-radius: 2px 2px 0 0;
            background: radial-gradient(circle, rgba(30,87,153,1) 0%,rgba(0,50,84,1) 100%);
            color: white;
        }

        .notification-center-bubble .message-bar.success .message-close {
            background-color: aliceblue;
        }

        .notification-center-bubble .message-bar.error .message-close {
            background-color: aliceblue;
        }

        .notification-center-bubble .message-bar .message-close .glyphicon {
            margin-right: 5px;
            cursor: pointer;
            top: 4px;
            font-size: 12px;
        }

        .notification-center-bubble .message-bar .message-wrapper {
            font-size: 13px;
            padding: 5px 20px 15px 20px;
        }

            .notification-center-bubble .message-bar .message-wrapper .message-text {
                clear: both;
                vertical-align: middle;
                display: flex;
                align-items: center;
                text-align: left;
            }

                .notification-center-bubble .message-bar .message-wrapper .message-text .multimessage {
                    text-align: left;
                }

                    .notification-center-bubble .message-bar .message-wrapper .message-text .multimessage .multimessage-item {
                        margin: 5px 0;
                    }

                .notification-center-bubble .message-bar .message-wrapper .message-text .validation-summary-errors {
                    margin-left: 60px;
                }

                .notification-center-bubble .message-bar .message-wrapper .message-text:before {
                    display: inline-block;
                    margin-right: 10px;
                    font-family: 'Glyphicons Halflings';
                    vertical-align: -5px;
                    font-size: 24px;
                    padding-right: 5px;
                }

        .notification-center-bubble .message-bar.success .message-wrapper .message-text:before {
            content: '\e067';
            color: seagreen;
        }

        .notification-center-bubble .message-bar.error .message-wrapper .message-text:before {
            content: '\e101';
            color: red;
        }

.customer-spoof {
    display: flex;
    position: absolute;
    top: 15px;
    left: 3px;
    color: white;
    flex-direction: row;
    justify-content: center;
    align-items: baseline;
}

    .customer-spoof .customer-spoof-label {
        margin-right: 5px;
    }

    .customer-spoof .customer-spoof-editor {
        margin-right: 30px;
    }

        .customer-spoof .customer-spoof-editor .customer-spoof-editor-dropdown {
            height: 16px;
        }

    .customer-spoof .customer-spoof-undo {
        cursor: pointer;
    }

@media all {
    .page-break {
        display: none;
    }
}

@media print {
    .page-break {
        display: block;
        page-break-before: always;
    }
}
/* END FRAMEWORK 
----------------------------------------------------------*/