@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url('/ix/Mbd-framework/fonts/iconfont/MaterialIcons-Regular.eot'); /* For IE6-8 */
    src: local('Material Icons'), local('MaterialIcons-Regular'), url('/ix/Mbd-framework/fonts/iconfont/MaterialIcons-Regular.woff2') format('woff2'), url('/ix/Mbd-framework/fonts/iconfont/MaterialIcons-Regular.woff') format('woff'), url('/ix/Mbd-framework/fonts/iconfont/MaterialIcons-Regular.ttf') format('truetype');
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
}


body {
    margin: 0;
    background: #f1f1f1;
    font-family: 'PT Sans',sans-serif;
    font-weight: normal;
    font-size: 13px;
    color: #333;
}

    body.printer-version, body.dmp {
        background-color: #fff;
        padding: 20px;
    }

a, a:hover, a:visited {
    text-decoration: none;
    color: #3f6dbb;
}


img {
    border: 0;
}


header {
    display: block;
    height: 101px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAABlCAIAAAADEh6SAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAOwgAADsIBFShKgAAAABh0RVh0U29mdHdhcmUAcGFpbnQubmV0IDQuMC45bDN+TgAAAFFJREFUKFPNwwkNwCAQBMB1VkU4xBJw/D80WRPtJIN776fPObz35rUWzzkxxuDeO1prXGtFKYVzzkgpIcbIIQR471lE2DnH1lo2xuBR+r+VfgHhH+tamFEXkAAAAABJRU5ErkJggg==') 0 0 repeat-x;
    margin-bottom: 0;
}

    header > div {
        height: 61px;
        line-height: 61px;
    }

footer {
    text-align: center;
    color: #bebdbd;
    padding-top: 30px;
    min-height: 127px;
    font-size: 11px;
    border-top: 2px solid #a4bae5;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAB/CAIAAAChXz9vAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAOwgAADsIBFShKgAAAABh0RVh0U29mdHdhcmUAcGFpbnQubmV0IDQuMC45bDN+TgAAAHZJREFUKFN1yMkRgyAABVD7ryNVpAUbYF8FZVGgg0wuzvxRDu/ylnVdl883gP8RQgCldIox9opz/iCEAFJKoJQCWmtgjAHWWuCcu3nvwbZtIIRwizGCfd/BcRxTKSWQcwalFFBrBed5guu6Hlprr3rvU2OMuTF+kodSmyNv+nsAAAAASUVORK5CYII=') 0 0 repeat-x;
}


.row {
}

    .row:before, .row:after {
        display: table;
        line-height: 0;
        content: "";
    }

    .row:after {
        clear: both;
    }

    .row [class*="span"]:first-child {
        margin-left: 0;
    }

[class*="span"] {
    float: left;
    margin-left: 30px;
}

.span100 {
    width: 100%;
    margin-left: 2.564102564102564%;
}

.span75 {
    width: 74.35897435897436%;
    margin-left: 2.564102564102564%;
}

.span66 {
    width: 65.81196581196582%;
    margin-left: 2.564102564102564%;
}

.span50 {
    width: 48.717948717948715%;
    margin-left: 2.564102564102564%;
}

.span33 {
    width: 31.623931623931625%;
    margin-left: 2.564102564102564%;
}

.span25 {
    width: 23.076923076923077%;
    margin-left: 2.564102564102564%;
}

footer a {
    color: #bebdbd;
}

td.label {
    text-align: right;
    width: 13%;
}

input[type="checkbox"] + label span.note {
    display: block;
    margin-left: 22px;
    margin-bottom: 8px;
    color: #999;
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

#title-box h1 {
    color: #3c6dbc;
    font-family: "pt sans narrow","arial narrow",arial;
    font-weight: normal;
}

#main {
    background: #fff;
    padding: 15px 0 30px 0;
}

body.printer-version #main {
    padding-top: 0;
}

#main:after {
    content: "";
    clear: both;
    display: table;
}

#pageTitleButtons {
    margin: 0;
}

#logo {
    vertical-align: middle;
}

#logged-in {
    float: right;
    /*width: 700px;*/
    line-height: 61px;
    text-align: right;
    vertical-align: middle;
    height: 61px;
    font-size: 10px;
}

    #logged-in a {
        text-transform: uppercase;
        font-weight: bold;
        margin-right: 15px;
        color: #3f6dbc;
    }

#login-status {
    text-transform: uppercase;
    font-weight: bold;
    margin-left: 20px;
    padding-left: 18px;
    background: url(//cdn.insightexpress.com/ix/images/cdn-0/user.png) 0 50% no-repeat;
    color: #333;
}

/****** settings bar ****************************************************/
#settings-bar {
    background: #374146;
    position: fixed;
    min-height: 100%;
    height: 100%;
    width: 300px;
    right: 0;
    top: 0;
    color: #fff;
    transform: translateX(100%);
    transition: transform ease-in-out .3s;
}

    #settings-bar a {
        text-decoration: underline;
        color: #fff;
    }

        #settings-bar a.btn, #settings-bar .dropdown-menu > li > a {
            color: #333;
            text-decoration: none;
        }

            #settings-bar a.btn:hover, #settings-bar .dropdown-menu > li > a:hover {
                color: #fff;
            }

    #settings-bar div.setting-title {
        padding: 10px;
        font-size: 16px;
        line-height: 28px;
        background: #212d32;
    }

    #settings-bar div.close-link {
        text-align: right;
    }

#setting-drag-bar {
    background: #212d32;
    height: 100%;
    float: left;
    width: 3px;
    cursor: col-resize;
}

#settings-bar div.close-link::after {
    content: "✖";
    float: right;
    color: #fff;
    cursor: pointer;
    font-size: 30px;
    padding: 0 4px;
}

#settings-bar .settings-bar-actions {
    position: fixed;
    bottom: 0;
    padding-top: 1em;
}

#settings-bar.visible {
    transform: translateX(0);
}

#settings-bar .setting-content {
    padding: 15px;
    min-height: calc(100% - 75px);
    height: calc(100% - 75px);
    overflow-y: scroll;
    overflow-y: auto;
}

    #settings-bar .setting-content > h2:first-child {
        margin-top: 0;
    }

/****** settings bar light **********************************************/
#settings-bar.settings-light {
    background: #fff;
    color: inherit;
    z-index: 2000;
}

    #settings-bar.settings-light div.setting-title {
        padding: 15px;
        font-size: 16px;
        line-height: 28px;
        background: #FFF;
        border-bottom: none;
        text-transform: uppercase;
        font-weight: bold;
        color: #94A1BB;
    }

    #settings-bar.settings-light div.close-link::after {
        color: #94A1BB;
    }

.settings-light #setting-drag-bar {
    background: #EEE;
    width: 5px;
}
/** end settings bar ****************************************************/

a#login-name {
    color: #333;
}

nav {
    line-height: 40px;
    height: 40px;
}

body:not(.dmp) .ix-legacy-container {
    width: 1140px;
    margin: 0 auto;
}

body.printer-version .ix-legacy-container {
    width: auto;
}

.PageDescription {
    margin-bottom: 40px;
}

a.tooltip img {
    display: none;
}

a.tooltip {
    width: 16px;
    height: 16px;
    background: url(//cdn.insightexpress.com/ix/images/cdn-0/popup-help-icon.png) 50% 50% no-repeat;
    cursor: pointer;
    display: inline-block;
    vertical-align: text-top;
}

    a.tooltip:hover {
        background-image: url(//cdn.insightexpress.com/ix/images/cdn-0/popup-help-icon-hover.png);
    }

div.tooltip {
    z-index: 10000;
    max-width: 400px;
    padding: 10px 15px;
    display: block;
    visibility: visible;
    border: 1px solid #fbce73;
    position: absolute;
    background: #ffeeda;
    color: #bb8f48;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

div.form-actions {
    clear: both;
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #e0e0e0;
}

td input[type="text"]:first-child, td select:first-child {
    margin-left: 0;
}

input[type="text"], input[type="password"], input[type="number"], input[type="search"], input[type="date"] {
    box-sizing: border-box;
    border: 1px solid gray;
}

input[type="text"], input[type="password"], input[type="number"], input[type="search"], input[type="date"], textarea {
    padding: 4px;
    padding-top: 5px;
    padding-bottom: 4px;
    font-family: "PT Sans","arial","sans serif";
}

select {
    padding: 4px;
    max-width: 100%;
    border-width: 1px;
    font-family: "PT Sans","arial","sans serif";
}

    select:disabled {
        background: #ECECE5;
    }

    select:-moz-focusring {
        color: transparent;
        text-shadow: 0 0 0 #000;
    }

div.DualListBox input[type="text"] {
    display: none;
}

table.DualListBox {
    border-spacing: collapse;
}

    table.DualListBox td {
        padding: 0;
    }

        table.DualListBox td.cellAddRemove, table.DualListBox td.cellReorder {
            padding: 0 10px;
            text-align: center;
        }

    table.DualListBox select, table.DualListBox select:focus {
        margin: 0;
        min-width: 150px;
        width: 100%;
        height: 180px;
        box-shadow: none;
    }

div.DualListBox input[type="text"] {
    width: 100%;
}

table.DualListBox a {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 32px;
    height: 24px;
    cursor: pointer;
    border: none;
    display: block;
    border: 1px solid #abadb3;
    margin: 10px auto;
}

    table.DualListBox a:hover {
        border-color: #999;
    }

    table.DualListBox a.addOne {
        background-image: url(//cdn.insightexpress.com/ix/images/arrows/cdn-0/bullet_arrow_right.png);
    }

    table.DualListBox a.addAll {
        background-image: url(//cdn.insightexpress.com/ix/images/arrows/cdn-0/bullet_arrow_double_right.png);
    }

    table.DualListBox a.removeOne {
        background-image: url(//cdn.insightexpress.com/ix/images/arrows/cdn-0/bullet_arrow_left.png);
        margin-top: 30px;
    }

    table.DualListBox a.removeAll {
        background-image: url(//cdn.insightexpress.com/ix/images/arrows/cdn-0/bullet_arrow_double_left.png);
    }

    table.DualListBox a.moveUp {
        background-image: url(//cdn.insightexpress.com/ix/images/arrows/cdn-0/bullet_arrow_up.png);
        margin-right: 5px;
    }

    table.DualListBox a.moveDown {
        background-image: url(//cdn.insightexpress.com/ix/images/arrows/cdn-0/bullet_arrow_down.png);
        margin-right: 5px;
    }

.DualListBoxHeader {
    background-color: #f0f0f0;
    padding: 3px 0;
    margin: 0;
    border: 1px solid #ccc;
    border-bottom: none;
    font-weight: normal;
}

table.calendar {
    background: #3f6dbc;
    border: none !important;
    box-shadow: 5px 5px 10px rgba(0,0,0,.2);
}

    table.calendar td, table.calendar th {
        color: #fff;
        font-weight: normal;
        text-align: center;
    }

.calendar-title, .calendar-title td {
    background: #3f6dbc;
    text-align: center;
    padding: 4px;
    background-color: #3f6dbc;
    color: #fff;
    font-size: 18px;
}

.calendar .day-header {
    text-transform: uppercase;
    background-color: #3f6dbc;
    font-size: 10px;
    padding: 5px;
}

.calendar td a {
    color: #fff !important;
}

.calendar-day a, .calendar-other-month a {
    padding: 6px 8px;
    display: block;
}

.date-input-wrap {
    position: relative;
    display: inline-block;
    font-size: 0;
    white-space: nowrap;
    margin-right: 10px;
}

input.date-input {
    background-image: url(//cdn.insightexpress.com/ix/images/cdn-0/date-input.png);
    background-position: 3px 50%;
    background-repeat: no-repeat;
    padding-left: 25px !important;
}

.DateInput {
    background-image: url(//cdn.insightexpress.com/ix/images/cdn-0/date-input.png);
    background-position: 3px 50%;
    background-repeat: no-repeat;
    padding-left: 25px !important;
    height: 28px;
    box-sizing: border-box;
    border: 1px solid #abadb3;
    margin-left: 0;
    outline: 0;
}

div.daterange {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 995;
    display: none;
    float: left;
    list-style: none;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.2);
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    font-size: 13px;
    overflow: hidden;
    margin-top: 1px;
}

    div.daterange.ranged {
        min-width: 430px;
    }

        div.daterange.ranged ul {
            float: left;
            width: 140px;
        }

        div.daterange.ranged div.calendars {
            float: left;
            border-left: 1px solid #ccc;
            padding-left: 20px;
            padding-right: 20px;
            padding-top: 10px;
            margin-left: 10px;
            padding-bottom: 500px;
            margin-bottom: -500px;
        }

div.calendars .datepicker + .datepicker {
    margin-top: 20px;
    margin-bottom: 20px;
}

div.daterange ul {
    margin: 0;
    padding: 0;
}

    div.daterange ul li {
        list-style-type: none;
    }

div.daterange li a {
    margin-left: 1px;
    margin-right: 1px;
    display: block;
    padding: 6px 4px;
    text-decoration: none;
    color: #000;
    font-size: 9pt;
    vertical-align: top;
    margin: 1px;
}

    div.daterange li a:hover, div.daterange li a.selected {
        background: #3f6dbc !important;
        color: #fff !important;
    }

    div.daterange li a.range {
        color: #a4bae5;
        font-weight: bold;
    }

div.daterange div.calendars {
    display: none;
}

div.datepicker {
}

    div.datepicker table {
        width: 100%;
        border-collapse: collapse;
        background-color: #a4bae5;
    }

        div.datepicker table tr.caption td {
            text-align: center;
            padding: 4px;
            background-color: #3f6dbc;
            color: #fff;
            font-size: 18px;
            padding-top: 8px;
        }

    div.datepicker tr.days td {
        text-align: center;
        color: #fff;
        text-transform: uppercase;
        background-color: #3f6dbc;
        font-size: 10px;
        padding: 5px;
    }

    div.datepicker tr td.day {
        font-weight: bold;
    }

    div.datepicker tr td.weekend a {
    }

    div.datepicker tr td.today a {
        background-color: #7193cf;
    }

    div.datepicker tr td.other-month a {
        color: #3f6dbc;
    }

    div.datepicker tr td a {
        text-align: center;
        padding: 6px 8px;
        text-decoration: none !important;
        color: #fff;
        display: block;
    }

    div.datepicker tr td.selected a {
        background-color: #3f6dbc;
        color: #fff;
    }

    div.datepicker tr td a:hover {
        border: 2px solid #3f6dbc;
        padding: 4px 6px;
        color: #fff;
    }

    div.datepicker button {
        width: 20px;
        height: 20px;
        background: url(//cdn.insightexpress.com/ix/images/cdn-0/calendar-prev-month.png);
        text-indent: -9999px;
        border: 0;
        padding: 0;
        margin: 0;
    }

        div.datepicker button.next-month {
            background: url(//cdn.insightexpress.com/ix/images/cdn-0/calendar-next-month.png);
        }

        div.datepicker button:hover {
            color: #fff;
        }

.alert-panel {
    width: 750px;
    word-wrap: break-word;
    margin: 20px auto;
    border: 1px solid #d8d5d5;
    border-radius: 5px;
    background-color: #fff;
    background-image: -moz-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(237,237,237,1) 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(255,255,255,1)),color-stop(100%,rgba(237,237,237,1)));
    background-image: -webkit-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(237,237,237,1) 100%);
    background-image: -o-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(237,237,237,1) 100%);
    background-image: -ms-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(237,237,237,1) 100%);
    background-image: linear-gradient(to bottom,rgba(255,255,255,1) 0%,rgba(237,237,237,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#ededed',GradientType=0);
    position: relative;
}

    .alert-panel div {
        min-height: 60px;
        padding: 10px 20px 10px 200px;
        background-repeat: no-repeat;
        background-position: bottom left -5px;
        box-sizing: border-box;
        font-size: 16px;
        color: #666;
    }

        .alert-panel div ul {
            margin: 0;
            padding: 0;
            padding-left: 20px;
        }

.AlertPanel div {
    padding-left: 20px;
}

.ErrorPanel div {
    background-image: url(//cdn.insightexpress.com/ix/images/cdn-0/alert-error.png);
}

div.validation-summary-errors {
    color: #555;
    padding: 10px;
    margin: 10px;
    background: #ffecec;
    border: 1px solid #f5aca6;
}

.WarningPanel div {
    background-image: url(//cdn.insightexpress.com/ix/images/cdn-0/alert-warning.png);
}

.InfoPanel div {
    background-image: url(//cdn.insightexpress.com/ix/images/cdn-0/alert-info.png);
}

.SuccessPanel div {
    background-image: url(//cdn.insightexpress.com/ix/images/cdn-0/alert-success.png);
}

#mega-menu-links {
    margin: 0;
    padding: 0;
}

.mega-hover {
    background: #d2e1f8;
    position: absolute;
    min-width: 210px;
    padding: 5px;
    border: 2px solid D3E0F8;
    z-index: 999;
    box-shadow: 2px 2px 4px 0 rgba(0,0,0,.2);
    display: none;
    min-height: 40px;
    max-height: 500px;
    overflow: auto;
}

    .mega-hover a.folder {
        background-image: url(//cdn.insightexpress.com/ix/images/cdn-0/folder.png);
        background-position: 0 50%;
        background-repeat: no-repeat;
        padding-left: 20px !important;
        display: block;
    }

    .mega-hover a.survey {
        background-image: url(//cdn.insightexpress.com/ix/images/cdn-0/survey.png);
        background-position: 0 50%;
        background-repeat: no-repeat;
        padding-left: 20px !important;
        display: block;
    }

.ajax-loader {
    background: url(//cdn.insightexpress.com/ix/images/cdn-0/ajax-loader-menu.gif) 50% 50% no-repeat;
    padding: 10px;
    height: 25px;
}

ul.mega-menu-items li a .mega-hover a {
    color: #333;
    font-weight: normal;
    padding: 3px 15px;
    text-shadow: none;
    max-width: 999px;
}

.mega-hover a:hover {
    background-color: #5b82c6;
    color: #fff;
}

ul.mega-menu-items li a .mega-hover a:hover {
    background-color: #3f6dbc;
    color: #fff;
}

#mega-menu-links li {
    cursor: pointer;
    color: #fff;
    font-family: "pt sans narrow","arial narrow",arial;
    font-weight: bold;
    font-size: 18px;
    display: inline-block;
    position: relative;
    z-index: 0;
    padding-right: 17px;
    margin-right: 5px;
    padding-left: 5px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAGCAYAAAD37n+BAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAAAFZJREFUKFNjWLLrqQoQG2PB/P///2dAxyANUUD8Hw0/AWIeXBpA+DBUIQxnAjGGYmQNBkD8B4hBis8DMTMQ49UAwtOAGKTBBiZGSIMQEM9E4mPR8J8BAF3oyL/xuXiTAAAAAElFTkSuQmCC') 100% 50% no-repeat;
}

    #mega-menu-links li a {
        color: #fff;
        font-weight: bold;
    }

    #mega-menu-links li:hover a, #mega-menu-links li.active a {
        color: #3f6dbc;
    }

    #mega-menu-links li.active, #mega-menu-links li:hover {
        background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAGCAYAAAD37n+BAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAAAExJREFUKFNj+P//P0kYREwDYnRQAcQYikEYREgA8WcghoHbQMwGxBiKQRjGAJkIA95AjKIIGcMYIBNBJm+B8nFiZI4HEKsg8bHg/wwAWwTk337G1b4AAAAASUVORK5CYII=') 100% 50% no-repeat;
        background-color: #d3e0f8;
        color: #3f6dbc;
        z-index: 999;
    }

#mega-menu {
    display: none;
    position: absolute;
    left: 140px;
    padding: 4px;
    background: #d3e0f8;
    box-shadow: 0 0 15px 3px rgba(0,0,0,.35);
    z-index: 998;
    width: auto;
}

#mega-menu-text {
    width: 160px;
    float: left;
    padding: 10px 20px;
    box-sizing: content-box;
}

    #mega-menu-text h1 {
        margin: 0;
        margin-bottom: 10px;
        font-family: "pt sans narrow",arial;
        font-size: 36px;
        font-weight: normal;
        line-height: 95%;
        color: #000;
    }

    #mega-menu-text p {
        font-family: "pt sans",arial;
        font-weight: normal;
        font-size: 14px;
        line-height: 150%;
        margin: 0;
        white-space: normal !important;
    }

#mega-menu-groups {
    float: left;
    background: #658ac9 url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAGFCAIAAACzIQ6kAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAOwgAADsIBFShKgAAAABh0RVh0U29mdHdhcmUAcGFpbnQubmV0IDQuMC45bDN+TgAAAKdJREFUOE+lw1cSwVAUAFA703vvvfMpuiBqEGFNes+ufJu59+YlzswxGBuHnyZOezN3ZN9ka2Fsbam3tU7q23R7h+4gOrtn3V09vJvo6V/gA7yX6OPhfv6KH8IDyODohg6NtQ0L8IhwB0cn2sem8PjsAU5Q5/AkMrV4otPYJT4j4rPiC5xb6Ztfv9EFlcUNUaKXpA+5vFVfYSmzrcoK09qOfX3/573yBRD3YM6nDRpeAAAAAElFTkSuQmCC') 0 0 repeat-x;
    padding: 10px;
}

#mega-menu-group-wrap {
    overflow: hidden;
}

.mega-menu-group h1, .mega-menu-subgroup {
    background: #a4bae5;
    margin: 0;
    padding: 6px 12px !important;
    font-family: "pt sans narrow",arial;
    font-size: 18px;
    font-weight: normal;
    text-shadow: 0 1px 0 #000;
    color: #000;
}

.mega-menu-group {
    background: #7496d0 url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEWCAIAAAAo02pJAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAOwgAADsIBFShKgAAAABh0RVh0U29mdHdhcmUAcGFpbnQubmV0IDQuMC45bDN+TgAAAHBJREFUOE+tw4kRgjAQBdCUiqAi3oi0EDzAE9IT4kE6ooH9m0nMm3kikK2XI/kyL/jhwX30x/HR7eTU0c/4lBnDb7ykz8Ck+ng7v9AX6NX+ElzdvuQ192538/jBW5dPPAV3tesezgz3DVPxc6VFrvQA+drqq5C0RHUAAAAASUVORK5CYII=') 0 0 repeat-x;
    float: left;
    margin-left: 10px;
    padding-bottom: 500em;
    margin-bottom: -500em;
}

    .mega-menu-group:first-child {
        margin-left: 0;
    }

ul.mega-menu-items li.mega-menu-subgroup {
    margin-top: 15px;
    margin-bottom: 10px;
}

ul.mega-menu-items {
    margin: 0;
    margin: 10px 0;
    padding: 5px 0;
    float: left;
    border-right: 1px solid #83a1d8;
}

    ul.mega-menu-items:last-child {
        border-right: none;
    }

    ul.mega-menu-items li {
        padding: 0 5px;
        margin: 0;
        list-style-type: none;
    }

        ul.mega-menu-items li a {
            color: #fff;
            display: block;
            font-family: "pt sans",arial;
            font-weight: bold;
            padding: 4px 15px;
            margin-bottom: 2px;
            max-width: 225px;
            text-shadow: 0 0 1px rgba(0,0,0,.5);
            -webkit-transition: background 100ms ease;
            -moz-transition: background 100ms ease;
            -ms-transition: background 100ms ease;
            -o-transition: background 100ms ease;
            transition: background 100ms ease;
        }

            ul.mega-menu-items li a:hover {
                background-color: #d2e1f8;
                color: #426fbd;
                text-shadow: none;
            }

                ul.mega-menu-items li a:hover .mega-hover {
                    display: block;
                }

                ul.mega-menu-items li a:hover .menu-item-note {
                    color: #666;
                }

.menu-item-note {
    font-family: "pt sans",arial;
    font-weight: normal;
    font-size: 12px;
    color: #b2dbf1;
    text-transform: lowercase;
    margin-top: -3px;
    text-shadow: none;
}

table.grid {
    background: #fff;
    border: 1px solid #cbcbcb;
    border-collapse: collapse;
    empty-cells: show;
    margin: 30px 0;
}

    table.grid .exportControls {
        float: right;
        visibility: hidden;
        line-height: 0;
    }

        table.grid:hover .exportControls, table.grid .exportControls.open {
            visibility: visible;
        }

    table.grid caption {
        text-align: left;
        border: 1px solid #cbcbcb;
        border-bottom: none;
        color: #90ade5;
        font-size: 16px;
        font-weight: bold;
        padding: 25px 15px;
        line-height: 36px;
        background: #fff;
    }


    table.grid tbody th {
        text-align: left;
        font-weight: normal;
    }

    table.grid thead th {
        border: 1px solid #cbcbcb;
        font-weight: bold;
        padding: 14px 6px;
        vertical-align: top;
        text-align: left;
    }

    table.grid th.sortable {
        cursor: pointer;
    }

    table.grid th.sorted .colHeader {
        padding-right: 16px;
        background: url(//cdn.insightexpress.com/ix/images/cdn-0/sorted-ascending.png) 100% 50% no-repeat;
    }

    table.grid th.sorted.desc .colHeader {
        background-image: url(//cdn.insightexpress.com/ix/images/cdn-0/sorted-descending.png);
    }

    table.grid th SPAN[title] {
        background: url(//cdn.insightexpress.com/ix/images/cdn-0/wavy-underline.png) bottom repeat-x;
        padding-bottom: 1px;
    }

    table.grid > tbody > tr > td, table.grid > thead > tr > th {
        border: 1px solid #cbcbcb;
        padding: 14px 12px;
    }

    table.grid.no-border > tbody > tr > td, table.grid.no-border > thead > tr > th {
        border: none;
    }


    table.grid.striped > tbody > tr:nth-child(2n) > td {
        background-color: #f1f1f1;
    }

    table.grid:not(.no-hover) > tbody > tr:hover > td {
        background-color: #d2e1f8 !important;
    }

    table.grid tr.pager > td {
        padding: 0;
    }

table.pager td {
    border: 0;
    padding: 2px 4px;
}

table td.right {
    text-align: right;
}

table td.center, table th.center {
    text-align: center;
}

table.grid.condensed caption, .admin-page table.grid caption {
    padding: 8px 6px;
}

table.grid.condensed > tbody > tr > td, table.grid.condensed > tbody > tr > th, .admin-page table.grid > tbody > tr > td, .admin-page table.grid > thead > tr > th {
    padding: 7px 6px;
}

table.grid .dropdown-toggle {
    border: 1px solid #ccc;
}

.dropdown-toggle.wide {
    padding-left: 15px;
    padding-right: 15px;
}

.admin-page table.grid .btn-group button, table.grid.condensed .btn-group button {
    padding-top: 2px;
    padding-bottom: 2px;
}

table.topline-table tr.response td:first-child {
    font-weight: bold;
}

table.topline-table tr.no-answer td, table.topline-table th.no-answer, table.topline-table td.no-answer {
    color: #999;
}

section ul.tabstrip {
    background: #fff;
    padding-left: 200px;
}

section .tabstrippanes {
    margin-left: 180px;
    background: #fff;
}

section.tabstrip .section-title h1 {
    margin-top: 45px;
}

.tab-container {
    margin: 20px 0;
}

ul.tabstrip {
    margin: 0;
    padding: 0;
    white-space: nowrap;
    font-size: 0;
}

    ul.tabstrip li {
        list-style-type: none;
        display: inline-block;
        margin-right: 4px;
    }

img.tabstripicon {
    display: none;
}

ul.tabstrip li a {
    color: #999;
    text-decoration: none;
    background: #d2e1f8;
    display: inline-block;
    padding: 8px 3.6px;
    font-family: "pt sans narrow","arial narrow",arial;
    font-size: 15px;
    font-weight: bold;
    vertical-align: bottom;
    transition: padding .2s ease,color .2s ease;
}

    ul.tabstrip li a:hover {
        color: #fff;
    }

ul.tabstrip li.selected a {
    background: #a3bae4;
    color: #fff;
}

.tabPane {
    display: none;
}

    .tabPane.current {
        display: block;
    }

.tabstrippanes {
    border: 6px solid #a3bae4;
    padding: 18px 40px;
}

ul.tabstrip + div {
    border: 6px solid #a3bae4;
    padding: 18px 40px;
}

ul.tabstrip li a.current {
    background: #a3bae4;
    color: #fff;
    padding: 12px 15px;
    transition: none;
}

.tabPane > .innerContent > div *:first-child {
    margin-top: 0;
}

.tabPane > .innerContent > div *:last-child {
    margin-bottom: 0;
}

#mini-tooltip {
    z-index: 20000;
    background-color: #3f6dbc;
    border: 1px solid #93adda;
    color: #fff;
    display: none;
    font-size: 11px;
    font-weight: bold;
    opacity: 1;
    padding: 7px 9px;
    pointer-events: none;
    position: absolute;
    visibility: visible;
    word-break: break-all;
    word-break: break-word;
}

#mini-tooltip-arrow {
    width: 10px;
    height: 6px;
    background: url(//cdn.insightexpress.com/ix/images/cdn-0/mini-tooltip-arrow.png);
    position: absolute;
    top: -6px;
    left: 50%;
    margin-left: -5px;
}

#mini-tooltip.chart {
    background: #fff;
    border: 1px solid #d8d5d5;
    color: #000;
    padding: 8px;
    width: 100px;
}

    #mini-tooltip.chart #mini-tooltip-arrow {
        background-image: url(//cdn.insightexpress.com/ix/images/cdn-0/chart-tooltip-arrow.png);
        width: 30px;
        height: 14px;
        left: 48px;
        top: -14px;
    }

div.tooltip-chart {
    width: 100px;
    height: 16px;
    background: #cdcbcb;
    display: inline-block;
}

span.tooltip-chart {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(//cdn.insightexpress.com/ix/images/cdn-0/chart.png);
    text-indent: -9999px;
}

    span.tooltip-chart.red {
        background-image: url(//cdn.insightexpress.com/ix/images/cdn-0/chart-red.png);
    }

.tooltip-chart-bar {
    background: #3f6dbc;
    height: 100%;
}

.SimpleDropDownMenu {
    position: absolute;
    border: 1px solid #d8d5d5;
    background: #fff;
    visibility: hidden;
    width: auto;
    line-height: 16px;
    z-index: 100;
    overflow: auto;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

    .SimpleDropDownMenu > div {
        display: none;
    }

    .SimpleDropDownMenu a b {
        color: #3f6dbb;
    }

    .SimpleDropDownMenu a, .AC_DisplayLink {
        display: block;
        padding: 5px 10px;
        color: #000;
    }

        .SimpleDropDownMenu a span {
            background-position: 0 50%;
            background-repeat: no-repeat;
            white-space: nowrap;
            padding-left: 20px;
        }

            .SimpleDropDownMenu a span.note {
                line-height: 12px;
                color: #666;
                font-size: smaller;
            }

        .SimpleDropDownMenu a:hover span.note {
            color: #ccc;
        }

        .SimpleDropDownMenu a:hover, .SimpleDropDownMenu a.highlighted {
            background-color: #3f6dbc;
            text-decoration: none !important;
            color: #fff;
        }

            .SimpleDropDownMenu a:hover b, .SimpleDropDownMenu a.highlighted b {
                color: #fff;
            }

        .AC_DisplayLink:hover {
            border: 1px solid #6693cf;
            background-color: #ffe7a2;
        }

.AC_Highlight {
    color: #fff;
    background-color: #39f;
}

.SimpleDropDownMenu a.disabled {
    color: gray;
}

    .SimpleDropDownMenu a.disabled:hover {
        background-color: transparent;
        border: 1px solid transparent;
        color: gray;
    }

.SimpleDropDownMenu a.header {
    color: #fff;
    background-color: #6693cf;
    overflow: hidden;
    padding-left: 0;
    padding-right: 0;
    width: 200px;
    overflow-x: hidden;
    text-overflow: ellipsis;
}

    .SimpleDropDownMenu a.header span {
        padding-left: 4px;
        padding-right: 4px;
    }

    .SimpleDropDownMenu a.header:hover {
        cursor: default;
        background-color: #6693cf;
        border: 1px solid transparent;
        color: #fff;
    }

#SurveyControls th {
    padding-bottom: 4px;
}

#SurveyControls .SimpleDropDownMenu a {
    padding: 5px 10px 5px 25px !important;
    background-position: 4px 50% !important;
    display: block;
}

div.popin {
}

    div.popin h1 {
        font-size: 18px;
        color: #444;
        border-bottom: 1px solid #ccc;
        margin: 0 0 1em 0;
    }

#colorbox {
    box-shadow: 0 0 14px rgba(0,0,0,.5);
}

#colorbox, #cboxOverlay, #cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
}

#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
    clear: left;
}

#cboxContent {
    position: relative;
}

#cboxLoadedContent {
    overflow: auto;
}

#cboxTitle {
    margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
    cursor: pointer;
}

.cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
}

.cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
}

#cboxOverlay {
    background: url(//cdn.insightexpress.com/ix/images/colorbox/cdn-0/overlay.png) repeat 0 0;
    opacity: .5;
}

#colorbox {
    border: 8px solid #e9e9e9;
}

#cboxContent {
    background: #fff;
    overflow: hidden;
}

#cboxError {
    padding: 50px;
    border: 1px solid #ccc;
}

#cboxLoadedContent {
    margin: 20px;
}

#cboxTitle {
    position: absolute;
    bottom: 4px;
    left: 0;
    text-align: center;
    width: 100%;
    color: #949494;
}

#cboxCurrent {
    position: absolute;
    bottom: 4px;
    left: 58px;
    color: #949494;
}

#cboxSlideshow {
    position: absolute;
    bottom: 4px;
    right: 30px;
    color: #0092ef;
}

#cboxPrevious {
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(//cdn.insightexpress.com/ix/images/colorbox/cdn-0/controls2.png) no-repeat -75px 0;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
}

    #cboxPrevious.hover {
        background-position: -75px -25px;
    }

#cboxNext {
    position: absolute;
    bottom: 0;
    left: 27px;
    background: url(//cdn.insightexpress.com/ix/images/colorbox/cdn-0/controls2.png) no-repeat -50px 0;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
}

    #cboxNext.hover {
        background-position: -50px -25px;
    }

#cboxLoadingOverlay {
    background: url(//cdn.insightexpress.com/ix/images/colorbox/cdn-0/loading_background.png) no-repeat center center;
}

#cboxLoadingGraphic {
    background: url(//cdn.insightexpress.com/ix/images/colorbox/cdn-0/loading.gif) no-repeat center center;
}

#cboxClose {
    position: absolute;
    top: -10px;
    right: -10px;
    background: url(//cdn.insightexpress.com/ix/images/colorbox/cdn-0/x.png) no-repeat;
    width: 25px;
    height: 29px;
    text-indent: -9999px;
    margin-left: -24px;
}

    #cboxClose.hover {
        background-position: 0 0;
    }

.cboxIE #cboxTopLeft, .cboxIE #cboxTopCenter, .cboxIE #cboxTopRight, .cboxIE #cboxBottomLeft, .cboxIE #cboxBottomCenter, .cboxIE #cboxBottomRight, .cboxIE #cboxMiddleLeft, .cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

#window-overlay {
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
}

#dialog-wrap, #modaldiv-wrap {
    text-align: center;
    position: fixed;
    z-index: 1002;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.overlay-dialog, .dialog, .overlay-div {
    background: #fff;
    padding: 20px 30px;
    text-align: left;
    max-width: 400px;
    margin: 0 auto;
    position: relative;
    z-index: 1001;
    top: 50%;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.5);
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    color: #111;
}

.dialog {
    z-index: 0;
    max-width: 600px;
    position: static;
    box-shadow: none;
    border: 1px solid #ccc;
    box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);
}

.dialog-wide {
    max-width: 9999px;
}

.dialog h1 {
    color: #a5b0c6;
    text-transform: uppercase;
    font-size: 17px;
    margin: 0;
    font-weight: normal;
}

.dialog hr {
    background: #eee;
    height: 1px;
    border: none;
}

.overlay-dialog.hidden, .overlay-div.hidden {
    opacity: 0;
    -webkit-transform: scale(.5);
    -moz-transform: scale(.5);
    -ms-transform: scale(.5);
    -o-transform: scale(.5);
    transform: scale(.5);
}

.overlay-dialog h1, .overlay-div h1 {
    margin-top: 0;
}

.overlay-dialog a.close, .overlay-div a.close {
    position: absolute;
    margin: 5px;
    margin-top: 0;
    padding: 0;
    right: 0;
    top: 0;
    cursor: pointer;
    text-decoration: none;
    color: #333;
    font-style: normal;
    font-size: 25px;
}

    .overlay-dialog a.close:hover, .overlay-div a.close.hover {
        opacity: 1;
    }

.overlay-dialog .buttons, .dialog .buttons, .overlay-div .buttons {
    margin-top: 40px;
    border-top: 1px solid #e0e0e0;
    padding-top: 20px;
}

.overlay-dialog button, .overlay-div button {
    padding: 5px 20px;
}

@media print {
    header, footer, #pageTitleButtons, .no-print {
        display: none;
    }
}

.page-progress-fixed {
    position: fixed;
    left: 0;
    top: 0;
    width: 0;
    z-index: 9999999;
}

.page-progress-bar {
    width: 0%;
    height: 2px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    background-color: #3f6dbc;
}

ul.tree {
    list-style-type: none;
    padding: 0;
}

    ul.tree .highlighted {
        background-color: #d2e1f8;
    }

    ul.tree div > ul {
        padding: 0 0 0 5px;
        list-style-type: none;
    }

    ul.tree a.expand, ul.tree a.expandTree {
        display: inline-block;
        color: #000;
        padding-left: 16px;
        background: url(//cdn.insightexpress.com/ix/images/cdn-0/panelClosed.png) 0 3px no-repeat;
        margin-bottom: 2px;
    }

    ul.tree a:hover {
        text-decoration: underline;
    }

    ul.tree li.open > a.expand, ul.tree li.open > a.expandTree {
        background-image: url(//cdn.insightexpress.com/ix/images/cdn-0/panelOpen.png);
        font-weight: bold;
    }

    ul.tree a.expand + div, ul.tree a.expandTree + div {
        display: none;
        margin-left: 12px;
        margin-bottom: 5px;
        padding: 3px 0;
    }

div.filter-tree {
    border: none;
    max-height: none;
}

ul.tree div label {
    display: block;
    white-space: nowrap;
    color: #555;
    position: relative;
}

    ul.tree div label:hover {
        text-decoration: underline;
    }

input.tree-search {
    background: url(//cdn.insightexpress.com/ix/images/cdn-0/nav-search-background.png) 100% 0;
    padding-right: 20px;
}

@-webkit-keyframes pulse {
    from {
        background-color: #6388ca;
    }

    to {
        background: #d3e0f8;
    }
}

@keyframes pulse {
    from {
        background-color: #6388ca;
    }

    to {
        background: #d3e0f8;
    }
}

@-webkit-keyframes pulse2 {
    from {
        border-left-color: #6388ca;
    }

    to {
        border-left-color: #d3e0f8;
    }
}

@keyframes pulse2 {
    from {
        border-left-color: #6388ca;
    }

    to {
        border-left-color: #d3e0f8;
    }
}

ul.multi-step-indicator {
    padding: 0;
    white-space: nowrap;
}

    ul.multi-step-indicator li {
        display: inline-block;
        height: 30px;
        line-height: 30px;
        margin: 5px 1px 0 0;
        position: relative;
    }

        ul.multi-step-indicator li:before {
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            border-style: solid;
            border-width: 15px 0 15px 15px;
            border-color: transparent transparent transparent #fff;
            z-index: 0;
        }

        ul.multi-step-indicator li:first-child:before {
            border-color: transparent;
        }

        ul.multi-step-indicator li span:after {
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            right: -13px;
            border-style: solid;
            border-width: 15px 0 15px 15px;
            border-color: transparent transparent transparent #cbcbcb;
            z-index: 10;
        }

        ul.multi-step-indicator li:last-child span:after {
            border: 0;
        }

        ul.multi-step-indicator li:last-child span {
            border-top-right-radius: 3px;
            border-bottom-right-radius: 3px;
        }

        ul.multi-step-indicator li:first-child span {
            border-top-left-radius: 3px;
            border-bottom-left-radius: 3px;
            padding-left: 15px;
        }

        ul.multi-step-indicator li.active span {
            z-index: 100;
            -webkit-animation: pulse .8s;
            -webkit-animation-iteration-count: infinite;
            -webkit-animation-direction: alternate;
            animation: pulse .8s;
            animation-direction: alternate;
            animation-iteration-count: infinite;
        }

            ul.multi-step-indicator li.active span:after {
                -webkit-animation: pulse2 .8s;
                -webkit-animation-iteration-count: infinite;
                -webkit-animation-direction: alternate;
                animation: pulse2 .8s;
                animation-direction: alternate;
                animation-iteration-count: infinite;
            }

        ul.multi-step-indicator li span {
            display: block;
            background: #cbcbcb;
            padding: 0 13px 0 25px;
            text-align: center;
        }

        ul.multi-step-indicator li.done span {
            background: #68ab32;
        }

            ul.multi-step-indicator li.done span:after {
                border-left-color: #68ab32;
            }

div.backToQuestions {
    float: left;
    position: relative;
    top: 10px;
}

a#favorite-link {
    font-size: 230%;
    position: absolute;
    margin-left: -30px;
    margin-top: -2px;
    color: #999;
    cursor: pointer;
}

    a#favorite-link.favorite {
        color: #3f6dbc;
    }

#system-status {
    padding: 3px;
    color: #333 !important;
    border-radius: 3px;
    background: #ccc;
}

    #system-status.good {
        background: #84d95a;
    }

    #system-status.bad {
        background: #ebd52f;
    }

    #system-status.down {
        background: #f3553d;
    }

    #system-status.active {
        -webkit-animation: pulse1 1s linear infinite alternate;
        -moz-animation: pulse1 1s linear infinite alternate;
        -ms-animation: pulse1 1s linear infinite alternate;
        animation: pulse1 1s linear infinite alternate;
    }

@keyframes pulse1 {
    from {
        opacity: .5;
    }

    to {
        opacity: 1;
    }
}

.arrow-box {
    background: #fff;
    -webkit-box-shadow: 0 1px 8px 0 rgba(0,0,0,.5);
    -moz-box-shadow: 0 1px 8px 0 rgba(0,0,0,.5);
    box-shadow: 0 1px 8px 0 rgba(0,0,0,.5);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    display: none;
    position: absolute;
    margin-top: -27px;
    margin-left: 15px;
    font-size: 13px;
    z-index: 2;
}

.arrow-box-right .arrow-box-inner {
    margin-top: 0;
}

.arrow-box.arrow-box-right:before {
    position: absolute;
    right: 0;
}

.arrow-box ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.arrow-box li.separator {
    border-top: 1px solid #ccc;
    margin: 0.5em;
}

.arrow-box ul a {
    padding: 4px 8px;
    display: block;
    font-size: 15px;
    color: #333;
}

    .arrow-box ul a i {
        padding-right: 10px;
        width: 20px;
        display: inline-block;
        text-align: center;
    }

    .arrow-box ul a:hover {
        color: #3f6dbb;
    }

.arrow-box-inner {
    text-align: left;
    background: #fff;
    margin-top: -50px;
    padding: 15px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    min-height: 42px;
    min-width: 35px;
}

.arrow-box:before {
    content: '';
    position: relative;
    top: 10px;
    background: #fff;
    display: block;
    width: 50px;
    height: 50px;
    -webkit-box-shadow: 0 1px 8px 0 rgba(0,0,0,.5);
    -moz-box-shadow: 0 1px 8px 0 rgba(0,0,0,.5);
    box-shadow: 0 1px 8px 0 rgba(0,0,0,.5);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.arrow-box-top:before {
    top: 0;
    left: 10px;
}

.arrow-box-top {
    margin-top: .8em;
    margin-left: 0;
}

.align-right {
    text-align: right;
}

.cke_top, .cke_bottom {
    background: none !important;
    border-bottom: 1px solid #ccc !important;
}

.cke_bottom {
    border: none !important;
    border-bottom: 1px solid #ccc !important;
}

.ajax-table .grid {
    width: 100%;
    margin-top: 0;
}

    .ajax-table .grid > thead > tr > th, .ajax-table .grid > tbody > tr > td {
        border-color: #f4f4f4;
        padding: 8px;
    }

.ajax-table .pagination {
    float: right;
    margin-top: 0;
    display: inline-block;
    padding-left: 0;
    border-radius: 4px;
}

    .ajax-table .pagination > li {
        display: inline;
    }

.ajax-table table.grid > tbody > tr:hover > td {
    background-color: #f5f5f5 !important;
}

.ajax-table .pagination > li > a {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

    .ajax-table .pagination > li > a.current {
        background: #eceff4;
    }

    .ajax-table .pagination > li > a:hover {
        background-color: #eee;
        border-color: #ddd;
    }

.ajax-table select {
    padding-left: 10px;
    padding-right: 25px;
}

.ajax-table > p {
    padding-left: 8px;
}

.ajax-table tfoot td {
    padding-right: 0;
    border: 1px solid rgba(0,0,0,0);
}

.ajax-table tfoot .pagination {
    margin-top: 1em;
}

.ajax-table th.sortable:after {
    content: "";
    color: #999;
    opacity: .5;
    font-family: FontAwesome;
    float: right;
}

.ajax-table th.sortable.sorted:after {
    content: "";
    opacity: 1;
    color: #013459;
}

.ajax-table th.sortable.sorted.desc:after {
    content: "";
}

.ajax-table-controls select, .ajax-table-controls input {
    margin-right: 20px;
    max-width: 300px;
}

.ajax-table-controls .ajax-table-folder {
    padding-left: 20px;
    background: url(/ix/images/folder.png) 2px 50% no-repeat;
}

.select2-dropdown, .select2-container--default .select2-selection--single {
    border-radius: 0 !important;
    border-color: gray !important;
}

#lstTargets > table {
    margin-left: -10%;
    width: 100%;
}

    #lstTargets > table > tbody > tr:nth-child(2) > td:nth-child(3) > select:nth-child(2) > option {
        width: 50em;
    }

    #lstTargets > table > tbody > tr:nth-child(2) > td:nth-child(3) > select {
        overflow-x: auto;
    }

    #lstTargets > table > tbody > tr:nth-child(2) > td:nth-child(1) > select:nth-child(2) > option {
        width: 50em;
    }

    #lstTargets > table > tbody > tr:nth-child(2) > td:nth-child(1) > select {
        overflow-x: auto;
    }

.growl {
    position: fixed;
    background: #f4f8fa;
    padding: 5px 8px;
    font-size: 20px;
    left: 50%;
    bottom: 0;
    z-index: 9999999;
    border: 2px solid #5bc0de;
    transform: translate(-50%,101%);
    transition: transform .5s ease-in;
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

    .growl h1 {
        color: #5bc0de;
        font-size: 15px;
    }

    .growl.visible {
        transform: translate(-50%,-5px);
    }

    .growl > div {
        font-size: 15px;
        color: #333;
    }

    .growl ul {
        padding: 1em 2em;
        margin: 0;
    }




.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-danger {
    color: #DC3545;
}

.card.no-padding {
    padding: 0 !important;
}


script {
    display: none !important;
}
