@import url(vendor/normalize.css);
@import url(vendor/icheck-theme-grey.css);
@import url(vendor/daterangepicker.css);
@import url(vendor/tooltipster.css);

.status-bubble {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    -ms-background-clip: padding-box;
    background-clip: padding-box;
    background: #f0f0f0;
    border: 1px solid #d0d0d0;
    color: #fff;
    display: inline-block;
    height: 10px;
    width: 10px;
    cursor: crosshair;
}

    .status-bubble.status-green {
        background: #5FA835;
        border-color: #498129;
    }

    .status-bubble.status-red {
        background: #EB4646;
        border-color: #e51919;
    }

    .status-bubble.status-yellow {
        background: #FFE454;
        border-color: #ffdc21;
        color: #303030;
    }

    .status-bubble.status-white {
        background: #fff;
        color: #303030;
    }

.force-scrollbar::-webkit-scrollbar, .nav-module-subnav::-webkit-scrollbar {
    -webkit-appearance: none;
}

    .force-scrollbar::-webkit-scrollbar:vertical, .nav-module-subnav::-webkit-scrollbar:vertical {
        width: 6px;
    }

    .force-scrollbar::-webkit-scrollbar:horizontal, .nav-module-subnav::-webkit-scrollbar:horizontal {
        height: 6px;
    }

.force-scrollbar::-webkit-scrollbar-thumb, .nav-module-subnav::-webkit-scrollbar-thumb {
    border: 2px solid #5a5a5a;
    /* should match background, can't be transparent */
    background-color: #5a5a5a;
}

.force-scrollbar::-webkit-scrollbar-track, .nav-module-subnav::-webkit-scrollbar-track {
    background-color: #eaeaea;
}

.centered {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
}

.horz-list {
    margin: 0;
    padding: 0;
}

    .horz-list li {
        float: left;
        list-style: none;
        margin: 0;
        padding: 0;
    }

.truncate, .nav-module-section a {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.print-only {
    display: none;
}

.page-break {
    display: none;
}

.position-relative {
    height: 100%;
    position: relative;
    width: 100%;
}

.disable-link {
    pointer-events: none;
}

.clear:before, .clear:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
}

.clear:after {
    clear: both;
}

.no-wrap {
    white-space: nowrap;
}

.inline {
    display: inline-block;
    width: auto;
}

.block {
    display: block;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.align-right {
    text-align: right;
}

.align-left {
    text-align: left;
}

.align-center {
    text-align: center;
}

.justify {
    text-align: justify;
}

.center {
    display: block;
    margin: 0 auto;
}

/*=======================================
  TYPOGRAPHY
-----------------------------------------*/
html {
    -webkit-text-size-adjust: none;
}

body {
    font: 400 12px/1 "Ubuntu", helvetica, arial, sans-serif;
    -webkit-text-size-adjust: none;
}

h1, .h1 {
    font-size: 1.8em;
}

h2, .h2 {
    font-size: 1.5em;
}

h3, .h3 {
    font-size: 1.2em;
}

h4, .h4 {
    font-size: 1em;
}

h5, .h5 {
    font-size: 1em;
}

h6, .h6 {
    font-size: .8em;
}

h1, h2, h3, h4, h5 {
    font-weight: 300;
    margin: 0 0 .75em 0;
}

ul {
    margin: 0 0 1.25em 0;
    padding: 0 0 0 20px;
}

li {
    margin-bottom: .5em;
}

    li ul {
        margin-top: .75em;
        padding-left: 10px;
    }

        li ul li {
            list-style: none;
            padding-left: 20px;
        }

p, li {
    color: #3a3a3a;
    margin: 0 0 1.5em 0;
}

a {
    color: #1c90d3;
    display: inline-block;
    outline: 0;
    text-decoration: none;
}

    a:hover {
        color: #1671a6;
    }

    a:active, a:focus {
        outline: 0;
    }

em,
cite {
    font-style: italic;
}

strong {
    font-weight: 500;
}

sup,
sub {
    font-size: .7em;
}

/*=======================================
  PAGE HEADER
-----------------------------------------*/
#page-header {
    background: #fff;
    /*min-width: 767px;*/
    padding: 10px 20px;
    position: relative;
}

/*=======================================
  HEADER LOGO
-----------------------------------------*/
.header-logo {
    float: left;
    margin: 0;
}

    .header-logo img {
        height: auto;
        max-height: 46px;
        width: auto;
    }

/*=======================================
  MENU TOGGLE BUTTON
-----------------------------------------*/
.btn-header-menu-toggle {
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    transition: color 0.3s ease;
    display: block;
    float: left;
    color: #adadad;
    left: 210px;
    margin-top: -12px;
    outline: 0;
    position: absolute;
    top: 50%;
}

    .btn-header-menu-toggle .fa {
        font-size: 1.8em;
    }

    .btn-header-menu-toggle:hover {
        color: #8a8a8a;
    }

/*=======================================
  HEADER ITEMS
-----------------------------------------*/
.header-items-wrap {
    float: right;
}

.header-item {
    float: right;
    margin: 0 10px;
    position: relative;
}

    .header-item > a {
        -webkit-transition: color 0.3s ease;
        -moz-transition: color 0.3s ease;
        -ms-transition: color 0.3s ease;
        transition: color 0.3s ease;
        color: #adadad;
        font-size: 1.1em;
        padding: 10px;
    }

        .header-item > a:hover {
            color: #8a8a8a;
        }

    .header-item:hover .header-item-subnav {
        display: block;
    }

.header-item-divider {
    background: #eaeaea;
    float: right;
    height: 35px;
    margin-top: 5px;
    padding: 0;
    width: 1px;
}

.header-item-account {
    margin-top: 5px;
}

    .header-item-account .fa-angle-down {
        margin-left: 4px;
    }

.header-item-translate {
    margin-top: 5px;
}

    .header-item-translate .fa-angle-down {
        margin-left: 4px;
    }

.header-item-notifications {
    padding: 0 10px;
}

    .header-item-notifications > a {
        position: relative;
    }

        .header-item-notifications > a.active .fa-bell {
            color: #202020;
        }

            .header-item-notifications > a.active .fa-bell:hover {
                color: #202020;
            }

    .header-item-notifications .fa-bell {
        font-size: 2em;
    }

    .header-item-notifications .notification-count {
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -ms-border-radius: 30px;
        border-radius: 30px;
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding-box;
        -ms-background-clip: padding-box;
        background-clip: padding-box;
        background: #EF2626;
        color: #fff;
        font-size: .8em;
        font-weight: 600;
        height: 16px;
        left: 4px;
        line-height: 11px;
        padding: 2px 4px;
        position: absolute;
        text-align: center;
        top: 5px;
        min-width: 16px;
    }

.header-item-page-options {
    margin-top: 5px;
}

    .header-item-page-options .fa-circle {
        font-size: .6em;
        margin-right: 4px;
    }

/*=======================================
  HEADER ITEM SUBMENU
-----------------------------------------*/
.header-item-subnav {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    -ms-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.15), 2px 0 9px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.15), 2px 0 9px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 1px rgba(0, 0, 0, 0.15), 2px 0 9px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.15), 2px 0 9px rgba(0, 0, 0, 0.1);
    background: #fff;
    display: none;
    right: -20px;
    padding: 15px 10px;
    position: absolute;
    top: 30px;
    width: 165px;
    z-index: 9000;
}

.ie8 .header-item-subnav {
    border: 2px solid #c0c0c0;
}

.header-item-subnav ul {
    margin: 0;
    padding: 0;
}

.header-item-subnav li {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .header-item-subnav li a {
        color: #4a4a4a;
        display: block;
        padding: 7px 5px 7px 25px;
        position: relative;
    }

        .header-item-subnav li a:hover {
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            -ms-border-radius: 3px;
            border-radius: 3px;
            -webkit-background-clip: padding-box;
            -moz-background-clip: padding-box;
            -ms-background-clip: padding-box;
            background-clip: padding-box;
            background: #2286B5;
            color: #fff;
        }

        .header-item-subnav li a.item-large {
            margin: 5px 0;
        }

        .header-item-subnav li a .fa {
            left: 5px;
            margin-top: -6px;
            position: absolute;
            top: 50%;
        }

.header-item-subnav .list-divider {
    background: #E9E9E9;
    height: 1px;
    margin-bottom: 6px;
}

.header-item-subnav .subnav-caret {
    display: block;
    position: absolute;
    top: -6px;
    right: 30px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    /* left arrow slant */
    border-right: 6px solid transparent;
    /* right arrow slant */
    border-bottom: 6px solid #fff;
    /* bottom, add background color here */
    font-size: 0;
    line-height: 0;
}

.ie8 .header-item-subnav .subnav-caret, .ie9 .header-item-subnav .subnav-caret {
    display: none;
}

.subnav-header {
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 12px;
    position: relative;
}

    .subnav-header h3 {
        color: #7e7e7e;
        font-size: .85em;
        letter-spacing: .075em;
        margin: 0;
        text-transform: uppercase;
    }

.subnav-header-link {
    color: #2286B5;
    font-size: .9em;
    font-weight: 300;
    padding: 0;
    position: absolute;
    right: 15px;
    top: 12px;
}

    .subnav-header-link:hover {
        background: none;
        color: #2286B5;
        text-decoration: underline;
    }

/*=======================================
  SUBNAV: Page Options
-----------------------------------------*/
#subnav-page-options .fa-lock {
    left: 6px;
}

#subnav-page-options .subnav-caret {
    right: 40px;
}

/*=======================================
  SUBNAV: Notifications
-----------------------------------------*/
#subnav-notifications {
    padding: 0;
    top: 35px;
    right: -60px;
    /*width: 360px;*/
    min-width: 250px;
    max-width: 360px;
}

    #subnav-notifications .subnav-caret {
        right: 85px;
    }

    #subnav-notifications .subnav-header {
        margin: 0 10px;
        padding: 15px 0 10px;
    }

    #subnav-notifications .subnav-footer {
        background: #f9f9f9;
        border-top: 1px solid #EAECF1;
        padding: 10px 0;
        text-align: center;
    }

        #subnav-notifications .subnav-footer a {
            color: #2286B5;
            font-weight: 300;
            padding: 10px;
            text-align: center;
        }

            #subnav-notifications .subnav-footer a:hover {
                background: none;
                color: #2286B5;
                text-decoration: underline;
            }

.header-notification-empty {
    border-top: 1px solid #e9e9e9;
    display: none;
    padding: 30px 0 20px;
    text-align: center;
}

    .header-notification-empty .fa-bell {
        color: #c0c0c0;
        margin-bottom: 15px;
    }

    .header-notification-empty h3 {
        color: #7a7a7a;
    }

.header-notifications-wrap {
    max-height: 300px;
    overflow: auto;
    padding: 0 10px;
}

.header-notification {
    border-top: 1px solid #e9e9e9;
    border-left: 3px solid #fff;
    padding: 15px 25px 15px 8px;
    position: relative;
}

    .header-notification:first-of-type {
        border-top: none;
    }

    .header-notification:hover {
        background: none;
        border-left: 3px solid #2286B5;
        color: #4a4a4a;
        cursor: pointer;
    }

.header-notification-heading {
    color: #4a4a4a;
    font-size: .95em;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 3px;
}

.header-notification-desc {
    color: #5a5a5a;
    font-size: .95em;
    font-weight: 300;
    line-height: 1.3;
    margin-bottom: 0;
}

.header-notification-timestamp {
    color: #A2A2A2;
    display: block;
    font-weight: 300;
    font-size: .9em;
    margin-top: 10px;
}

.header-notification-dismiss {
    position: absolute;
    right: 2px;
    padding-right: 10px;
    top: 10px;
}

/*=======================================
  SUBNAVL Account Options
-----------------------------------------*/
#subnav-account {
    padding-bottom: 5px;
}

    #subnav-account .subnav-caret {
        right: 28px;
    }

    #subnav-account header {
        margin-bottom: 5px;
    }

    #subnav-account .list-divider {
        margin: 5px 0;
    }

/*=======================================
  LAYOUT
-----------------------------------------*/
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

body {
    background: #f9f9f9;
}

.container {
    background: #F9F9F9;
    padding: 20px 30px;
    position: relative;
}

.section-header {
    padding: 25px 0 20px;
}

    .section-header h2 {
        color: #202020;
        float: left;
        font-size: 1.7em;
        margin: 0;
    }

    .section-header .btn-favorite-module {
        color: #d5d5d5;
        font-size: .9em;
        margin-right: 5px;
    }

        .section-header .btn-favorite-module.active .fa {
            text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
            color: #e6ca15;
        }

    .section-header ul {
        margin-top: -6px;
    }

.section-utilities {
    float: left;
    margin-left: 20px;
}

    .section-utilities li {
        margin-right: 5px;
    }

#btn-notes-toggle .fa {
    color: #7a7a7a;
    font-size: 1.1em;
    margin-right: 3px;
}

#btn-notes-toggle span {
    display: none;
}

#btn-notes-toggle.active span {
    display: inline-block;
}

.section-admin-controls {
    float: right;
}

    .section-admin-controls li {
        margin-left: 5px;
    }

    .section-admin-controls a {
        height: 30px;
        line-height: 30px;
        padding: 0;
        width: 30px;
    }

    .section-admin-controls .fa {
        font-size: 1.3em;
        position: relative;
    }

    .section-admin-controls .fa-edit {
        font-size: 1.4em;
        top: 2px;
    }

.section-header-links {
    float: right;
    margin: -8px 0 0 0;
    padding: 0;
}

    .section-header-links li {
        float: left;
        list-style: none;
        margin: 0 0 0 15px;
        padding: 0;
    }

    .section-header-links a {
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        border-radius: 4px;
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding-box;
        -ms-background-clip: padding-box;
        background-clip: padding-box;
        color: #fff;
        padding: 10px 15px;
    }

        .section-header-links a:hover {
            background: #1e76a0;
        }

    .section-header-links .icon-sprite {
        margin: -6px 3px 0 0;
        position: relative;
        top: 4px;
    }

#content-wrap {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    left: 0;
    /*min-width: 768px;*/
    position: relative;
    width: 100%;
}

.content-section {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    -ms-background-clip: padding-box;
    background-clip: padding-box;
    background: #fff;
    border: 1px solid #EBEAEA;
    margin-bottom: 20px;
    padding: 15px 20px;
}

.content-section-header {
    border-bottom: 1px solid #EAEAEA;
    margin-bottom: 25px;
    padding: 5px 0;
    position: relative;
}

    .content-section-header h2 {
        font-size: 1.4em;
    }

/*=======================================
  REPORT TABS
-----------------------------------------*/
.report-tabs-wrap {
    background: #484848;
    border-bottom: 3px solid #626262;
    padding: 0 0 0 10px;
    width: 100%;
}

    .report-tabs-wrap ul {
        margin: 0;
        padding: 0;
    }

    .report-tabs-wrap li {
        background: #626262;
        border-top: 3px solid #484848;
        display: block;
        float: left;
        list-style: none;
        margin: 0 2px -3px 0;
        max-width: 170px;
        position: relative;
    }

        .report-tabs-wrap li:hover {
            color: #fff;
            background: #5a5a5a;
        }

            .report-tabs-wrap li:hover .report-tab-close:hover {
                background-position: -1055px -5px;
            }

        .report-tabs-wrap li.active {
            background: #F9F9F9;
            border-color: #2286B5;
            min-width: 160px;
        }

            .report-tabs-wrap li.active:hover .report-tab-close {
                background-position: -1030px -5px;
            }

                .report-tabs-wrap li.active:hover .report-tab-close:hover {
                    background-position: -1055px -5px;
                }

            .report-tabs-wrap li.active .report-tab {
                color: #303030;
            }

    .report-tabs-wrap .btn-new-report {
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        border-radius: 4px;
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding-box;
        -ms-background-clip: padding-box;
        background-clip: padding-box;
        position: relative;
        top: 1px;
    }

        .report-tabs-wrap .btn-new-report .report-tab {
            font-size: 1.2em;
            font-weight: 400;
            padding: 6px 10px;
        }

        .report-tabs-wrap .btn-new-report:hover .report-tab {
            padding: 6px 10px;
        }

.report-tab {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #fff;
    display: block;
    height: 35px;
    line-height: 35px;
    max-width: 180px;
    padding: 0 30px 0 12px;
    position: relative;
    z-index: 25;
}

    .report-tab:hover {
        color: #fff;
    }

    .report-tab.two-line {
        line-height: 1;
        top: 5px;
    }

        .report-tab.two-line span {
            color: #9a9a9a;
            display: block;
            font-size: .8em;
            position: relative;
            top: 2px;
            max-width: 120px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

.report-tab-close {
    display: block;
    margin-top: -8px;
    position: absolute;
    right: 3px;
    text-indent: -9999px;
    top: 50%;
    width: 20px;
    z-index: 30;
}

    .report-tab-close:hover {
        background-position: -1055px -5px;
    }

#close-all-tabs {
    background: none;
}

    #close-all-tabs .report-tab-close-all {
        opacity: 0.7;
        filter: alpha(opacity=70);
        height: 35px;
        padding: 0 5px 0;
        top: 2px;
    }

        #close-all-tabs .report-tab-close-all:hover {
            opacity: 1;
            filter: alpha(opacity=100);
        }

/*=======================================
  PAGINATION
-----------------------------------------*/
.pagination {
    text-align: center;
    width: 100%;
}

    .pagination ul {
        display: inline-block;
    }

    .pagination li {
        margin: 0 3px;
    }

    .pagination a {
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        border-radius: 4px;
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding-box;
        -ms-background-clip: padding-box;
        background-clip: padding-box;
        border: 1px solid #d0d0d0;
        color: #9a9aa9;
        padding: 8px 0;
        text-align: center;
        width: 30px;
    }

        .pagination a:hover, .pagination a.active {
            border-color: #1c90d3;
            color: #1c90d3;
            text-decoration: none;
        }

        .pagination a.active {
            background: #1c90d3;
            color: #fff;
        }

/*=======================================
  BREADCRUMBS
-----------------------------------------*/
#breadcrumbs {
    border-bottom: 1px solid #eaeaea;
    padding: 0 0 14px;
}

    #breadcrumbs li {
        color: #6d6d6d;
        font-size: .8em;
        font-weight: 300;
        margin-right: 0px;
        padding: 0 5px;
    }

        #breadcrumbs li:first-child {
            font-weight: 500;
            margin-right: 5px;
            padding: 0;
        }

    #breadcrumbs a {
        color: #6d6d6d;
    }

        #breadcrumbs a:hover {
            color: #303030;
        }

/*========================================
  FOOTER
------------------------------------------*/
#footer {
    background: #2286B5;
    bottom: 0;
    display: none;
    left: 0;
    padding: 12px 20px;
    position: fixed;
    width: 100%;
    z-index: 9002;
}

.footer-logo {
    float: left;
    width: 167px;
}

    .footer-logo img {
        width: 100%;
    }

.footer-logout-timer {
    border: 1px solid #5893b8;
    left: 50%;
    margin-left: -64px;
    padding: 2px 5px 4px;
    position: absolute;
    top: 8px;
}

    .footer-logout-timer.alert {
        background: #F03434;
        border-color: #F03434;
    }

        .footer-logout-timer.alert h5 {
            color: #fff;
        }

    .footer-logout-timer h5 {
        color: #D3ECFC;
        font-size: .7em;
        letter-spacing: .05em;
        margin: 0;
        text-transform: uppercase;
    }

        .footer-logout-timer h5 span {
            font-size: 1.4em;
            font-weight: 500;
            margin-bottom: -2px;
            position: relative;
            top: 1px;
        }

.footer-copyright {
    float: right;
    text-align: right;
}

    .footer-copyright p {
        color: #fff;
        font-size: .8em;
        line-height: 1;
        margin: 2px 0 0 0;
    }

/*===================================
  Global Form Element Styles
-------------------------------------*/
.form-group {
    clear: both;
    margin-bottom: 10px;
    position: relative;
    /* --- [ Select Dropdown ] --- */
    /* --- [ Checkbox ] --- */
    /* --- [ Invalid State ] --- */
}

    .form-group.faux-input {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        box-shadow: none;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        border-radius: 3px;
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding-box;
        -ms-background-clip: padding-box;
        background-clip: padding-box;
        background: #fff;
        border: 1px solid #D7D7D7;
    }

        .form-group.faux-input input[type="text"] {
            border-color: #fff;
            clear: none;
            float: left;
            padding: 0;
        }

            .form-group.faux-input input[type="text"]:focus {
                -webkit-box-shadow: none;
                -moz-box-shadow: none;
                -ms-box-shadow: none;
                box-shadow: none;
                -webkit-appearance: none;
                border: none;
                outline: none;
            }

    .form-group label {
        color: #5a5a5a;
    }

    .form-group input[type="text"],
    .form-group input[type="password"],
    .form-group input[type="email"],
    .form-group textarea {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        box-shadow: none;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        border-radius: 3px;
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding-box;
        -ms-background-clip: padding-box;
        background-clip: padding-box;
        background: #fff;
        border: 1px solid #D7D7D7;
        clear: both;
        color: #9a9a9a;
        height: 30px;
        padding: 0 10px;
        position: relative;
        width: 100%;
    }

        .form-group input[type="text"].disabled-input, .form-group input[type="text"]:disabled,
        .form-group input[type="password"].disabled-input,
        .form-group input[type="password"]:disabled,
        .form-group input[type="email"].disabled-input,
        .form-group input[type="email"]:disabled,
        .form-group textarea.disabled-input,
        .form-group textarea:disabled {
            background: #eee;
            color: #9a9a9a;
        }

        .form-group input[type="text"]:focus,
        .form-group input[type="password"]:focus,
        .form-group input[type="email"]:focus,
        .form-group textarea:focus {
            color: #4a4a4a;
        }

    .form-group textarea {
        height: 100px;
    }

    .form-group .select-wrap {
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        border-radius: 3px;
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding-box;
        -ms-background-clip: padding-box;
        background-clip: padding-box;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        box-shadow: none;
        background: white;
        /* Old browsers */
        background: -moz-linear-gradient(top, white 0%, #efefef 99%);
        /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(99%, #efefef));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, white 0%, #efefef 99%);
        /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, white 0%, #efefef 99%);
        /* Opera 11.10+ */
        background: -ms-linear-gradient(top, white 0%, #efefef 99%);
        /* IE10+ */
        background: linear-gradient(to bottom, white 0%, #efefef 99%);
        /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 );
        /* IE6-9 */
        border: 1px solid #d0d0d0;
        clear: both;
        height: 32px;
        margin-bottom: -2px;
        position: relative;
        overflow: hidden;
        width: 100%;
    }

        .form-group .select-wrap select {
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            -ms-border-radius: 0;
            border-radius: 0;
            -webkit-background-clip: padding-box;
            -moz-background-clip: padding-box;
            -ms-background-clip: padding-box;
            background-clip: padding-box;
            -webkit-appearance: none;
            -moz-appearance: none;
            background: transparent;
            border: none;
            color: #5a5a5a;
            height: 30px;
            outline: 0;
            padding: 0 10px;
            position: relative;
            width: 140%;
            z-index: 50;
        }

.ie8 .form-group .select-wrap select {
    top: -6px;
}

.form-group .select-arrow {
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    z-index: 40;
}

.form-group .vector-select-arrows {
    text-align: center;
}

    .form-group .vector-select-arrows .fa {
        color: #5a5a5a;
        display: block;
        font-size: .9em;
    }

    .form-group .vector-select-arrows .fa-caret-up {
        margin: 5px 0 -4px 0;
    }

.form-group .label-checkbox,
.form-group .label-radio {
    color: #7a7a7a;
    line-height: 1.3;
    padding-left: 20px;
    position: relative;
    text-align: left;
    width: 100%;
}

    .form-group .label-checkbox:hover,
    .form-group .label-radio:hover {
        cursor: pointer;
    }

    .form-group .label-checkbox input,
    .form-group .label-radio input {
        background: #FFF;
        border: none;
        left: 0;
        position: absolute;
        top: 0;
        height: 12px;
        width: 12px;
    }

    .form-group .label-checkbox span:hover,
    .form-group .label-radio span:hover {
        cursor: pointer;
    }

    .form-group .label-radio input {
        height: 13px;
        width: 13px;
    }

.form-group .icon-invalid {
    display: none;
    position: absolute;
    right: 12px;
    bottom: 6px;
}

.form-group.invalid input[type="text"],
.form-group.invalid input[type="password"],
.form-group.invalid .select-wrap {
    border-color: #c5181d;
}

.form-group.invalid label {
    color: #c5181d;
}

.form-group.invalid .icon-invalid {
    display: block;
}



.GenericFormIFrame {
    width: 1000px;
    height: 400px;
}

@media only screen and (max-width: 1000px) {
    .GenericFormIFrame {
        width: 700px;
    }
}

@media only screen and (max-width: 900px) {
    .GenericFormIFrame {
        width: 700px;
    }
}

@media only screen and (max-width: 700px) {
    .GenericFormIFrame {
        width: 500px;
    }
}

@media only screen and (max-width: 600px) {
    .GenericFormIFrame {
        width: 500px;
    }
}

@media only screen and (max-width: 500px) {
    .GenericFormIFrame {
        width: 400px;
    }
}

.GenericForm label {
    float: left;
    line-height: 30px;
    margin-right: 10px;
    text-align: right;
    width: 210px;
}

@media only screen and (max-width: 600px) {
    .GenericForm label {
        display: block;
        float: none;
        line-height: 1.3;
        margin-bottom: 4px;
        text-align: left;
    }
}

@media only screen and (max-width: 600px) {
    .GenericForm .form-group {
        margin-bottom: 15px;
    }
}

.GenericForm .form-group input,
.GenericForm .form-group .select-wrap {
    clear: none;
    float: left;
    width: 300px;
}

@media only screen and (max-width: 600px) {
    .GenericForm .form-group input,
    .GenericForm .form-group .select-wrap {
        float: none;
    }
}

@media only screen and (max-width: 400px) {
    .GenericForm .form-group input,
    .GenericForm .form-group .select-wrap {
        width: 100%;
    }
}

.GenericForm .radio-list .label-radio {
    margin-top: 9px;
    width: 40px;
}

.GenericFormFooter {
    border-top: 1px solid #eaeaea;
    margin-top: 30px;
    padding-top: 20px;
    text-align: center;
}

    .GenericFormFooter .btn, .GenericFormFooter .section-notes-wrap input[type="button"], .section-notes-wrap .GenericFormFooter input[type="button"] {
        margin: 0 5px;
        width: 110px;
    }

/*========================================
  ICONS
------------------------------------------*/
.icon-sprite {
    background: url(../../images/skin/icon-sprite.png) no-repeat;
    display: inline-block;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dppx) {
    .icon-sprite {
        background: url(../../images/skin/icon-sprite-hd.png) no-repeat;
        background-size: 1650px 25px;
    }
}

.icon-refresh-white {
    background: url(../../images/icon-refresh-white.png) no-repeat;
    display: inline-block;
    height: 16px;
    width: 16px;
}

.icon-checkmark-green {
    background: url(../../images/skin/icon-checkmark-green.png) no-repeat;
    display: inline-block;
    height: 16px;
    width: 16px;
}

.icon-checkmark-white {
    background: url(../../images/skin/icon-check.png) no-repeat;
    display: inline-block;
    height: 16px;
    width: 16px;
}

.icon-refresh-white {
    background: url(../../images/icon-refresh-white.png) no-repeat;
    display: inline-block;
    height: 16px;
    width: 16px;
}

.icon-menu {
    background-position: -3px -5px;
    height: 16px;
    width: 19px;
}

.icon-home {
    background-position: -29px -5px;
    height: 16px;
    width: 16px;
}

.icon-chevron-down {
    background-position: -57px -10px;
    height: 8px;
    width: 11px;
}

.icon-search {
    background-position: -79px -4px;
    height: 16px;
    width: 16px;
}

.icon-list {
    background-position: -105px -5px;
    height: 16px;
    width: 16px;
}

.icon-grid {
    background-position: -130px -5px;
    height: 16px;
    width: 15px;
}

.icon-upload {
    background-position: -155px -5px;
    height: 15px;
    width: 16px;
}

.icon-check-in {
    background-position: -179px -5px;
    height: 15px;
    width: 16px;
}

.icon-download {
    background-position: -205px -5px;
    height: 15px;
    width: 16px;
}

.icon-open {
    background-position: -229px -5px;
    height: 15px;
    width: 16px;
}

.icon-check-out {
    background-position: -256px -5px;
    height: 15px;
    width: 13px;
}

.icon-lock {
    background-position: -29px -5px;
    height: 16px;
    width: 16px;
}

.icon-email {
    background-position: -305px -5px;
    height: 16px;
    width: 15px;
}

.icon-refresh {
    background-position: -331px -6px;
    height: 14px;
    width: 13px;
}

.icon-page {
    background-position: -358px -6px;
    height: 13px;
    width: 9px;
}

.icon-pdf {
    background-position: -378px -3px;
    height: 18px;
    width: 19px;
}

.icon-excel {
    background-position: -403px -3px;
    height: 18px;
    width: 19px;
}

.icon-word {
    background-position: -428px -3px;
    height: 18px;
    width: 19px;
}

.icon-powerpoint {
    background-position: -453px -3px;
    height: 18px;
    width: 19px;
}

.icon-image {
    background-position: -478px -3px;
    height: 18px;
    width: 19px;
}

.icon-text {
    background-position: -503px -3px;
    height: 18px;
    width: 19px;
}

.icon-download-white {
    background-position: -530px -5px;
    height: 15px;
    width: 16px;
}

.icon-email-white {
    background-position: -555px -5px;
    height: 16px;
    width: 15px;
}

.icon-close {
    background-position: -582px -7px;
    height: 12px;
    width: 12px;
}

.icon-minimize {
    background-position: -607px -7px;
    height: 12px;
    width: 12px;
}

.icon-calendar {
    background-position: -629px -4px;
    height: 16px;
    width: 16px;
}

.icon-enter-data {
    background-position: -655px -5px;
    height: 16px;
    width: 16px;
}

.icon-save {
    background-position: -680px -5px;
    height: 16px;
    width: 16px;
}

.icon-review-sites {
    background-position: -706px -5px;
    height: 15px;
    width: 13px;
}

.icon-filter {
    background-position: -730px -4px;
    height: 16px;
    width: 16px;
}

.icon-select-arrow {
    background-position: -758px -6px;
    height: 13px;
    width: 8px;
}

.icon-delete {
    background-position: -780px -4px;
    height: 19px;
    width: 15px;
}

.icon-schedule {
    background-position: -804px -4px;
    height: 17px;
    width: 17px;
}

.criteria-email-schedule-icon {
    background-position: -804px -4px;
    height: 17px;
    width: 17px;
}

.icon-view {
    background-position: -830px -7px;
    height: 13px;
    width: 15px;
}

.icon-download-small {
    background-position: -856px -5px;
    height: 14px;
    width: 14px;
}

.icon-actions-small {
    background-position: -881px -6px;
    height: 14px;
    width: 14px;
}

.icon-nav-back {
    background-position: -904px -5px;
    height: 16px;
    width: 16px;
}

.icon-notes {
    background-position: -929px -2px;
    height: 21px;
    width: 18px;
}

.icon-notes-white {
    background-position: -956px -4px;
    height: 17px;
    width: 14px;
}

.icon-remove-small {
    background-position: -984px -7px;
    height: 10px;
    width: 8px;
}

.icon-graph {
    background-position: -1004px -5px;
    height: 15px;
    width: 18px;
}

.icon-tab-close {
    background-position: -1030px -5px;
    height: 15px;
    width: 15px;
}

.icon-folder {
    background-position: -1105px -5px;
    height: 15px;
    width: 15px;
}

.icon-chevron-down-sm, .nav-module-section li.active a[data-menu] .icon-nav-arrow {
    background-position: -1158px -10px;
    height: 5px;
    width: 10px;
}

.icon-chevron-right-sm, .nav-module-section .icon-nav-arrow {
    background-position: -1134px -9px;
    height: 8px;
    width: 7px;
}

.icon-star-default {
    background-position: -1182px -7px;
    height: 13px;
    width: 13px;
}

.icon-star-active {
    background-position: -1207px -7px;
    height: 13px;
    width: 13px;
}

.icon-pin-disabled {
    background-position: -1227px -3px;
    height: 24px;
    width: 21px;
}

.icon-pin-active {
    background-position: -1252px -3px;
    height: 24px;
    width: 21px;
}

.icon-edit-account {
    background-position: -1277px -3px;
    height: 19px;
    width: 18px;
}

.icon-email-history {
    background-position: -1303px -3px;
    height: 19px;
    width: 17px;
}

.icon-scheduled-emails {
    background-position: -1326px -3px;
    height: 20px;
    width: 22px;
}

.icon-full-screen {
    background-position: -1354px -3px;
    height: 18px;
    width: 18px;
}

.icon-lock-screen {
    background-position: -1377px -3px;
    height: 19px;
    width: 21px;
}

.icon-logout {
    background-position: -1403px -3px;
    height: 20px;
    width: 18px;
}

.icon-zoomIn {
    background-position: -1453px -3px;
    height: 20px;
    width: 20px;
}

.icon-zoomOut {
    background-position: -1428px -3px;
    height: 20px;
    width: 20px;
}

.icon-clock {
    background-position: -1479px -5px;
    height: 15px;
    width: 16px;
}

.icon-close-circle {
    background-position: -1504px -4px;
    height: 17px;
    width: 17px;
}

.icon-user {
    background-position: -1529px -2px;
    height: 17px;
    width: 17px;
}

.icon-manage-users {
    background-position: -1602px -1px;
    height: 17px;
    width: 17px;
}

.icon-edit-mode {
    background-position: -1552px -2px;
    height: 17px;
    width: 17px;
}

.icon-leave-edit-mode {
    background-position: -1577px -2px;
    height: 17px;
    width: 17px;
}

.arrow-up {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    height: 0;
    width: 0;
    display: inline-block;
}

.arrow-down {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #fff;
    height: 0;
    width: 0;
    display: inline-block;
}

.arrow-right {
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #dcdcdc;
    height: 0;
    width: 0;
    display: inline-block;
}

.arrow-left {
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid #dcdcdc;
    height: 0;
    width: 0;
    display: inline-block;
}

/*========================================
  NOTIFICATIONS
------------------------------------------*/

/*
.notification {
  background: #e6e6e6;
  border: 1px solid #cacaca;
  display: none !important;
  margin-bottom: 15px;
  padding: 10px 15px;
  position: relative;
}
*/
.notification {
    background: #e6e6e6;
    border: 1px solid #cacaca;
    margin-bottom: 15px;
    padding: 10px 15px;
    position: relative;
}

    .notification p {
        display: inline-block;
        font-size: .9em;
        line-height: 1.3;
        margin: 0;
    }

.default-notification {
    background: #c6e9f7;
    border-color: #5ab7dc;
    color: #156c8f;
}

    .default-notification p {
        color: #156c8f;
    }

.success-notification {
    background: #def7c6;
    border-color: #acd373;
    color: #63704f;
}

    .success-notification p {
        color: #63704f;
    }

.error-notification {
    background: #FFE7E7;
    border-color: #F5D2D2;
    color: #d31010;
}

    .error-notification p {
        color: #d31010;
    }

.warning-notification {
    background: #FFFFCD;
    border-color: #E7E72D;
    color: #E7E798;
}

    .warning-notification p, .warning-notification h3 {
        color: #929255;
    }

.btn-notification-close {
    opacity: 0.5;
    filter: alpha(opacity=50);
    color: #202020;
    font-family: verdana;
    height: 15px;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 10px;
    width: 15px;
}

.system-notification {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 15px;
    position: absolute;
    right: 0;
    top: 15px;
    /*width: 400px;*/
    min-width: 300px;
    max-width: 400px;
    z-index: 9000;
}

    .system-notification.active {
        opacity: 1;
        filter: alpha(opacity=100);
        right: 15px;
        z-index: 9001;
    }

    .system-notification p {
        font-size: 1.05em;
        padding-right: 40px;
    }

/*========================================
  OVERLAY
------------------------------------------*/
.overlay {
    background: #000;
    display: none;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    height: 100%;
    left: 0;
    opacity: .5;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9003;
}

    .overlay.light {
        background: #fff;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
        filter: alpha(opacity=80);
        opacity: .8;
    }

    .overlay.absolute {
        position: absolute;
    }

.overlay-content {
    left: 50%;
    margin: -50px 0 0 -100px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 200px;
}

    .overlay-content .loader {
        display: inline-block;
        height: 42px;
        margin-bottom: 10px;
        width: 42px;
    }

    .overlay-content p {
        font-weight: 600;
        margin: 0;
    }

.progress-bar-wrap {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    -ms-background-clip: padding-box;
    background-clip: padding-box;
    background: #f4f4f4;
    height: 8px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

@media only screen and (max-width: 730px) {
    .progress-bar-wrap {
        height: 6px;
    }
}

.progress-bar-fill {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    -ms-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-transition: width 0.3s ease;
    -moz-transition: width 0.3s ease;
    -ms-transition: width 0.3s ease;
    transition: width 0.3s ease;
    background: #F7CA3F;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 50%;
}

#transparent-overlay {
    background: transparent;
}

#screen-overlay {
    opacity: 1;
    filter: alpha(opacity=100);
    background: rgba(255, 255, 255, 0.95);
}

    #screen-overlay .overlay-content {
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        border-radius: 10px;
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding-box;
        -ms-background-clip: padding-box;
        background-clip: padding-box;
        background: #fff;
        border: 1px solid #eaeaea;
        padding: 30px;
        margin-left: -300px;
        /*width: 600px;*/
        min-width: 300px;
        max-width: 600px;
    }

@media only screen and (max-width: 730px) {
    #screen-overlay .overlay-content {
        left: 5%;
        margin-left: 0;
        width: 90%;
    }
}

#screen-overlay .overlay-content img {
    margin: 0 auto 25px;
    width: 270px;
}

@media only screen and (max-width: 579px) {
    #screen-overlay .overlay-content img {
        width: 190px;
    }
}

/*======================================
  GLOBAL MODAL STYLES
----------------------------------------*/
.modal {
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    -ms-background-clip: padding-box;
    background-clip: padding-box;
    background: #fff;
    display: none;
    left: 50%;
    margin: 0;
    padding: 0;
    position: fixed;
    top: 5%;
    min-width: 300px;
    max-height: 90%;
    z-index: 9008;
}

    .modal.absolute {
        position: absolute;
    }

    .modal .btn-close {
        display: block;
        position: absolute;
        right: 30px;
        text-indent: -9999px;
        top: 30px;
    }

.modal-header {
    -webkit-border-top-left-radius: 4px;
    -moz-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    padding: 30px;
}

    .modal-header h3 {
        font-size: 1.5em;
        margin: 0 0 10px;
    }

.modal-content-wrap {
    padding: 30px;
    position: relative;
    max-height: 750px;
    overflow: scroll;
    overflow-x: hidden;
}

.modal-footer {
    background: #f7f7f7;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 20px;
    text-align: center;
}

    .modal-footer .btn, .modal-footer .section-notes-wrap input[type="button"], .section-notes-wrap .modal-footer input[type="button"] {
        height: 35px;
        line-height: 33px;
        width: 100px;
    }

.modal-loading-overlay {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    -ms-background-clip: padding-box;
    background-clip: padding-box;
    position: absolute;
}

/*==========================================
  MODAL DOCUMENT DETAILS
--------------------------------------------*/


#tab-content-revisions .default-table th {
    border-top: 1px solid #eaeaea;
    padding-top: 7px;
}

#tab-content-edit-details th, #tab-content-edit-details td {
    padding: 4px 10px 5px;
}

#tab-content-edit-details .edit-actions {
    margin: 20px 0 -25px;
    text-align: center;
}

    #tab-content-edit-details .edit-actions .btn, #tab-content-edit-details .edit-actions .section-notes-wrap input[type="button"], .section-notes-wrap #tab-content-edit-details .edit-actions input[type="button"] {
        margin: 0 3px;
        width: 105px;
    }

/*==========================================
  MODAL SCHEDULE DATA
--------------------------------------------*/
#modal-schedule-data .modal-header {
    margin-bottom: 15px;
}

    #modal-schedule-data .modal-header h3 {
        margin: 0;
    }

#modal-schedule-data .email-data-note {
    position: relative;
    clear: both;
    top: 15px;
    width: 100%;
}

#modal-schedule-data .email-report-attachments ul {
    width: 100%;
}

#modal-schedule-data .email-report-attachments li {
    width: 33%;
}

#modal-schedule-data .email-attachments-header {
    border-bottom: 1px solid #EAEAEA;
    padding-bottom: 10px;
    margin-bottom: 15px;
    position: relative;
}

    #modal-schedule-data .email-attachments-header h4 {
        margin: 0;
    }

#modal-schedule-data .zip-attachments {
    position: absolute;
    right: 0;
    top: -2px;
}

#modal-schedule-data .email-settings .form-group {
    clear: none;
    float: left;
    margin-right: 15px;
}

#modal-schedule-data .email-settings label {
    color: #767676;
    display: block;
    font-size: .8em;
    margin-bottom: 4px;
    text-transform: uppercase;
}

#modal-schedule-data .email-settings .label-checkbox {
    font-size: .95em;
    margin: 15px 0 20px;
    text-transform: none;
}

#modal-schedule-data .email-status {
    width: 80px;
}

    #modal-schedule-data .email-status .btn-toggle {
        margin-top: 10px;
    }

#modal-schedule-data .email-frequency {
    width: 225px;
}

#modal-schedule-data .email-time {
    width: 125px;
}

/*==========================================
  MODAL EMAIL DATA
--------------------------------------------*/
.modal-email {
    margin-left: -275px;
    /*width: 550px;*/
    min-width: 300px;
    max-width: 550px;
}

    .modal-email .modal-header {
        border-bottom: 1px solid #e2e2e2;
        margin-bottom: 25px;
        padding: 0 0 20px;
    }

        .modal-email .modal-header p {
            color: #9a9a9a;
            font-size: .9em;
            margin: 0;
        }

    .modal-email .modal-footer .btn, .modal-email .modal-footer .section-notes-wrap input[type="button"], .section-notes-wrap .modal-email .modal-footer input[type="button"] {
        width: auto;
    }

#form-email-data {
    clear: both;
    position: relative;
}

    #form-email-data .input-cc,
    #form-email-data .input-bcc {
        display: none;
    }

    #form-email-data .faux-input {
        margin-bottom: 7px;
        padding: 0 75px 2px 60px;
    }

        #form-email-data .faux-input label {
            left: 10px;
            position: absolute;
            top: 10px;
        }

        #form-email-data .faux-input input {
            width: auto;
        }

    #form-email-data textarea {
        padding: 10px;
    }

        #form-email-data textarea:focus {
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            -ms-box-shadow: none;
            box-shadow: none;
            -webkit-appearance: none;
            outline: none;
        }

.email-form-error {
    display: none;
}

.email-pill {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    -ms-background-clip: padding-box;
    background-clip: padding-box;
    background: #c6e4ec;
    color: #1d678d;
    display: inline-block;
    float: left;
    font-size: .9em;
    font-weight: 500;
    margin: 5px 5px 0 0;
    padding: 6px 25px 6px 10px;
    position: relative;
}

    .email-pill .btn-remove-email {
        position: absolute;
        right: 7px;
        text-indent: -9999px;
        top: 6px;
    }

.email-input-options {
    position: absolute;
    right: 10px;
    top: 11px;
    z-index: 200;
}

    .email-input-options ul {
        margin: 0;
        padding: 0;
    }

    .email-input-options li {
        float: left;
        list-style: none;
        margin: 0 5px;
        padding: 0;
    }

    .email-input-options .active {
        color: #aaa;
    }

.email-report-attachments {
    margin-top: 25px;
    position: relative;
}

    .email-report-attachments h4 {
        font-weight: 500;
    }

    .email-report-attachments .form-group {
        margin-bottom: 5px;
    }

    .email-report-attachments ul {
        margin: 0;
        padding: 0;
        /*width: 330px;*/
        min-width: 300px;
        max-width: 330px;
    }

    .email-report-attachments li {
        float: left;
        list-style: none;
        margin: 0;
        padding: 0;
        width: 50%;
    }

    .email-report-attachments .email-data-note {
        position: absolute;
        right: 0;
        top: 10px;
        width: 205px;
    }

.email-upload-attachments {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    -ms-background-clip: padding-box;
    background-clip: padding-box;
    background: #f9f9f9;
    border: 2px dashed #d0d0d0;
    margin-top: 20px;
    padding: 20px;
    text-align: center;
}

    .email-upload-attachments h4 {
        font-weight: 500;
        margin: 0 0 5px;
    }

    .email-upload-attachments p {
        color: #9a9a9a;
        font-size: .9em;
        margin: 0;
    }

/*==========================================
  MODAL NEW CONTACT
--------------------------------------------*/
#form-new-contact h4 {
    font-weight: 500;
    margin-bottom: 5px;
}

#form-new-contact p {
    color: #9a9a9a;
    font-size: .9em;
    margin: 0 0 10px;
}

#form-new-contact .faux-input {
    margin-bottom: 20px;
    padding: 0 5px;
}

    #form-new-contact .faux-input input {
        float: left;
        width: auto;
    }

/*==========================================
  MODAL NEW CONTACT
--------------------------------------------*/
.modal-contact-info {
    margin-left: -275px;
    /*width: 550px;*/
    min-width: 300px;
    max-width: 550px;
}

    .modal-contact-info .modal-header {
        border-bottom: 1px solid #e2e2e2;
        margin-bottom: 25px;
        padding: 0 0 20px;
    }

        .modal-contact-info .modal-header p {
            color: #9a9a9a;
            font-size: .9em;
            margin: 0;
        }

    .modal-contact-info .modal-footer .btn, .modal-contact-info .modal-footer .section-notes-wrap input[type="button"], .section-notes-wrap .modal-contact-info .modal-footer input[type="button"] {
        margin-left: 10px;
        width: auto;
    }

/*==========================================
  MODAL LOGOUT TIMER
--------------------------------------------*/
#modal-logout-alert .modal-content-wrap {
    padding-top: 0;
}

/*==========================================
  MODAL EDIT USER
--------------------------------------------*/
#modal-edit-user .modal-header {
    padding-bottom: 10px;
}

#modal-edit-user .modal-content-wrap {
    padding-top: 0;
}

/*==========================================
  MODAL VIEW EMAIL
--------------------------------------------*/
#modal-view-email .row {
    margin-bottom: 12px;
}

    #modal-view-email .row label {
        display: inline-block;
        font-weight: 500;
        width: 70px;
    }

#modal-view-email .email-msg-wrap {
    margin: 25px 0;
}

    #modal-view-email .email-msg-wrap label {
        display: block;
        margin-bottom: 5px;
    }

    #modal-view-email .email-msg-wrap .email-content {
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        border-radius: 4px;
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding-box;
        -ms-background-clip: padding-box;
        background-clip: padding-box;
        border: 1px solid #eaeaea;
        height: 160px;
        padding: 10px;
        width: 100%;
    }

#modal-view-email .attachment-list {
    margin: 7px 0 0 0;
    padding: 0;
}

    #modal-view-email .attachment-list li {
        list-style: none;
        margin: 0 0 4px;
        padding: 0;
    }

/*==========================================
  MODAL CLOSE ALL TABS
--------------------------------------------*/
#modal-close-tabs .modal-content-wrap {
    margin-top: 15px;
}

#modal-close-tabs .modal-footer .btn, #modal-close-tabs .modal-footer .section-notes-wrap input[type="button"], .section-notes-wrap #modal-close-tabs .modal-footer input[type="button"] {
    width: 130px;
}

/*========================================
  Dropdowns
------------------------------------------*/
.dropdown-menu {
    display: none;
}

/*========================================
  Buttons
------------------------------------------*/
.btn, .section-notes-wrap input[type="button"] {
    -webkit-box-shadow: 0 1px 0 0 #ccc;
    -moz-box-shadow: 0 1px 0 0 #ccc;
    -ms-box-shadow: 0 1px 0 0 #ccc;
    box-shadow: 0 1px 0 0 #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    -ms-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: 0 1px 0 0 #ccc;
    -moz-box-shadow: 0 1px 0 0 #ccc;
    -ms-box-shadow: 0 1px 0 0 #ccc;
    box-shadow: 0 1px 0 0 #ccc;
    background: #c8c8c8;
    /* Old browsers */
    background: -moz-linear-gradient(top, white 0%, #efefef 99%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(99%, #efefef));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, white 0%, #efefef 99%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, white 0%, #efefef 99%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, white 0%, #efefef 99%);
    /* IE10+ */
    background: linear-gradient(to bottom, white 0%, #efefef 99%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 );
    /* IE6-9 */
    border: 1px solid #ccc;
    color: #303030;
    display: inline-block;
    font-size: 1em;
    font-weight: 400;
    height: 32px;
    line-height: 30px;
    padding: 0 12px;
    text-align: center;
}

    .btn:hover, .section-notes-wrap input[type="button"]:hover {
        opacity: 0.9;
        filter: alpha(opacity=90);
        background: #f5f5f5;
        color: #303030;
    }

    .btn:active, .section-notes-wrap input[type="button"]:active {
        -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
        -ms-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
        box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
    }

.btn-left-cap {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    -ms-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-border-top-left-radius: 3px;
    -moz-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    margin-right: -1px;
    padding-right: 21px;
}

.btn-right-cap {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    -ms-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-border-top-right-radius: 3px;
    -moz-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.btn-center {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    -ms-background-clip: padding-box;
    background-clip: padding-box;
    border-left: none;
    border-right: none;
}

.btn-primary {
    -webkit-box-shadow: 0 1px 0 0 #1b6c95;
    -moz-box-shadow: 0 1px 0 0 #1b6c95;
    -ms-box-shadow: 0 1px 0 0 #1b6c95;
    box-shadow: 0 1px 0 0 #1b6c95;
    background: #3aa5dc;
    /* Old browsers */
    background: -moz-linear-gradient(top, #3aa5dc 0%, #067ab4 99%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3aa5dc), color-stop(99%, #067ab4));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #3aa5dc 0%, #067ab4 99%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #3aa5dc 0%, #067ab4 99%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #3aa5dc 0%, #067ab4 99%);
    /* IE10+ */
    background: linear-gradient(to bottom, #3aa5dc 0%, #067ab4 99%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3aa5dc', endColorstr='#067ab4',GradientType=0 );
    /* IE6-9 */
    border-color: #1b6c95;
    color: #fff;
}

    .btn-primary:hover {
        background: #47abde;
        color: #fff;
    }

.btn-approve {
    -webkit-box-shadow: 0 1px 0 0 #1b6c95;
    -moz-box-shadow: 0 1px 0 0 #1b6c95;
    -ms-box-shadow: 0 1px 0 0 #1b6c95;
    box-shadow: 0 1px 0 0 #1b6c95;
    background: green;
    /* Old browsers */
    background: -moz-linear-gradient(top, green 0%, darkgreen 99%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, green), color-stop(99%, darkgreen));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, green 0%, darkgreen 99%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, green 0%, darkgreen 99%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, green 0%, darkgreen 99%);
    /* IE10+ */
    background: linear-gradient(to bottom, green 0%, darkgreen 99%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='green', endColorstr='darkgreen',GradientType=0 );
    /* IE6-9 */
    border-color: darkgreen;
    color: #fff;
}

    .btn-approve:hover {
        background: darkgreen;
        color: #fff;
    }

.btn-disapprove {
    -webkit-box-shadow: 0 1px 0 0 #1b6c95;
    -moz-box-shadow: 0 1px 0 0 #1b6c95;
    -ms-box-shadow: 0 1px 0 0 #1b6c95;
    box-shadow: 0 1px 0 0 #1b6c95;
    background: red;
    /* Old browsers */
    background: -moz-linear-gradient(top, red 0%, darkred 99%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, red), color-stop(99%, darkred));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, red 0%, darkred 99%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, red 0%, darkred 99%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, red 0%, darkred 99%);
    /* IE10+ */
    background: linear-gradient(to bottom, red 0%, darkred 99%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='red', endColorstr='darkred',GradientType=0 );
    /* IE6-9 */
    border-color: darkred;
    color: #fff;
}

    .btn-disapprove:hover {
        background: darkred;
        color: #fff;
    }

.btn-secondary {
    background: white;
    /* Old browsers */
    background: -moz-linear-gradient(top, white 0%, #efefef 99%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(99%, #efefef));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, white 0%, #efefef 99%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, white 0%, #efefef 99%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, white 0%, #efefef 99%);
    /* IE10+ */
    background: linear-gradient(to bottom, white 0%, #efefef 99%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 );
    /* IE6-9 */
    border-color: #d29b2b;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8b01a', endColorstr='#f6a704',GradientType=0 );
    /* IE6-9 */
}

    .btn-secondary:hover {
        background: #fbb118;
    }

.btn-remove {
    background: #f2534d;
    /* Old browsers */
    background: -moz-linear-gradient(top, #f2534d 0%, #d33737 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2534d), color-stop(100%, #d33737));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f2534d 0%, #d33737 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f2534d 0%, #d33737 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f2534d 0%, #d33737 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #f2534d 0%, #d33737 100%);
    /* W3C */
    border-color: #8B0B0B;
    color: #fff;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2534d', endColorstr='#d33737',GradientType=0 );
    /* IE6-9 */
}

    .btn-remove:hover {
        background: #f35c57;
        color: #fff;
    }

.btn-cancel {
    background: #CACACA;
    border-color: #8a8a8a;
    margin-right: 10px;
}

    .btn-cancel:hover {
        background: #d2d2d2;
    }

.btn-popup {
    -webkit-box-shadow: 0 1px 0 0 #ccc;
    -moz-box-shadow: 0 1px 0 0 #ccc;
    -ms-box-shadow: 0 1px 0 0 #ccc;
    box-shadow: 0 1px 0 0 #ccc;
    background: white;
    /* Old browsers */
    background: -moz-linear-gradient(top, white 0%, #efefef 99%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(99%, #efefef));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, white 0%, #efefef 99%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, white 0%, #efefef 99%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, white 0%, #efefef 99%);
    /* IE10+ */
    background: linear-gradient(to bottom, white 0%, #efefef 99%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 );
    /* IE6-9 */
    padding-right: 40px;
    position: relative;
}

    .btn-popup:hover {
        color: #303030;
    }

    .btn-popup .icon-select-arrow {
        margin-top: -7px;
        position: absolute;
        right: 10px;
        top: 50%;
    }

.btn-multiselect-wrap {
    position: relative;
}

.btn-multiselect {
    position: relative;
    text-align: left;
    width: 180px;
}

    .btn-multiselect .arrow-wrap {
        border-left: 1px solid #202020;
        height: 100%;
        opacity: .4;
        position: absolute;
        right: 0;
        top: 0;
        width: 25px;
    }

        .btn-multiselect .arrow-wrap .arrow-down {
            border-left: 5px solid transparent;
            border-right: 5px solid transparent;
            border-top: 5px solid #202020;
            height: 0;
            width: 0;
            left: 50%;
            margin: -2px 0 0 -5px;
            position: absolute;
            top: 50%;
        }

.btn-multiselect-dropdown {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    background: #f0f0f0;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    display: none;
    left: 0;
    padding: 2px 10px;
    position: absolute;
    top: 100%;
    min-width: 200px;
}

    .btn-multiselect-dropdown ul {
        margin: 0;
        padding: 0;
    }

    .btn-multiselect-dropdown li {
        border-top: 1px solid #d7d7d7;
        list-style: none;
        margin: 0;
        padding: 4px 0;
    }

        .btn-multiselect-dropdown li:first-child {
            border: none;
        }

    .btn-multiselect-dropdown a {
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        border-radius: 3px;
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding-box;
        -ms-background-clip: padding-box;
        background-clip: padding-box;
        display: block;
        padding: 6px 5px;
    }

        .btn-multiselect-dropdown a:hover {
            background: #fff;
        }

.btn-toggle {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    -ms-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
    background: #f0f0f0;
    display: block;
    height: 20px;
    position: relative;
    width: 55px;
}

    .btn-toggle.toggle-on {
        background: #87be27;
    }

        .btn-toggle.toggle-on .btn-toggle-label {
            left: 10px;
        }

        .btn-toggle.toggle-on .btn-toggle-handle {
            right: 0;
        }

    .btn-toggle.toggle-off {
        background: #c73535;
    }

        .btn-toggle.toggle-off .btn-toggle-label {
            right: 10px;
        }

        .btn-toggle.toggle-off .btn-toggle-handle {
            left: 0;
        }

.btn-toggle-label {
    color: #fff;
    font-size: .9em;
    position: absolute;
    text-transform: uppercase;
    top: 5px;
}

.btn-toggle-handle {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    -ms-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #fff;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#fff));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #f3f3f3, #fff);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(top, #f3f3f3, #fff);
    /* FF3.6 */
    background-image: -ms-linear-gradient(top, #f3f3f3, #fff);
    /* IE10 */
    background-image: -o-linear-gradient(top, #f3f3f3, #fff);
    /* Opera 11.10+ */
    background-image: linear-gradient(top, #f3f3f3, #fff);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f3f3f3', EndColorStr='#fff');
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
    -ms-box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
    display: block;
    height: 20px;
    position: absolute;
    top: 0;
    width: 20px;
}

.ie8 .btn-toggle-handle, .ie9 .btn-toggle-handle {
    background: #f0f0f0;
    filter: none;
}

/*====================================
  TABS
--------------------------------------*/
.tabs li {
    margin-right: 5px;
}

.tabs a {
    -webkit-border-top-left-radius: 4px;
    -moz-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    background: #dadada;
    border: 1px solid #dadada;
    color: #5a5a5a;
    font-weight: 500;
    margin-bottom: -1px;
    padding: 10px 20px;
    position: relative;
}

    .tabs a .active-bar {
        -webkit-border-top-left-radius: 4px;
        -moz-border-top-left-radius: 4px;
        border-top-left-radius: 4px;
        -webkit-border-top-right-radius: 4px;
        -moz-border-top-right-radius: 4px;
        border-top-right-radius: 4px;
        background: #2286B5;
        display: none;
        height: 3px;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }

    .tabs a:hover, .tabs a.active {
        background: #fff;
    }

    .tabs a.active {
        border-bottom: 1px solid #fff;
        pointer-events: none;
    }

        .tabs a.active .active-bar {
            display: block;
        }

.tab-pills li {
    margin-right: 5px;
}

.tab-pills a {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    -ms-background-clip: padding-box;
    background-clip: padding-box;
    background: #f0f0f0;
    border: none;
    color: #7a7a7a;
    font-weight: 400;
    margin-bottom: 20px;
    padding: 6px 10px;
    position: relative;
}

    .tab-pills a:hover, .tab-pills a.active {
        background: #2286B5;
        color: #fff;
    }

    .tab-pills a.active {
        border-bottom: 1px solid #fff;
        pointer-events: none;
    }

        .tab-pills a.active .pill-active-arrow {
            display: block;
        }

.tab-pills .pill-tab-icon {
    font-size: 1.1em;
    margin-right: 5px;
}

.tab-pills .pill-active-arrow {
    display: none;
    top: 100%;
    left: 50%;
    margin-left: -6px;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 6px 0 6px;
    border-color: #2286B5 transparent transparent transparent;
}

.tab-content {
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    background: #fff;
    border: 1px solid #dadada;
    clear: both;
    display: none;
    padding: 20px;
}

    .tab-content.active {
        display: block;
    }

/*====================================
  GLOBAL TABLE STYLES
--------------------------------------*/
/*#gridview-page-wrapper {
    overflow-x: scroll;
}**/

.default-table {
    font-size: .9em;
    width: auto;
    min-width: 100%;
    clear: both;
}

    .default-table th {
        border-bottom: 1px solid #eaeaea;
        color: #9a9a9a;
        font-size: .8em;
        font-weight: 500;
        padding: 10px 5px 5px;
        text-align: left;
        text-transform: uppercase;
    }

    .default-table td {
        border-bottom: 1px solid #eaeaea;
        padding: 10px 5px;
    }

        .default-table td.GridViewCellLongText {
            min-width: 300px;
            max-width: 600px;
            white-space: pre-wrap;
        }

    .default-table tr:nth-child(odd) td {
        background: #eeeeee;
    }

.left-heading {
    border-top: 1px solid #EBEBEB;
    font-size: 1em;
    width: 100%;
}

    .left-heading th {
        background: #f0f0f0;
        color: #303030;
        padding-left: 15px;
        text-align: left;
    }

    .left-heading td {
        padding-left: 15px;
    }

/*========================================
  POPUPS
------------------------------------------*/
.popup-wrap {
    position: relative;
}

.popup {
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    -ms-background-clip: padding-box;
    background-clip: padding-box;
    background: #f0f0f0;
    display: none;
    left: 10px;
    padding: 3px 10px;
    position: absolute;
    top: 10px;
    width: 220px;
    z-index: 9004;
}

    .popup .form-group {
        margin: 0;
    }

    .popup ul {
        margin: 0;
        padding: 0;
    }

    .popup li {
        -webkit-box-shadow: inset 0 1px 0 0px rgba(255, 255, 255, 0.8);
        -moz-box-shadow: inset 0 1px 0 0px rgba(255, 255, 255, 0.8);
        -ms-box-shadow: inset 0 1px 0 0px rgba(255, 255, 255, 0.8);
        box-shadow: inset 0 1px 0 0px rgba(255, 255, 255, 0.8);
        border-top: 1px solid #e0e0e0;
        color: #4a4a4a;
        list-style: none;
        margin: 0;
        padding: 4px 0;
        position: relative;
    }

    .popup a {
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        border-radius: 3px;
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding-box;
        -ms-background-clip: padding-box;
        background-clip: padding-box;
        color: #4a4a4a;
        display: block;
        line-height: 1em;
        padding: 8px 10px;
        position: relative;
    }

        .popup a:hover {
            background: #1c90d3;
            color: #fff;
        }

            .popup a:hover .filter-total {
                background: #2286B5;
                color: #fff;
            }

.popup-header {
    color: #9a9a9a;
    font-size: .85em;
    padding: 10px 0;
}

    .popup-header h5 {
        font-weight: 500;
        margin: 0;
        text-transform: uppercase;
    }

.filter-total {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    -ms-background-clip: padding-box;
    background-clip: padding-box;
    background: #e0e0e0;
    font-size: .9em;
    font-weight: 500;
    line-height: 1.1;
    margin-top: -9px;
    padding: 3px 8px;
    position: absolute;
    right: 10px;
    top: 50%;
}

/*========================================
  Popup: Saved Criteria
------------------------------------------*/
#popup-saved-criteria {
    left: 7px;
    top: 7px;
    width: 280px;
}

    #popup-saved-criteria a {
        float: left;
        margin-right: 0;
        position: relative;
        width: 70%;
        z-index: 14;
    }

    #popup-saved-criteria .icon-sprite {
        display: block;
        float: right;
        margin: 5px 0 0 15px;
        opacity: .7;
        padding: 0;
        position: relative;
        text-indent: -9999px;
        z-index: 15;
    }

        #popup-saved-criteria .icon-sprite:hover {
            background-color: transparent;
            cursor: pointer;
            opacity: 1;
        }

    #popup-saved-criteria ul {
        max-height: 300px;
        overflow-x: hidden;
        overflow-y: scroll;
    }

        #popup-saved-criteria ul li {
            margin-right: 5px;
        }

/*========================================
  Popup: Filter Search Criteria
------------------------------------------*/
#popup-criteria-filter {
    left: 7px;
    top: 25px;
    /*width: 500px;*/
    min-width: 300px;
    max-width: 500px;
}

    #popup-criteria-filter .popup-header h5 {
        float: left;
    }

    #popup-criteria-filter .popup-header .form-group {
        clear: none;
        float: right;
        margin-right: 10px;
    }

    #popup-criteria-filter .popup-header .label-checkbox {
        padding-left: 17px;
    }

    #popup-criteria-filter ul {
        width: 100%;
    }

    #popup-criteria-filter li {
        float: left;
        margin: 0;
        padding: 8px 0;
        width: 48%;
    }

        #popup-criteria-filter li:nth-child(even) {
            float: right;
        }

/*========================================
  Popup: Report Output Options
------------------------------------------*/
#popup-report-output {
    bottom: 10px;
    left: 25px;
    top: auto;
    width: 350px;
}

    #popup-report-output .popup-section {
        margin-top: 10px;
    }

        #popup-report-output .popup-section:first-child {
            margin-top: 0;
        }

    #popup-report-output h5 .icon-sprite {
        opacity: 0.4;
        filter: alpha(opacity=40);
        margin: -4px 3px 0 0;
        position: relative;
        top: 3px;
    }

    #popup-report-output li {
        padding: 2px 0;
    }

    #popup-report-output a {
        padding: 6px 10px;
    }

/*========================================
  Popup: Email List
------------------------------------------*/
.popup-email-list {
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
    -ms-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
    background: #fff;
    display: none;
    left: 90px;
    position: absolute;
    top: 145px;
    /*width: 410px;*/
    z-index: 9009;
    min-width: 300px;
    max-width: 410px;
}

    .popup-email-list .section-inner {
        max-height: 150px;
        overflow-x: hidden;
        overflow-y: auto;
        padding: 8px 0;
    }

    .popup-email-list .section-heading {
        background: #f0f0f0;
        padding: 6px 0 6px 15px;
    }

        .popup-email-list .section-heading h4 {
            color: #7a7a7a;
            font-size: .85em;
            font-weight: 500;
            margin: 0;
            text-transform: uppercase;
        }

    .popup-email-list ul {
        margin: 0;
        padding: 0;
    }

    .popup-email-list li {
        list-style: none;
        margin: 0;
        padding: 8px 15px;
        position: relative;
    }

        .popup-email-list li.active, .popup-email-list li:hover {
            background: #e0f3fd;
            cursor: pointer;
        }

            .popup-email-list li.active .btn-edit-contact, .popup-email-list li:hover .btn-edit-contact {
                display: block;
            }

        .popup-email-list li h3 {
            font-size: 1em;
            font-weight: 500;
            margin: 0 0 2px;
            /*width: 350px;*/
            min-width: 300px;
            max-width: 350px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .popup-email-list li p {
            color: #9a9a9a;
            font-size: .9em;
            margin: 0;
            /*width: 350px;*/
            min-width: 300px;
            max-width: 350px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

    .popup-email-list .btn-edit-contact {
        opacity: 0.4;
        filter: alpha(opacity=40);
        display: none;
        margin-top: -5px;
        position: absolute;
        right: 13px;
        text-indent: -9999px;
        top: 50%;
    }

@media only screen and (max-width: 1024px) {
    .popup-email-list .btn-edit-contact {
        display: block;
    }
}

.popup-email-list .btn-edit-contact:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.popup-email-list-footer {
    background: #f6f6f6;
    padding: 10px 15px;
}

    .popup-email-list-footer .btn, .popup-email-list-footer .section-notes-wrap input[type="button"], .section-notes-wrap .popup-email-list-footer input[type="button"] {
        width: auto;
    }

/*========================================
  SIDEBAR
------------------------------------------*/
#nav-sidebar {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: #2286B5;
    left: -250px;
    padding: 0;
    position: absolute;
    top: 68px;
    width: 250px;
    z-index: 9001;
    padding-bottom: 111px;
}

.nav-open #nav-sidebar, .splash #nav-sidebar {
    left: 0;
}

.nav-select-wrap {
    border-bottom: 1px solid rgba(74, 74, 74, 0.2);
    padding: 20px 15px 10px;
}

    .nav-select-wrap .form-group {
        margin-bottom: 15px;
    }

        .nav-select-wrap .form-group label {
            color: #fff;
            display: block;
            font-size: .75em;
            margin-bottom: 3px;
            text-transform: uppercase;
        }

        .nav-select-wrap .form-group .select-wrap {
            -webkit-box-shadow: inset 1px 3x rgba(74, 74, 74, 0.5);
            -moz-box-shadow: inset 1px 3x rgba(74, 74, 74, 0.5);
            -ms-box-shadow: inset 1px 3x rgba(74, 74, 74, 0.5);
            box-shadow: inset 1px 3x rgba(74, 74, 74, 0.5);
            background: #323232;
            background: rgba(50, 50, 50, 0.2);
            border: none;
            height: 28px;
        }

            .nav-select-wrap .form-group .select-wrap select {
                color: #fff;
                font-size: .9em;
                font-weight: 300;
                height: 28px;
            }

.ie8 .nav-select-wrap .form-group .select-wrap select, .ie9 .nav-select-wrap .form-group .select-wrap select {
    color: #303030;
}

.nav-select-wrap .form-group .select-wrap .vector-select-arrows .fa {
    color: #fff;
}

.ie8 .nav-select-wrap .form-group .select-wrap .vector-select-arrows .fa, .ie9 .nav-select-wrap .form-group .select-wrap .vector-select-arrows .fa {
    color: #303030;
}

.nav-select-dashboard {
    float: right;
}

.favorites-toggle {
    display: block;
    padding: 10px 15px;
}

    .favorites-toggle a {
        display: block;
        outline: none;
    }

    .favorites-toggle .active .fa-star {
        opacity: 1;
        filter: alpha(opacity=100);
        color: #e6ca15;
    }

    .favorites-toggle label {
        color: #fff;
        float: left;
        font-size: .8em;
        letter-spacing: .05em;
        text-transform: uppercase;
    }

    .favorites-toggle .btn-toggle {
        background: #5B5B5B;
        background: rgba(0, 0, 0, 0.2);
        float: right;
        width: 45px;
    }

    .favorites-toggle .toggle-on {
        background: #e6ca15;
    }

    .favorites-toggle .fa-star {
        opacity: 0.2;
        filter: alpha(opacity=20);
        color: #000;
        font-size: 1.4em;
        margin: 1px 2px 0 0;
    }

.nav-dashboard {
    display: block;
    padding: 10px 15px;
}

    .nav-dashboard a {
        display: block;
        outline: none;
    }

    .nav-dashboard .active .fa-star {
        opacity: 1;
        filter: alpha(opacity=100);
        color: #e6ca15;
    }

    .nav-dashboard label {
        color: #fff;
        float: left;
        font-size: .8em;
        letter-spacing: .05em;
        text-transform: uppercase;
    }

    .nav-dashboard .btn-toggle {
        background: #5B5B5B;
        background: rgba(0, 0, 0, 0.2);
        float: right;
        width: 45px;
    }

    .nav-dashboard .toggle-on {
        background: #e6ca15;
    }

    .nav-dashboard .fa-star {
        opacity: 0.2;
        filter: alpha(opacity=20);
        color: #000;
        font-size: 1.4em;
        margin: 1px 2px 0 0;
    }

    .nav-dashboard:hover {
        background: #323232;
        background: rgba(0, 0, 0, 0.2);
    }

.ie8 .nav-dashboard:hover {
    background: #4a4a4a;
}

.nav-tableau {
    display: block;
    padding: 10px 15px;
}

    .nav-tableau a {
        display: block;
        outline: none;
    }

    .nav-tableau .active .fa-star {
        opacity: 1;
        filter: alpha(opacity=100);
        color: #e6ca15;
    }

    .nav-tableau label {
        color: #fff;
        float: left;
        font-size: .8em;
        letter-spacing: .05em;
        text-transform: uppercase;
    }

    .nav-tableau .btn-toggle {
        background: #5B5B5B;
        background: rgba(0, 0, 0, 0.2);
        float: right;
        width: 45px;
    }

    .nav-tableau .toggle-on {
        background: #e6ca15;
    }

    .nav-tableau .fa-star {
        opacity: 0.2;
        filter: alpha(opacity=20);
        color: #000;
        font-size: 1.4em;
        margin: 1px 2px 0 0;
    }

    .nav-tableau:hover {
        background: #323232;
        background: rgba(0, 0, 0, 0.2);
    }

.ie8 .nav-tableau:hover {
    background: #4a4a4a;
}

.nav-wrap {
    left: 0;
    margin-top: 15px;
    position: relative;
}

.nav-module-section {
    display: none;
}

    .nav-module-section.active {
        display: block;
    }

    .nav-module-section ul {
        margin: 0;
        padding: 0;
    }

    .nav-module-section li {
        list-style: none;
        margin: 0;
        padding: 0;
        position: relative;
    }

        .nav-module-section li:hover {
            background: #323232;
            background: rgba(0, 0, 0, 0.2);
        }

.ie8 .nav-module-section li:hover {
    background: #4a4a4a;
}

.nav-module-section li.active {
    background: rgba(255, 255, 255, 0.1);
}

.ie8 .nav-module-section li.active {
    background: #4a4a4a;
}

.nav-module-section li.active a[data-menu] {
    background: #323232;
    background: rgba(0, 0, 0, 0.2);
    outline: none;
}

    .nav-module-section li.active a[data-menu] .icon-nav-arrow {
        margin-top: -2px;
    }

    .nav-module-section li.active a[data-menu] .folder-open,
    .nav-module-section li.active a[data-menu] .fa-angle-down {
        display: block;
    }

    .nav-module-section li.active a[data-menu] .folder-closed,
    .nav-module-section li.active a[data-menu] .fa-angle-right {
        display: none;
    }

.nav-module-section li.active ul {
    display: block;
}

.nav-module-section a {
    color: #fff;
    display: block;
    font-weight: 400;
    padding: 15px 20px 15px 35px;
    position: relative;
}

    .nav-module-section a .fa {
        opacity: 0.3;
        filter: alpha(opacity=30);
        font-size: 1.2em;
        left: 15px;
        margin-top: -8px;
        position: absolute;
        top: 50%;
    }

    .nav-module-section a .fa-angle-down,
    .nav-module-section a .fa-angle-right {
        opacity: 0.8;
        filter: alpha(opacity=80);
        font-size: 1.3em;
        left: auto;
        right: 20px;
    }

    .nav-module-section a .fa-angle-down {
        display: none;
    }

    .nav-module-section a .folder-open {
        display: none;
    }

    .nav-module-section a .folder-closed {
        display: block;
    }

.nav-module-section .btn-favorite-module {
    left: 0;
    padding: 20px 0;
    position: absolute;
    top: 2px;
    width: 40px;
}

.nav-module-section .icon-nav-arrow {
    position: absolute;
    left: 7px;
    margin-top: -4px;
    top: 50%;
}

.nav-module-subnav {
    display: none;
    max-height: 350px;
    overflow: auto;
    padding: 5px 15px 5px 5px;
}

    .nav-module-subnav.active {
        display: block;
    }

    .nav-module-subnav li {
        padding-left: 25px;
    }

    .nav-module-subnav a {
        padding: 15px;
    }

        .nav-module-subnav a.active {
            opacity: 1;
            filter: alpha(opacity=100);
            color: #fff;
            font-weight: 600;
        }

#sidebar-footer {
    -webkit-transition: left 0.3s ease;
    -moz-transition: left 0.3s ease;
    -ms-transition: left 0.3s ease;
    transition: left 0.3s ease;
    background: rgba(0, 0, 0, 0.2);
    bottom: 0;
    left: -250px;
    padding: 15px;
    position: fixed;
    text-align: center;
    width: 250px;
}

.nav-open #sidebar-footer, .splash #sidebar-footer {
    left: 0;
}

.sidebar-logo {
    margin: 0 auto 5px;
    padding-top: 2px;
    width: 200px;
}

    .sidebar-logo img {
        width: 100%;
    }

.sidebar-logout-timer {
    border: 1px solid #5893b8;
    display: inline-block;
    margin-bottom: 15px;
    padding: 2px 5px 4px;
}

    .sidebar-logout-timer.alert {
        background: #F03434;
        border-color: #F03434;
    }

        .sidebar-logout-timer.alert h5 {
            color: #fff;
        }

    .sidebar-logout-timer h5 {
        color: #D3ECFC;
        font-size: .75em;
        letter-spacing: .05em;
        margin: 0;
        text-transform: uppercase;
    }

        .sidebar-logout-timer h5 span {
            font-size: 1.4em;
            font-weight: 500;
            margin-bottom: -2px;
            position: relative;
            top: 1px;
        }

.sidebar-copyright p {
    opacity: 0.4;
    filter: alpha(opacity=40);
    color: #fff;
    font-size: .8em;
    line-height: 1;
    margin: 2px 0 0 0;
}

.tooltipster-default {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    -ms-background-clip: padding-box;
    background-clip: padding-box;
    background: #2a2a2a;
    border: none;
    color: #f0f0f0;
}

    .tooltipster-default .tooltipster-content {
        font-size: 12px;
        line-height: 16px;
        padding: 5px 8px;
    }

/*====================================
  FILENET
--------------------------------------*/
#site-details-wrap {
    background: #eaeaea;
    padding: 30px 30px 40px;
}

.site-properties {
    float: left;
    margin-right: 5%;
    width: 30%;
}

    .site-properties table {
        border-top: 1px solid #cfcfcf;
        text-transform: uppercase;
        width: 100%;
    }

    .site-properties th {
        background: #dadada;
        border-bottom: 1px solid #cfcfcf;
        font-weight: 500;
        padding: 10px;
        text-align: left;
    }

    .site-properties td {
        border-bottom: 1px solid #cfcfcf;
        padding: 10px;
    }

.site-details {
    float: left;
    width: 65%;
}

#table-projects .status-bubble,
#table-ooms .status-bubble {
    margin-right: 3px;
    position: relative;
    top: 1px;
}

#milestones-legend {
    float: left;
    margin-top: 5px;
}

@media only screen and (max-width: 1225px) {
    #milestones-legend {
        margin-top: -20px;
    }
}

@media only screen and (max-width: 1024px) {
    #milestones-legend {
        border-bottom: 1px solid #eaeaea;
        float: none;
        margin-top: -10px;
        margin-bottom: 15px;
        padding-bottom: 15px;
    }
}

#milestones-legend h4 {
    float: left;
    font-weight: 500;
    margin: 7px 25px 0 0;
}

@media only screen and (max-width: 1225px) {
    #milestones-legend h4 {
        float: none;
        margin-bottom: 10px;
    }
}

#milestones-legend ul {
    float: left;
}

#milestones-legend li {
    margin: 0 8px 5px 0;
    padding: 5px 15px;
    cursor: crosshair;
}

#tab-content-milestones .table-wrap {
    margin-bottom: 30px;
}

@media only screen and (max-width: 1230px) {
    #tab-content-milestones .table-wrap {
        overflow-x: scroll;
    }
}

#tab-content-milestones .status-bubble {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    -ms-background-clip: padding-box;
    background-clip: padding-box;
    height: auto;
    padding: 5px 15px;
    width: auto;
}

@media only screen and (max-width: 1230px) {
    #table-milestones {
        width: 780px;
    }
}

#table-milestones th, #table-milestones td {
    padding: 5px;
    text-align: center;
}

#table-milestones th {
    line-height: 1.3;
    vertical-align: bottom;
}

    #table-milestones th span {
        display: block;
    }

#table-milestones .align-left {
    padding-left: 5px;
    text-align: left;
}

#btn-more-milestones {
    float: right;
}

/*=====================================
  DOCUMENTS WRAP
---------------------------------------*/
#site-documents-wrap {
    background: #fff;
    padding: 30px 30px 40px;
    position: relative;
}

.site-documents-header {
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 30px;
    padding-bottom: 10px;
    position: relative;
}

    .site-documents-header h2 {
        border-right: 1px solid #eaeaea;
        float: left;
        line-height: 35px;
        padding-right: 20px;
    }

        .site-documents-header h2 a {
            color: #303030;
        }

        .site-documents-header h2 .icon-chevron-down {
            margin-left: 10px;
        }

#btn-upload {
    float: right;
}

    #btn-upload .icon-upload {
        margin: -2px 3px 0 0;
        position: relative;
        top: 2px;
    }

#document-view-toggle {
    float: right;
    margin-right: 30px;
}

    #document-view-toggle .btn, #document-view-toggle .section-notes-wrap input[type="button"], .section-notes-wrap #document-view-toggle input[type="button"] {
        padding: 7px 12px;
    }

        #document-view-toggle .btn.active, #document-view-toggle .section-notes-wrap input.active[type="button"], .section-notes-wrap #document-view-toggle input.active[type="button"] {
            background: #F0F0F0;
            /*cursor: default;*/
            pointer-events: none;
        }

            #document-view-toggle .btn.active .icon-sprite, #document-view-toggle .section-notes-wrap input.active[type="button"] .icon-sprite, .section-notes-wrap #document-view-toggle input.active[type="button"] .icon-sprite {
                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
                filter: alpha(opacity=40);
                opacity: .4;
            }

    #document-view-toggle .icon-sprite {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        opacity: 1;
        text-indent: -9999px;
    }

/*=====================================
  DOCUMENT SEARCH
---------------------------------------*/
.document-search-wrap {
    float: left;
    margin-left: 20px;
}

    .document-search-wrap .icon-search {
        left: 10px;
        margin-top: -8px;
        position: absolute;
        text-indent: -9999px;
        top: 50%;
    }

    .document-search-wrap .form-group {
        margin: 0;
        width: 300px;
    }

        .document-search-wrap .form-group input[type="text"] {
            border-color: #fff;
            padding-left: 35px;
        }

            .document-search-wrap .form-group input[type="text"]:focus {
                -webkit-box-shadow: none;
                -moz-box-shadow: none;
                -ms-box-shadow: none;
                box-shadow: none;
                border: 1px solid #d0d0d0;
                outline: none;
            }

/*=====================================
  DOCUMENT RESULTS HEADER
---------------------------------------*/
.results-header {
    margin-bottom: 25px;
}

    .results-header.active-document .document-actions {
        display: block;
    }

    .results-header.active-document .results-filter {
        display: none;
    }

/*=====================================
  DOCUMENT FILTER
---------------------------------------*/
.results-filter {
    float: left;
}

    .results-filter .filter-label {
        color: #767676;
        font-size: 0.7em;
        font-weight: 500;
        margin: -10px 0 4px;
        text-transform: uppercase;
    }

    .results-filter h4 {
        float: left;
        line-height: 30px;
        margin: 3px 20px 0 0;
    }

    .results-filter .btn, .results-filter .section-notes-wrap input[type="button"], .section-notes-wrap .results-filter input[type="button"] {
        color: #303030;
        min-width: 130px;
        position: relative;
        text-align: left;
    }

        .results-filter .btn .arrow-down, .results-filter .section-notes-wrap input[type="button"] .arrow-down, .section-notes-wrap .results-filter input[type="button"] .arrow-down {
            border-left: 5px solid transparent;
            border-right: 5px solid transparent;
            border-top: 5px solid #b0b0b0;
            height: 0;
            width: 0;
            margin-top: -2px;
            position: absolute;
            right: 10px;
            top: 50%;
        }

.file-type-filter {
    float: left;
    margin-right: 10px;
}

.category-filter {
    float: left;
}

#popup-category-filter {
    /*width: 500px;*/
    min-width: 300px;
    max-width: 500px;
}

    #popup-category-filter ul {
        float: left;
        width: 48%;
    }

        #popup-category-filter ul:nth-child(odd) {
            float: right;
        }

/*=====================================
  DOCUMENT ACTIONS
---------------------------------------*/
.document-actions {
    display: none;
    float: left;
}

    .document-actions .icon-sprite {
        margin-top: -3px;
        position: relative;
        top: 3px;
    }

.document-status-actions {
    float: left;
}

.user-actions-wrap {
    border-left: 1px solid #eaeaea;
    float: left;
    margin-left: 15px;
    padding-left: 15px;
}

    .user-actions-wrap li {
        margin-right: 8px;
    }

.results-meta-wrap {
    float: right;
}

    .results-meta-wrap p {
        color: #8a8a8a;
        display: inline;
        font-style: italic;
        line-height: 32px;
        margin-right: 30px;
        text-align: right;
    }

#btn-refresh .icon-refresh {
    margin-top: -3px;
    position: relative;
    top: 3px;
}

/*=====================================
  DOCUMENT RESULTS
---------------------------------------*/
#document-results {
    margin-top: 15px;
}

    #document-results.list-view #table-document-list {
        display: table;
    }

    #document-results.list-view #document-grid-view {
        display: none;
    }

    #document-results.grid-view #table-document-list {
        display: none;
    }

    #document-results.grid-view #document-grid-view {
        display: block;
    }

@media only screen and (max-width: 1000px) {
    #document-results .table-wrap {
        overflow-x: scroll;
    }
}

@media only screen and (max-width: 1000px) {
    #table-document-list {
        /*width: 900px;*/
        min-width: 300px;
        max-width: 900px;
    }
}

#table-document-list th, #table-document-list td {
    padding: 5px;
    text-align: center;
}

#table-document-list th {
    background: #303030;
    color: #fff;
    padding: 6px 5px 5px;
}

#table-document-list .icon-page {
    text-indent: -9999px;
}

#table-document-list .col-checkbox {
    width: 20px;
}

    #table-document-list .col-checkbox input {
        position: relative;
        top: 3px;
    }

#table-document-list .col-type {
    width: 40px;
}

#table-document-list .col-document-name {
    text-align: left;
}

#document-grid-view ul {
    margin: 0;
    padding: 0;
}

#document-grid-view .document {
    float: left;
    list-style: none;
    margin: 0 2% 30px 0;
    padding: 0;
    position: relative;
    width: 250px;
    height: 350px;
}

    #document-grid-view .document:hover .document-hover-overlay, #document-grid-view .document.active .document-hover-overlay {
        opacity: 1;
        visibility: visible;
    }

@media only screen and (max-width: 1680px) {
    #document-grid-view .document {
        width: 15%;
    }

        #document-grid-view .document:nth-child(6n) {
            margin-right: 0;
        }
}

@media only screen and (max-width: 1580px) {
    #document-grid-view .document {
        margin-right: 2%;
        width: 18.4%;
    }

        #document-grid-view .document:nth-child(6n) {
            margin-right: 2%;
        }

        #document-grid-view .document:nth-child(5n) {
            margin-right: 0;
        }
}

@media only screen and (max-width: 1250px) {
    #document-grid-view .document {
        margin-right: 2%;
        width: 23.5%;
    }

        #document-grid-view .document:nth-child(5n) {
            margin-right: 2%;
        }

        #document-grid-view .document:nth-child(4n) {
            margin-right: 0;
        }
}

@media only screen and (max-width: 1250px) {
    #document-grid-view .document {
        margin-right: 2%;
        width: 32%;
    }

        #document-grid-view .document:nth-child(4n) {
            margin-right: 2%;
        }

        #document-grid-view .document:nth-child(3n) {
            margin-right: 0;
        }
}

.document-preview {
    background: #d0d0d0;
    height: 225px;
    overflow: hidden;
    padding: 20px;
    position: relative;
    width: 100%;
}

    .document-preview img {
        -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
        -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
        width: 100%;
    }

.document-meta {
    margin-top: 10px;
    padding-left: 30px;
    position: relative;
}

    .document-meta .icon-sprite {
        left: 0;
        position: absolute;
        top: 1px;
    }

    .document-meta h3 {
        font-size: 1.2em;
        margin: 0 0 5px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 100%;
    }

    .document-meta p {
        color: #8a8a8a;
        font-size: .8em;
        line-height: 1;
        margin: 0;
        text-transform: uppercase;
    }

.document-hover-overlay {
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    background: #006fad;
    background: rgba(0, 111, 173, 0.85);
    height: 225px;
    left: 0;
    opacity: 0;
    padding: 10px;
    position: absolute;
    top: 0;
    width: 100%;
    -webkit-transform: translateZ(0);
}

    .document-hover-overlay .btn, .document-hover-overlay .section-notes-wrap input[type="button"], .section-notes-wrap .document-hover-overlay input[type="button"] {
        -webkit-transition: background 0.3s ease;
        -moz-transition: background 0.3s ease;
        -ms-transition: background 0.3s ease;
        transition: background 0.3s ease;
        background: none;
        border: 1px solid #fff;
        color: #fff;
        display: block;
        font-weight: 400;
        height: 40px;
        line-height: 38px;
        margin: 0 auto 10px;
        text-transform: uppercase;
        width: 138px;
    }

        .document-hover-overlay .btn:hover, .document-hover-overlay .section-notes-wrap input[type="button"]:hover, .section-notes-wrap .document-hover-overlay input[type="button"]:hover {
            background: #fff;
            color: #006fad;
        }

    .document-hover-overlay .document-primary-actions {
        margin-top: 50px;
    }

    .document-hover-overlay .document-options {
        position: absolute;
        right: 12px;
        top: 12px;
    }

        .document-hover-overlay .document-options li {
            margin-left: 15px;
        }

        .document-hover-overlay .document-options .icon-sprite {
            text-indent: -9999px;
        }

/*=======================================
  MODULE NOTES
-----------------------------------------*/
.section-notes-wrap {
    line-height: 1.3em;
    padding-bottom: 25px;
}

    .section-notes-wrap .tab-content {
        border: none;
        padding: 0;
    }

    .section-notes-wrap li {
        margin-bottom: 5px;
    }

/*=======================================
  Report Header
-----------------------------------------*/
.report-header {
    margin-bottom: 25px;
    padding: 5px 0 10px 0;
}

    .report-header h2 {
        border-right: 1px solid #EAEAEA;
        float: left;
        font-size: 1.4em;
        line-height: 35px;
        padding-right: 20px;
    }

        .report-header h2 a {
            color: #303030;
            position: relative;
            top: -5px;
        }

        .report-header h2 .icon-chevron-down {
            margin-left: 10px;
        }

    .report-header .filter-count {
        bottom: 10px;
        color: #9A9A9A;
        display: block;
        font-size: .65em;
        font-style: italic;
        position: absolute;
    }

.report-header-links {
    float: right;
}

#saved-criteria-wrap {
    float: left;
    margin-left: 20px;
    position: relative;
    width: 256px;
}

    #saved-criteria-wrap .btn-popup {
        display: block;
        text-align: left;
    }

    #saved-criteria-wrap .icon-save {
        margin: -4px 3px 0 0;
        position: relative;
        top: 4px;
    }

.search-criteria-actions {
    border-left: 1px solid #eaeaea;
    float: left;
    margin: 0 30px 0 30px;
    padding-left: 30px;
}

    .search-criteria-actions li {
        margin-right: 20px;
    }

#btn-clear-selections .icon-sprite {
    margin: -4px 3px 0 0;
    position: relative;
    top: 3px;
}

#btn-refresh-all .icon-sprite {
    margin: -4px 3px 0 0;
    position: relative;
    top: 3px;
}



#btn-filter-criteria .icon-filter {
    opacity: 0.6;
    filter: alpha(opacity=60);
    margin: -1px 3px 0 0;
    position: relative;
    top: 4px;
}

/*=======================================
  Search Criteria Block
-----------------------------------------*/
.search-criteria {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    -ms-background-clip: padding-box;
    background-clip: padding-box;
    background: #ddd;
    float: left;
    margin: 0 1% 30px 0;
    padding: 10px 6px 6px;
    position: relative;
    width: 19%;
}

@media only screen and (max-width: 1420px) {
    .search-criteria {
        width: 24%;
    }
}

@media only screen and (max-width: 1220px) {
    .search-criteria {
        width: 32%;
    }
}

@media only screen and (max-width: 990px) {
    .search-criteria {
        width: 49%;
    }
}

@media only screen and (min-width: 1420px) {
    .nav-closed .search-criteria {
        width: 15.5%;
    }
}

.ie .search-criteria {
    width: 220px;
}

.search-criteria.active {
    background: #2286B5;
}

    .search-criteria.active h3 {
        color: #fff;
    }

    .search-criteria.active .search-criteria-header .label-checkbox {
        color: #fff;
    }

.search-criteria.find-enabled .search-criteria-options {
    height: 130px;
}

.search-criteria.date-picker-enabled .search-criteria-options {
    padding: 15px 10px 10px;
}

.search-criteria.date-picker-enabled .icon-calendar {
    margin-top: -3px;
    position: absolute;
    right: 8px;
    top: 50%;
}

.search-criteria.date-picker-enabled .date-select-wrap label {
    color: #6a6a6a;
    display: block;
    font-size: .7em;
    margin-bottom: 3px;
    text-transform: uppercase;
}

.search-criteria.date-picker-enabled .date-select-wrap .form-group {
    margin-bottom: 10px;
    width: 140px;
}

.search-criteria.date-picker-enabled .date-select-wrap input[type="text"] {
    padding: 0 8px;
}

.search-criteria-header {
    position: relative;
}

    .search-criteria-header .label-checkbox {
        float: right;
        margin: 0 5px 0 0;
        font-size: .9em;
        color: #6A6A6A;
    }

        .search-criteria-header .label-checkbox input {
            margin-right: 3px;
            position: relative;
            top: -1px;
        }

    .search-criteria-header h3 {
        color: #303030;
        float: left;
        font-size: 1em;
        font-weight: 500;
        margin: 0 0 8px 3px;
    }

    .search-criteria-header .select-all span {
        position: relative;
        top: -1px;
    }

    .search-criteria-header .icon-search {
        display: none;
        opacity: .7;
        position: absolute;
        right: 7px;
        text-indent: -9999px;
        top: -1px;
    }

        .search-criteria-header .icon-search:hover {
            opacity: 1;
        }

    .search-criteria-header .icon-minimize {
        opacity: .7;
        position: absolute;
        right: 0;
        text-indent: -9999px;
        top: 0;
    }

        .search-criteria-header .icon-minimize:hover {
            opacity: 1;
        }

.search-criteria-options {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    -ms-background-clip: padding-box;
    background-clip: padding-box;
    background: #fff;
    border: 1px solid #d7d7d7;
    height: 160px;
    padding: 3px 5px 5px 5px;
    position: relative;
    overflow-y: auto;
}

    .search-criteria-options ul {
        margin: 0;
        padding: 0;
    }

    .search-criteria-options li {
        border-bottom: 1px solid #eaeaea;
        font-size: .95em;
        list-style: none;
        margin: 0;
        padding: 4px 5px 6px;
    }

        .search-criteria-options li.active, .search-criteria-options li:hover {
            background: #E5F4FC;
        }

    .search-criteria-options .form-group {
        margin: 0;
    }

    .search-criteria-options .label-checkbox,
    .search-criteria-options .label-radio {
        line-height: 1.2;
    }

        .search-criteria-options .label-checkbox:hover,
        .search-criteria-options .label-radio:hover {
            cursor: pointer;
        }

        .search-criteria-options .label-checkbox input[type="checkbox"],
        .search-criteria-options .label-radio input[type="checkbox"] {
            height: 12px;
            width: 12px;
        }

.search-criteria-find .form-group {
    margin: 0 0 5px;
}

.search-criteria-find input[type="text"] {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    -ms-background-clip: padding-box;
    background-clip: padding-box;
    height: 25px;
    padding-left: 30px;
}

.search-criteria-find .btn-find {
    height: 20px;
    left: 5px;
    position: absolute;
    text-indent: -9999px;
    top: 5px;
    width: 20px;
}

.null-options-wrap {
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
    font-size: .85em;
    margin: 4px 0 0 0;
    padding: 0;
    position: relative;
    text-align: center;
    width: 100%;
}

    .null-options-wrap .form-group {
        display: inline-block;
        margin: 0 10px 0 0;
    }

    .null-options-wrap .label-checkbox {
        padding-left: 15px;
    }

    .null-options-wrap ul {
        margin: 0;
        padding: 0;
    }

    .null-options-wrap li {
        border: none;
        display: inline-block;
        list-style: none;
        margin: 0;
        padding: 0;
    }

.unique-options-wrap {
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
    font-size: .85em;
    margin: 4px 0 0 0;
    padding: 0;
    position: relative;
    text-align: center;
    width: 100%;
}

    .unique-options-wrap .form-group {
        display: inline-block;
        margin: 0 10px 0 0;
    }

    .unique-options-wrap .label-checkbox {
        padding-left: 15px;
    }

    .unique-options-wrap ul {
        margin: 0;
        padding: 0;
    }

    .unique-options-wrap li {
        border: none;
        display: inline-block;
        list-style: none;
        margin: 0;
        padding: 0;
    }

/*=======================================
  Save Search Criteria
-----------------------------------------*/
#save-criteria-wrap {
    float: left;
}

@media only screen and (max-width: 1285px) {
    .nav-open #save-criteria-wrap {
        display: block;
        /*float: none;*/
        margin-bottom: 25px;
        /*width: 100%;*/
    }
}

@media only screen and (max-width: 985px) {
    #save-criteria-wrap {
        display: block;
        /*float: none;*/
        margin-bottom: 25px;
        /*width: 100%;*/
    }
}

#save-criteria-wrap .form-group {
    clear: none;
    margin: 0;
}

#save-criteria-wrap span {
    color: #303030;
    font-size: 1em;
}

#save-criteria-wrap input {
    margin-right: 5px;
}

#name-search-criteria {
    display: none;
}

    #name-search-criteria input {
        float: left;
        width: 280px;
    }

    #name-search-criteria .btn, #name-search-criteria .section-notes-wrap input[type="button"], .section-notes-wrap #name-search-criteria input[type="button"] {
        float: left;
        height: 30px;
    }

/*=======================================
  Report Actions
-----------------------------------------*/
.report-actions-wrap {
    border-top: 1px solid #eaeaea;
    margin-top: 30px;
    padding: 25px 0 10px;
}

.report-actions {
    float: right;
}
/*
@media only screen and (max-width: 985px) {
  .report-actions {
    float: none;
  }
}*/

#report-output-wrap {
    border-left: 1px solid #eaeaea;
    float: right;
    margin-left: 5px;
    padding: 0 0 0 15px;
    position: relative;
}

@media only screen and (max-width: 985px) {
    #report-output-wrap {
        border-left: none;
    }
}

#report-output-wrap .form-group {
    clear: none;
    float: left;
    margin: 0 10px 0 0;
    /*width: 350px;*/
    min-width: 300px;
    max-width: 350px;
}

#report-output-wrap .btn, #report-output-wrap .section-notes-wrap input[type="button"], .section-notes-wrap #report-output-wrap input[type="button"] {
    float: left;
}

#report-output-wrap .btn-primary {
    width: 80px;
}

#btn-report-output {
    margin-right: 10px;
    text-align: left;
    width: 300px;
}

@media only screen and (max-width: 1024px) {
    #btn-report-output {
        width: 250px;
    }
}

.report-email-options {
    float: left;
}

    .report-email-options .btn, .report-email-options .section-notes-wrap input[type="button"], .section-notes-wrap .report-email-options input[type="button"] {
        margin-right: 10px;
    }

        .report-email-options .btn .icon-sprite, .report-email-options .section-notes-wrap input[type="button"] .icon-sprite, .section-notes-wrap .report-email-options input[type="button"] .icon-sprite {
            margin: -4px 3px 0 0;
            position: relative;
            top: 4px;
        }

/*========================================
  GRID VIEW
------------------------------------------*/
#Content_divGridView th {
    font-size: .95em;
    font-weight: 500;
    text-transform: uppercase;
}

    #Content_divGridView th a {
        color: #404040;
    }

#Content_divGridView td {
    color: #5a5a5a;
}

/*========================================
  LOGIN
------------------------------------------*/
body.login {
    overflow: hidden;
}

.login-copyright {
    color: #afafaf;
    bottom: 30px;
    margin: 0;
    position: absolute;
    right: 30px;
}

@media only screen and (max-width: 479px) {
    .login-copyright {
        right: auto;
        text-align: center;
        width: 100%;
    }
}

.login-swifttrac-logo {
    bottom: 30px;
    position: absolute;
    left: 30px;
    width: 200px;
}

@media only screen and (max-width: 479px) {
    .login-swifttrac-logo {
        bottom: 60px;
        left: 50%;
        margin-left: -100px;
    }
}

.login-swifttrac-logo img {
    width: 100%;
}

.login-form-wrap {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
    opacity: 0;
    filter: alpha(opacity=0);
    background: #EFEFEF;
    height: 400px;
    margin: 130px auto;
    position: relative;
    top: -40px;
}

.loading .login-form-wrap {
    opacity: 1;
    filter: alpha(opacity=100);
    top: 0;
}

.login-form-wrap .logo-swifttrac {
    display: block;
    margin: 0 auto;
    text-align: center;
}

    .login-form-wrap .logo-swifttrac img {
        display: inline-block;
        max-height: 60px;
        max-width: 240px;
        width: auto;
    }

.login-form-wrap .form-wrap {
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    transition: all 0.9s ease;
    opacity: 0;
    filter: alpha(opacity=0);
    height: 400px;
    left: 100%;
    position: absolute;
    top: 200px;
    /*width: 400px;*/
    min-width: 300px;
    max-width: 400px;
}

@media only screen and (max-width: 479px) {
    .login-form-wrap .form-wrap {
        width: 90%;
    }
}

.login-form-wrap .form-wrap.active {
    opacity: 1;
    filter: alpha(opacity=100);
    left: 50%;
    margin-left: -200px;
}

@media only screen and (max-width: 479px) {
    .login-form-wrap .form-wrap.active {
        margin-left: 0;
        left: 5%;
    }
}

.login-form-wrap .form-wrap.previous {
    opacity: 0;
    filter: alpha(opacity=0);
    left: -100%;
}

.loading .login-form-wrap .form-wrap {
    opacity: 1;
    filter: alpha(opacity=100);
    top: 60px;
}

.login-form-wrap .form-wrap.invalid .error-notification {
    display: block;
}

.login-form-wrap .form-wrap .error-notification {
    display: none;
}

.login-form-wrap .form-desc p {
    color: #6a6a6a;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.4;
    margin: 0 0 30px;
}

.login-form-wrap .form-group {
    -webkit-transition: all 1.1s ease;
    -moz-transition: all 1.1s ease;
    -ms-transition: all 1.1s ease;
    transition: all 1.1s ease;
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -ms-transition-delay: .3s;
    transition-delay: .3s;
    margin-bottom: 15px;
}

    .login-form-wrap .form-group.disabled input[type="text"],
    .login-form-wrap .form-group.disabled input[type="password"],
    .login-form-wrap .form-group.disabled input[type="email"] {
        opacity: 0.5;
        filter: alpha(opacity=50);
        -webkit-transition-delay: 0s;
        -moz-transition-delay: 0s;
        -ms-transition-delay: 0s;
        transition-delay: 0s;
    }

.login-form-wrap label {
    display: none;
}

.login-form-wrap input[type="text"],
.login-form-wrap input[type="password"],
.login-form-wrap input[type="email"] {
    border: none;
    font-size: 1.1em;
    font-weight: 300;
    height: auto;
    padding: 18px 15px;
}

    .login-form-wrap input[type="text"]::-webkit-input-placeholder,
    .login-form-wrap input[type="password"]::-webkit-input-placeholder,
    .login-form-wrap input[type="email"]::-webkit-input-placeholder {
        /* Chrome, Safari */
        opacity: 1;
        filter: alpha(opacity=100);
        color: #aaa;
        font-weight: 300;
    }

    .login-form-wrap input[type="text"]:-moz-placeholder,
    .login-form-wrap input[type="password"]:-moz-placeholder,
    .login-form-wrap input[type="email"]:-moz-placeholder {
        /* Firefox 18- */
        opacity: 1;
        filter: alpha(opacity=100);
        color: #aaa;
        font-weight: 300;
    }

    .login-form-wrap input[type="text"]::-moz-placeholder,
    .login-form-wrap input[type="password"]::-moz-placeholder,
    .login-form-wrap input[type="email"]::-moz-placeholder {
        /* Firefox 19+ */
        opacity: 1;
        filter: alpha(opacity=100);
        color: #aaa;
        font-weight: 300;
    }

    .login-form-wrap input[type="text"]:-ms-input-placeholder,
    .login-form-wrap input[type="password"]:-ms-input-placeholder,
    .login-form-wrap input[type="email"]:-ms-input-placeholder {
        /* Internet Explorer */
        color: #aaa;
        font-weight: 300;
    }

.login-form-wrap a {
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    transition: color 0.3s ease;
    color: #9a9a9a;
    font-size: 1.1em;
    font-weight: 300;
}

    .login-form-wrap a:hover {
        color: #2286B5;
    }

.login-form-wrap .load-indicator {
    color: #5a5a5a;
    display: none;
    font-size: .9em;
    margin: 20px 0;
    text-align: center;
}

.login-form-wrap .btn-primary {
    display: block;
    font-size: 1.1em;
    height: auto;
    line-height: 1;
    margin: 45px auto 0;
    padding: 15px;
    position: relative;
    width: 130px;
}

.login-form {
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -ms-transition: all 1.5s ease;
    transition: all 1.5s ease;
    opacity: 0;
    filter: alpha(opacity=0);
    float: left;
    position: relative;
    top: -20px;
    width: 100%;
}

    .login-form .form-group {
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .login-form .input-username {
        position: relative;
        top: -40px;
    }

.loading .login-form .input-username {
    opacity: 1;
    filter: alpha(opacity=100);
    top: 0;
}

.login-form .input-password {
    position: relative;
    top: -70px;
}

.loading .login-form .input-password {
    opacity: 1;
    filter: alpha(opacity=100);
    top: 0;
}

.login-form .btn-primary {
    -webkit-transition: opacity 0.9s ease;
    -moz-transition: opacity 0.9s ease;
    -ms-transition: opacity 0.9s ease;
    transition: opacity 0.9s ease;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition-delay: 1.1s;
    -moz-transition-delay: 1.1s;
    -ms-transition-delay: 1.1s;
    transition-delay: 1.1s;
    position: relative;
    top: -20px;
}

.loading .login-form .btn-primary {
    opacity: 1;
    filter: alpha(opacity=100);
    top: 0;
}

.login-form .btn-primary:focus {
    outline: 0;
}

.login-form .forget-password {
    -webkit-transition: opacity 1s ease;
    -moz-transition: opacity 1s ease;
    -ms-transition: opacity 1s ease;
    transition: opacity 1s ease;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition-delay: 1.1s;
    -moz-transition-delay: 1.1s;
    -ms-transition-delay: 1.1s;
    transition-delay: 1.1s;
    margin-top: 15px;
    text-align: right;
    position: relative;
}

.loading .login-form .forget-password {
    opacity: 1;
    filter: alpha(opacity=100);
    top: 0;
}

.forget-form {
    float: left;
    width: 100%;
}

    .forget-form h3 {
        font-size: 1.8em;
    }

    .forget-form .btn-primary {
        float: left;
        margin: 25px 0 45px;
    }

    .forget-form #btnResetPassword {
        display: none;
    }

    .forget-form .load-indicator {
        position: absolute;
        left: 150px;
        text-align: left;
        bottom: 150px;
    }

.question-input-wrap {
    display: none;
}

.locked-form {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    transition: none;
    opacity: 1;
    filter: alpha(opacity=100);
    margin: 0 auto;
    max-width: 400px;
    position: relative;
    top: 0;
    width: 95%;
}

    .locked-form .icon-locked {
        display: block;
        margin: 60px auto 35px;
    }

    .locked-form .form-wrap {
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        transition: none;
        opacity: 1;
        filter: alpha(opacity=100);
        display: block;
        left: 0;
        position: relative;
        top: 0;
    }

@media only screen and (max-width: 479px) {
    .locked-form .form-wrap {
        width: 100%;
    }
}

.loading .locked-form .form-wrap {
    top: 0;
}

.locked-form .form-wrap a {
    float: right;
}

.locked-form .form-desc p {
    margin: 0 0 10px;
}

.locked-form .form-group {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    transition: none;
    opacity: 1;
    filter: alpha(opacity=100);
}

.page-intro {
    max-width: 800px;
}

    .page-intro p {
        line-height: 1.4;
    }

.account-content-wrap .pagination {
    margin-top: 30px;
}

.email-history th a {
    color: #9A9A9A;
}

    .email-history th a:hover {
        color: #1C90D3;
    }

.email-history .icon-select-arrow {
    left: 1px;
    position: relative;
    top: 3px;
}

.email-history .date-select-wrap {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    -ms-background-clip: padding-box;
    background-clip: padding-box;
    background: #f0f0f0;
    margin-bottom: 20px;
    padding: 10px 20px 5px;
}

    .email-history .date-select-wrap h4 {
        float: left;
        font-weight: 400;
        line-height: 50px;
        margin: 0 30px 0 0;
    }

    .email-history .date-select-wrap .form-group {
        clear: none;
        float: left;
        margin: 0 10px 0 0;
        width: 150px;
    }

        .email-history .date-select-wrap .form-group label {
            color: #8a8a8a;
            font-size: .7em;
            text-transform: uppercase;
        }

    .email-history .date-select-wrap .icon-calendar {
        position: absolute;
        right: 10px;
        bottom: 8px;
    }

.email-history .btn-primary {
    font-size: .9em;
    position: relative;
    top: 13px;
    height: 28px;
    line-height: 25px;
    width: 70px;
}

.user-filter-options {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    -ms-background-clip: padding-box;
    background-clip: padding-box;
    background: #f0f0f0;
    padding: 0 15px 15px;
    width: 100%;
}

    .user-filter-options .form-group {
        clear: none;
        float: left;
        font-size: .9em;
        margin: 12px 12px 0 0;
        width: 170px;
    }

    .user-filter-options label {
        color: #8a8a8a;
        display: block;
        font-size: .8em;
        font-weight: 500;
        margin: 0 0 3px;
        text-transform: uppercase;
    }

.user-table-wrap {
    margin-top: 30px;
}

#btn-add-user {
    float: left;
}

#user-search {
    clear: none;
    float: right;
    width: 220px;
}

    #user-search input[type="text"] {
        padding-left: 28px;
    }

    #user-search .btn-search {
        display: block;
        left: 5px;
        position: absolute;
        text-indent: -9999px;
        top: 7px;
    }

.user-info-table {
    margin-top: 10px;
}

    .user-info-table th {
        background: #303030;
        color: #fff;
        padding: 7px 5px 5px;
        width: 20%;
    }

    .user-info-table .col-edit {
        width: 3%;
    }


/* --- [ PRINT ] --- */
@media print {
    /*================================
    Global Print Styles
  ----------------------------------*/
    * {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
        font-size: .9em;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
        /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 1.25cm .05cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
