﻿


td {
    border-spacing: 0px;
}

table {
    border-spacing: 0px;
}


body.fsepage {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        overflow:hidden;
    }

    @media screen and (max-width: 767px) {
        body.fsepage {
            -webkit-overflow-scrolling: touch;
            overflow: auto;
        }
    }



/* phones */
@media screen and (min-width : 320px) and (max-width : 480px) {
    .fse-no-phone {
        display: none !important;
    }
}

/* Tablets */
@media screen and (min-width : 768px) and (max-width : 1024px) {
    .fse-no-tablet {
        display: none !important;
    }
}

/* Desktops and laptops ----------- */
@media screen and (min-width : 1224px) {
    .fse-no-desktop {
        display: none !important;
    }
}


::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #ccc;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #ccc;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #ccc;
}





.fse-page {
    width: 100vw;
    height:100vh;
}


.fse-page form {
    height: 100%;
    flex-direction: column;
    display:flex;
}

#lnkClearUser {
    border: 0;
    margin: 3px;
    padding: 0px;
    color: inherit;
}

    #lnkClearUser::after {
        content: 'Change Login Credentials';
    }

#lnkAccountSupport {
    border: 0;
    margin: 3px;
    padding: 0px;
    color: inherit;
}

    #lnkAccountSupport::after {
        content: 'Having trouble signing in?';
    }


.fse-page .fse-page-header {

}

.fse-page .fse-page-workspace {
    flex: auto;
    position:relative;
    overflow:hidden;
}

.fse-page-footer {
    background: #1e272e;
    border-top: 1px solid #cccccc;
    border-bottom: 0px solid #cccccc;
    height: 42px;
}


/* Work area background */
.fse-page-workspace {
    background-color: #ffffff;
    background-image: url(../images/bg-dot-15.png);
}



/* WORKSPACE NEEDS UPDATING */

/* Workspace Bar */
/* Collapsed */
.fse-page-header .etag-ui-toolbar.collapsed {
    background: #fefefe;
    /*display: none;*/
}
/* Bottom Border */
.fse-page-header .etag-ui-toolbar .ui-outer {
    border-bottom: 0px solid #006F66 !important;
}
    /* Expanded */
    .fse-page-header .etag-ui-toolbar .ui-outer .ui-inner {
        background: #f2f2f2;
        border-top: 0px solid #006F66;
    }

/* Workspace Dropdown */
.fse-page-header .tlb-group {
    border: none;
    box-shadow: none;
    margin: 0px;
}
    /* Workspace Label */
    .fse-page-header .etag-ui-toolbar .tlb-group LEGEND {
        background-color: transparent;
        color: #ffffff;
        display: none;
    }
/* Toggle button */
.fse-page-header .etag-ui-toolbar .ui-toggle {
    background-color: #AC3531;
    border: 0px solid #c0c0c0;
    font-size: 10px; /* arrow size */
    border-radius: 0px;
    line-height: 10px;
    margin-top: -8px;
    height: 8px;
}


/* END WORKSPACE */


    .loginUserText::after {
        content: "Please enter your username and password to log into the eTag Fuse site. For assistance, please contact the IT Service Desk and reference 'eTag Fuse'";
    }

    .loginEmailText::after {
        content: "Please enter your email and password to log into the eTag Fuse site. For assistance, please contact the IT Service Desk and reference 'eTag Fuse'";
    }


    .loginPCR::after {
        content: "Please enter your network username and password to log into the eTag Fuse site. For assistance, please contact the IT Service Desk and reference 'eTag Fuse'";
    }

    .loginEmailPCRCode::after {
        content: "Please enter your email address to reset your password. And email will be sent to the email we have on record containing a code you will need to reset your password.";
    }

    .loginUserPCRCode::after {
        content: "Please enter your email address to reset your password. And email will be sent to the email we have on record containing a code you will need to reset your password.";
    }

    .fse-window-sel {
        display: none;
    }



    .fse-active {
        color: #d4d4d4;
        background: #333;
    }

    .fse-toggle {
        float: none !important;
    }

        .fse-toggle > span {
            position: relative;
            top: 1px;
            display: inline-block;
            font-family: "Glyphicons Halflings";
            font-style: normal;
            font-weight: normal;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            font-size: 34px;
            color: #d4d4d4;
            -webkit-transition: all 0.2s;
            transition: all 0.2s;
            margin-top: 10px;
        }

        .fse-toggle > span {
            -webkit-transition: all 0.2s;
            transition: all 0.2s;
        }

            .fse-toggle > span:before {
                content: "\e253";
            }

        .fse-toggle.collapsed > span {
            transform: translate3d(0,0,0) rotate(0deg);
        }

        .fse-toggle > span {
            transform: translate3d(0,0,0) rotate(180deg);
        }


    @media screen and (max-width: 767px) {
        .fse-window-sel {
            display: inline-block !important;
            position: absolute !important;
            bottom: 0 !important;
            width: 100%;
            height: 50px;
            z-index: 2000;
        }

        .etag-ui-window.minimized {
            display: none !important;
        }


        #mainFooter {
            display: none !important;
        }
    }


    .container > .navbar-collapse,
    .container-fluid > .navbar-collapse {
        margin-right: 0px !important;
        margin-left: 0px !important;
        z-index: 1500000000 !important;
    }


    .navbar-fixed-bottom {
        position: fixed;
        right: 0;
        left: 0;
    }

    .navbar {
        min-height: 0px !important;
        margin-bottom: 0px !important;
    }

    .ui-alert-box,
    .ui-alert-box-error,
    .ui-alert-box-success,
    .ui-alert-box-warning,
    .ui-alert-box-notice {
        color: #555;
        border-radius: 10px;
        font-family: Tahoma,Geneva,Arial,sans-serif;
        font-size: 12pt;
        padding-left: 36px;
        margin: 10px;
    }

        .ui-alert-box span {
            font-weight: bold;
            text-transform: uppercase;
        }


    .ui-alert-box-error {
        background: #ffecec url('../images/error.png') no-repeat 10px 10px;
        border: 1px solid #f5aca6;
    }

    .ui-alert-box-success {
        background: #e9ffd9 url('../images/success.png') no-repeat 10px 10px;
        border: 1px solid #a6ca8a;
    }

    .ui-alert-box-warning {
        background: #fff8c4 url('../images/warning.png') no-repeat 10px 10px;
        border: 1px solid #f2c779;
    }

    .ui-alert-box-notice {
        background: #e3f7fc url('../images/notice.png') no-repeat 10px 10px;
        border: 1px solid #8ed9f6;
    }




    .tooltip {
        display: inline;
        position: relative;
    }

        .tooltip:hover {
            color: #c00;
            text-decoration: none;
        }

            .tooltip:hover:after {
                background: #111;
                background: rgba(0,0,0,.8);
                border-radius: .5em;
                bottom: 1.35em;
                color: #fff;
                content: attr(title);
                display: block;
                left: 1em;
                padding: .3em 1em;
                position: absolute;
                text-shadow: 0 1px 0 #000;
                white-space: nowrap;
                z-index: 98;
            }

            .tooltip:hover:before {
                border: solid;
                border-color: #111 transparent;
                border-color: rgba(0,0,0,.8) transparent;
                border-width: .4em .4em 0 .4em;
                bottom: 1em;
                content: "";
                display: block;
                left: 1em;
                position: absolute;
                z-index: 99;
            }




    /* ##           OTHER           ## */

    .ico-divider {
        border-right: 1px solid #ccc;
        height: 20px;
        width: 1px;
        margin: 0px 4px 0px 4px;
        display: inline-block;
        vertical-align: middle;
    }

    .label-divider,
    .form-divider {
        background: #ccc;
        height: 1px;
        width: 100%;
        margin: 8px 0px 8px 0px;
        display: block;
        vertical-align: middle;
    }

    .label-divider {
        margin: 4px 0px 8px 0px;
    }

    .noticeBox {
        border: solid 1px #A4A4A6;
        background-color: #EEEFF1;
        padding: 8px 10px 10px 25px;
        color: #222222;
        /*font-size: 14px;*/
    }

.fse-notice {
    border: solid 1px #A4A4A6;
    background-color: #EEEFF1;
    padding: 8px 10px 10px 25px;
    color: #222222;
    width: 260px;
    text-align: center;
    right: 10px;
    position: absolute;
    top: 67px;
}



    A.btn-basic,
    A.btn-select,
    A.btn-clear,
    A.btn-find {
        height: 24px;
        width: 14px;
        display: inline-block;
        background-repeat: no-repeat;
        background-position: center bottom;
        margin-left: -24px;
        position: absolute;
        /*border: 1px solid #404040;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-left:3px;
    margin-right:3px;
    background-color: #e6e6e6;
    padding: 4px;
    color: #000;
    text-decoration: none;
    font-size: 10px;
    font-style: italic;*/
        cursor: pointer;
    }

    A.btn-find {
        background-image: url('../images/0564-search3.png');
    }

    A.btn-clear {
        background-image: url('../images/1124-cancel-circle2.png');
    }

    A.btn-select {
        background-image: url('../images/1065-select2.png');
    }




    /* ## START TOOLBAR ## */
    .etag-toolbar {
        width: 100%;
        display: block;
        height: 24px;
        background: #EEEFF1;
        border-bottom: 1px solid #ccc;
    }

        .etag-toolbar .ui-group {
            float: right;
            padding-right: 12px;
        }

            .etag-toolbar .ui-group IMG {
                border: 0px;
                height: 16px;
                width: 16px;
                padding: 4px;
            }

            .etag-toolbar .ui-group A {
                text-decoration: none;
            }

            .etag-toolbar .ui-group IMG:hover {
                background: #ccc;
            }


    .ico-r {
        float: right;
        padding: 3px;
        margin-left: 5px;
    }

    .ico-fl {
        float: left;
    }


    .icon16,
    .ico16,
    .ico-bu,
    .ico-dept,
    .ico-group,
    .ico-pset,
    .ico-user,
    .ico-inactive,
    .ico-hidden,
    .ico-deleted,
    .ico-archived,
    .ico-system,
    .ico-generated,
    .ico-confirmed,
    .ico-find,
    .ico-role,
    .ico-active,
    .ico-ended,
    .ico-failed,
    .ico-terminated,
    .ico-started,
    .ico-ie,
    .ico-opera,
    .ico-edge,
    .ico-chrome,
    .ico-safari,
    .ico-firefox,
    .ico-unknown,
    .ico-dd,
    .ico-add,
    .ico-remove,
    .ico-concurrent,
    .ico-transmitted,
    .ico-wip,
    .ico-generated2,
    .ico-imported,
    .ico-loaded,
    .ico-error,
    .ico-pending,
    .ico-complete {
        display: inline-block;
        width: 20px;
        height: 16px;
        margin-left: 3px;
        float: right;
        background-repeat: no-repeat;
    }


    .ico-pending {
        background-image: url('../images/warning.png');
    }

    .ico-complete {
        background-image: url('../images/ok16.png');
    }

    .ico-error {
        background-image: url('../images/error16.png');
    }

    .ico-loaded {
        background-image: url('../images/loaded16.png');
    }

    .ico-imported {
        background-image: url('../images/imported16.png');
    }

    .ico-generated2 {
        background-image: url('../images/generated16.png');
    }

    .ico-wip {
        background-image: url('../images/wip16.png');
    }

    .ico-transmitted {
        background-image: url('../images/transmitted16.png');
    }


    .ico-find {
        background-image: url('../images/ico-find.png');
    }

    .ico-user {
        background-image: url('../images/user16.png');
    }

    .ico-group {
        background-image: url('../images/group16.png');
    }

    .ico-bu {
        background-image: url('../images/bu16.png');
    }

    .ico-dept {
        background-image: url('../images/dept16.png');
    }

    .ico-pset {
        background-image: url('../images/pset16.png');
    }

    .ico-deleted {
        background-image: url('../images/delete16.png');
    }

    .ico-archived {
        background-image: url('../images/btn-archive.png');
    }

    .ico-system {
        background-image: url('../images/ico-system.png');
    }

    .ico-generated {
        background-image: url('../images/ico-generated.png');
    }

    .ico-confirmed {
        background-image: url('../images/ico-confirmed.png');
    }

    .ico-role {
        background-image: url('../images/btn-role.png');
    }

    .ico-active {
        background-image: url('../images/ico-active.png');
    }

    .ico-started {
        background-image: url('../images/ico-started.png');
    }

    .ico-ended {
        background-image: url('../images/ico-ended.png');
    }

    .ico-failed {
        background-image: url('../images/ico-failed.png');
    }

    .ico-terminated {
        background-image: url('../images/ico-terminated.png');
    }

    .ico-ie {
        background-image: url('../images/ico-ie.png');
    }

    .ico-opera {
        background-image: url('../images/ico-opera.png');
    }

    .ico-edge {
        background-image: url('../images/ico-edge.png');
    }

    .ico-chrome {
        background-image: url('../images/ico-chrome.png');
    }

    .ico-safari {
        background-image: url('../images/ico-safari.png');
    }

    .ico-firefox {
        background-image: url('../images/ico-firefox.png');
    }

    .ico-unknown {
        background-image: url('../images/ico-unknown.png');
    }

    .ico-add {
        background-image: url('../images/add.png');
    }

    .ico-remove {
        background-image: url('../images/remove.png');
    }

    .ico-concurrent {
        background-image: url('../images/concurrent.png');
    }

    .ico-dd {
        background-image: url('../images/dd.png');
    }

    .toolbar-group {
    }

    .etag-ui-toolbar .tlb-btn-accessrule {
        background-image: url('../images/btn-accesrule.png');
    }

    .etag-ui-toolbar .tlb-btn-fuse {
        background-image: url('../images/logo-32px.png');
        height: 46px;
        width: 100px;
        border: 0;
    }

        .etag-ui-toolbar .tlb-btn-fuse:hover {
            background-color: transparent !important;
            border: 0 !important;
        }

    /* Add */
    .etag-ui-toolbar .tlb-btn-add {
        background-image: url('../images/btn-add.png');
    }

    .etag-ui-toolbar .tlb-btn-dadd {
        background-image: url('../images/btn-dadd.png');
    }



    /* Reload */
    .etag-ui-toolbar .tlb-btn-reload {
        background-image: url('../images/reload16.png');
    }

    .etag-ui-toolbar .tlb-btn-dreload {
        background-image: url('../images/dreload16.png');
    }

    .etag-ui-toolbar48 .tlb-btn-reload {
        background-image: url('../images/reload48.png');
    }

    .etag-ui-toolbar48 .tlb-btn-dreload {
        background-image: url('../images/dreload48.png');
    }

    .etag-ui-toolbar64 .tlb-btn-reload {
        background-image: url('../images/reload64.png');
    }

    .etag-ui-toolbar64 .tlb-btn-dreload {
        background-image: url('../images/dreload64.png');
    }


    /* Report */
    .etag-ui-toolbar48 .tlb-btn-report {
        background-image: url('../images/report48.png');
    }

    .etag-ui-toolbar48 .tlb-btn-dreport {
        background-image: url('../images/dreport48.png');
    }


    /* File download */
    .etag-ui-toolbar .tlb-btn-filedownload {
        background-image: url('../images/filedownload16.png');
    }

    .etag-ui-toolbar .tlb-btn-dfiledownload {
        background-image: url('../images/dfiledownload16.png');
    }

    /* File Upload */
    .etag-ui-toolbar .tlb-btn-fileupload {
        background-image: url('../images/fileupload16.png');
    }

    .etag-ui-toolbar .tlb-btn-dfileupload {
        background-image: url('../images/dfileupload16.png');
    }

    /* File view */
    .etag-ui-toolbar .tlb-btn-fileview {
        background-image: url('../images/fileview16.png');
    }

    .etag-ui-toolbar .tlb-btn-dfileview {
        background-image: url('../images/dfileview16.png');
    }

    /* Description */
    .etag-ui-toolbar .tlb-btn-description {
        background-image: url('../images/description16.png');
    }

    .etag-ui-toolbar .tlb-btn-ddescription {
        background-image: url('../images/ddescription16.png');
    }

    /* preview */
    .etag-ui-toolbar .tlb-btn-preview {
        background-image: url('../images/preview16.png');
    }

    .etag-ui-toolbar .tlb-btn-dpreview {
        background-image: url('../images/dpreview16.png');
    }

    /* delete */
    .etag-ui-toolbar .tlb-btn-delete {
        background-image: url('../images/delete16.png');
    }

    .etag-ui-toolbar .tlb-btn-ddelete {
        background-image: url('../images/ddelete16.png');
    }

    /* edit */
    .etag-ui-toolbar .tlb-btn-edit {
        background-image: url('../images/btn-edit.png');
    }

    .etag-ui-toolbar .tlb-btn-dedit {
        background-image: url('../images/btn-dedit.png');
    }

    /* execute */
    .etag-ui-toolbar .tlb-btn-execute {
        background-image: url('../images/execute16.png');
    }

    .etag-ui-toolbar .tlb-btn-dexecute {
        background-image: url('../images/dexecute16.png');
    }

    /* inactive */
    .ico-inactive {
        background-image: url('../images/inactive16.png');
    }

    .etag-ui-toolbar .tlb-btn-inactive {
        background-image: url('../images/inactive16.png');
    }

    .etag-ui-toolbar .tlb-btn-dinactive {
        background-image: url('../images/dinactive16.png');
    }


    /* hidden */
    .ico-hidden {
        background-image: url('../images/hidden16.png');
    }

    .etag-ui-toolbar .tlb-btn-hidden {
        background-image: url('../images/hidden16.png');
    }

    .etag-ui-toolbar .tlb-btn-dhidden {
        background-image: url('../images/dhidden16.png');
    }


    /* warning */
    .ico-warning {
        background-image: url('../images/warning16.png');
    }

    .etag-ui-toolbar .tlb-btn-warning {
        background-image: url('../images/warning16.png');
    }

    .etag-ui-toolbar .tlb-btn-dwarning {
        background-image: url('../images/dwarning16.png');
    }


    /* errors */
    .ico-error {
        background-image: url('../images/error16.png');
    }

    .etag-ui-toolbar .tlb-btn-error {
        background-image: url('../images/error16.png');
    }

    .etag-ui-toolbar .tlb-btn-derror {
        background-image: url('../images/derror16.png');
    }


    /* information */
    .ico-information {
        background-image: url('../images/information16.png');
    }

    .etag-ui-toolbar .tlb-btn-information {
        background-image: url('../images/information16.png');
    }

    .etag-ui-toolbar .tlb-btn-dinformation {
        background-image: url('../images/dinformation16.png');
    }


    /* message */
    .ico-message {
        background-image: url('../images/message16.png');
    }

    .etag-ui-toolbar .tlb-btn-message {
        background-image: url('../images/message16.png');
    }

    .etag-ui-toolbar .tlb-btn-dmessage {
        background-image: url('../images/dmessage16.png');
    }

    /* user */
    .ico-user {
        background-image: url('../images/user16.png');
    }

    .etag-ui-toolbar .tlb-btn-user {
        background-image: url('../images/user16.png');
    }

    .etag-ui-toolbar .tlb-btn-duser {
        background-image: url('../images/duser16.png');
    }

    /* save */
    .etag-ui-toolbar .tlb-btn-save {
        background-image: url('../images/save16.png');
    }

    .etag-ui-toolbar .tlb-btn-dsave {
        background-image: url('../images/btn-dsave.png');
    }

    /* save */
    .etag-ui-toolbar .tlb-btn-saveall {
        background-image: url('../images/saveall16.png');
    }

    .etag-ui-toolbar .tlb-btn-dsaveall {
        background-image: url('../images/dsaveall16.png');
    }


    /* password */
    .etag-ui-toolbar .tlb-btn-password {
        background-image: url('../images/btn-password.png');
    }

    .etag-ui-toolbar .tlb-btn-dpassword {
        background-image: url('../images/btn-dpassword.png');
    }

    /* clear */
    .etag-ui-toolbar .tlb-btn-clear {
        background-image: url('../images/btn-clear.png');
    }

    .etag-ui-toolbar .tlb-btn-dclear {
        background-image: url('../images/btn-dclear.png');
    }

    /* membership */
    .etag-ui-toolbar .tlb-btn-membershipa {
        background-image: url('../images/btn-membershipa.png');
    }

    .etag-ui-toolbar .tlb-btn-dmembershipa {
        background-image: url('../images/btn-dmembershipa.png');
    }

    .etag-ui-toolbar .tlb-btn-membershipr {
        background-image: url('../images/btn-membershipr.png');
    }

    .etag-ui-toolbar .tlb-btn-dmembershipr {
        background-image: url('../images/btn-dmembershipr.png');
    }


    /* Privilege */
    .etag-ui-toolbar .tlb-btn-addprivilege {
        background-image: url('../images/addprivilege16.png');
    }

    .etag-ui-toolbar .tlb-btn-daddprivilege {
        background-image: url('../images/daddprivilege16.png');
    }

    .etag-ui-toolbar .tlb-btn-removeprivilege {
        background-image: url('../images/removeprivilege16.png');
    }

    .etag-ui-toolbar .tlb-btn-dremoveprivilege {
        background-image: url('../images/dremoveprivilege16.png');
    }

    /* bu */
    .etag-ui-toolbar .tlb-btn-addbu {
        background-image: url('../images/addbu16.png');
    }

    .etag-ui-toolbar .tlb-btn-daddbu {
        background-image: url('../images/daddbu16.png');
    }

    .etag-ui-toolbar .tlb-btn-removebu {
        background-image: url('../images/removebu16.png');
    }

    .etag-ui-toolbar .tlb-btn-dremovebu {
        background-image: url('../images/dremovebu16.png');
    }


    /* alias */
    .etag-ui-toolbar .tlb-btn-addalias {
        background-image: url('../images/addalias16.png');
    }

    .etag-ui-toolbar .tlb-btn-daddalias {
        background-image: url('../images/daddalias16.png');
    }



    /* dept */
    .etag-ui-toolbar .tlb-btn-adddept {
        background-image: url('../images/adddept.png');
    }

    .etag-ui-toolbar .tlb-btn-dadddept {
        background-image: url('../images/dadddept.png');
    }

    /* group */
    .etag-ui-toolbar .tlb-btn-addgroup {
        background-image: url('../images/btn-addgroup.png');
    }

    .etag-ui-toolbar .tlb-btn-daddgroup {
        background-image: url('../images/btn-daddgroup.png');
    }

    /* user */
    .etag-ui-toolbar .tlb-btn-adduser {
        background-image: url('../images/btn-adduser.png');
    }

    .etag-ui-toolbar .tlb-btn-dadduser {
        background-image: url('../images/btn-dadduser.png');
    }

    .etag-ui-toolbar .tlb-btn-removeuser {
        background-image: url('../images/btn-removeuser.png');
    }

    .etag-ui-toolbar .tlb-btn-dremoveuser {
        background-image: url('../images/btn-dremoveuser.png');
    }


    /* roles */
    .etag-ui-toolbar .tlb-btn-addrole {
        background-image: url('../images/addrole.png');
    }

    .etag-ui-toolbar .tlb-btn-daddrole {
        background-image: url('../images/daddrole.png');
    }

    .etag-ui-toolbar .tlb-btn-removerole {
        background-image: url('../images/removerole.png');
    }

    .etag-ui-toolbar .tlb-btn-dremoverole {
        background-image: url('../images/dremoverole.png');
    }

    /* permission sets */
    .etag-ui-toolbar .tlb-btn-addpset {
        background-image: url('../images/addpset.png');
    }

    .etag-ui-toolbar .tlb-btn-daddpset {
        background-image: url('../images/daddpset.png');
    }


    /* remove */
    .etag-ui-toolbar .tlb-btn-remove {
        background-image: url('../images/remove.png');
    }

    .etag-ui-toolbar .tlb-btn-dremove {
        background-image: url('../images/dremove.png');
    }


    /* remove */
    .etag-ui-toolbar .tlb-btn-remove {
        background-image: url('../images/remove16.png');
    }

    .etag-ui-toolbar .tlb-btn-dremove {
        background-image: url('../images/dremove16.png');
    }


    /* operation */
    .etag-ui-toolbar .tlb-btn-addoperation {
        background-image: url('../images/addoperation16.png');
    }

    .etag-ui-toolbar .tlb-btn-daddoperation {
        background-image: url('../images/daddoperation16.png');
    }

    .etag-ui-toolbar .tlb-btn-deloperation {
        background-image: url('../images/deloperation16.png');
    }

    .etag-ui-toolbar .tlb-btn-ddeloperation {
        background-image: url('../images/ddeloperation16.png');
    }


    /* page */
    .etag-ui-toolbar .tlb-btn-addpage {
        background-image: url('../images/adduipage16.png');
    }

    .etag-ui-toolbar .tlb-btn-daddpage {
        background-image: url('../images/dadduipage16.png');
    }


    /* menu item */
    .etag-ui-toolbar .tlb-btn-addmenuitem {
        background-image: url('../images/addmenuitem.png');
    }

    .etag-ui-toolbar .tlb-btn-daddmenuitem {
        background-image: url('../images/daddmenuitem.png');
    }

    /* up */
    .etag-ui-toolbar .tlb-btn-up {
        background-image: url('../images/up16.png');
    }

    .etag-ui-toolbar .tlb-btn-dup {
        background-image: url('../images/dup16.png');
    }

    /* down */
    .etag-ui-toolbar .tlb-btn-down {
        background-image: url('../images/down16.png');
    }

    .etag-ui-toolbar .tlb-btn-ddown {
        background-image: url('../images/ddown16.png');
    }


    /* User Options: concurrent */
    .etag-ui-toolbar .tlb-btn-concurrent {
        background-image: url('../images/concurrent.png');
    }

    /* test connection */
    .etag-ui-toolbar .tlb-btn-testconn {
        background-image: url('../images/testconn.png');
    }

    .etag-ui-toolbar .tlb-btn-dtestconn {
        background-image: url('../images/dtestconn.png');
    }


    /* directory services */
    .etag-ui-toolbar .tlb-btn-ds {
        background-image: url('../images/ds.png');
    }

    .etag-ui-toolbar .tlb-btn-dds {
        background-image: url('../images/dds.png');
    }

    /* directory services */
    .etag-ui-toolbar .tlb-btn-find {
        background-image: url('../images/find.png');
    }

    .etag-ui-toolbar .tlb-btn-dfind {
        background-image: url('../images/dfind.png');
    }



    /* generated */
    .etag-ui-toolbar .tlb-btn-generated2 {
        background-image: url('../images/generated16.png');
    }

    .etag-ui-toolbar .tlb-btn-dgenerated2 {
        background-image: url('../images/dgenerated16.png');
    }

    /* imported */
    .etag-ui-toolbar .tlb-btn-imported {
        background-image: url('../images/imported16.png');
    }

    .etag-ui-toolbar .tlb-btn-dimported {
        background-image: url('../images/dimported16.png');
    }

    /* loaded */
    .etag-ui-toolbar .tlb-btn-loaded {
        background-image: url('../images/loaded16.png');
    }

    .etag-ui-toolbar .tlb-btn-dloaded {
        background-image: url('../images/dloaded16.png');
    }


    /* bu */
    .etag-ui-toolbar .tlb-btn-addprocess {
        background-image: url('../images/addprocess16.png');
    }

    .etag-ui-toolbar .tlb-btn-daddprocess {
        background-image: url('../images/daddprocess16.png');
    }



    /* charts */
    .etag-ui-toolbar .tlb-btn-barchart {
        background-image: url('../images/barchart16.png');
    }

    .etag-ui-toolbar .tlb-btn-piechart {
        background-image: url('../images/piechart16.png');
    }

    .etag-ui-toolbar .tlb-btn-polarchart {
        background-image: url('../images/polarchart16.png');
    }

    /* snap in */
    .etag-ui-toolbar .tlb-btn-snapin {
        background-image: url('../images/snapin16.png');
    }

    .etag-ui-toolbar .tlb-btn-dsnapin {
        background-image: url('../images/dsnapin16.png');
    }

    /* snap off */
    .etag-ui-toolbar .tlb-btn-snapoff {
        background-image: url('../images/snapoff16.png');
    }

    .etag-ui-toolbar .tlb-btn-dsnapoff {
        background-image: url('../images/dsnapoff16.png');
    }

    /* ## END TOOLBAR ## */




    /* ##      START FUSE FORMS         ## */

    FIELDSET {
        /*margin: 5px;
    padding: 10px;*/
        position: relative;
        width: 100%;
        /*background-color: #f8f8f8;*/
        border: 0px solid #A4A4A6;
        vertical-align: top;
        display: inline-block;
        padding-top: 10px;
        padding-bottom: 10px;
    }

        FIELDSET.section {
            border-top: 20px solid #e7e4e7;
            /*margin-top: 10px;
    float: left;*/
            width: 100%;
        }

        FIELDSET.section-noborder {
            border: 0px solid #A4A4A6;
            /*margin-top: 0px;
    float: left;*/
            width: 100%;
        }

    LEGEND {
        display: inline-block;
        position: absolute;
        left: 12px;
        top: -20px;
        font-weight: 500;
        /*color: #3c353a;*/
        /*background-color: #e7e4e7;*/
    }

    .form-group,
    .form-set,
    .field-group {
        width: 100%;
        display: inline-block;
        float: left;
    }

    .form-group {
        vertical-align: top;
        background: inherit;
        padding: 0px 0px;
    }

        .form-group > .section {
            width: 100%;
            display: inline-block;
        }

            .form-group > .section > .separator {
                background-image: url('../images/separator.png');
                background-repeat: repeat-x;
                display: inline-block;
                height: 6px;
            }

            .form-group > .section > SPAN {
                font-weight: 700;
                display: inline-block;
                text-align: center;
                color: #3f3f40;
            }

    .form-set {
        display: inline-block;
        vertical-align: top;
        background: inherit;
        /*padding: 10px 0px;*/
    }

    .field-group INPUT[type=text]:focus,
    .field-group INPUT[type=password]:focus,
    .field-group SELECT:focus,
    .field-group TEXTAREA:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
        box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.6);
    }


    .field-group.err INPUT[type=text],
    .field-group.err INPUT[type=password],
    .field-group.err SELECT,
    .field-group.err TEXTAREA {
        border: 1px solid #ff5600;
    }


    .field-group {
        display: inherit;
        padding: 2px 0px;
        min-height: 30px;
        background: inherit;
    }



        .field-group > LABEL,
        .field-group > SPAN,
        .field-group > A,
        .field-group > DIV > LABEL,
        .field-group > DIV > SPAN,
        .field-group > DIV > A {
            color: #3c353a;
            display: inline-block;
            line-height: 24px;
            font-weight: 500;
            vertical-align: top;
        }

        .field-group > LABEL {
            text-align: right;
            padding: 3px 4px 0px 0px;
            margin-left: -6px;
            position: relative;
        }

        .field-group > DIV > LABEL,
        .field-group > DIV > SPAN,
        .field-group > DIV > A {
            padding: 3px 0px 0px 0px;
            padding-left: 5px;
            margin-right: -5px;
        }

        .field-group > SPAN {
            color: #3c353a;
            display: inline-block;
            line-height: 30px;
            vertical-align: middle;
        }

        .field-group IMG {
            display: inline;
            margin-right: 3px;
            margin-left: 3px;
            border: 0px;
            vertical-align: middle;
        }

        .field-group INPUT[type=text],
        .field-group INPUT[type=password],
        .field-group SELECT,
        .field-group TEXTAREA {
            width: 100%;
            background: #fbfbfb;
            color: #262626;
            border: 1px solid #A4A4A6;
            padding: 6px 0px 6px 6px;
            margin: 0px 0px 0px 0px;
            font-family: inherit;
            font-size: inherit;
            box-sizing: border-box;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
        }

        .field-group INPUT[type=button] {
            font-weight: 500;
            font-size: 14px;
            font-family: inherit;
            /*color:#000;*/
            padding: 6px 12px 6px 12px;
            /*min-width: 60px;*/
            background: #ccc;
            border: solid 1px #858585;
            cursor: pointer;
            -webkit-transition: all .3s ease-in-out;
            -moz-transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
        }

            .field-group INPUT[type=button]:hover {
                border: solid 1px #404040;
                background: #e6e6e6;
                cursor: pointer;
            }

        .field-group INPUT[type=checkbox],
        .field-group INPUT[type=radio] {
            margin: 7px 6px 0px 0px;
            display: inline-block;
            position: relative;
            vertical-align: top;
            height: 20px;
            width: 20px;
            /*outline: 2px solid #A4A4A6;*/
        }

        .field-group SELECT {
            width: 100%;
            padding: 5px 5px 5px 5px;
        }

        /*
.field-group TEXTAREA 
{
    height: 80px;
}
*/

        .field-group DIV {
            display: inline-block;
            vertical-align: top;
        }

        .field-group .display-data INPUT[type=text] {
            border: 0px;
            background-color: transparent;
        }

    /* ##      END FUSE FORMS         ## */





    /* ##       START FORM ALTERATIONS       ## */

    INPUT[type=text]:disabled,
    INPUT[type=password]:disabled,
    SELECT:disabled,
    TEXTAREA:disabled {
        background: #f9f9f9;
    }

    .field-group .datetime {
        display: inline-block;
        width: 240px;
    }

        .field-group .datetime .datepicker {
            width: 110px;
            display: inline;
            background: url(../images/ico-calendar5.png) no-repeat;
            background-position: 87px center;
            padding-right: 20px;
        }




    /* ##       END FORM ALTERATIONS       ## */


    /* START DEFAULT FORM ELEMENT WIDTH */
    .form-group {
        width: 600px;
    }

    .field-group > LABEL {
        width: 25%;
    }

    .field-group > DIV {
        width: 50%;
    }
    /* END DEFAULT FORM ELEMENT WIDTH */


    /* ##       START CONTAINERS       ## */

    .sz1, .sz2, .sz3, .sz4, .sz5, .sz6,
    .sz7, .sz8, .sz9, .sz10, .sz11, .sz12 {
        position: relative;
    }

    .align-right {
        text-align: right;
    }

    .align-left {
        text-align: left;
    }

    .sz1 {
        width: 8.33% !important;
    }

    .sz2 {
        width: 16.66% !important;
    }

    .sz3 {
        width: 25% !important;
    }

    .sz4 {
        width: 33.33% !important;
    }

    .sz5 {
        width: 41.66% !important;
    }

    .sz6 {
        width: 50% !important;
    }

    .sz7 {
        width: 58.33% !important;
    }

    .sz8 {
        width: 66.66% !important;
    }

    .sz9 {
        width: 75% !important;
    }

    .sz10 {
        width: 83.33% !important;
    }

    .sz11 {
        width: 91.66% !important;
    }

    .sz12 {
        width: 100% !important;
    }


    .w25 {
        width: 25px !important;
    }

    .w40 {
        width: 40px !important;
    }

    .w50 {
        width: 50px !important;
    }

    .w60 {
        width: 60px !important;
    }

    .w70 {
        width: 70px !important;
    }

    .w80 {
        width: 80px !important;
    }

    .w90 {
        width: 90px !important;
    }

    .w100 {
        width: 100px !important;
    }

    .w150 {
        width: 150px !important;
    }

    .w175 {
        width: 175px !important;
    }

    .w200 {
        width: 200px !important;
    }

    .w250 {
        width: 250px !important;
    }

    .w300 {
        width: 300px !important;
    }

    .w350 {
        width: 350px !important;
    }

    .w400 {
        width: 400px !important;
    }

    .w500 {
        width: 500px !important;
    }

    .w600 {
        width: 600px !important;
    }

    .w700 {
        width: 700px !important;
    }

    .w800 {
        width: 800px !important;
    }

    .w900 {
        width: 900px !important;
    }

    .w1000 {
        width: 1000px !important;
    }

    .w1100 {
        width: 1100px !important;
    }

    FIELDSET.w1200 {
        width: 1200px !important;
    }
    /* ##       END CONTAINERS       ## */


    /* -- OVERRIDES --*/


    /* SLIDE ONE */
    .ui-slide1 {
        width: 50px;
        height: 10px;
        background: #333;
        margin: auto;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
        position: relative;
        -webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
        -moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
        box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
    }

        .ui-slide1 label {
            display: block;
            width: 16px;
            height: 16px;
            -webkit-border-radius: 50px;
            -moz-border-radius: 50px;
            border-radius: 50px;
            -webkit-transition: all .4s ease;
            -moz-transition: all .4s ease;
            -o-transition: all .4s ease;
            -ms-transition: all .4s ease;
            transition: all .4s ease;
            cursor: pointer;
            position: absolute;
            top: -3px;
            left: -3px;
            -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
            -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
            box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
            background: #fcfff4;
            background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
            background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
            background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
            background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
            background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );
        }

        .ui-slide1 input[type=checkbox]:checked + label {
            left: 37px;
        }

        .ui-slide1 input[type=checkbox] {
            display: none;
        }

    /* SLIDE TWO */
    .ui-slide2 {
        width: 80px;
        height: 30px;
        background: #333;
        margin: auto;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
        position: relative;
        -webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
        -moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
        box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
    }

        .ui-slide2:after {
            content: '';
            position: absolute;
            top: 14px;
            left: 14px;
            height: 2px;
            width: 52px;
            -webkit-border-radius: 50px;
            -moz-border-radius: 50px;
            border-radius: 50px;
            background: #111;
            -webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
            -moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
            box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
        }

        .ui-slide2 label {
            display: block;
            width: 22px;
            height: 22px;
            -webkit-border-radius: 50px;
            -moz-border-radius: 50px;
            border-radius: 50px;
            -webkit-transition: all .4s ease;
            -moz-transition: all .4s ease;
            -o-transition: all .4s ease;
            -ms-transition: all .4s ease;
            transition: all .4s ease;
            cursor: pointer;
            position: absolute;
            top: 4px;
            z-index: 1;
            left: 4px;
            -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
            -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
            box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
            background: #fcfff4;
            background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
            background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
            background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
            background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
            background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );
        }

            .ui-slide2 label:after {
                content: '';
                position: absolute;
                width: 10px;
                height: 10px;
                -webkit-border-radius: 50px;
                -moz-border-radius: 50px;
                border-radius: 50px;
                background: #333;
                left: 6px;
                top: 6px;
                -webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,1), 0px 1px 0px rgba(255,255,255,0.9);
                -moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,1), 0px 1px 0px rgba(255,255,255,0.9);
                box-shadow: inset 0px 1px 1px rgba(0,0,0,1), 0px 1px 0px rgba(255,255,255,0.9);
            }

        .ui-slide2 input[type=checkbox]:checked + label {
            left: 54px;
        }

            .ui-slide2 input[type=checkbox]:checked + label:after {
                background: #00bf00;
            }

        .ui-slide2 input[type=checkbox] {
            display: none;
        }

    /* SLIDE THREE */
    .ui-slide3 {
        width: 80px;
        height: 26px;
        background: #333;
        margin: auto;
        float: left;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
        position: relative;
        -webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
        -moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
        box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
    }

        .ui-slide3:after {
            content: 'OFF';
            font: 12px/26px Arial, sans-serif;
            color: #000;
            position: absolute;
            right: 10px;
            z-index: 0;
            font-weight: bold;
            text-shadow: 1px 1px 0px rgba(255,255,255,.15);
        }

        .ui-slide3:before {
            content: 'ON';
            font: 12px/26px Arial, sans-serif;
            color: #00bf00;
            position: absolute;
            left: 10px;
            z-index: 0;
            font-weight: bold;
        }

        .ui-slide3 label {
            display: block;
            width: 34px;
            height: 20px;
            -webkit-border-radius: 50px;
            -moz-border-radius: 50px;
            border-radius: 50px;
            -webkit-transition: all .4s ease;
            -moz-transition: all .4s ease;
            -o-transition: all .4s ease;
            -ms-transition: all .4s ease;
            transition: all .4s ease;
            cursor: pointer;
            position: absolute;
            top: 3px;
            left: 3px;
            z-index: 1;
            -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
            -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
            box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
            background: #fcfff4;
            background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
            background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
            background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
            background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
            background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );
        }

        .ui-slide3 input[type=checkbox]:checked + label {
            left: 43px;
        }

        .ui-slide3 input[type=checkbox] {
            display: none;
        }

    /* ROUNDED ONE */
    .ui-checkboxRnd1 {
        width: 28px;
        height: 28px;
        background: #fcfff4;
        background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
        background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
        background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
        background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
        background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );
        margin: auto;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
        -webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
        -moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
        box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
        position: relative;
    }

        .ui-checkboxRnd1 label {
            cursor: pointer;
            position: absolute;
            width: 20px;
            height: 20px;
            -webkit-border-radius: 50px;
            -moz-border-radius: 50px;
            border-radius: 50px;
            left: 4px;
            top: 4px;
            -webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
            -moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
            box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
            background: -webkit-linear-gradient(top, #222 0%, #45484d 100%);
            background: -moz-linear-gradient(top, #222 0%, #45484d 100%);
            background: -o-linear-gradient(top, #222 0%, #45484d 100%);
            background: -ms-linear-gradient(top, #222 0%, #45484d 100%);
            background: linear-gradient(top, #222 0%, #45484d 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222', endColorstr='#45484d',GradientType=0 );
        }

            .ui-checkboxRnd1 label:after {
                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
                filter: alpha(opacity=0);
                opacity: 0;
                content: '';
                position: absolute;
                width: 16px;
                height: 16px;
                background: #00bf00;
                background: -webkit-linear-gradient(top, #00bf00 0%, #009400 100%);
                background: -moz-linear-gradient(top, #00bf00 0%, #009400 100%);
                background: -o-linear-gradient(top, #00bf00 0%, #009400 100%);
                background: -ms-linear-gradient(top, #00bf00 0%, #009400 100%);
                background: linear-gradient(top, #00bf00 0%, #009400 100%);
                -webkit-border-radius: 50px;
                -moz-border-radius: 50px;
                border-radius: 50px;
                top: 2px;
                left: 2px;
                -webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
                -moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
                box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
            }

            .ui-checkboxRnd1 label:hover::after {
                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
                filter: alpha(opacity=30);
                opacity: 0.3;
            }

        .ui-checkboxRnd1 input[type=checkbox]:checked + label:after {
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
            filter: alpha(opacity=100);
            opacity: 1;
        }

    /* ROUNDED TWO */
    .ui-checkboxRnd2 {
        width: 28px;
        height: 28px;
        background: #fcfff4;
        background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
        background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
        background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
        background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
        background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );
        margin: auto;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
        -webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
        -moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
        box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
        position: relative;
    }

        .ui-checkboxRnd2 label {
            cursor: pointer;
            position: absolute;
            width: 20px;
            height: 20px;
            -webkit-border-radius: 50px;
            -moz-border-radius: 50px;
            border-radius: 50px;
            left: 4px;
            top: 4px;
            -webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
            -moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
            box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
            background: -webkit-linear-gradient(top, #222 0%, #45484d 100%);
            background: -moz-linear-gradient(top, #222 0%, #45484d 100%);
            background: -o-linear-gradient(top, #222 0%, #45484d 100%);
            background: -ms-linear-gradient(top, #222 0%, #45484d 100%);
            background: linear-gradient(top, #222 0%, #45484d 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222', endColorstr='#45484d',GradientType=0 );
        }

            .ui-checkboxRnd2 label:after {
                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
                filter: alpha(opacity=0);
                opacity: 0;
                content: '';
                position: absolute;
                width: 9px;
                height: 5px;
                background: transparent;
                top: 5px;
                left: 4px;
                border: 3px solid #fcfff4;
                border-top: none;
                border-right: none;
                -webkit-transform: rotate(-45deg);
                -moz-transform: rotate(-45deg);
                -o-transform: rotate(-45deg);
                -ms-transform: rotate(-45deg);
                transform: rotate(-45deg);
            }

            .ui-checkboxRnd2 label:hover::after {
                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
                filter: alpha(opacity=30);
                opacity: 0.3;
            }

        .ui-checkboxRnd2 input[type=checkbox]:checked + label:after {
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
            filter: alpha(opacity=100);
            opacity: 1;
        }

    /* SQUARED ONE */
    .ui-checkboxSq1 {
        width: 28px;
        height: 28px;
        background: #fcfff4;
        background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
        background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
        background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
        background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
        background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );
        margin: auto;
        -webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
        -moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
        box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
        position: relative;
    }

        .ui-checkboxSq1 label {
            cursor: pointer;
            position: absolute;
            width: 20px;
            height: 20px;
            left: 4px;
            top: 4px;
            -webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
            -moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
            box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
            background: -webkit-linear-gradient(top, #222 0%, #45484d 100%);
            background: -moz-linear-gradient(top, #222 0%, #45484d 100%);
            background: -o-linear-gradient(top, #222 0%, #45484d 100%);
            background: -ms-linear-gradient(top, #222 0%, #45484d 100%);
            background: linear-gradient(top, #222 0%, #45484d 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222', endColorstr='#45484d',GradientType=0 );
        }

            .ui-checkboxSq1 label:after {
                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
                filter: alpha(opacity=0);
                opacity: 0;
                content: '';
                position: absolute;
                width: 16px;
                height: 16px;
                background: #00bf00;
                background: -webkit-linear-gradient(top, #00bf00 0%, #009400 100%);
                background: -moz-linear-gradient(top, #00bf00 0%, #009400 100%);
                background: -o-linear-gradient(top, #00bf00 0%, #009400 100%);
                background: -ms-linear-gradient(top, #00bf00 0%, #009400 100%);
                background: linear-gradient(top, #00bf00 0%, #009400 100%);
                top: 2px;
                left: 2px;
                -webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
                -moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
                box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
            }

            .ui-checkboxSq1 label:hover::after {
                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
                filter: alpha(opacity=30);
                opacity: 0.3;
            }

        .ui-checkboxSq1 input[type=checkbox]:checked + label:after {
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
            filter: alpha(opacity=100);
            opacity: 1;
        }

        .ui-checkboxSq1 INPUT {
            margin-top: 5px;
        }

    /* SQUARED TWO */
    .ui-checkboxSq2 {
        width: 28px;
        height: 28px;
        background: #fcfff4;
        background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
        background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
        background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
        background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
        background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );
        margin: auto;
        -webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
        -moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
        box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
        position: relative;
    }

        .ui-checkboxSq2 label {
            cursor: pointer;
            position: absolute;
            width: 20px;
            height: 20px;
            left: 4px;
            top: 4px;
            -webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
            -moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
            box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
            background: -webkit-linear-gradient(top, #222 0%, #45484d 100%);
            background: -moz-linear-gradient(top, #222 0%, #45484d 100%);
            background: -o-linear-gradient(top, #222 0%, #45484d 100%);
            background: -ms-linear-gradient(top, #222 0%, #45484d 100%);
            background: linear-gradient(top, #222 0%, #45484d 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222', endColorstr='#45484d',GradientType=0 );
        }

            .ui-checkboxSq2 label:after {
                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
                filter: alpha(opacity=0);
                opacity: 0;
                content: '';
                position: absolute;
                width: 9px;
                height: 5px;
                background: transparent;
                top: 4px;
                left: 4px;
                border: 3px solid #fcfff4;
                border-top: none;
                border-right: none;
                -webkit-transform: rotate(-45deg);
                -moz-transform: rotate(-45deg);
                -o-transform: rotate(-45deg);
                -ms-transform: rotate(-45deg);
                transform: rotate(-45deg);
            }

            .ui-checkboxSq2 label:hover::after {
                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
                filter: alpha(opacity=30);
                opacity: 0.3;
            }

        .ui-checkboxSq2 input[type=checkbox]:checked + label:after {
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
            filter: alpha(opacity=100);
            opacity: 1;
        }


    /* SQUARED THREE */
    .ui-checkboxSq3 {
        width: 20px;
        margin: auto;
        position: relative;
    }

        .ui-checkboxSq3 label {
            cursor: pointer;
            position: absolute;
            width: 20px;
            height: 20px;
            top: 0;
            border-radius: 4px;
            -webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,.4);
            -moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,.4);
            box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,.4);
            background: -webkit-linear-gradient(top, #222 0%, #45484d 100%);
            background: -moz-linear-gradient(top, #222 0%, #45484d 100%);
            background: -o-linear-gradient(top, #222 0%, #45484d 100%);
            background: -ms-linear-gradient(top, #222 0%, #45484d 100%);
            background: linear-gradient(top, #222 0%, #45484d 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222', endColorstr='#45484d',GradientType=0 );
        }

            .ui-checkboxSq3 label:after {
                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
                filter: alpha(opacity=0);
                opacity: 0;
                content: '';
                position: absolute;
                width: 9px;
                height: 5px;
                background: transparent;
                top: 4px;
                left: 4px;
                border: 3px solid #fcfff4;
                border-top: none;
                border-right: none;
                -webkit-transform: rotate(-45deg);
                -moz-transform: rotate(-45deg);
                -o-transform: rotate(-45deg);
                -ms-transform: rotate(-45deg);
                transform: rotate(-45deg);
            }

            .ui-checkboxSq3 label:hover::after {
                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
                filter: alpha(opacity=30);
                opacity: 0.3;
            }

        .ui-checkboxSq3 input[type=checkbox]:checked + label:after {
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
            filter: alpha(opacity=100);
            opacity: 1;
        }

    /* SQUARED FOUR */
    .ui-checkboxSq4 {
        width: 20px;
        margin: auto;
        position: relative;
    }

        .ui-checkboxSq4 label {
            cursor: pointer;
            position: absolute;
            width: 20px;
            height: 20px;
            top: 0;
            border-radius: 4px;
            -webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
            -moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
            box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
            background: #fcfff4;
            background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
            background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
            background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
            background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
            background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );
        }

            .ui-checkboxSq4 label:after {
                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
                filter: alpha(opacity=0);
                opacity: 0;
                content: '';
                position: absolute;
                width: 9px;
                height: 5px;
                background: transparent;
                top: 4px;
                left: 4px;
                border: 3px solid #333;
                border-top: none;
                border-right: none;
                -webkit-transform: rotate(-45deg);
                -moz-transform: rotate(-45deg);
                -o-transform: rotate(-45deg);
                -ms-transform: rotate(-45deg);
                transform: rotate(-45deg);
            }

            .ui-checkboxSq4 label:hover::after {
                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
                filter: alpha(opacity=30);
                opacity: 0.5;
            }

        .ui-checkboxSq4 input[type=checkbox]:checked + label:after {
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
            filter: alpha(opacity=100);
            opacity: 1;
        }




    /*

@media screen and (max-width: 1200px){

#logo
{
	display: none !important;
}

#wa
{
	width: 960px !important;
}

}

@media screen and (max-width: 949px){
#wa
{
	display: none !important;
}
}

@media screen and (max-height: 620px){
#wa
{
	display: none !important;
}
}

*/




    /******************** FUSE: UPDATED ********************************************************************************************/
html,body {
    font-family: Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;
    font-style: normal;
    font-size: 14px;
    font-weight: 400;
    margin: 0px;
    height: 100%;
    color: #0a0a0a;
    line-height: 1.5;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: -1;
    background-color: #fefefe;
    -webkit-font-smoothing: antialiased;
}

#mainHeader {
    position: relative;
    z-index: 1500000000;
    box-shadow: 0 1px 0 1px rgba(0,0,0,.1);
}

        #mainHeader .navbar-brand {
            padding: 0px !important;
        }


    a,
    a:hover {
        text-decoration: none !important;
    }

    li {
        text-align: left;
    }



    #sec-info,
    #welcome,
    #signout {
        display: none;
    }

    /* START NON-SESSION */


    .no-session {
        background-image: none;
    }

        body.no-session.ui-background {
            color: #333;
            background-color: #fdfdfd;
        }

        .fse-alt-bg {
        }

        #secForm > .fse-nos-fg > label {
            text-align: left;
            display: table-caption;
            margin-left: 5px;
            margin-bottom: 5px;
        }

        #lnkClearUser {
            border: 0;
            margin: 3px;
            padding: 0px;
            color: inherit;
            /*text-transform: uppercase;*/
        }

            #lnkClearUser::after {
                /*content: 'Login as someone else';*/
                content: 'Change Login Credentials';
            }

    .corp-footer {
    }





    .main {
        margin-top: 50px;
    }

    .main-content {
        background-color: #f2f2f2;
        border: 1px solid #222;
        margin: 0 auto;
        max-width: 400px;
        min-height: 300px;
        padding: 40px 40px 20px 40px;
        color: #666;
        text-shadow: none;
    }

    .input-group {
        margin: 20px 0px;
    }

    .input-group-addon {
        color: #222;
        font-size: 17px;
    }

    .login-button {
        margin: 0px auto;
        /*max-width: 200px;*/
    }

    .btn-primary,
    .btn-primary:focus {
        color: #fff;
        background-color: #404040;
        border-color: #333;
    }

        .btn-primary:hover,
        .btn-primary:active:focus {
            color: #fff;
            background-color: #4d4d4d;
            border-color: #333;
        }

    .form-header {
        border: 1px solid #222;
        max-width: 400px;
        min-height: 96px;
        margin: 0 auto;
        background-image: url('../images/etag-logo.png');
        background-position: center;
        background-repeat: no-repeat;
        background-color: #222;
        color: #fff;
        width: 100%;
        padding: 20px 0px;
        border-top-right-radius: 5px;
        border-top-left-radius: 5px;
    }

        .form-header img {
            margin: 0px auto;
        }

    .remember {
        color: black;
    }

    hr {
        height: 1px;
        background: #cccccc;
        border: none;
        outline: none;
        margin: 36px 0 36px 0;

        text-align: center;
        /*margin-left: 10px;*/
    }


.supportinfo {
    margin-top: 20px;
    font-size: 12pt;
}

.poweredby {
    /*margin-left: 10px;*/
    margin-top: 20px;
    color: #cccccc;
}



.poweredby > label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    line-height: 32px;
    vertical-align: top;
}

    /* MOBILE MODS */
    @media (max-width: 767px) {

        body {
            /*background-color: #f2f2f2;*/
        }

        .main-content,
        .form-header {
            border: 0;
        }

        .form-header {
            max-width: 100%;
            border-top-right-radius: 0;
            border-top-left-radius: 0;
        }

        .main {
            margin-top: 0;
        }
    }

    /* END NON-SESSION */



    /* START MAIN */


    /* SUB-MENUS */
    .dropdown-submenu {
        position: relative;
    }

        .dropdown-submenu > .dropdown-menu {
            top: 0;
            left: 100%;
            margin-top: -6px;
            margin-left: -1px;
            -webkit-border-radius: 0 0 4px 4px;
            -moz-border-radius: 0 0 4px 4px;
            border-radius: 0 0 4px 4px;
        }

        .dropdown-submenu > a:after {
            display: block;
            content: " ";
            float: right;
            width: 0;
            height: 0;
            border-color: transparent;
            border-style: solid;
            border-width: 5px 0 5px 5px;
            border-left-color: #cccccc;
            margin-top: 5px;
            margin-right: -5px;
        }

        .dropdown-submenu:hover > a:after {
            border-left-color: #ffffff;
        }

        .dropdown-submenu.pull-left {
            float: none;
        }

            .dropdown-submenu.pull-left > .dropdown-menu {
                left: -100%;
                margin-left: 10px;
                -webkit-border-radius: 0 0 4px 4px;
                -moz-border-radius: 0 0 4px 4px;
                border-radius: 0 0 4px 4px;
            }
    /* END SUB-MENUS */

    /* HAMBURGER ANIMATION */
    .ha-toggle {
        cursor: pointer;
        padding: 14px 35px 16px 0px;
    }

        .ha-toggle span,
        .ha-toggle span:before,
        .ha-toggle span:after {
            background-color: #d4d4d4;
            cursor: pointer;
            border-radius: 1px;
            height: 3px;
            width: 35px;
            position: absolute;
            display: block;
            content: '';
        }

            .ha-toggle span:before {
                top: -10px;
            }

            .ha-toggle span:after {
                bottom: -10px;
            }

            .ha-toggle span,
            .ha-toggle span:before,
            .ha-toggle span:after {
                transition: all 500ms ease-in-out;
            }

        .ha-toggle.active span {
            background-color: transparent;
        }

            .ha-toggle.active span:before,
            .ha-toggle.active span:after {
                top: 0;
            }

            .ha-toggle.active span:before {
                transform: rotate(45deg);
            }

            .ha-toggle.active span:after {
                transform: rotate(-45deg);
            }
    /* END HAMBURGER ANIMATION */



    /* ARROW ANIMATION */
    .navbar-toggle {
        border: none;
        background: transparent !important;
    }

        .navbar-toggle:hover {
            background: transparent !important;
        }

        .navbar-toggle .fa-triangle {
            -webkit-transition: all 0.2s;
            transition: all 0.2s;
        }

        .navbar-toggle.rarr.collapsed .fa-triangle {
            transform: translate3d(0,0,0) rotate(0deg);
        }

        .navbar-toggle.rarr .fa-triangle {
            transform: translate3d(0,0,0) rotate(180deg);
        }
    /* END ARROW ANIMATION */



    /* CUSTOM */

#mainHeader .navbar-brand {
    background-image: url("../images/fuselogo-drk-90x40.png");
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    min-height: 44px;
    min-width: 100px;
    border-bottom: none;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    background-color: transparent;
}

/* Adjust for logo width */
.fse-page-header ul.cntr-items {
    width: calc(100% - 100px);
}


.nav-footer .navbar-brand {
    /*        background-image: url('../images/logo-32px.png');
        background-position: right;
        background-repeat: no-repeat;
        background-color: transparent;
        min-height: 32px;
        min-width: 72px;
        margin-right: 20px;*/
    display: none;
}

.navbar-nav > li > a {
    font-weight: 500;
    text-transform: none;
    padding: 16px 16px 16px 16px;
    font-size: 14px;
}
/* Child levels */
.navbar,
.navbar .dropdown-menu {
    background: #fdfdfd;
    min-width:180px;
}

    .dropdown-menu li,
    .dropdown-submenu li {
        padding: 0px;
    }

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > li > a,
.dropdown-menu > li > a {
    color: #46545c;
    background-color: transparent;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open a:focus,
.navbar-default .navbar-nav .open a:hover,
.navbar-default .navbar-nav li a:focus,
.navbar-default .navbar-nav li a:hover,
.dropdown-menu li a:focus,
.dropdown-menu li a:hover,
.navbar-collapse.in .dropdown-menu li a:hover {
    color: #1974bf;
    background-color: transparent;
    text-decoration: none;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open a:focus, .navbar-default .navbar-nav .open a:hover, .navbar-default .navbar-nav li a:focus, .navbar-default .navbar-nav li a:hover, .dropdown-menu li a:focus, .dropdown-menu li a:hover, .navbar-collapse.in .dropdown-menu li a:hover,
.navbar-default .navbar-nav > .open,
.open {
    background-color: #dfe6e9;
}

.dropdown-menu > li > a {
    padding: 15px 20px;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .open > a {
    border-bottom: 4px solid #BC2034;
    padding: 16px 16px 12px 16px;
}

.dropdown-menu li:hover, .dropdown-submenu li:hover {
    background-color: #deeffc !important;
}

.dropdown-submenu > a:after {
    border-left-color: #46545c;
}

.dropdown-submenu:hover > a:after {
    border-left-color: #1974bf;
}

.dropdown-menu, .dropdown-submenu {
    padding: 0px;
}




    .navbar-brand {
        padding: 5px 5px;
    }

    .navbar {
        border: none;
    }

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border: none;
    }

    .navbar-nav > li > a {
        text-transform: uppercase;
    }

    .nav .open > a,
    .nav .open > a:focus,
    .nav .open > a:hover {
        background-color: inherit;
        border: none;
    }

    .dropdown-menu .divider,
    .divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #777;
    }

    .nav-bottom {
        display: none;
    }

    .nav-bubble {
        position: absolute;
        left: -7px;
        width: 30px;
        text-align: center;
        color: #222;
        bottom: 28px;
        background-color: #eee;
        border-radius: 5px;
        line-height: 15px;
        padding: 0px 4px;
    }

    .navbar-default .navbar-toggle {
        border: none !important;
    }

        .navbar-default .navbar-toggle:focus,
        .navbar-default .navbar-toggle:hover {
            background-color: inherit;
        }

    .navbar-header .navbar-nav {
        display: none;
    }

    .navbar {
        margin: 0px !important;
        border: 0px !important;
    }

    .navbar {
        border-radius: 0px !important;
    }


.navbar-nav .ui-badge {
    border-radius: 50%;
    font-size: 12px;
    background-color: #f44336;
    color: #fff;
    padding-right: 4px;
    padding-left: 4px;
    text-align: center;
    display: inline-block;
    height: 22px;
    min-width: 16px;
}




    /* END CUSTOM */



    /* MOBILE MODS */
    @media (max-width: 767px) {


        #ctl00_nvbGlobalTop_ctrl_contents {
            max-height: 280px;
            overflow-y: scroll !important;
            position: absolute !important;
            width: calc(100% - 30px) !important;
            background-color: #222;
        }

            #ctl00_nvbGlobalTop_ctrl_contents > UL {
                width: auto;
            }

        .nav-toggle-bottom {
            width: 100%;
            text-align: center;
            margin-right: 0px;
            padding: 0px;
            float: none;
        }

        .nav-bottom li a {
            text-align: center;
        }

        .navbar-nav li {
            float: none !important;
        }

        .navbar-collapse.in {
            max-height: 280px;
            overflow-y: scroll !important;
        }


            /*.navbar-collapse.in {
                max-height: 140px;
                overflow-y: auto !important;
            }*/

            .navbar-collapse.in .active > a {
                color: #d4d4d4;
                background-color: #333;
                background: transparent;
            }

        .navbar-collapse.in,
        .navbar-collapse .dropdown-menu > li > a,
        .navbar-default .navbar-nav .open .dropdown-menu > li > a,
        #ctl00_nvbGlobalTop_ctrl_contents {
            color: #b3b3b3;
            font-size: 1.15em;
        }

        .navbar-header .navbar-nav .nav-bubble {
            bottom: 15px;
            left: -40px;
        }

        .nav li .nav-bubble {
            position: relative;
            bottom: 2px;
            left: 0px;
        }

        .navbar-header .navbar-nav {
            display: inline-block;
            float: right;
            margin-right: 50px;
            padding: 0px;
        }

            .navbar-header .navbar-nav span {
                bottom: 24px;
            }

                .navbar-header .navbar-nav span:first-child {
                    font-size: 2em;
                }

            .navbar-header .navbar-nav > li > a {
                padding: 5px 5px 0px 5px;
            }

        .nav-bottom {
            display: block;
        }

        .nav-footer .navbar-brand {
            display: none;
        }

        .windows-navbar > div {
            display: inline-block;
            width: 33.33%;
            padding: 0;
            margin: 0;
            text-align: center;
            position: relative;
            float: right;
        }

        .windows-navbar span {
            font-size: 1.15em;
            font-weight: bold;
            line-height: 49px;
            vertical-align: middle;
        }

        .windows-navbar span,
        .window-remove span {
            color: #b3b3b3;
        }

            .windows-navbar span:hover,
            .window-remove span:hover {
                color: #d4d4d4;
            }

        .windows-navbar .glyphicon {
            font-size: 34px;
        }
    }
    /* END MOBILE MODS*/


    /* END MAIN */

    .pg-error {
        padding: 10px;
        margin: 10px;
        color: #fff;
        border: solid 2px #C13F4F;
        background-color: #EA4D5E;
        font-size: 28pt;
    }


    .fuse-header {
        border-top: 1px solid #ccc;
    }


    .ph-gray::-moz-placeholder {
        color: #999;
        opacity: 1;
    }

    .ph-gray:-ms-input-placeholder {
        color: #999;
    }

    .ph-gray::-webkit-input-placeholder {
        color: #999;
    }



    .win-mockup,
    .win-mockup-min,
    .win-mockup-max,
    .win-mockup-min-max {
        background-image: url('../images/winmockup.png');
        background-position: 28px 28px;
        background-repeat: no-repeat;
        width: 484px;
        height: 292px;
        margin: 0 auto;
    }

    .win-mockup-min {
        background-image: url('../images/winmockup-min.png');
    }

    .win-mockup-max {
        background-image: url('../images/winmockup-max.png');
    }

    .win-mockup-min-max {
        background-image: url('../images/winmockup-min-max.png');
    }


    .win-mockup-modal {
        background-color: #ccc;
    }



    .win-mockup .title-icon {
        height: 15px;
        margin-top: 4px;
        width: 15px;
        float: left;
        margin-right: 10px;
    }

    .win-mockup button {
        float: left;
    }


    .win-mockup TABLE {
        width: 100%;
        height: 100%;
    }

        .win-mockup TABLE TD {
            text-align: center;
        }


        .win-mockup TABLE .corner {
            width: 30px;
            height: 30px;
        }





/***QUILL******************************************************/

ol li.ql-indent-1:before {
    content: counter(list-1, lower-alpha) '. ';
}

ol li.ql-indent-1 {
    counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}

ol li.ql-indent-2 {
    counter-increment: list-2;
}

    ol li.ql-indent-2:before {
        content: counter(list-2, lower-roman) '. ';
    }

ol li.ql-indent-2 {
    counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}

ol li.ql-indent-3 {
    counter-increment: list-3;
}

    ol li.ql-indent-3:before {
        content: counter(list-3, decimal) '. ';
    }

ol li.ql-indent-3 {
    counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}

ol li.ql-indent-4 {
    counter-increment: list-4;
}

    ol li.ql-indent-4:before {
        content: counter(list-4, lower-alpha) '. ';
    }

ol li.ql-indent-4 {
    counter-reset: list-5 list-6 list-7 list-8 list-9;
}

ol li.ql-indent-5 {
    counter-increment: list-5;
}

    ol li.ql-indent-5:before {
        content: counter(list-5, lower-roman) '. ';
    }

ol li.ql-indent-5 {
    counter-reset: list-6 list-7 list-8 list-9;
}

ol li.ql-indent-6 {
    counter-increment: list-6;
}

    ol li.ql-indent-6:before {
        content: counter(list-6, decimal) '. ';
    }

ol li.ql-indent-6 {
    counter-reset: list-7 list-8 list-9;
}

ol li.ql-indent-7 {
    counter-increment: list-7;
}

    ol li.ql-indent-7:before {
        content: counter(list-7, lower-alpha) '. ';
    }

ol li.ql-indent-7 {
    counter-reset: list-8 list-9;
}

ol li.ql-indent-8 {
    counter-increment: list-8;
}

    ol li.ql-indent-8:before {
        content: counter(list-8, lower-roman) '. ';
    }

ol li.ql-indent-8 {
    counter-reset: list-9;
}

ol li.ql-indent-9 {
    counter-increment: list-9;
}

    ol li.ql-indent-9:before {
        content: counter(list-9, decimal) '. ';
    }

.ql-indent-1:not(.ql-direction-rtl) {
    padding-left: 3em;
}

li.ql-indent-1:not(.ql-direction-rtl) {
    padding-left: 4.5em;
}

.ql-indent-1.ql-direction-rtl.ql-align-right {
    padding-right: 3em;
}

li.ql-indent-1.ql-direction-rtl.ql-align-right {
    padding-right: 4.5em;
}

.ql-indent-2:not(.ql-direction-rtl) {
    padding-left: 6em;
}

li.ql-indent-2:not(.ql-direction-rtl) {
    padding-left: 7.5em;
}

.ql-indent-2.ql-direction-rtl.ql-align-right {
    padding-right: 6em;
}

li.ql-indent-2.ql-direction-rtl.ql-align-right {
    padding-right: 7.5em;
}

.ql-indent-3:not(.ql-direction-rtl) {
    padding-left: 9em;
}

li.ql-indent-3:not(.ql-direction-rtl) {
    padding-left: 10.5em;
}

.ql-indent-3.ql-direction-rtl.ql-align-right {
    padding-right: 9em;
}

li.ql-indent-3.ql-direction-rtl.ql-align-right {
    padding-right: 10.5em;
}

.ql-indent-4:not(.ql-direction-rtl) {
    padding-left: 12em;
}

li.ql-indent-4:not(.ql-direction-rtl) {
    padding-left: 13.5em;
}

.ql-indent-4.ql-direction-rtl.ql-align-right {
    padding-right: 12em;
}

li.ql-indent-4.ql-direction-rtl.ql-align-right {
    padding-right: 13.5em;
}

.ql-indent-5:not(.ql-direction-rtl) {
    padding-left: 15em;
}

li.ql-indent-5:not(.ql-direction-rtl) {
    padding-left: 16.5em;
}

.ql-indent-5.ql-direction-rtl.ql-align-right {
    padding-right: 15em;
}

li.ql-indent-5.ql-direction-rtl.ql-align-right {
    padding-right: 16.5em;
}

.ql-indent-6:not(.ql-direction-rtl) {
    padding-left: 18em;
}

li.ql-indent-6:not(.ql-direction-rtl) {
    padding-left: 19.5em;
}

.ql-indent-6.ql-direction-rtl.ql-align-right {
    padding-right: 18em;
}

li.ql-indent-6.ql-direction-rtl.ql-align-right {
    padding-right: 19.5em;
}

.ql-indent-7:not(.ql-direction-rtl) {
    padding-left: 21em;
}

li.ql-indent-7:not(.ql-direction-rtl) {
    padding-left: 22.5em;
}

.ql-indent-7.ql-direction-rtl.ql-align-right {
    padding-right: 21em;
}

li.ql-indent-7.ql-direction-rtl.ql-align-right {
    padding-right: 22.5em;
}

.ql-indent-8:not(.ql-direction-rtl) {
    padding-left: 24em;
}

li.ql-indent-8:not(.ql-direction-rtl) {
    padding-left: 25.5em;
}

.ql-indent-8.ql-direction-rtl.ql-align-right {
    padding-right: 24em;
}

li.ql-indent-8.ql-direction-rtl.ql-align-right {
    padding-right: 25.5em;
}

.ql-indent-9:not(.ql-direction-rtl) {
    padding-left: 27em;
}

li.ql-indent-9:not(.ql-direction-rtl) {
    padding-left: 28.5em;
}

.ql-indent-9.ql-direction-rtl.ql-align-right {
    padding-right: 27em;
}

li.ql-indent-9.ql-direction-rtl.ql-align-right {
    padding-right: 28.5em;
}

pre.ql-syntax {
    background-color: #23241f;
    color: #f8f8f2;
    overflow: visible;
}

/*Size*/
.ql-size-small {
    font-size: 0.75em;
}

.ql-size-large {
    font-size: 1.5em;
}

.ql-size-huge {
    font-size: 2.5em;
}


/*Background*/
.ql-bg-black {
    background-color: #000;
}

.ql-bg-red {
    background-color: #e60000;
}

.ql-bg-orange {
    background-color: #f90;
}

.ql-bg-yellow {
    background-color: #ff0;
}

.ql-bg-green {
    background-color: #008a00;
}

.ql-bg-blue {
    background-color: #06c;
}

.ql-bg-purple {
    background-color: #93f;
}

/*Color*/
.ql-color-white {
    color: #fff;
}

.ql-color-red {
    color: #e60000;
}

.ql-color-orange {
    color: #f90;
}

.ql-color-yellow {
    color: #ff0;
}

.ql-color-green {
    color: #008a00;
}

.ql-color-blue {
    color: #06c;
}

.ql-color-purple {
    color: #93f;
}

/*Font*/
.ql-font-serif {
    font-family: Georgia, Times New Roman, serif;
}

.ql-font-monospace {
    font-family: Monaco, Courier New, monospace;
}

/*Align*/
.ql-align-center {
    text-align: center;
}

.ql-align-justify {
    text-align: justify;
}

.ql-align-right {
    text-align: right;
}

/***QUILL******************************************************/

[data-tooltip-bottom]:hover:after {
    opacity: 1;
    transition: all 1.5s ease 0.5s;
    visibility: visible;
    height:auto;

}

[data-tooltip-bottom]:after {
    content: attr(data-tooltip-bottom);
    position: absolute;
    top: 100%;
    left: 0;
    padding: 4px 4px 4px 8px;
    white-space: nowrap;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    opacity: 0;
    z-index: 2000000001;
    visibility: hidden;
    background-color: #000;
    color: #fff;
    min-width:100%;
    text-transform:none;
}

[data-tooltip-bottom] {
    position: relative;
}

[data-tooltip-bottom-right]:hover:after {
    opacity: 1;
    transition: all 1.0s ease 0.5s;
    visibility: visible;
}

[data-tooltip-bottom-right]:after {
    content: attr(data-tooltip-bottom-right);
    position: absolute;
    top: 100%;
    right: 0;
    padding: 4px 4px 4px 8px;
    white-space: nowrap;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    opacity: 0;
    z-index: 2000000001;
    visibility: hidden;
    background-color: #000;
    color: #fff;
    min-width: 100%;
    text-transform: none;
}

[data-tooltip-bottom-right] {
    position: relative;
}


[data-tooltip-left]:hover:after {
    opacity: 1;
    transition: all 1.0s ease 0.5s;
    visibility: visible;
}

[data-tooltip-left]:after {
    content: attr(data-tooltip-left);
    position: absolute;
    bottom: 10px;
    right: 100%;
    padding: 4px 4px 4px 8px;
    white-space: nowrap;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    opacity: 0;
    z-index: 2000000001;
    visibility: hidden;
    background-color: #000;
    color: #fff;
    min-width: 100%;
    text-transform: none;
}

[data-tooltip-left] {
    position: relative;
}

[data-tooltip-right]:hover:after {
    opacity: 1;
    transition: all 1.0s ease 0.5s;
    visibility: visible;
}

[data-tooltip-right]:after {
    content: attr(data-tooltip-right);
    position: absolute;
    bottom: 10px;
    left: 100%;
    padding: 4px 4px 4px 8px;
    white-space: nowrap;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    opacity: 0;
    z-index: 2000000001;
    visibility: hidden;
    background-color: #000;
    color: #fff;
    min-width: 100%;
    text-transform: none;
}

[data-tooltip-right] {
    position: relative;
}



[data-tooltip-top-right]:hover:after {
    opacity: 1;
    transition: all 1.0s ease 0.5s;
    visibility: visible;
    position:absolute;
}

[data-tooltip-top-right]:after {
    content: attr(data-tooltip-top-right);
    position: absolute;
    bottom: 100%;
    right: 0;
    padding: 4px 4px 4px 8px;
    white-space: nowrap;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    opacity: 0;
    z-index: 2000000001;
    visibility: hidden;
    background-color: #000;
    color: #fff;
    min-width: 100%;
    text-transform: none;
    position: absolute;
}

[data-tooltip-top-right] {
    position: relative;
}