﻿/*START fonts*/
@font-face {
    font-family: 'pt_sansbold';
    src: url('../fonts/PTS75F-webfont.eot');
    src: url('../fonts/PTS75F-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/PTS75F-webfont.woff') format('woff'), url('../fonts/PTS75F-webfont.ttf') format('truetype'), url('../fonts/PTS75F-webfont.svg#pt_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'pt_sansbold_italic';
    src: url('../fonts/PTS76F-webfont.eot');
    src: url('../fonts/PTS76F-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/PTS76F-webfont.woff') format('woff'), url('../fonts/PTS76F-webfont.ttf') format('truetype'), url('../fonts/PTS76F-webfont.svg#pt_sansbold_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'pt_sansitalic';
    src: url('../fonts/PTS56F-webfont.eot');
    src: url('../fonts/PTS56F-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/PTS56F-webfont.woff') format('woff'), url('../fonts/PTS56F-webfont.ttf') format('truetype'), url('../fonts/PTS56F-webfont.svg#pt_sansitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'pt_sansregular';
    src: url('../fonts/PTS55F-webfont.eot');
    src: url('../fonts/PTS55F-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/PTS55F-webfont.woff') format('woff'), url('../fonts/PTS55F-webfont.ttf') format('truetype'), url('../fonts/PTS55F-webfont.svg#pt_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'pt_sans_narrowbold';
    src: url('../fonts/PTN77F-webfont.eot');
    src: url('../fonts/PTN77F-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/PTN77F-webfont.woff') format('woff'), url('../fonts/PTN77F-webfont.ttf') format('truetype'), url('../fonts/PTN77F-webfont.svg#pt_sans_narrowbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'pt_sans_narrowregular';
    src: url('../fonts/PTN57F-webfont.eot');
    src: url('../fonts/PTN57F-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/PTN57F-webfont.woff') format('woff'), url('../fonts/PTN57F-webfont.ttf') format('truetype'), url('../fonts/PTN57F-webfont.svg#pt_sans_narrowregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'pt_sans_captionregular';
    src: url('../fonts/PTC55F-webfont.eot');
    src: url('../fonts/PTC55F-webfont.eot?#iefix') format('embedded-opentype'),url('../fonts/PTC55F-webfont.woff') format('woff'),url('../fonts/PTC55F-webfont.ttf') format('truetype'),url('../fonts/PTC55F-webfont.svg#pt_sans_captionregular') format('svg');
    font-weight: normal;
    font-style: normal
}
/*End Fonts*/

/*START of classes which uses Images*/
/*START h1, h2, h3, h4*/
h2 .h2-link .unlock,
h6 .h2-link .unlock {
    position: absolute;
    left: -35px;
    width: 30px;
    height: 30px;
    background: url(../Images/icon-disabled-locked-red.png) 0 0 no-repeat;
}
/*END h1, h2, h3, h4*/
a:focus, button:focus, li:focus, span:focus, div:focus, td:focus, img:focus, g:focus {
    outline: thin dotted gray;
}

th:focus {
    outline: thin dotted gray;
    outline-offset: -2px;
}

#zoomToFitBtn:focus {
    outline: thick dotted gray;
}

/*START general*/
.pseudo-li {
    margin: 5px 0;
    padding-left: 20px;
    background: url(../images/bullet-bg.png) 0 0 no-repeat;
}

.copy {
    background: url(../Images/icons/icon_copy.png) 0 0/contain no-repeat;
    width: 15px;
}

.icon-change-request {
    background: url(../Images/icons/change-request-icon.png) 0 0/contain no-repeat;
    width: 24px;
    height: 24px;
}

.icon-filter-change-request {
    background: url(../Images/icons/filter-change-requests-icon.png) 0 0/contain no-repeat;
    width: 24px;
    height: 24px;
}

.icon-informational {
    background: url(../Images/icons/informational-icon.png) 0 0/contain no-repeat;
    width: 24px;
    height: 24px;
}

.icon-flag-red {
    background: url(../Images/icons/flag-red-icon.png) 0 0/contain no-repeat;
    width: 16px;
    height: 16px;
	border: none;
}

.icon-flag-empty {
    background: url(../Images/icons/flag-empty-icon.png) 0 0/contain no-repeat;
    width: 16px;
    height: 16px;
	border: none;
}

.icon-green-check {
    background: url(../Images/icons/green-check-icon.png) 0 0/contain no-repeat;
}

.icon-collapse-arrow {
    background: url(../Images/icons/collapse-arrow-icon.png) 0 0/contain no-repeat;
}

.icon-deny-grey {
    background: url(../Images/icons/deny-grey-icon.png) 0 0/contain no-repeat;
}

.icon-deny-red {
    background: url(../Images/icons/deny-red-icon.png) 0 0/contain no-repeat;
}

.icon-orange-check {
    background: url(../Images/icons/orange-check-icon.png) 0 0/contain no-repeat;
}

.icon-expand-arrow {
    background: url(../Images/icons/expand-arrow-icon.png) 0 0/contain no-repeat;
}

.icon-implement-green {
    background: url(../Images/icons/implement-green-icon.png) 0 0/contain no-repeat;
}

.icon-implement-grey {
    background: url(../Images/icons/implement-grey-icon.png) 0 0/contain no-repeat;
}

.icon-red-arrow {
    background: url(../Images/icons/red-arrow-icon.png) 0 0/contain no-repeat;
}

.icon-drag-row {
    display: inline-block;
    margin: -3px 5px 0 0;
    width: 30px;
    height: 21px;
    cursor: move;
    background: url(../Images/icon-drag-row.png) 10px 0 no-repeat;
    overflow: hidden;
}
/*End General*/

.warning-triangle {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../Images/icon-warning3.png) 0 0 no-repeat;
}

/*START targeting sprite*/
.targeting-sprite {
    display: inline-block;
    vertical-align: middle;
    margin-top: 5px;
    width: 16px;
    height: 16px;
    background: url(../Images/targeting-sprite.png) 50px 0 no-repeat;
    overflow: hidden;
}

.icon-ellipsis {
    display: block;
    width: 30px;
    height: 14px;
    background: url(../Images/icon-ellipsis.png) 0 4px no-repeat;
    overflow: hidden;
    cursor: pointer;
}

/*START header and title bar*/
.msg-icon {
    width: 20px;
    height: 20px;
    background: url(../images/msg-icon2.png) 0 0 no-repeat;
}

.situation-icon {
    width: 20px;
    height: 20px;
    background: url(../images/icon3-situations-white.png) 0 0 no-repeat;
}

.users-icon {
    width: 20px;
    height: 20px;
    background: url(../images/icon3-users-white.png) 0 0 no-repeat;
}

.alerting-icon {
    width: 20px;
    height: 20px;
    background: url(../images/icon3-alert-white.png) 0 0 no-repeat;
}

.reports-icon {
    width: 20px;
    height: 20px;
    background: url(../images/icon3-reports-white.png) 0 0 no-repeat;
}

.clock-icon {
    position: absolute;
    top: 5px;
    left: -20px;
    width: 20px;
    height: 20px;
    background: url(../images/icon3-clock-white.png) 0 0 no-repeat;
}

    .clock-icon.grey {
        top: 7px;
        left: -10px;
        width: 16px;
        height: 16px;
        background: url(../images/icon3-clock-grey.png) 0 0 no-repeat;
    }

.contextual-settings {
    float: left;
    display: block;
    margin: 0 20px;
    padding: 0 0 0 25px;
    width: 868px;
    line-height: 40px;
    border-top: 1px solid #DBE3E9;
    background: url(../Images/icon3-settings-purple.png) 0 10px no-repeat;
    overflow: hidden;
}

.header-bar ul li.help-icon {
    float: right;
    margin: 5px;
    width: 20px;
    height: 20px;
    background: url(../images/icon3-help-white.png) center top no-repeat;
    overflow: hidden;
    cursor: pointer;
}

.help-icon-popup {
    float: right;
    width: 20px;
    height: 20px;
    background: url(../images/help-icon16x16.png) center top no-repeat;
    cursor: pointer;
	margin-top: 10px;
}

.header-bar ul li.help-icon.grey {
    width: 16px;
    height: 16px;
    background: url(../images/icon3-help-grey.png) 0 0 no-repeat;
}

.header-bar ul li.settings-icon {
    float: right;
    margin: 5px;
    width: 20px;
    height: 20px;
    background: url(../images/icon3-settings-white.png) 0 0 no-repeat;
    overflow: hidden;
    cursor: pointer;
}

    .header-bar ul li.settings-icon.grey {
        width: 16px;
        height: 16px;
        background: url(../images/icon3-settings-grey.png) 0 0 no-repeat;
    }

.ah-logo {
    width: 64px;
    height: 40px;
    background: url(../images/tab_athoc2.png) 0 0 no-repeat;
    overflow: hidden;
}
.logo-img-container {
    background: url(../images/icon3-final-logo.png) 0 0 no-repeat;
    height:50px;
    width:50px;
    padding:0px;

}

.title-bar-wrap {
    position: fixed;
    top: 60px;
    z-index: 999;
    margin: 0;
    padding: 5px 0;
    width: 100%;
    height: 60px;
    background: url(../Images/title-bar-bg.png) 0 0 repeat-x #FFFFFF;
}
/*End header and title bar*/

/*START Esri Map FIX*/
.title-crumb.disabled {
    padding-right: 25px;
    background: url(../images/icon-user-disabled.png) right 20px no-repeat;
}

.title-crumb.locked {
    padding-right: 30px;
    background: url(../images/icon-disabled-locked.png) right 20px no-repeat;
}

.breadcrumbs li.bc-connect {
    margin: 22px 5px 0 5px;
    padding: 0;
    width: 8px;
    height: 20px;
    background: url(../images/bc-connect.png) 0 0 no-repeat transparent;
}

.full .breadcrumbs li.bc-connect {
    margin: 1px 5px 0 5px;
    width: 6px;
    height: 15px;
    background: url(../images/bc-connect-small.png) 0 0 no-repeat transparent;
}

.breadcrumbs li.locked {
    padding-right: 15px;
    background: url(../images/icon-disabled-locked.png) right 10px no-repeat;
    background-size: 13px;
}

.breadcrumbs li.disabled {
    padding-right: 15px;
    background: url(../images/icon-user-disabled.png) right 25px no-repeat;
    background-size: 13px;
}
/*END Esri Map FIX*/

/*START faux breadcrumbs for Legacy pages*/
span.bc-connect {
    float: left;
    margin: 22px 5px 0 5px;
    padding: 0;
    width: 8px;
    height: 20px;
    text-decoration: none;
    background: url(../images/bc-connect.png) 0 0 no-repeat transparent;
    cursor: pointer;
}
/*END faux breadcrumbs for Legacy pages*/

.update {
    display: block;
    float: left;
    margin-right: 80px;
    padding: 0 0 0 30px;
    font-family: 'pt_sansregular', sans-serif;
    font-weight: 700;
    color: #333333;
    background: url(../images/icons/icon_update.png) left 25px no-repeat;
}

.bucket .update {
    display: block;
    float: left;
    margin-right: 0;
    padding: 0 0 20px 30px;
    width: 100%;
    font-family: 'pt_sansregular', sans-serif;
    font-weight: 700;
    color: #333333;
    background: url(../images/icons/icon_update.png) left 0 no-repeat;
}

.update-warn {
    display: none;
    float: left;
    margin-right: 80px;
    padding: 0 0 0 30px;
    font-family: 'pt_sansregular', sans-serif;
    font-weight: 700;
    color: #B61112;
    background: url(../images/icons/icon_update_warning.png) left 25px no-repeat;
}

/*START button styles*/
.bootstrap-select.open .dropdown-menu > li > a > .multi-check {
    padding-left: 20px;
    /*height: 16px;*/
    background: url(../images/checkbox-bg2.png) 0 -1000px no-repeat;
    white-space: pre-wrap;
    word-break: break-all;
    overflow: hidden;
}

/*START modal overlay*/

.modal-header-icon.icon-warning {
    background: url(../Images/icon-warning.png) 0 0 no-repeat;
}

.login .modal-header h2 {
    padding: 0;
    width: 203px;
    height: 77px;
    background: url(../Images/login_logo.png) 0 0 no-repeat;
}

.login .modal-header h3 {
    float: right;
    position: absolute;
    top: 33px;
    right: 10px;
    padding: 0;
    width: 277px;
    height: 34px;
    background: url(../Images/icon3-login-product-name.png) 0 0 no-repeat;
}

.login .modal-content {
    background: url(../Images/login_bg.png) 0 0 no-repeat #EBEBEB;
}

/*END modal overlay*/

/*START modal on modal*/
.overlay-light-grey {
    display: none;
    position: absolute;
    z-index: 10000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../Images/overlay-light-grey.png) 0 0 repeat;
}
/*END modal on modal*/

/*START Select2 Overrides*/
.select-icon {
    background: #f7f7f7 url("images/select/toggle.png") no-repeat right center;
    border-left: 1px solid rgba(52, 73, 94, 0.15);
    border-radius: 0 3px 3px 0;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 42px;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    -webkit-backface-visibility: hidden;
}
/*END Select2 Overrides*/

/*START prescoping panel & input*/


.btn .btn-download-file {
    margin: 2px -3px 3px -3px;
    width: 15px;
    height: 15px;
    background: url(../Images/icon-download-file.png) 2px 0 no-repeat;
}

.icon-add-groups {
    position: relative;
    top: 0;
    margin: -4px auto 0 auto;
    width: 20px;
    height: 20px;
    background: url(../Images/icon3-groups-add-purple.png) 0 0 no-repeat;
}

.btn-globe {
    position: relative;
    display: inline-block;
    margin: 0 0 0 10px;
    /*margin: 0 0 -12px 10px;*/
    width: 20px;
    height: 20px;
    /*width: 27px;
    height: 27px;
    /*line-height: 32px;*/
    background: url(../images/icons/icon_globe.png) 0 2px no-repeat transparent;
    overflow: hidden;
    cursor: pointer;
}

.recording-icon-block {
    display: block;
    position: relative;
    width: 52px;
    height: 52px;
    background: url(../Images/icon-mic.png) 13px 7px no-repeat #666666;
}

.pill-icon {
    float: right;
    margin: 0 0 0 6px;
    width: 16px;
    height: 16px;
    background: url(../images/pill-icons.png) 0 0 no-repeat;
    overflow: hidden;
    position: absolute;
    right: 2px;
    top: 4px;
}

.pill-close {
    position: absolute;
    top: 5px;
    right: 2px;
    left: auto;
    display: block;
    margin-left: 10px;
    width: 14px;
    height: 13px;
    font-size: 1px;
    background: url(../images/icon3-select2.png) no-repeat scroll right top transparent;
    outline: medium none;
}

.prescope-panel {
    display: none;
    position: absolute;
    top: 210px;
    left: 425px;
    z-index: 10;
    padding: 0;
    width: auto;
    color: #666666;
    background: url(../images/prescope-bg.png) left top repeat-y #FFFFFF;
    border: 1px solid #BFBFBF;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}

.prescope-result-group-label.prescope-icon-users {
    background: url(../Images/icon3-users-purple-30.png) 30px 3px no-repeat;
}

.prescope-result-group-label.prescope-icon-groups {
    background: url(../Images/icon3-groups-purple-30.png) 30px 3px no-repeat;
}

.prescope-result-label.prescope-icon-distlist {
    background: url(../images/profile-img-default-grey.png) 5px 3px no-repeat;
}

.prescope-result-label.prescope-icon-hierarchy {
    background: url(../images/profile-img-default-grey.png) 5px 3px no-repeat;
}

.prescope-result-label.prescope-icon-attributes {
    background: url(../images/profile-img-default-grey.png) 5px 3px no-repeat;
}

.cond-panel-caret {
    position: absolute;
    top: -6px;
    /*left: 50px;*/
    width: 16px;
    height: 10px;
    background: url(../images/cond-panel-caret.png) 0 0 no-repeat;
}

.caret {
    display: inline-block;
    width: 10px;
    height: 10px;
    vertical-align: top;
    background: url(../Images/down-arrow-small-white.png) 0 0 no-repeat;
    border-top: none !important;
    border-right: none !important;
    border-left: none !important;
    content: normal;
}

.add-icon {
    position: absolute;
    top: 2px;
    right: -17px;
    display: block;
    width: 21px;
    height: 21px;
    background: url(../images/icons/icon_add.png) 0 0 no-repeat;
    cursor: pointer;
}

.globe-icon {
    width: 18px;
    height: 18px;
    background: url(../images/icons/icon_globe.png) 0 0 no-repeat;
    cursor: pointer;
}
/*END prescoping panel & input*/

/*START warning message position on list pages*/
.down-arrow-large-grey {
    display: inline-block;
    margin-left: 3px;
    width: 15px;
    height: 15px;
    background: url(../Images/down-arrow-large-grey.png) 0 0 no-repeat;
}
/*END warning message position on list pages*/

/*START location-map*/
.livemap-refresh-icon {
    margin-top: 5px;
    margin-left: 3px;
    width: 24px;
    height: 20px;
    background: url(../Images/livemap-refresh.png) 0 0 no-repeat;
    cursor: pointer;
    vertical-align: middle;
}
/*END location-map*/

/*START map tools buttons*/
.btn-tool span,
.btn-drawing span,
.btn-toc span,
.btn-basemap span,
.btn-dl span,
.esri-home-btn span,
.esri-fit-btn span {
    display: block;
    position: absolute;
    top: 3px;
    left: 3px;
    width: 24px;
    height: 24px;
    background: url(../Images/map-tools-icons-sprite.png) 0 50px no-repeat;
}

.icon-targeting {
    display: inline-block;
    position: relative;
    width: 16px;
    height: 16px;
    background: url(../Images/map-tools-icons-sprite.png) 0 0 no-repeat;
    overflow: hidden;
}

.icon-targeting-accOfficer {
    display: inline-block;
    position: relative;
    bottom: 3px;
    width: 16px;
    height: 16px;
    background: url(../Images/map-tools-icon-acct-ofcr.png) 0 0 no-repeat;
    overflow: hidden;
    background-size: 100% 100%;
}
/*END map tools buttons*/



/*START Self-Service Log-In Styles*/
.ss-login .modal-body {
    position: relative;
    padding: 0;
    min-height: 580px;
    max-height: none;
    background: url(../Images/athoc-mktg-msg2.png) 360px 0 no-repeat;
}
/*END Self-Service Log-In Styles*/

/*START Splash Styles*/
.modal-header.powered-by-logo {
    background: url(../Images/powered-by-athoc-logo-78x30.png) right 3px no-repeat;
}
/*END Splash Styles*/

/*START icon styles*/
.icon10 {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    width: 20px;
    height: 20px;
    background: url(../Images/event-mgr-sprite.png) 10px 10px no-repeat;
    overflow: hidden;
}

.icon16 {
    float: left;
    display: block;
    margin: -10px 15px 0 0;
    padding: 0;
    width: 16px;
    height: 16px;
    background: url(../Images/event-mgr-sprite.png) 16px 16px no-repeat;
    overflow: hidden;
}

.icon20 {
    display: block;
    margin: 0;
    padding: 0;
    width: 20px;
    height: 20px;
    background: url(../Images/event-mgr-sprite.png) 20px 20px no-repeat;
    overflow: hidden;
}

.icon32 {
    float: left;
    display: block;
    margin: 0;
    padding: 0;
    width: 32px;
    height: 32px;
    background: url(../Images/event-mgr-sprite.png) 32px 32px no-repeat;
    overflow: hidden;
}

    .icon32.icon-invite-info {
        width: 36px;
        height: 36px;
        background: url(../Images/icon-invite-info2.png) 0 0 no-repeat;
    }

    .icon32.event-mgr-sprite-invite-info {
        width: 36px;
        height: 36px;
        background: url(../Images/icon-invite-info2.png) 0 0 no-repeat;
    }

    .icon32.pa-sub-icon {
        width: 40px;
        height: 40px;
        background: url(../Images/pa-sprite.png) 0 0 no-repeat;
    }


.icon-approval-needed {
    display: inline-block;
    position: relative;
    bottom: 3px;
    width: 16px;
    height: 16px !important;
    background: url(../Images/approval-needed_48.png) 0 0 no-repeat;
    overflow: hidden;
    background-size: 100% 100%;
    float:left;
}

.alertList-title-icon-div > div.icon-approval-needed {
    margin-top: 6px;
    height: 16px !important;
    width: 12px !important;
}
/*END icon styles*/

/*START map styles*/
.leaflet-control-zoom-to-fit {
    display: block;
    width: 12px;
    height: 12px;
    background: url(../Images/zoom-to-fit.png) 0 0 no-repeat rgba(0, 0, 0, 0);
}

.leaflet-view-toggle {
    display: block;
    position: relative;
    bottom: 25px;
    margin: 10px;
    width: 50px;
    height: 50px;
    font-size: 10px;
    color: #ffffff;
    border: 3px solid #ffffff;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
    background: url(../Images/view-satellite.png) 0 0 rgba(0, 0, 0, 0) no-repeat;
    cursor: pointer !important;
}

    .leaflet-view-toggle.leaflet-view-map {
        background: url(../Images/view-map.png) 0 0 rgba(0, 0, 0, 0) no-repeat;
    }

.leaflet-bing-logo {
    display: block;
    position: absolute;
    bottom: 0;
    margin: 10px 10px 5px;
    width: 50px;
    height: 19px;
    background: url(../Images/bing-logo-grey-50x19.png) 0 0 no-repeat;
}
/*END map styles*/

/*START Connect Status*/
.connect-icons {
    background: url(../Images/icon-connect-sprite.png) 50px no-repeat;
    overflow: hidden;
}

.checkmark-green {
    position: relative;
    left: 50%;
    margin-left: -11px;
    width: 21px;
    height: 21px;
    background: url(../Images/checkmark-green.png) 0 0 no-repeat;
}

.checkmark-grey {
    position: relative;
    left: 50%;
    margin-left: -11px;
    width: 21px;
    height: 21px;
    background: url(../Images/checkmark-grey.png) 0 0 no-repeat;
}

.corner-tag.enterprise {
    background: url(../Images/corner-tag-enterprise.png) 0 0 no-repeat;
}
/*END Connect Status*/

/*START desktop sign-in styles*/
.sign-in-bg {
    background: url(../Images/dsi-bg.jpg);
    background-size: cover;
}
/*END desktop sign-in styles*/


/*START universal login styles*/
/*additional universal login styles can be found above by searching ".uni-"*/
.uni-login-bg {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background: url(AtHoc/SVN-files/images/uni-login-bg.jpg);
    background-size: cover;
}

.uni-bb-logo {
    z-index: 10;
    position: absolute;
    top: 0;
    right: 0;
    width: 210px;
    height: 50px;
    background: url(../Images/uni-bb-logo.png) 0 0 no-repeat;
    overflow: hidden;
}
/*END universal login styles*/

/*START Media Queries*/
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 320px), only screen and (min--moz-device-pixel-ratio: 2) and (min-width: 320px), only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width: 320px), only screen and (min-device-pixel-ratio: 2) and (min-width: 320px) {
    .icon10,
    .icon16,
    .icon20,
    .icon32 {
        background: url(../Images/event-mgr-sprite@2x.png) 10px 10px no-repeat;
        background-size: 320px 400px;
    }
}
/*END Media Queries*/

.info-icon {
    width: 16px;
    height: 16px;
    background: url(../images/icon-info-16x32.png) 0 0 no-repeat;
    display: inline-block;
}

.step-icon {
    display: block;
    background-image: url(../images/drag-icon.png);
    width: 14px;
    height: 14px;
}
/*END of classes which uses Images*/

/*START of styles which uses Colours*/
/*START Global Styles*/
body {
    color: #333333;
    font: 14px/1.231 'pt_sansregular', sans-serif;
    background-color: #FFFFFF; /*#EEEEEE;*/
}

    /*TEMPORARY CLASS*/
    body .body-grey,
    div .body-grey {
        background-color: #EEEEEE !important;
    }

.outline-target-white,
.outline-target-black {
    /*INTENTIONALLY LEFT BLANK*/
}

.outline-white {
    outline: 1px dotted #FFFFFF;
}

.outline-black {
    outline: 1px dotted #000000;
}

#skipNav a {
    z-index: 100000;
    position: absolute;
    top: -40px;
    left: 0;
    padding: 6px;
    color: white;
    border-bottom: 1px solid white;
    border-right: 1px solid white;
    background: transparent none repeat scroll 0 0;
    transition: top 1s ease-out 0s, background 1s linear 0s;
}

    #skipNav a:focus {
        position: absolute;
        top: 0;
        left: 0;
        outline: 0 none;
        background: #bf1722 none repeat scroll 0 0;
        transition: top 0.5s ease-in 0s, background 0.5s linear 0s;
    }
.alert-block-bg {
    background-color: #fcf8e3 !important;
    border: 1px solid #fcf8e3 !important;
}
.wrap-all.full {
    background-color: #EEEEEE;
}

a {
    color: #805DA2;
    /*color: #8564A6;*/
    /*text-shadow: 0 1px #EEEEEE;*/
    text-decoration: none;
}

    a:hover {
        color: #8564A6;
        text-decoration: underline;
    }

.border-top1 {
    border-top: 1px solid #DADADA;
}

.border-left-right1 {
    border-right: 1px solid #DADADA;
    border-left: 1px solid #DADADA;
}

.border-left1 {
    border-left: 1px solid #BFBFBF;
}

.border-bot1 {
    border-bottom: 1px solid #BFBFBF;
}

    .border-bot1.border-color-eee {
        border-bottom-color: #EEEEEE;
    }

.bgcolor-f5f5f5 {
    background-color: #F5F5F5 !important;
}

.bgcolor-ffffff {
    background-color: #FFFFFF !important;
}

.disableSelect button {
    color: #CCCCCC !important;
}

.spnseparator {
     color: #6B6B6B !important;
}

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
    cursor: default;
    color: #CCCCCC !important;
    background-color: #F9F9F9 !important;
}
/*END Global Style*/

/*START h1,h2,h3,h4*/
h1 {
    font-family: 'pt_sansregular', sans-serif;
    font-size: 24px;
    font-weight: normal;
    color: #333333;
}

h2,
h6 {
    position: relative;
    margin-bottom: 10px;
    padding: 0 0 10px 0;
    font-family: 'pt_sansregular', sans-serif;
    font-size: 18px;
    font-weight: normal;
    color: #333333;
    line-height: 18px;
    border-bottom: 1px solid #DADADA;
}

.modal h2,
.modal h6 {
    position: relative;
    margin-bottom: 0;
    padding: 10px 0;
    font-family: 'pt_sansregular', sans-serif;
    font-size: 18px;
    font-weight: normal;
    color: #333333;
    line-height: none;
    border-bottom: none;
}

.modal .bucket.regular h2,
.modal .bucket.regular h6 {
    margin-bottom: 10px;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #DADADA;
}

h2 .expand-arrow-open,
.advanced-label-row .expand-arrow-open {
    display: block;
    position: absolute;
    top: 8px;
    left: -16px;
    width: 0;
    height: 0;
    content: "";
    border-width: 7px 7px 0 7px;
    border-style: solid;
    border-color: #8A769B transparent transparent transparent;
    -webkit-transform: rotate(360deg);
}

h2 .expand-arrow-closed,
.advanced-label-row .expand-arrow-closed {
    display: none;
    position: absolute;
    top: 4px;
    left: -13px;
    width: 0;
    height: 0;
    content: "";
    border-width: 7px 0 7px 7px;
    border-style: solid;
    border-color: transparent transparent transparent #8A769B;
    -webkit-transform: rotate(360deg);
}

h2 .h2-link,
h6 .h2-link {
    position: relative;
    float: right;
    font-family: 'pt_sansregular', Sans-serif;
    font-size: 14px;
    color: #805DA2;
    cursor: pointer;
}

h2 .btn-set,
h6 .btn-set {
    display: block;
    position: relative;
    top: -9px;
    float: right;
    line-height: 30px;
    overflow: hidden;
}

.bucket-title-desc {
    position: relative;
    float: right;
    margin-left: 15px;
    font-family: 'pt_sansregular', Sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #333333;
}

h3 {
    font-family: 'pt_sansregular', sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #333333;
    padding: 5px 0px;
    margin: 0px;
    border: 0;
    line-height: 100%;
}

h4,
h5 {
    font-family: 'pt_sansbold', sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #333333;
    padding: 5px 0px;
    margin: 0px;
    border: 0;
    line-height: 100%;
}

/*END h1,h2,h3,h4*/
/*START General*/
.alert-info {
    color: #666666;
    background-color: #DDDDDD;
    border-color: #BBBBBB;
}

    .alert-info h4 {
        color: #666666;
    }

.secondary {
    margin-left: 5px;
    color: #999999;
}

label .label-link {
    float: right;
    font-family: 'pt_sansregular', Sans-serif;
    font-size: 14px;
    color: #8564A6;
    cursor: pointer;
}

.bucket,
.bucket_wide {
    background-color: #EEEEEE;
    margin-bottom: 20px;
    padding: 2px 19px 25px 19px;
    width: auto;
    font-family: 'pt_sansregular', sans-serif;
    line-height: 20px;
    border: 1px solid #DADADA;
}

.full .bucket,
.full .bucket_wide,
.half-full .bucket,
.half-full .bucket_wide {
    background-color: #FFFFFF;
}

.bucket-white {
    background-color: #FFFFFF;
}

.inner-bucket {
    border: 1px solid #DADADA;
}

    .inner-bucket + .inner-bucket {
        margin-top: 20px;
    }

    .inner-bucket.white-bg {
        background-color: #FFFFFF;
    }

.inner-bucket-header {
    position: relative;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    background-color: #F5F5F5;
    border-bottom: 1px solid #DADADA;
}

.inner-bucket-grid-row {
    display: block;
    width: 100%;
    line-height: 20px;
    background-color: #FFFFFF;
    border-bottom: 1px solid #EEEEEE;
    overflow: hidden;
}

    .inner-bucket-grid-row.alt {
        background-color: #f6f6f6;
    }

    .inner-bucket-grid-row.header {
        background-color: #f7f7f7;
    }

        .inner-bucket-grid-row.header .inner-bucket-grid-cell {
            font-family: 'pt_sansbold', Sans-serif;
            color: #666666;
        }

    .inner-bucket-grid-row.sub-header {
        background-color: #fbfbfb;
    }

        .inner-bucket-grid-row.sub-header .inner-bucket-grid-cell {
            font-family: 'pt_sansbold', Sans-serif;
            font-size: 14px;
            /*color: #999999;*/
            color: #737373;
        }

.inner-bucket-section {
    margin: 15px auto 0 auto;
    padding: 15px 0 0 0;
    width: 95%;
    border-top: 1px solid #DADADA;
}

.bucket-header-link {
    color: #8564A6 !important;
    font-size: 14px;
    float: right;
}

/*END General*/
/*START finger tab UI*/
.finger-tab {
    position: relative;
    margin-bottom: 10px;
    padding-left: 10px;
    font-family: 'pt_sansbold', Sans-serif;
    color: #6B6B6B;
    /*color: #777777;*/
    line-height: 40px;
    border-width: 1px 0 1px 1px;
    border-style: solid;
    border-color: #DADADA;
    cursor: pointer;
}

    .finger-tab.selected {
        /*color: #8564A6;*/
        color: #805DA2;
        border-color: #BBBBBB;
        background-color: #f5F5F5;
    }

        .finger-tab.selected .finger-tab-extended {
            background-color: #F5F5F5;
            border-color: #BBBBBB;
            border-right-color: #DADADA;
        }

    .finger-tab.highlight-red,
    .finger-tab.highlight-red .finger-tab-extended {
        color: #F82341;
        border-color: #F9C0C8;
    }

    .finger-tab.personal-devices {
        /*margin-top: 30px;*/
        /*color: #009FC2;*/
        color: #007585;
        border-color: #009FC2;
    }

        .finger-tab.personal-devices .finger-tab-extended {
            border-color: #009fc2;
        }

.finger-tab-extended {
    position: absolute;
    top: -1px;
    right: -21px;
    width: 21px;
    height: 100%; /*40px;*/
    border-width: 1px 0 1px;
    border-style: solid;
    border-color: #DADADA;
    border-right-color: #FFFFFF;
}

.finger-tab-content {
    width: 618px;
    height: 500px;
    background-color: #F5F5F5;
    border: 1px solid #BBBBBB;
}

    .finger-tab-content .inner-bucket {
        margin-left: 8px;
        width: 602px;
        border: none;
        background-color: #F5F5F5;
    }

    .finger-tab-content .inner-bucket-header,
    .finger-tab-content .inner-bucket-header h4 {
        margin-bottom: 10px;
        line-height: 40px;
        border: none;
    }

    .finger-tab-content .inner-bucket-header-links {
        /*color: #BBBBBB;*/
        color: #707070;
    }

    .finger-tab-content .inner-bucket-grid-wrap {
        position: relative;
        height: 430px;
        max-height: 430px;
        border: 1px solid #DADADA;
        background-color: #FFFFFF;
    }

    .finger-tab-content .control-label-hint {
        display: block;
        padding-top: 3px;
        font-family: 'pt_sansregular', Arial, Sans-serif;
        font-size: 12px;
        font-weight: normal;
        color: #999999;
        line-height: 1em;
    }

    .finger-tab-content .value-section-header {
        font-family: 'pt_sansbold', Arial, sans-serif;
        color: #666666;
    }

.finger-tab-content-disclaimer {
    position: absolute;
    z-index: 1;
    bottom: 44px;
    margin: 0 24px 0 0;
    padding: 5px 10px;
    font-size: 12px;
    border: 1px solid #DADADA;
    background-color: #ffffff;
}

.k-treeview-top:hover,
.k-treeview-mid:hover,
.k-treeview-bot:hover {
    margin-bottom: -1px;
    border-bottom: 1px dotted #CCCCCC;
}
/*END finger tab UI*/
/*START pie chart*/
.map-legend-chip.black {
    margin-left: 0;
    border-color: #000000;
}

.map-legend-chip.purple {
    margin-left: 0;
    background-color: rgba(133, 100, 166, 0.3);
    border-color: #8564A6;
}

.map-legend-chip.red {
    margin-left: 0;
    background-color: rgba(255, 0, 0, 0.3);
    border-color: #FF0000;
}

.pie-chart-reachable-users .caption-numbers {
    /*color: #7CB500;*/
    color: #507500;
}

.pie-chart-reachable-users .pie-chart-legend-chip {
    background-color: #7CB500;
}

.pie-chart-unreachable-users .caption-numbers {
    color: #AE004B;
}

.pie-chart-unreachable-users .pie-chart-legend-chip {
    background-color: #AE004B;
}
/*END pie chart*/
/*START personnel accountability*/
.legend-box {
    padding-bottom: 5px;
    border: 1px solid #EEEEEE;
}

.chart-no-response {
    background-color: rgb(187,187,187);
}

.chart-response {
    background-color: rgb(0,0,255);
}

.chart-status-color1 {
    background-color: rgb(156,0,255);
}

.chart-status-color2 {
    background-color: rgb(255,108,0);
}

.chart-status-color3 {
    background-color: rgb(255,0,192);
}

.chart-status-color4 {
    background-color: rgb(255,240,0);
}

.chart-status-color5 {
    background-color: rgb(155,62,0);
}

.chart-status-color6 {
    background-color: rgb(0,198,255);
}

.chart-status-color7 {
    background-color: rgb(223,166,255);
}

.chart-status-color8 {
    background-color: rgb(138,178,134);
}

.chart-status-color9 {
    background-color: rgb(61,125,137);
}

.chart-status-color10 {
    background-color: rgb(152,196,255);
}
/*END personnel accountability*/
/*START Kendo Tabstrip Custom*/
#tabstrip {
    margin-bottom: -1px;
    border-bottom: 1px solid #DADADA !important;
}

    #tabstrip,
    #tabstrip li {
        background: #EEEEEE;
    }
		#tabstrip .k-active {
			background-color: white;
			 color: #805DA2;
		}
		.k-tabstrip-item .k-item .k-hover
		{
			background-color: #805DA2 !important;
			color:#fff !important;	
		}
        #tabstrip .k-link {
            /*color: #8564A6;*/
            color: #805DA2;
            text-transform: none;
        }

        #tabstrip .k-state-hover  {
            border-color: #8564A6;
        }

        #tabstrip .k-state-active {
            padding-bottom: 1px;
            border-width: 1px 1px 1px 1px;
            border-style: solid;
            border-color: #DADADA;
            border-bottom-color: #FFFFFF;
            background-color: #FFFFFF;
        }

            #tabstrip .k-state-active .k-link {
                font-family: 'pt_sansbold', Arial, Sans-serif;
                color: #333333;
            }

.subsection-container {
    padding-right: 20px;
    width: 101%;
    border: 1px solid #CCCCCC;
    background-color: #EEEEEE;
}

.warn-restricted-users {
    display: block;
    margin-bottom: 10px;
    padding: 5px 10px;
    text-align: center;
    background-color: #F5F1C3;
    border: 1px solid #E8DD54;
}
/*END Kendo Tabstrip Custom*/
/*START PA Export PDF Header*/
.pa-export-pdf-header {
    margin: 20px 0;
    width: 100%;
    font-size: 14px;
    color: #333333;
    overflow: hidden;
    border-bottom: 1px solid#333333;
}

.pa-export-status {
    padding: 5px 15px;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 24px;
    text-transform: uppercase;
    background-color: #333333;
}

/*END PA Export PDF Header*/
/*START targeting summary*/
.inner-bucket-section-horizontal {
    border-right: 1px solid #DADADA;
    background-color: #F5F5F5;
}

.target-summary-section .num-highlight,
.inner-bucket-header h4 .num-highlight {
    display: inline-block;
    width: 42px;
    font-size: 18px;
    color: #805DA2;
    /*color: #8564A6;*/
    text-align: right;
    cursor: pointer;
}

    .target-summary-section .num-highlight.zero,
    .inner-bucket-header h4 .num-highlight.zero {
        color: #6B6B6B;
        /*color: #CCCCCC;*/
        text-decoration: none;
        cursor: default;
    }

.summary-row {
    position: relative;
    padding: 0 10px;
    width: 100%;
    line-height: 40px;
    border: 1px solid #DADADA;
}

.summary-operator-row {
    padding-bottom: 1px;
    width: 45px;
    font-family: 'pt_sansbold', Arial, Sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    text-align: center;
    text-transform: uppercase;
    line-height: 16px;
    background-color: #999999;
}

/*END targeting summary*/
/*START targeting sprite*/
.section-desc {
    margin: 0 0 20px 0;
    color: #555555;
}

.more, .less {
    color: #2269D4;
    cursor: pointer;
}


/*END targeting sprite*/
/*START GLOBAL styles*/
.link-disabled {
    display: block;
    font-family: 'pt_sansregular',Sans-serif;
    font-weight: normal;
    color: #707070;
    /*color: #999999;*/
    cursor: default;
}

.attr-link-disabled {
    font-family: 'pt_sansregular',Sans-serif;
    font-weight: normal;
    color: #6B6B6B !important;
    cursor: default;
    text-decoration: none !important;
}

.link-disabled:hover {
    color: #999999;
    text-decoration: none;
}

.link-enabled {
    cursor: pointer;
    color: #8564a6;
    pointer-events: auto;
    text-decoration: none;
}

/*END GLOBAL styles*/

/*START header and title bar*/
.header-bar-wrap {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1045;
    margin: 0;
    width: 100%;
    height: 60px;
    background: #333333;
}

.header-bar {
    position: relative;
    float: none;
    margin: -10px auto 0 auto;
    width: 940px;
    height: 60px;
    background: none;
    overflow: visible;
}

.notifications.highlight {
    background: #FF0000;
}

.header-bar ul li.nav-divider {
    margin: 13px 0;
    width: 1px;
    height: 34px;
    background-color: #999999;
    overflow: hidden;
}

    .header-bar ul li.nav-divider.raised {
        margin: 8px 0;
        width: 1px;
        height: 14px;
        background-color: #999999;
    }

.full .header-bar ul li.nav-divider.raised,
.half-full .header-bar ul li.nav-divider.raised {
    display: none;
    margin: 14px 0;
    width: 1px;
    height: 14px;
    background-color: #999999;
}

.full .org-img {
    margin: 0 !important;
    padding: 0 10px 0 10px;
    width: 113px;
    height: 60px; /*height: 30px;*/
    background-color: #EEEEEE; /*#FFFFFF;*/
}

.half-full .org-img {
    margin: 0 !important;
    padding: 15px 10px;
    width: 113px;
    height: 30px;
    background-color: #EEEEEE; /*#FFFFFF;*/
}

.header-tab.raised.enterprise {
    height: 56px !important;
    background-color: #FF7800;
    border-top: 2px solid #333333;
    border-bottom: 2px solid #333333;
}

.header-tab .header-tab-caret {
    display: none;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -10px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #8564A6;
}
.tab-selected .header-tab-caret {
    display: block;
}

.header-tab:hover,
.header-tab:focus {
    background-color: #444444;
}

.tab-selected,
.tab-selected:hover,
.tab-selected:focus {
    background-color: #8564A6;
}

    .tab-selected .tab-label {
        font-family: 'pt_sansregular', Sans-serif;
        font-weight: normal;
        color: #FFFFFF;
        /*text-shadow: 0 1px #000000;*/
    }


.tab-count {
    position: absolute;
    top: 1px;
    right: 5px;
    padding: 0 5px;
    font-family: 'pt_sansregular', sans-serif;
    font-size: 10px;
    font-weight: normal;
    color: #FFFFFF;
    line-height: 14px;
    text-align: center;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: #F82341;
    overflow: hidden;
}

.sub-tab-count {
    position: absolute;
    top: 0;
    right: -10px;
    padding: 0 5px;
    font-family: 'pt_sansregular', sans-serif;
    font-size: 10px;
    font-weight: 700;
    color: #FFFFFF;
    line-height: 12px;
    text-align: center;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    background-color: #CF1023;
    overflow: hidden;
}

.tab-label {
    float: left;
    position: relative;
    margin: 0 auto;
    font-family: 'pt_sansregular', sans-serif;
    font-size: 14px;
    color: #FFFFFF;
    /*text-shadow: 0 1px #000000;*/
}

    .tab-label a {
        color: #FFFFFF;
        /*text-shadow: 0 1px #000000;*/
    }

.tab-selected .tab-label a {
    color: #FFFFFF;
    /*text-shadow: 0 1px #000000;*/
}

.navdropdown {
    width: 940px;
    min-height: 115px;
    padding: 2px 5px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0px 4px 16px #888888;
    text-align: left;
    background: #ffffff;
    overflow: hidden;
}

.navdropdown-enterprise-identifier {
    display: block;
    float: right;
    margin-right: 20px;
    padding: 0 10px;
    color: #FFFFFF;
    background-color: #FF7800
}

.dropdownrule {
    position: relative;
    float: left;
    top: 15px;
    margin-left: 20px;
    width: 1px;
    height: 86px;
    background-color: #dbe3e9;
}

.contextual-settings a {
    display: inline-block;
    padding: 0 0 0 15px;
    color: #8564A6;
    text-decoration: none;
}

    .contextual-settings a:hover {
        color: #8564A6;
        text-decoration: underline;
    }

.full .title-bar-wrap {
    top: 60px; /*top: 40px;*/
    height: 50px; /*height: 40px;*/
    background: none;
    background-color: #EEEEEE;
}

.half-full .title-bar-wrap {
    background: none;
    background-color: #EEEEEE;
}

.title-bar-wrap .drop-shadow {
    display: none;
    position: absolute;
    z-index: 7;
    bottom: -5px;
    width: 100%;
    height: 5px;
    background: -moz-linear-gradient(top, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.2)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 100%); /* W3C */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a000000', endColorstr='#00000000',GradientType=0 );*/ /* IE6-9 */
}

.title {
    position: absolute;
    left: 0;
    z-index: 0;
    /*max-width: 280px;*/
    font-family: 'pt_sans_narrowbold', sans-serif;
    font-size: 18px;
    color: #414042;
    /*text-shadow: 0 1px #EEEEEE;*/
    line-height: 60px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*START Esri Map FIX*/
.titlePane .title {
    position: relative;
    left: initial;
    max-width: 170px;
    font-family: 'pt_sansregular',Arial,sans-serif;
    font-size: inherit;
    font-weight: normal;
    color: white;
    text-shadow: initial;
    line-height: inherit;
    white-space: normal;
    overflow: auto;
    text-overflow: initial;
}

.breadcrumbs li {
    float: left;
    margin: 0;
    padding: 0;
    max-width: 200px;
    font-size: 18px;
    color: #414042;
    /*text-shadow: 0 1px #EEEEEE;*/
    line-height: 60px;
    list-style-type: none;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*END header and title bar*/

.check-no-change {
    display: none;
    float: left;
    margin-right: 80px;
    padding: 0 0 0 30px;
    font-family: 'pt_sansregular', sans-serif;
    font-weight: 700;
    color: #333333;
}

/*START footer styles*/
.footer-wrap {
    position: fixed;
    z-index: 6 !important;
    bottom: 0;
    padding: 5px 0;
    width: 100%;
    background-color: #333333;
}

    .footer-wrap.enterprise {
        background-color: #FF7800;
    }

        .footer-wrap.enterprise .footer_left,
        .footer-wrap.enterprise .footer_right,
        .footer-wrap.enterprise .btn-link.color-light-grey {
            color: #FFFFFF;
        }

.footer_left {
    position: relative;
    float: left;
    margin-left: 0;
    padding: 0 0 0 25px;
    width: 50%;
    max-height: 48px;
    white-space: normal;
    font-family: 'pt_sansregular', sans-serif !important;
    /*color: #969696;*/
    color: #9C9C9C;
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
    overflow: hidden;
    overflow-y: auto;
}


.footer_right {
    position: relative;
    float: right;
    padding: 0 25px 0 0;
    width: 45%;
    white-space: normal;
    text-align: right;
    font-family: 'pt_sansregular', sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #9C9C9C;
    /*color: #969696;*/
    line-height: 16px;
}

    .footer_right .btn-link.color-light-grey:hover,
    .btn-link.color-light-grey:hover,
    .btn-link.color-off-white:hover {
        color: #FFFFFF;
    }
/*END footer styles/
/*START button styles*/
.btn {
    padding: 0 10px;
    border: 1px solid #7D5C9E;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    color: white;
    font-family: 'pt_sansregular', sans-serif;
    font-size: 14px;
    text-decoration: none;
    text-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-backface-visibility: hidden;
    background: #7d5c9e; /* Old browsers */
    background: -moz-linear-gradient(top, #7d5c9e 0%, #5a406e 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7d5c9e), color-stop(100%,#5a406e)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #7d5c9e 0%,#5a406e 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #7d5c9e 0%,#5a406e 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #7d5c9e 0%,#5a406e 100%); /* IE10+ */
    background: linear-gradient(to bottom, #7d5c9e 0%,#5a406e 100%); /* W3C */
}

    .btn:hover,
    .btn:focus {
        color: white;
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        transition: none;
        -webkit-backface-visibility: hidden;
        background: #5a406e; /* Old browsers */
        background: -moz-linear-gradient(top, #5a406e 1%, #7d5c9e 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#5a406e), color-stop(100%,#7d5c9e)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #5a406e 1%,#7d5c9e 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #5a406e 1%,#7d5c9e 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #5a406e 1%,#7d5c9e 100%); /* IE10+ */
        background: linear-gradient(to bottom, #5a406e 1%,#7d5c9e 100%); /* W3C */
    }

    .btn:disabled:hover {
        background-color: rgb(125, 92, 158) !important;
    }


    .btn:active,
    .btn.active {
        background: #414042;
        color: rgba(255, 255, 255, 0.75);
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .btn.disabled,
    .btn[disabled] {
        color: #CCCCCC;
        /*background-color: #E6E6E6 !important;*/
        box-shadow: none !important;
        cursor: default;
        pointer-events: none;
        opacity: 0.5;
    }

    .btn.btn-primary {
        width: auto;
        border: 1px solid #7D5C9E;
        box-shadow: none;
        background: #7d5c9e; /* Old browsers */
        background: -moz-linear-gradient(top, #7d5c9e 0%, #5a406e 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7d5c9e), color-stop(100%,#5a406e)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #7d5c9e 0%,#5a406e 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #7d5c9e 0%,#5a406e 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #7d5c9e 0%,#5a406e 100%); /* IE10+ */
        background: linear-gradient(to bottom, #7d5c9e 0%,#5a406e 100%); /* W3C */
    }

        .btn.btn-primary:hover, .btn.btn-primary:focus {
            background: #5a406e; /* Old browsers */
            background: -moz-linear-gradient(top, #5a406e 1%, #7d5c9e 100%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#5a406e), color-stop(100%,#7d5c9e)); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top, #5a406e 1%,#7d5c9e 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top, #5a406e 1%,#7d5c9e 100%); /* Opera 11.10+ */
            background: -ms-linear-gradient(top, #5a406e 1%,#7d5c9e 100%); /* IE10+ */
            background: linear-gradient(to bottom, #5a406e 1%,#7d5c9e 100%); /* W3C */
        }

        .btn.btn-primary:active, .btn.btn-primary.active, .btn-group.open .btn.btn-primary.dropdown-toggle {
            background: #5a406e; /* Old browsers */
            background: -moz-linear-gradient(top, #5a406e 1%, #7d5c9e 100%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#5a406e), color-stop(100%,#7d5c9e)); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top, #5a406e 1%,#7d5c9e 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top, #5a406e 1%,#7d5c9e 100%); /* Opera 11.10+ */
            background: -ms-linear-gradient(top, #5a406e 1%,#7d5c9e 100%); /* IE10+ */
            background: linear-gradient(to bottom, #5a406e 1%,#7d5c9e 100%); /* W3C */
        }


    .btn.faux-link {
        padding-right: 0;
        padding-left: 0;
        width: auto;
        color: #805DA2;
        /*color: #8564a6;*/
        text-align: center;
        background: none;
        border: none;
    }

.btn-group.open .btn.dropdown-toggle,
.btn-group.open .btn.dropdown-toggle:focus {
    background-color: #8564A6;
}

.btn-group.open .btn.btn-info.dropdown-toggle,
.btn-group.open .btn.btn-info.dropdown-toggle:focus {
    background-color: #F6F6F6;
}

.btn-group .dropdown-menu a:hover, .btn-group .dropdown-menu a:focus {
    background-image: none;
    background: #8564A6;
	color:#ffffff;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    background-color: #8564A6;
}

.btn-group .btn.btn-primary {
    border: 1px solid #7D5C9E;
    background: #7d5c9e; /* Old browsers */
    background: -moz-linear-gradient(top, #7d5c9e 0%, #5a406e 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7d5c9e), color-stop(100%,#5a406e)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #7d5c9e 0%,#5a406e 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #7d5c9e 0%,#5a406e 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #7d5c9e 0%,#5a406e 100%); /* IE10+ */
    background: linear-gradient(to bottom, #7d5c9e 0%,#5a406e 100%); /* W3C */
}

    .btn-group .btn.btn-primary:hover, .btn.btn-primary:focus {
        background: #5a406e; /* Old browsers */
        background: -moz-linear-gradient(top, #5a406e 1%, #7d5c9e 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#5a406e), color-stop(100%,#7d5c9e)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #5a406e 1%,#7d5c9e 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #5a406e 1%,#7d5c9e 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #5a406e 1%,#7d5c9e 100%); /* IE10+ */
        background: linear-gradient(to bottom, #5a406e 1%,#7d5c9e 100%); /* W3C */
    }

    .btn-group .btn.btn-primary:active, .btn.btn-primary.active {
        background: #5a406e; /* Old browsers */
        background: -moz-linear-gradient(top, #5a406e 1%, #7d5c9e 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#5a406e), color-stop(100%,#7d5c9e)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #5a406e 1%,#7d5c9e 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #5a406e 1%,#7d5c9e 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #5a406e 1%,#7d5c9e 100%); /* IE10+ */
        background: linear-gradient(to bottom, #5a406e 1%,#7d5c9e 100%); /* W3C */
    }

.btn.btn-info {
    width: auto;
    color: #333333;
    border: 1px solid #C6C6C6;
    background: #fbfbfc; /* Old browsers */
    background: -moz-linear-gradient(top, #fbfbfc 0%, #dee0e7 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbfbfc), color-stop(100%,#dee0e7)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fbfbfc 0%,#dee0e7 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fbfbfc 0%,#dee0e7 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fbfbfc 0%,#dee0e7 100%); /* IE10+ */
    background: linear-gradient(to bottom, #fbfbfc 0%,#dee0e7 100%); /* W3C */
}

    .btn.btn-info:hover, .btn.btn-info:focus {
        background: #dee0e7; /* Old browsers */
        background: -moz-linear-gradient(top, #dee0e7 0%, #fbfbfc 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dee0e7), color-stop(100%,#fbfbfc)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #dee0e7 0%,#fbfbfc 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #dee0e7 0%,#fbfbfc 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #dee0e7 0%,#fbfbfc 100%); /* IE10+ */
        background: linear-gradient(to bottom, #dee0e7 0%,#fbfbfc 100%); /* W3C */
    }

    .btn.btn-info:active, .btn.btn-info.active {
        background: #dee0e7; /* Old browsers */
        background: -moz-linear-gradient(top, #dee0e7 0%, #fbfbfc 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dee0e7), color-stop(100%,#fbfbfc)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #dee0e7 0%,#fbfbfc 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #dee0e7 0%,#fbfbfc 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #dee0e7 0%,#fbfbfc 100%); /* IE10+ */
        background: linear-gradient(to bottom, #dee0e7 0%,#fbfbfc 100%); /* W3C */
    }

    .btn.btn-info .num-highlight {
        margin-right: 5px;
        padding: 0 8px;
        color: #ffffff;
        background-color: #F82341;
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
    }

        .btn.btn-info .num-highlight.zero-count {
            background-color: #999999;
        }

.btn.btn-danger {
    width: auto;
    border: 1px solid #CF1023;
    background: #cf1023; /* Old browsers */
    background: -moz-linear-gradient(top, #cf1023 0%, #992b26 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cf1023), color-stop(100%,#992b26)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #cf1023 0%,#992b26 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #cf1023 0%,#992b26 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #cf1023 0%,#992b26 100%); /* IE10+ */
    background: linear-gradient(to bottom, #cf1023 0%,#992b26 100%); /* W3C */
}

    .btn.btn-danger:hover, .btn.btn-danger:focus {
        background: #992b26; /* Old browsers */
        background: -moz-linear-gradient(top, #992b26 0%, #cf1023 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#992b26), color-stop(100%,#cf1023)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #992b26 0%,#cf1023 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #992b26 0%,#cf1023 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #992b26 0%,#cf1023 100%); /* IE10+ */
        background: linear-gradient(to bottom, #992b26 0%,#cf1023 100%); /* W3C */
    }

    .btn.btn-danger:active, .btn.btn-danger.active {
        background: #992b26; /* Old browsers */
        background: -moz-linear-gradient(top, #992b26 0%, #cf1023 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#992b26), color-stop(100%,#cf1023)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #992b26 0%,#cf1023 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #992b26 0%,#cf1023 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #992b26 0%,#cf1023 100%); /* IE10+ */
        background: linear-gradient(to bottom, #992b26 0%,#cf1023 100%); /* W3C */
    }

.bootstrap-select .btn,
.bootstrap-select .btn:hover,
.bootstrap-select .btn:focus {
    font-family: 'pt_sansregular', Sans-serif;
    height: 26px;
    line-height: 26px; /*Comment this out to vertically center labels in bootstrap-select dropdowns*/
    color: #444444;
    border: 1px solid #BFBFBF;
    background-image: linear-gradient(to bottom, #FFFFFF, #E6E6E6);
    -moz-background-image: linear-gradient(to bottom, #FFFFFF, #E6E6E6);
    -webkit-background-image: linear-gradient(to bottom, #FFFFFF, #E6E6E6);
    background-position: 0 0;
}

.bootstrap-select.open .btn {
    border: 1px solid #5897FB;
    border-bottom: none;
    border-bottom-right-radius: 0;
    -moz-border-top-right-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    -moz-border-top-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    background-image: linear-gradient(to top, #FFFFFF, #FFFFFF);
    -moz-background-image: linear-gradient(to top, #FFFFFF, #FFFFFF);
    -webkit-background-image: linear-gradient(to top, #FFFFFF, #FFFFFF);
    background-position: 0 0;
}

.bootstrap-select.open .dropdown-menu {
    top: 24px;
    border: 1px solid #5897FB;
    border-top: none;
    border-top-left-radius: 0;
    -moz-border-top-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    border-top-right-radius: 0;
    -moz-border-top-right-radius: 0;
    -webkit-border-top-right-radius: 0;
}

    .bootstrap-select.open .dropdown-menu > li > a:hover {
        color: #FFFFFF;
        background-color: #5A406E;
    }

/*END button styles*/

/*START styles for dropdown links as buttons*/
.dropdown-menu > li > button {
    display: block;
    padding: 3px 20px;
    width: 100%;
    font-family: 'pt_sansregular',Arial,Sans-serif;
    font-weight: normal;
    color: #333333;
    text-align: left;
    line-height: 20px;
    white-space: nowrap;
    background-color: transparent;
    clear: both;
}

.btn-group .dropdown-menu button:hover {
    color: #FFFFFF;
    background: none 0 0 #8564a6 repeat;
}

.btn-group .dropdown-menu button:disabled {
    color: #aaaaaa;
}

/*END styles for dropdown links as buttons*/

/*START modal overlay*/

.modal {
    border: 1px solid #C6C6C6;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    outline: none;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
}

.modal-header {
    margin-top: -10px;
    padding: 0 15px;
    background-color: #EEEEEE;
}

.modal-footer {
    background-color: #EEEEEE;
    border-top: 1px solid #C6C6C6;
    border-bottom: 1px solid #C6C6C6;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    overflow: hidden;
}

.modal-nav-left {
    display: block;
    width: 0;
    height: 0;
    content: "";
    border-width: 20px 32px 20px 0;
    border-style: solid;
    border-color: transparent rgba(0,0,0,0.05) transparent transparent;
}

    .modal-nav-left:hover {
        border-right-color: rgba(0,0,0,0.1);
        cursor: pointer;
    }

.modal-nav-right {
    display: block;
    width: 0;
    height: 0;
    content: "";
    border-width: 20px 0 20px 32px;
    border-style: solid;
    border-color: transparent transparent transparent rgba(0,0,0,0.05);
}

    .modal-nav-right:hover {
        border-left-color: rgba(0,0,0,0.1);
        cursor: pointer;
    }

.login .modal-header {
    background-color: #FFFFFF;
    border-bottom: none;
}

.login h3.error {
    color: #AE282D;
}

.login .modal-footer {
    padding: 0 5px 3px 5px;
    min-height: 20px;
    font-family: 'pt_sansbold', Sans-serif;
    font-size: 18px;
    color: #FFFFFF;
    border: none;
    background-color: #000000;
}

    .login .modal-footer .modal-copyright {
        position: absolute;
        bottom: -20px;
        width: 100%;
        font-family: 'pt_sansregular', Sans-serif;
        font-size: 12px;
        color: #333333;
        text-align: center;
    }

.login-divider {
    display: block;
    margin: 15px 0;
    width: 100%;
    height: 0;
    border-bottom: 1px solid #BFBFBF;
}

.choice-group {
    display: block;
    width: 100%;
    border: 1px solid #CCCCCC;
    overflow: hidden;
}

.grey-bg {
    background-color: #dadada;
}

/*End modal overlay*/

/*START Select2 Overrides*/
.flag-drop .select2-container .select2-choice {
    display: block;
    height: 26px;
    padding: 0 0 0 8px;
    overflow: hidden;
    position: relative;
    border: none;
    white-space: nowrap;
    line-height: 26px;
    color: #444;
    text-decoration: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
    background-image: none;
    filter: "none";
}

.phone-wrap .flag-drop .select2-container .select2-choice {
    background-color: transparent;
}

.flag-drop .select2-container-active .select2-choice,
.flag-drop .select2-container-active .select2-choices {
    border: none;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.flag-drop .select2-dropdown-open.select2-drop-above .select2-choice,
.flat-drop .select2-dropdown-open.select2-drop-above .select2-choices {
    border: 1px solid #5897fb;
    border-top-color: #5897fb;
    background-image: none;
}
/*START Select2 Overrides*/

/*START prescoping panel & input*/
.prescope-input-container {
    display: inline-block;
    padding: 0 0 2px 0;
    width: 288px;
    min-height: 20px;
    text-indent: 1px;
    line-height: 20px;
    background-color: #FFFFFF;
    vertical-align: middle;
    border: 1px solid #BFBFBF;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    overflow: hidden;
}

.btn .btn-play {
    margin: 2px -1px 3px 0;
    width: 0;
    height: 0;
    border-width: 8px 0px 8px 10px;
    border-style: solid;
    border-color: transparent transparent transparent #333333;
}

.btn .btn-stop {
    margin: 2px -3px 3px -3px;
    width: 0;
    height: 0;
    border: 8px solid #333333;
}


.multi-icon-container {
    line-height: 32px;
    background-color: #FFFFFF;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    overflow: hidden;
}

.recording-comp {
    position: relative;
    padding: 10px;
    width: auto;
    background-color: #EEEEEE;
    border: 1px solid #DADADA;
    overflow: hidden;
}

.vert-div {
    display: block;
    margin: 0 10px;
    width: 0;
    height: 27px;
    border-width: 0 0 0 1px;
    border-left: 1px solid #DADADA;
}

.recording-time {
    font-family: 'pt_sansregular', Arial, Sans-serif;
    font-size: 18px;
    color: #999999;
    line-height: 30px;
}


.hierarchy-text {
    display: inline-block;
    margin: 5px 5px 0 5px;
    padding: 3px 0;
    max-width: 500px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pill {
    position: relative;
    float: left;
    margin: 3px 5px 2px 0;
    padding: 2px 10px 2px 5px;
    color: #FFFFFF;
    line-height: 16px;
    background-color: #767476;
    border: 1px solid #A49FA9;
    overflow: hidden;
    cursor: default;
}

    .pill.locked {
        padding-right: 5px;
        background-color: #D9D9D9;
    }

.pill-text {
    color: #333333;
    line-height: 16px;
}

.prescope-panel.prescope-vert {
    background: none;
    background-color: #FFFFFF;
}

.prescope-result-group:first-child {
    border-right: 1px solid #E6E6E6;
}

.result-group-border-left {
    margin-left: -1px;
    border-left: 1px solid #DFDFDF;
}

.prescope-result-group-label {
    padding-right: 20px;
    padding-left: 77px;
    width: 180px;
    height: 38px;
    font-family: 'pt_sansregular', Sans-serif;
    font-size: 18px;
    font-weight: normal;
    color: #333333;
    line-height: 38px;
    /*white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;*/
}

.prescope-result {
    padding-right: 10px;
    background-color: #FFFFFF;
    cursor: pointer;
}

    .prescope-result:focus {
        color: #FFFFFF;
        background-color: #8564A6;
    }

.prescope-see-all {
    margin: 10px 0 0 0;
    color: #2269D4;
    text-decoration: none;
    cursor: pointer;
}

.prescope-split-text {
    display: none;
    position: absolute;
    top: 110px;
    left: 230px;
    font-family: 'pt_sansregular', Sans-serif;
    font-weight: 700;
    color: #666666;
}

.prescope-more-text {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-style: oblique;
    color: #AAAAAA;
    line-height: 32px;
    text-align: center;
}
/*END prescoping panel & input*/

/*START Conditional panel*/
.cond-panel-wrap.lang-filter {
    position: absolute;
    width: 250px;
    background-color: #FFFFFF;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}

.cond-panel-wrap.column-filter {
    position: absolute;
    width: 250px;
    background-color: #FFFFFF;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}


.cond-panel {
    width: auto;
    margin: 3px 0 0 0;
    padding: 5px 0;
    color: #333333;
    background-color: #EEEEEE;
    border: 1px solid #C6C6C6;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
    overflow: hidden;
}

    .cond-panel h3 {
        margin-bottom: 3px;
        margin-left: 10px;
        font-family: 'pt_sansregular', Sans-serif;
        font-size: 18px;
        font-weight: normal;
        color: #333333;
        line-height: 30px;
    }

    .cond-panel .panel-desc {
        margin-bottom: 3px;
        font-family: 'pt_sansregular', Sans-serif;
        font-size: 14px;
        font-weight: normal;
        color: #333333;
    }

.cond-panel-content {
    color: #666666;
    background-color: #FFFFFF;
    border: 1px solid #BFBFBF;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    overflow: hidden;
    overflow-y: auto;
}

.text-select:hover, .text-select:focus, .dependent-select:hover {
    background-color: #E2CEE5;
}

.text-select.text-select-checked, .dependent-select.dependent-select-checked {
    color: #FFFFFF;
    background-color: #8564A6;
}

/*End Conditional panel*/
/*START placeholder add*/

.placeholder-add {
    display: block;
    position: absolute;
    top: 5px;
    right: 8px;
    width: 16px;
    height: 16px;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 15px;
    text-align: center;
    /*background-color: #CCCCCC;*/
    background-color: #545454;
    cursor: pointer;
}

.placeholder-add-panel {
    display: none;
    position: relative;
    left: 3px;
    width: 200px !important;
    border: 1px solid #DDDDDD;
}

    .placeholder-add-panel .caretdropdown {
        display: block;
        position: absolute;
        top: 6px !important;
        left: -1px !important;
        width: 15px;
        height: 15px;
        background-color: #FFFFFF;
        border-width: 1px;
        border-style: solid;
        border-color: #DDDDDD transparent transparent #DDDDDD;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg); /* IE 9 */
    }

.left.placeholder-add-panel .caretdropdown {
    left: initial !important;
    right: -18px !important;
    border-color: transparent #DDDDDD #DDDDDD transparent;
}

.placeholder-add-panel .text-select:hover, .placeholder-add-panel .dependent-select:hover {
    color: #FFFFFF;
    background-color: #8564A6;
}
/*END placeholder add*/

/*START text-toggle*/
.text-toggle {
    color: #8564A6;
    cursor: pointer;
}

.table-crown-caption .cond-panel-wrap {
    top: 27px;
    padding: 5px;
    width: auto;
    background-color: #FFFFFF;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: 0 4px 16px #888888;
    -moz-box-shadow: 0 4px 16px #888888;
    -webkit-box-shadow: 0 4px 16px #888888;
}



/*END text-toggle*/

.select2-container-multi .select2-choices {
    height: auto !important;
    height: 1%;
    margin: 0;
    padding: 0;
    position: relative;
    border: 1px solid #BFBFBF;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    cursor: text;
    overflow: hidden;
    background-color: #fff;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
    background-image: -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
    background-image: -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
    background-image: -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
    background-image: -ms-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
    background-image: linear-gradient(top, #eeeeee 1%, #ffffff 15%);
}

    .select2-container-multi .select2-choices .select2-search-choice {
        padding: 3px 23px 3px 5px;
        margin: 5px 0 3px 5px;
        position: relative;
        line-height: 13px;
        color: #333;
        cursor: default;
        border: 1px solid #BFBFBF;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        -webkit-box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
        -moz-box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
        box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding;
        background-clip: padding-box;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-color: #DEE7FA;
        filter: "none";
        background-image: none;
    }

/*START Bootstrap dropdown overrides*/
.open.dropup > .dropdown-arrow.dropdown-arrow-inverse {
    border-top-color: #CCCCCC;
}

.dropdown-arrow-inverse {
    display: none !important;
    border-bottom-color: #CCCCCC !important;
    border-top-color: #CCCCCC !important;
}

.dropdown-arrow {
    border-style: solid;
    border-width: 0 9px 9px 9px;
    border-color: transparent transparent #ff0000 transparent;
    height: 0;
    margin-top: 0;
    opacity: 0;
    position: absolute;
    right: 13px;
    top: 100%;
    width: 0;
    z-index: 10;
    -webkit-transform: rotate(360deg);
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    -webkit-backface-visibility: hidden;
}

.dropdown-inverse {
    background-color: #FFFFFF;
    color: #333333;
    padding: 4px 0 6px;
    box-shadow: 0px 1px 8px #888888;
    -moz-box-shadow: 0px 1px 8px #888888;
    -webkit-box-shadow: 0px 1px 8px #888888;
}

    .dropdown-inverse li.active > a,
    .dropdown-inverse li.selected > a {
        background: #337595;
        color: #333333;
        position: relative;
        z-index: 1;
    }

    .dropdown-inverse li > a {
        border-radius: 2px;
        color: #333333;
        padding: 5px 11px 7px;
    }

        .dropdown-inverse li > a:hover,
        .dropdown-inverse li > a:active,
        .dropdown-inverse li > a:focus {
            background: #8564A6;
        }

.title-warn .dropdown-inverse li > a:hover,
.title-warn .dropdown-inverse li > a:active,
.title-warn .dropdown-inverse li > a:focus {
    color: #FFFFFF;
    background: #8564A6;
}

.dropdown-inverse li > a.highlighted {
    background: #8564A6;
}

    .dropdown-inverse li > a.highlighted:hover,
    .dropdown-inverse li > a.highlighted:focus {
        background: #8564A6;
    }

.dropdown-inverse li .divider {
    background-color: #526476;
    border-bottom-color: #526476;
}

/*END Bootstrap dropdown overrides*/

.add-line-item {
    position: relative;
    padding: 0 18px 0 0;
    font-family: 'pt_sansregular', Sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #2269D4;
    text-align: right;
    line-height: 23px;
    cursor: pointer;
}

.dropdown-div {
    position: relative;
    width: auto;
    height: 0;
    border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #F9F9F9;
}

.dropdown-div {
    position: relative;
    width: auto;
    height: 0;
    border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #F9F9F9;
}


/*START virtual server time popup styles*/
.virtual-popup {
    position: absolute;
    z-index: 100000;
    margin: 0px;
    padding: 2px 5px;
    min-width: 190px;
    font-family: 'pt_sansregular', sans-serif;
    font-size: 12px;
    text-align: left;
    white-space: nowrap;
    opacity: 1;
    box-shadow: 0px 4px 16px #888888;
    background: #ffffff;
}

.purple-text {
    font-family: 'pt_sansregular', Sans-serif;
    font-size: 12px;
    color: #8564A6 !important;
    text-decoration: none;
}
/*END virtual server time popup styles*/

.carrier-container select.error {
    border-color: #b94a48;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/*START .top-links and .ready-indicator*/
.ready-indicator.open {
    display: block;
    float: right;
    margin: 0 -5px 0 5px;
    padding: 0 0 0 0;
    width: 18px;
    height: 18px;
    font-family: 'pt_sansbold', Arial, Sans-serif;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    line-height: 14px;
    border: 2px solid #FFFFFF;
    background-color: #DDDDDD;
}

.ready-indicator.ready {
    display: block;
    float: right;
    margin: 0 -5px 0 5px;
    padding: 0 0 0 0;
    width: 18px;
    height: 18px;
    font-family: 'pt_sansbold', Arial, Sans-serif;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    line-height: 14px;
    border: 2px solid #FFFFFF;
    background-color: #00C961;
}

.ready-indicator.not-ready {
    display: block;
    float: right;
    margin: 0 -5px 0 5px;
    padding: 0 0 0 0;
    width: 18px;
    height: 18px;
    font-family: 'pt_sansbold', Arial, Sans-serif;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    line-height: 14px;
    border: 2px solid #FFFFFF;
    background-color: #F82341;
}

    .ready-indicator.not-ready .not-ready-minus {
        display: block;
        margin-left: 2px;
        width: 10px;
        height: 6px;
        border-bottom: 2px solid #ffffff;
        visibility: visible;
		box-sizing:content-box;
    }

h2 .ready-indicator.ready {
    margin-right: -14px;
    border-color: #00A651;
}

h2 .ready-indicator.not-ready {
    margin-right: -14px;
    border-color: #E3001F;
}

h2 .ready-indicator.open {
    margin-right: -14px;
    border-color: #AAAAAA;
}

.link-ready .ready-indicator {
    display: block;
    background-color: #00A651;
}

.link-not-ready .ready-indicator {
    display: block;
    background-color: #F82341;
}

.link-default .ready-indicator {
    display: block;
    background-color: #999999;
}

.option-num {
    width: 26px;
    color: #FFFFFF;
    text-align: center;
    line-height: 24px;
    /*background-color: #C8C8C8;*/
    background-color: #545454;
    border: 1px solid #BFBFBF;
}

.advanced-label-row {
    position: relative;
    left: -8px;
    margin-bottom: 20px;
    border-bottom: 2px solid #BFBFBF;
    cursor: pointer;
}

.advanced-label {
    position: relative;
    bottom: -10px;
    padding-left: 8px;
    width: 125px;
    background-color: #FFFFFF;
}

/*START Dropbox Button Styles*/
.dropbox-dropin-btn.dropbox-dropin-default,
.dropbox-dropin-btn.dropbox-dropin-success {
    display: inline-block !important;
    position: relative !important;
    top: -5px !important;
    padding: 0 10px !important;
    height: 26px !important;
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    font-family: 'pt_sansregular', sans-serif !important;
    font-size: 14px !important;
    font-weight: normal !important;
    line-height: 26px !important;
    text-decoration: none !important;
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
    -webkit-backface-visibility: hidden !important;
    width: auto !important;
    color: #333333 !important;
    border: 1px solid #C6C6C6 !important;
    background: #fbfbfc !important; /* Old browsers */
    background: -moz-linear-gradient(top, #fbfbfc 0%, #dee0e7 100%) !important; /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbfbfc), color-stop(100%,#dee0e7)) !important; /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fbfbfc 0%,#dee0e7 100%) !important; /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fbfbfc 0%,#dee0e7 100%) !important; /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fbfbfc 0%,#dee0e7 100%) !important; /* IE10+ */
    background: linear-gradient(to bottom, #fbfbfc 0%,#dee0e7 100%) !important; /* W3C */
}

    .dropbox-dropin-btn.dropbox-dropin-default:hover,
    .dropbox-dropin-btn.dropbox-dropin-default:focus,
    .dropbox-dropin-btn.dropbox-dropin-success:hover,
    .dropbox-dropin-btn.dropbox-dropin-success:focus {
        background: #dee0e7 !important; /* Old browsers */
        background: -moz-linear-gradient(top, #dee0e7 0%, #fbfbfc 100%) !important; /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dee0e7), color-stop(100%,#fbfbfc)) !important; /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #dee0e7 0%,#fbfbfc 100%) !important; /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #dee0e7 0%,#fbfbfc 100%) !important; /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #dee0e7 0%,#fbfbfc 100%) !important; /* IE10+ */
        background: linear-gradient(to bottom, #dee0e7 0%,#fbfbfc 100%) !important; /* W3C */
    }

    .dropbox-dropin-btn.dropbox-dropin-default .dropin-btn-status,
    .dropbox-dropin-btn.dropbox-dropin-success .dropin-btn-status {
        background: url('https://www.dropbox.com/static/images/widgets/dbx-saver-status.png') no-repeat scroll 0 0 transparent;
        display: inline-block;
        height: 14px;
        margin: 0 5px 0 0;
        position: relative;
        top: -5px;
        vertical-align: bottom;
        width: 15px;
    }

/*END .top-links and .ready-indicator*/


/*START location-map*/
.refresh-text-section {
    padding-left: 35px;
    -ms-text-shadow: 1px 1px #EEEEEE;
    text-shadow: 1px 1px #EEEEEE;
    width: 150px;
}

.btn-tool.selected,
.btn-tool.selected:hover {
    background: #5a406e; /* Old browsers */
    background: -moz-linear-gradient(top, #5a406e 1%, #7d5c9e 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#5a406e), color-stop(100%,#7d5c9e)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #5a406e 1%,#7d5c9e 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #5a406e 1%,#7d5c9e 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #5a406e 1%,#7d5c9e 100%); /* IE10+ */
    background: linear-gradient(to bottom, #5a406e 1%,#7d5c9e 100%); /* W3C */
}

.content-layers {
    display: none;
    position: absolute;
    top: 40px;
    right: 0;
    width: 250px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}

.content-tools {
    display: none;
    position: absolute;
    top: 40px;
    right: 86px;
    width: 221px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}

.content-basemap {
    display: none;
    position: absolute;
    top: -270px;
    width: 260px;
    padding-top: 10px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.15);
}

    .content-layers .caretdropdown,
    .content-tools .caretdropdown,
    .content-basemap .caretdropdown {
        position: absolute;
        top: -6px;
        right: 9px;
        left: auto;
        width: 10px;
        height: 10px;
        background-color: #FFFFFF;
        border-width: 1px 1px 0 0;
        border-style: solid;
        border-color: #CCCCCC;
        transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
    }

.display-layer-container .caretdropdown {
    position: relative;
    top: 8px !important;
    left: 75px !important;
    width: 0 !important;
    height: 0 !important;
    background-color: transparent !important;
    border-width: 10px 10px 0 10px !important;
    border-style: solid !important;
    border-color: #ffffff transparent transparent transparent !important;
    transform: rotate(360deg) !important;
    -moz-transform: rotate(360deg) !important;
    -webkit-transform: rotate(360deg) !important;
    -ms-transform: rotate(360deg) !important;
}

/*END location-map*/

/*START Homepage Styles*/
.homepage .bucket {
    background-color: #FFFFFF;
}

.homepage h2 {
    margin: -2px 0 5px -20px;
    padding: 0 20px;
    line-height: 32px;
    color: #FFFFFF;
    width: 100%;
    background-color: #009FC2;
    border-bottom: 0;
}

    .homepage h2 .expand-arrow-open {
        display: block;
        position: absolute;
        top: 14px;
        left: 3px;
        width: 0;
        height: 0;
        content: "";
        border-width: 7px 7px 0 7px;
        border-style: solid;
        border-color: #FFFFFF transparent transparent transparent;
        -webkit-transform: rotate(360deg);
    }

    .homepage h2 .expand-arrow-closed {
        display: none;
        position: absolute;
        top: 10px;
        left: 8px;
        width: 0;
        height: 0;
        content: "";
        border-width: 7px 0 7px 7px;
        border-style: solid;
        border-color: transparent transparent transparent #FFFFFF;
        -webkit-transform: rotate(360deg);
    }

    .homepage h2 .h2-link {
        position: relative;
        float: right;
        font-family: 'pt_sansregular', Sans-serif;
        font-size: 14px;
        color: #FFFFFF;
        cursor: pointer;
    }

.sidebar-section h2 {
    margin: 0;
    padding: 0;
    font-family: 'pt_sansbold', Arial, Sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: #333333;
    line-height: normal;
    text-align: center;
    background-color: transparent;
    border: 0;
}

.sidebar-section-div {
    margin: 20px 0;
    width: 100%;
    height: 2px;
    background-color: #FFFFFF;
}

.section-refresh {
    padding-left: 55px;
    font-family: 'pt_sansbold', Arial, Sans-serif;
    font-size: 16px;
    font-weight: normal;
    cursor: pointer;
}

.disc-green {
    margin-top: -2px;
    margin-left: 25px;
    width: 20px;
    height: 20px;
    background-color: #5CFF26;
    border: 2px solid #666666;
    border-radius: 20px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
}

.disc-yellow {
    margin-top: -2px;
    margin-left: 25px;
    width: 20px;
    height: 20px;
    background-color: #FFFF00;
    border: 2px solid #666666;
    border-radius: 20px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
}

.disc-red {
    margin-top: -2px;
    margin-left: 25px;
    width: 20px;
    height: 20px;
    background-color: #FF0000;
    border: 2px solid #666666;
    border-radius: 20px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
}

/*END Homepage Styles*/
/*START Self-Service Log-In Styles*/
.ss-modal-backdrop {
    opacity: 1 !important;
    background: #009fc2; /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, #009fc2 30%, #00272b 100%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(30%,#009fc2), color-stop(100%,#00272b)); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover, #009fc2 30%,#00272b 100%); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover, #009fc2 30%,#00272b 100%); /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover, #009fc2 30%,#00272b 100%); /* IE10+ */
    background: radial-gradient(ellipse at center, #009fc2 30%,#00272b 100%); /* W3C */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009fc2', endColorstr='#00272b',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}


.ss-login {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -290px;
    margin-left: -360px;
    width: 720px;
    min-height: 580px;
    font-size: 14px;
    border: none;
    background-color: #220F3F;
    overflow: visible;
}

    .ss-login :-ms-input-placeholder {
        color: #AAAAAA !important;
    }

    .ss-login .warn-border,
    .uni-login .warn-border {
        border-color: #B61211;
    }

.ss-left {
    float: left;
    width: 360px;
    text-align: center;
    background-color: #FFFFFF;
}

.ss-right-bottom-gradient {
    position: absolute;
    top: 540px;
    width: 100%;
    height: 40px;
    background: -moz-linear-gradient(top, rgba(34,15,63,0) 0%, rgba(34,15,63,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(34,15,63,0)), color-stop(100%,rgba(34,15,63,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(34,15,63,0) 0%,rgba(34,15,63,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(34,15,63,0) 0%,rgba(34,15,63,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(34,15,63,0) 0%,rgba(34,15,63,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(34,15,63,0) 0%,rgba(34,15,63,1) 100%); /* W3C */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00220f3f', endColorstr='#220f3f',GradientType=0 ); /* IE6-9 */
}

.ss-label-fix,
.uni-label-fix {
    display: none;
    margin: 5px 0 -10px 0;
    font-family: 'pt_sansbold', Arial, Sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
}

.ss-sys-name,
.uni-sys-name {
    font-family: 'pt_sans_narrowbold', Arial, Sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #666666;
}

.required {
    position: absolute;
    top: 6px;
    right: -10px;
    font-family: 'pt_sansbold', Arial, Sans-serif;
    font-size: 24px;
    font-weight: normal;
    color: #B61211;
}

.ss-copyright,
.uni-copyright {
    position: absolute;
    margin-top: 5px; /*replaced bottom: -20px;*/
    width: 100%;
    font-size: 12px;
    color: #CCCCCC;
    text-align: center;
}

.login-special-section {
    display: block;
    margin-top: 40px;
    padding: 10px;
    border: 1px solid #BFBFBF;
    background-color: #EFEFEF;
}

/*END Self-Service Log-In Styles*/

/*START special labels*/
div.special-field > label.special-label {
    display: none;
    position: absolute;
    top: 7px;
    left: 7px;
    margin: 0;
    width: 100%;
    font-family: 'pt_sansregular', Arial, Helvetica, Sans-serif;
    font-size: 12px;
    color: #DDDDDD;
    text-align: left;
}

/*END special labels*/

/*START Notification List Styles*/
.notification-scroll {
    width: 100%;
    max-height: 500px;
    border-bottom: 1px solid #cccccc;
    overflow: hidden;
    overflow-y: auto;
}

.notification-row {
    position: relative;
    margin-top: -1px;
    padding: 10px;
    line-height: 30px;
    border: 1px solid #CCCCCC;
}

.notification-options {
    float: right;
    position: relative;
    display: inline-block;
    color: #CCCCCC;
    overflow: hidden;
}

.color-grey {
    color: #666666;
}

.color-light-grey {
    /*color: #999999;*/
    color: #757575;
}

.color-off-white {
    color: #CCCCCC;
}

.notification-close {
    display: block;
    padding: 5px;
    text-align: right;
    background-color: #EEEEEE;
    border: 1px solid #CCCCCC;
    overflow: hidden;
}

.send-rcv-row {
    padding: 5px;
    border: 1px solid #DDDDDD;
    background-color: #F6F6F6;
    overflow: hidden;
}
/*END Notification List Styles*/

/*START Activity Log Styles*/

.update-history-item + .update-history-item {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #EEEEEE;
}
/*END Activity Log Styles*/
/**/
.org_row_photo > img {
    outline: 1px solid #DDDDDD;
    background-color: #FFFFFF;
}
/**/

/*START fixed message*/

.fixed-msg {
    display: block;
    position: fixed;
    z-index: 1000;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -375px;
    padding: 10px 10px 10px 30px;
    width: 750px;
    font-size: 16px;
    text-align: center;
    line-height: 18px;
    border: 1px solid #DDDDDD;
    background-color: #F6F6F6;
}

/*END fixed message*/

/*START search-filter-label-links*/
.search-filter-label-links {
    position: relative;
    left: -10px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    width: 948px;
    border-bottom: 1px solid #DADADA;
}

    .search-filter-label-links a.selected {
        color: #333333;
        text-decoration: none;
        border-bottom: 10px solid #dadada;
        cursor: default;
    }
/*END search-filter-label-links*/

.connect-agreement {
    display: inline-block;
    float: right;
    margin: 1px 0 0 20px;
    width: 170px;
    font-family: 'pt_sansbold', Arial, Sans-serif;
    font-size: 12px;
    color: #999999;
    line-height: 1.3em;
}

.invite-org-time-stamp {
    position: absolute;
    bottom: -12px;
    left: 50px;
    font-family: 'pt_sansregular',Arial,Sans-serif;
    font-size: 10px;
    color: #aaaaaa;
}

.connect-custom-msg {
    display: block;
    font-size: 16px;
    color: #666666;
}

.subscribe-channel {
    display: block;
    margin-bottom: 10px;
    margin-left: -20px;
    padding-bottom: 10px;
    width: 100%;
    font-family: 'pt_sansregular', Arial, Sans-serif;
    font-size: 14px;
    border-bottom: 1px solid #999999;
}

/*START dark-tooltip styles*/
.dark-tooltip {
    position: relative;
    bottom: 0;
    padding: 2px;
    width: 100%;
    font-size: 12px;
    color: #FFFFFF;
    background-color: #333333;
    box-shadow: 0 -1px 4px rgba(255, 255, 255, 0.1);
    -moz-box-shadow: 0 -1px 4px rgba(255, 255, 255, 0.1);
    -webkit-box-shadow: 0 -1px 4px rgba(255, 255, 255, 0.1);
    overflow: hidden;
}

.tooltip-red .dark-tooltip {
    background-color: #E3001F;
}

.dark-tooltip-content {
    float: left;
    padding: 5px;
    width: 220px;
    line-height: 15px;
    border-right: 1px solid #666666;
}


.dark-tooltip-caret {
    position: absolute;
    bottom: -7px;
    right: 25px;
    width: 0;
    height: 0;
    content: "";
    border-width: 7px 7px 0 7px;
    border-style: solid;
    border-color: #333333 transparent transparent transparent;
}

.tooltip-red .dark-tooltip-caret {
    border-color: #E3001F transparent transparent transparent;
}

/*END dark-tooltip styles*/

/*START desktop sign-in styles*/
.sign-in {
    position: relative;
    font-family: Arial, Helvetica, Sans-serif;
    font-size: 18px;
    color: #333333;
}

.sign-in-body-tag {
    margin-bottom: 20px;
    width: 100%;
    font-size: 18px;
    color: #999999;
    text-align: center;
}

.sign-in-footer {
    position: absolute;
    bottom: 20px;
    width: 100%;
    color: #666666;
    text-align: center;
}
/*END desktop sign-in styles*/

.pa-event-tabs .k-tabstrip-items li {
    line-height: 30px;
    border-color: #EEEEEE;
}

.pa-event-tabs .tabs-content .k-state-active {
    border-color: #DADADA;
}

.bucket h6.acct-msg-bucket {
    border-bottom: 0;
    border-top: 1px solid #DADADA;
    padding: 10px 0 0 0;
}


.alert-report-tab-control .tab-button {
    padding: 12px;
    font-family: pt_sansregular, sans-serif;
    font-size: 14px;
    border: 1px solid #EEE !important;
    border-bottom: none !important;
}

.caret-up {
    top: -7px;
    border-width: 0 7px 7px 7px;
    border-color: transparent transparent #333333 transparent;
}

.response-overtime-box {
    border-top: 1px solid #DADADA;
}

/*START status history styles*/
.status-history-title {
    display: block;
    padding: 5px 10px;
    background-color: #EEEEEE;
    border: 1px solid #DADADA;
}

.status-history-item {
    display: block;
    position: relative;
    padding: 10px 5px 10px 30px;
    border-bottom: 1px solid #DADADA;
    overflow: hidden;
}

.status-history-item-toggle-expand {
    display: block;
    position: absolute;
    top: 12px;
    left: 12px;
    width: 0;
    height: 0;
    content: "";
    border-width: 6px 0 6px 8px;
    border-style: solid;
    border-color: transparent transparent transparent #333333;
}

.status-history-item-toggle-collapse {
    display: block;
    position: absolute;
    top: 14px;
    left: 12px;
    width: 0;
    height: 0;
    content: "";
    border-width: 8px 6px 0 6px;
    border-style: solid;
    border-color: #333333 transparent transparent transparent;
}

.status-history-item-timestamp {
    float: right;
    margin-left: 10px;
    color: #999999;
}


/*END status history styles*/

/* Start: Jquery Selectpicker custom CSS*/
.sp-replacer:hover, .sp-replacer.sp-active, .sp-container {
    border-color: #a273bb !important;
}

    .sp-container .sp-palette-button-container button, .sp-button-container .sp-choose {
        color: #fff;
        border-radius: 0;
        border: 1px solid #7D5C9E;
        box-shadow: none;
        background: linear-gradient(to bottom, #7d5c9e 0%,#5a406e 100%);
    }

        .sp-container .sp-palette-button-container button:hover, .sp-container .sp-palette-button-container button:focus,
        .sp-button-container .sp-choose:hover, .sp-button-container .sp-choose:focus {
            background: linear-gradient(to bottom, #5a406e 1%,#7d5c9e 100%);
            border: 1px solid #7D5C9E;
        }

.sp-button-container .sp-cancel {
    background: linear-gradient(to bottom, #fbfbfc 0%,#dee0e7 100%);
    color: #333333 !important;
    border: 1px solid #C6C6C6;
    font-size: 14px;
    padding: 4px;
}

    .sp-button-container .sp-cancel:hover, .sp-button-container .sp-cancel:focus {
        background: linear-gradient(to bottom, #dee0e7 0%,#fbfbfc 100%);
        color: #333333 !important;
        text-decoration: none;
    }

/* End: Jquery Selectpicker custom CSS*/

.grey-color {
    color: #949494;
}

.disabledFileUpload {
    color: #CCCCCC !important;
    opacity: 0.5 !important;
}

.disabledLinks {
    text-decoration: none !important;
    color: #ccc !important;
    pointer-events: none;
}

.control-label-hint {
    text-align: right;
    font-family: 'pt_sansregular', sans-serif;
    color: #999999;
}

/*START alert attachments*/
.upload-wrap {
    width: 100%;
    border: 1px dashed #333333;
}

.upload-item-thumb {
    width: 150px;
    height: 100px;
    border: 1px solid #999999;
    overflow: hidden;
}

.upload-item-remove {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 20px;
    height: 20px;
    /*color: #999999;*/
    color: #757575;
    line-height: 14px;
    text-align: center;
    background-color: #FFFFFF;
    border: 1px solid #999999;
    border-radius: 20px;
}

    .upload-item-remove:hover {
        color: #FFFFFF;
        background-color: #999999;
    }

.upload-item-caption {
    display: block;
    position: relative;
    padding-top: 2px;
    font-size: 12px;
    color: #999999;
    overflow: hidden;
}

.upload-item-selection-thumb {
    width: 150px;
    height: 100px;
    border: 1px solid #999999;
    margin-left: 10%;
}

.upload-item-caption-selection {
    display: block;
    position: relative;
    padding-top: 2px;
    font-size: 12px;
    color: #999999;
    overflow: hidden;
    margin-left: 10%;
}

.upload-item-name {
    display: inline-block;
    width: 100px;
    /*color: #8564A6;*/
    color: #805DA2
}
/*END alert attachments*/

/*START universal login styles*/
/*additional universal login styles can be found above by searching ".uni-"*/

.uni-login {
    position: relative;
    min-width: 300px;
    padding: 10px;
    text-align: center;
    background-color: #FFFFFF;
    border: 1px solid #B6B6B6;
}

.uni-copyright {
    text-shadow: 0 1px #666666;
}

/*END universal login styles*/

/*START dependents styles*/
.target-summary-section-wrap.pie {
    padding-right: 20px;
    width: 30%;
    border-right: 1px solid #dadada;
}
/*END dependents styles*/

/*START Media Queries*/
@media only screen and (max-width: 1000px), only screen and (max-width: 1000px), only screen and (max-width: 1000px), only screen and (max-width: 1000px) {
    .uni-login-bg {
        background-color: #FFFFFF;
    }

    .uni-login {
        border: 1px solid #FFFFFF;
    }

    .uni-copyright {
        bottom: 0;
        color: #999999;
        text-shadow: none;
    }
}
    /*END Media Queries*/

    .showLoader {
        top: 45%;
        left: 47%;
        z-index: 1011;
        padding: 10px 0px 0px;
        margin: 0px;
        width: 100px;
        text-align: center;
        color: rgb(153, 153, 153);
        border: 2px solid rgb(153, 153, 153);
        background-color: rgb(255, 255, 255);
        cursor: wait;
        min-height: 30px;
        position: fixed;
        z-index: 9999;
    }
.homepage-geofencingapp-btn, .homepage-geofencingapp-btn:focus, .homepage-geofencingapp-btn:hover {
    color: #fff;
    line-height: 20px !important;
    border: none;
    background: url(../Images/bg_btn_livemap.png) 0/cover no-repeat;
}

.homepage-geofencingapp-btn, .homepage-geofencingapp-btn:focus, .homepage-geofencingapp-btn:hover {
    color: #fff;
    line-height: 20px !important;
    border: none;
    background: url(../Images/bg_btn_livemap.png) 0/cover no-repeat;
}

.homepage-live-map-btn, .homepage-live-map-btn:focus, .homepage-live-map-btn:hover {
    color: #fff;
    line-height: 20px !important;
    border: none;
    background: url(../Images/bg_btn_livemap.png) 0/cover no-repeat;
}

.homepage-cc-btn, .homepage-cc-btn:focus, .homepage-cc-btn:hover {
    color: #fff;
    line-height: 30px !important;
    border: none;
    background: url(../Images/homepage-cc.jpg) 0/cover no-repeat;
}

.homepage-reports-btn, .homepage-reports-btn:focus, .homepage-reports-btn:hover {
    color: #fff;
    line-height: 30px !important;
    border: none;
    background: url(../Images/homepage-reports.jpg) 0/cover no-repeat;
}
    /*END of styles which uses Colours*/


/*START Homepage Styles*/
.sidebar-section .icon-refresh {
    margin-top: 1px;
    margin-left: 21px;
    width: 24px;
    height: 24px;
    background: url(../Images/icon-refresh.png) 0 0 no-repeat;
    cursor: pointer;
}

.btn-edit {
    padding-left: 20px;
    color: #333333;
    background: url("../Images/icon-edit2.png") 0 3px no-repeat #EEEEEE;
    border: 1px solid #CCCCCC;
}

.btn-edit-home:focus {
    padding-left: 20px;
    color: #333333;
    background: url("../Images/icon-edit2.png") 0 3px no-repeat #EEEEEE;
    border: 1px solid #CCCCCC;
}

.btn-edit:hover {
    color: #333333;
    background: url("../Images/icon-edit2.png") 0 3px no-repeat #DDDDDD;
}

.btn-edit-no-text {
    background: url("../Images/icon-edit2.png") center no-repeat #EEEEEE;
    border: none;
    background-color: white;
}

.btn-edit-no-text:hover {
        background: url("../Images/icon-edit2.png") center no-repeat #DDDDDD;
        background-color: white;
    }
  
.btn-edit:focus {
    color: #333333;
    background: url("../Images/icon-edit2.png") 0 3px no-repeat #DDDDDD;
}

.btn-reset {
    padding-left: 25px;
    color: #333333;
    background: url("../Images/reset_light.png") 0 1px no-repeat #EEEEEE;
    border: 1px solid #CCCCCC;
}

.btn-reset:hover {
        padding-left: 25px;
        color: #333333;
        background: url("../Images/reset_light.png") 0 1px no-repeat #DDDDDD;
    }

.btn-reset:focus {
        padding-left: 25px;
        color: #333333;
        background: url("../Images/reset_light.png") 0 1px no-repeat #DDDDDD;
    }

/*END Homepage Styles*/
/*Alert Tracking Report*/
.tabselect li a.selected {
    background: #fff;
    color: #3f3f3f;
}

.tabselect li a span {
    font-size: 23px;
}

.tabselect li a small {
    color: #808080;
}

.tabselect li:first-child a.tab-button, .tabselect li:last-child a.tab-button {
    /*border-bottom: 1px solid #DADADA;*/
    border-bottom: none !important;
    margin-bottom: 50px;
}

.tabselect li:first-child a.tab-button {
    margin-top: 0px;
}
.tab-control-AlrtRpt {
    float: left;
    top: 1px;
    width: 500px;
}

.tab-control ul li {
    display: inline-block;
}

    .tab-control ul li a {
        margin-bottom: 0px !important;
        border: none;
        color: #8564A6;
        padding-left: 12px;
        padding-right: 12px;
        margin-right: -4px; /* remove space between two tabs*/
    }


.tabselect li .selected {
    font-weight: bold;
    border: solid 1px #DADADA !important;
    border-bottom: none !important;
}



.tabContent {
    margin-left: 10px;
    width: 934px;
}

.reportFillcount {
    font-weight: normal;
    font-family: 'pt_sansregular', sans-serif;
    font-size: 14px;
}

.tabContent .span12 {
    width: auto !important;
    float: none;
}

/*.tabselect li:first-child a.tab-button, .tabselect li:last-child a.tab-button {
            border-bottom: none !important;
        }*/

.tab-control ul li a:hover {
    background-color: #1271DB;
    color: #ffffff;
}

.tabselect li a.selected:hover {
    background-color: #fff !important;
    color: #3f3f3f;
}
/*END Alert Tracking Report*/
/*Plan inline Css*/
.table-compressed {
    background-color: #f8f8f8;
}
.approver-label {
    background-color: #ff9900;
}
.creator-label {
    background-color: #008000;
    color: #ffffff;
}


/*Alert tracking*/
.alertTrackingBody {
    background: #eeeeee;
}

    .alertTrackingBody .title-bar-wrap {
        background: #eeeeee;
    }

    .alertTrackingBody a:hover.tab-button {
        text-decoration: none;
    }

    .alertTrackingBody .tabselect li a.selected {
        background: #fff;
        color: #3f3f3f;
    }

    .alertTrackingBody .tabselect li a small {
        color: #808080;
    }

    .alertTrackingBody .tab-control ul li a {
        color: #8564A6;
    }

        .alertTrackingBody .tab-control ul li a:hover {
            background-color: #8564A6;
            color: #ffffff;
        }

    .alertTrackingBody .tabselect li a.selected:hover {
        background-color: #fff !important;
        color: #3f3f3f;
    }

    .alertTrackingBody .report-button {
        color: #414042;
    }

        .alertTrackingBody .report-button:hover {
            text-decoration: none;
        }

    .alertTrackingBody #target-contentarea {
        border: 1px solid #DADADA;
        background: #fff;
        font-family: 'pt_sansregular', sans-serif;
    }

    .alertTrackingBody .report-tools small a.refresh {
        background-image: url("../Images/icon-refresh.png");
        background-repeat: no-repeat;
    }

    .alertTrackingBody .title-heading {
        border-bottom: 1px solid #DADADA;
    }

    .alertTrackingBody .barChart > li span.help-icon {
        background: url('../Images/help-tooltip-icon.png') no-repeat;
    }

    .alertTrackingBody .publishing-detail .bucket {
        background-color: #FCFCFC;
    }

    .alertTrackingBody .k-state-hover > .k-link {
        background: #8564a6 !important;
        color: #fff !important;
    }

    .alertTrackingBody #rptForm .k-i-arrow-60-down:before {
        margin-top: 3px;
        content: "" !important;
        background: url("../Images/down-arrow-small-white.png") 0 0 no-repeat;
    }

    .alertTrackingBody #PA_Summary_Box .k-i-arrow-60-down:before {
        background: url("../Images/down-arrow-small-white.png") 0 0 no-repeat;
    }

    .alertTrackingBody #target-contentarea a {
        color: #8564a6 !important;
    }

    .alertTrackingBody #target-contentarea .k-item a:hover {
    background: #8564a6 !important;
}


    .alertTrackingBody #target-contentarea .k-state-hover > .k-link {
        background: #fff !important;
        color: #8564a6 !important;
    }



    .alertTrackingBody .k-menu-horizontal .k-item a.k-link:link {
        color: #8564a6 !important;
    }
    .alertTrackingBody .k-item a:hover {
        background: #1371DC !important;
    }
    .alertTrackingBody .legend > li:hover {
        border: 2px solid #715392;
    }
    tr.hint {
        background-color: #8564A6 !important;
        color: #fff !important;
    }
        tr.hint:after {
            border-top: 6px solid transparent;
            border-bottom: 6px solid transparent;
            border-left: 6px solid #8564A6;
        }
    tr.placeholder {
        background-color: #E7DFEF !important;
        color: #8564A6 !important;
    }


.search-link,
.lblue-link,
.link-page-range,
.t-header u {
    color: #8564a6 !important;
    /*text-decoration: none !important;*/
}
    .search-link:hover,
    .lblue-link:hover,
    .link-page-range:hover,
    .t-header u:hover {
        /*color: #8564A6 !important;*/
        text-decoration: underline !important;
    }
.fauxlink, .add, .gototop {
    color: #8564a6 !important;
}
    .fauxlink:hover, .add:hover, .gototop:hover {
        color: #8564a6 !important;
    }
.action_link {
    color: #8564a6 !important;
}

/*New user Edit page*/

.row.table-header .table-col div.icon_clear,
.row-fluid.table-header .table-col div.icon_clear {
    background: url(../Images/icon3-select2-grey.png) right top no-repeat !important;
}

.icon-edit-row {
    background: url(../images/icons/icon_edit-row.png) 0 0 no-repeat;
}
.icon-delete-row {
    background: url(../images/icons/icon_remove.png) 0 0 no-repeat !important;
}
.btn.btn-search {
    width: 30px;
    height: 27px;
    background: url(../images/icon-search.png) center center no-repeat #FFFFFF;
    border: 1px solid #BFBFBF;
    border-left: none;
}
ul.details-links li a {
    color: #328CCB !important;
}
a.arrow-details, .arrow-details {
    color: #8564A6 !important;
}
a.arrow-details:hover, .arrow-details:hover {
    text-decoration: none;
}
.btn-toc span {
    top: 4px;
    background-position: 0 0;
}
.esri-home-btn span {
    top: 4px;
    left: 4px;
    background-position: -350px 0;
}
.esri-fit-btn span {
    top: 2px;
    left: 2px;
    background-position: -400px 0;
}
.btn-drawing span {
    top: 5px;
    background-position: -50px 0;
}
.btn-dl span {
    top: 4px;
    background-position: -145px -197px;
}
.btn-basemap span {
    top: 4px;
    left: 2px;
    background-position: -100px -200px;
}
.esri-fit-btn span {
    top: 2px;
    left: 2px;
    background-position: -400px 0;
}
.col-icon-pad .icon-alert {
    background: url(../Images/icon3-alert-purple.png) 0 0 no-repeat !important;
}
.map-expand {
    background-image: url('../Images/icon-enlarge.png') !important;
}
.timeline-dot {
    background: url(../Images/timeline-dot.png) 0 0 no-repeat;
}
.timeline-item-caret {
    background: url(../Images/timeline-item-caret.png) 0 0 no-repeat;
}
.icon-status-history {
    background: url(../images/icons/icon_status-history.png) 0 0 no-repeat;
}
.table-profile-completeness.good {
    background: url(../images/table-profile-icons.png) 0 -16px no-repeat;
}
.table-profile-completeness.lacking {
    background: url(../images/table-profile-icons.png) 0 0 no-repeat;
}
.table-profile-update-status.table-icon-update {
    background: url(../images/table-profile-icons.png) 0 -32px no-repeat;
}
.table-profile-update-status.table-icon-update-warning {
    background: url(../images/table-profile-icons.png) 0 -48px no-repeat;
}
.col-icon-pad .icon-event {
    background: url(../Images/icon3-event-gen.png) 0 0 no-repeat;
}
.col-icon-pad .icon-responded {
    background: url(../Images/icon3-settings-purple.png) 0 0 no-repeat;
}
.col-icon-pad .icon-desktop {
    background: url(../Images/icon3-settings-purple.png) 0 0 no-repeat;
}
.mod-icon {
    background: url("../images/icons/icon_remove.png");
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
    color: #ffffff;
    text-decoration: none;
    background-color: #735594;
    background-image: none;
}
#groupSelectorContent .treeview .k-state-selected span {
    background-color: #735594 !important;
}
.k-grid tr.k-state-selected, .k-grid tr.k-state-selected:hover {
    background-color: #8564A6 !important;
}
.k-alt,
.k-separator {
    background-color: #F5F5F5 !important;
}
.k-list > .k-state-selected.k-state-focused {
    background-color: #8564A6 !important;
    border: 1px solid #8564A6;
}
.k-popup .k-list .k-state-hover,
.k-popup .k-list .k-item:hover {    
    background-color: #B3A4C1;   
    border: 1px solid #B3A4C1;    
}
/*Start Css classes for API login page*/
.APILogin {
    color: #333333;
    font: 14px/1.231 'pt_sansregular', sans-serif;
    background-color: #FFFFFF; /*#EEEEEE;*/
}
    /*additional universal login styles can be found above by searching ".uni-"*/
    .APILogin .uni-login .warn-border {
        border-color: #B61211;
    }
    .APILogin .uni-login .bold {
        font-family: 'pt_sansbold', Arial, Sans-serif;
    }
    .APILogin .uni-login button,
    .APILogin .uni-login a.btn {
        padding: 0 0 5px 0 !important;
        width: 200px !important;
        min-height: 38px !important;
        font-family: 'pt_sans_narrowbold', Arial, Sans-serif !important;
        font-size: 24px !important;
        font-weight: normal !important;
        line-height: 38px;
    }
    .APILogin .uni-title {
        margin: 15px 0;
        font-family: 'pt_sansbold', Arial, Sans-serif;
        font-size: 24px;
        font-weight: normal;
    }
    .APILogin .uni-label-fix {
        display: none;
        margin: 5px 0 -10px 0;
        font-family: 'pt_sansbold', Arial, Sans-serif;
        font-size: 14px;
        font-weight: normal;
        text-align: left;
    }
    .APILogin .uni-vps-name {
        margin: 10px 0 20px 0;
        font-family: 'pt_sans_narrowbold', Arial, Sans-serif;
        font-size: 24px;
        font-weight: normal;
        word-wrap: break-word;
    }
    .APILogin .uni-sys-name {
        font-family: 'pt_sans_narrowbold', Arial, Sans-serif;
        font-size: 14px;
        font-weight: normal;
        color: #666666;
    }
    .APILogin .uni-copyright {
        position: absolute;
        margin-top: 5px; /*replaced bottom: -20px;*/
        width: 100%;
        font-size: 12px;
        color: #CCCCCC;
        text-align: center;
    }
    .APILogin .uni-login-bg {
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
        background: url(../images/api/uni-login-bg.jpg);
        background-size: cover;
    }
        .APILogin .uni-login-bg form {
            margin: 0;
        }
    .APILogin .uni-bb-logo {
        z-index: 10;
        position: absolute;
        top: 0;
        right: 0;
        width: 210px;
        height: 50px;
        background: url(../images/uni-bb-logo.png) 0 0 no-repeat;
        overflow: hidden;
    }
    .APILogin .uni-login {
        position: relative;
        min-width: 300px;
        padding: 10px;
        text-align: center;
        background-color: #FFFFFF;
        border: 1px solid #B6B6B6;
    }
    .APILogin .uni-copyright {
        text-shadow: 0 1px #666666;
    }
/*START Media Queries*/
@media only screen and (max-width: 1000px) {
    .APILogin .uni-login-bg {
        background-color: #FFFFFF;
    }
    .APILogin .uni-login {
        border: 1px solid #FFFFFF;
    }
    .APILogin .uni-copyright {
        bottom: 0;
        color: #999999;
        text-shadow: none;
    }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 320px), only screen and (min--moz-device-pixel-ratio: 2) and (min-width: 320px), only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width: 320px), only screen and (min-device-pixel-ratio: 2) and (min-width: 320px) {
    .APILogin .icon10,
    .APILogin .icon16,
    .APILogin .icon20,
    .APILogin .icon32 {
        background: url(../images/event-mgr-sprite@2x.png) 10px 10px no-repeat;
        background-size: 320px 400px;
    }
}
/*END Media Queries*/
/* Start - Taken from  form.css*/
.APILogin .radio, .APILogin .checkbox {
    position: relative;
    font-family: 'pt_sansregular', Sans-serif;
    text-align: left;
}
.APILogin input[type="text"], .APILogin input[type="password"] {
    border: 1px solid #BFBFBF;
    color: #34495e;
    font-family: 'pt_sansregular', sans-serif;
    font-size: 14px;
    padding: 2px 0 3px 5px; /*padding: 4px 0 5px 10px;*/
    text-indent: 1px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.APILogin .radio,
.APILogin .checkbox {
    position: relative;
    font-family: 'pt_sansregular', Sans-serif;
    text-align: left;
}
.APILogin .BBLogo {
    background-color: black;
    padding: 5px;
}
/*End Css classes for API login page*/

/*Placeholder page changes */
#placeholders-edit #valuesPanel a {
    color: #8564A6 !important;
   }

#spExportValue .k-button-solid-base {
	 background-color: #e9e9e9 !important;
    margin-bottom: 3px;
}
#placeholders-edit #valuesPanel a.disabled {
    color: #808080 !important;
}
/*End Placeholder Css classes */
.summary-number-color {
    color: #8564A6 !important;
}
.distributionlist-modal-body .k-tabstrip .k-item.k-state-hover {
    background-color: #8564A6 !important;
}
/*.distributionlist-modal-body .k-tabstrip .k-item.k-state-hover {
    background-color: #8564A6 !important;
}
.mapSettingsDetails #distributionLayer .k-grid-content tr.placeholder {
    background-color: #8564A6 !important;
}*/

#userAttributes-edit #valuesPanel a:not([data-action]) {
    color: #805DA2 !important;
}

#userAttributes-edit #valuesPanel a.link-disabled {
    color: #805DA2 !important;
}


#userAttributes-edit #valuesPanel a {
    color: #805DA2 !important;
}

    #userAttributes-edit #valuesPanel a.link-disabled {
        color: #805DA2 !important;
    }
    #userAttributes-edit #valuesPanel a.attr-link-disabled {
        color: #805DA2 !important;
        background-color: transparent;
    }
    #userAttributes-edit #valuesPanel a.k-button-solid-base {
        background-color: transparent !important;
    }
.hierarchyLevelPanel {
    height: 125px;
    background-color: #fff;
}
.hierarchyLevelPanel1 {
    height: 235px;
    background-color: #fff;
}
.hierarchyModal {
    max-height: 620px !important;
}
.hierarchyModal1 {
    max-height: 735px !important;
}
.width152 {
    margin-bottom: 5px !important;
}
.publishing-detail-user-tabs .k-state-hover > .k-link {
    background: #8564a6 !important;
    color: #fff !important;
}
.counties-modal-body .k-tabstrip .k-item.k-state-hover {
    background-color: #8564A6 !important;
}
#PA_Summary_Box .k-item a:hover {
    background: #8564a6 !important;
}
#HierarchyEdit .k-selected span {
    display: inline-block;
    background-color: #735594 !important;
    height: 22px;
   /*border: solid #735594 1px;*/
    color: #ffffff;
}


#HierarchyEdit .k-selected, .k-state-selected:link, .k-state-selected:visited, .k-list > .k-state-selected, .k-list > .k-state-highlight, .k-panel > .k-state-selected, .k-ghost-splitbar-vertical, .k-ghost-splitbar-horizontal, .k-draghandle.k-state-selected:hover, .k-scheduler .k-scheduler-toolbar .k-state-selected, .k-scheduler .k-today.k-state-selected, .k-marquee-color {
    /*padding: 0px 1px 1px 1px !important;*/
    box-shadow: inset 0 0 0 0 #735594 !important;
}

#HierarchyEdit .treeGroupNodes {
    background: transparent url("../images/icon3-groups-purple.png") no-repeat 50% 50% !important;
    overflow: hidden;
    display: inline-block;
    margin: 3px 0 0 2px;
    -webkit-border-radius: 5px;
    -mox-border-radius: 5px;
    border-radius: 5px;
}

#HierarchyEdit .treeUserNodes {
    background: transparent url("../images/icon3-User-purple.png") no-repeat 50% 50% !important;
    overflow: hidden;
    display: inline-block;
    margin: 3px 0 0 2px;
    -webkit-border-radius: 5px;
    -mox-border-radius: 5px;
    border-radius: 5px;
}

.rec-selected {
    background-color: #8564a6 !important;
}

.msg-selected-arrow {
    border-left: 10px solid #8564a6;
}

.msg-detail-bucket .download-pdf {
    background: url(../Images/icon3-pdf-purple.png) 0 0 no-repeat;
}
div.desktopthreshold .k-slider-selection {
    display: inline-block;
    background-color: #735594;
}

.valueDiv tbody[role=rowgroup] tr {
    color: #676767 !important;
}

    .valueDiv tbody[role=rowgroup] tr .k-dirty {
        border-color: transparent;
    }
/*Alert.css*/
#allUserList a {
    color: #805DA2;
}

#tbUsersList a {
    color: #805DA2;
}

#lnkbrowseattachment {
    color: #805DA2;
}

#divTgTree a,.divGroupTree a {
    color: #805DA2 !important;
}
/*End Alert.css*/

/*bootstrap-custom.css*/
.bootstrap-select.show .dropdown-menu > li > a:hover {
    color: #FFFFFF;
    background-color: #5A406E;
}
/*End bootstrap-custom.css*/

.importPageContainer a.bucket-title-desc, .operatorImportPageContainer a.bucket-title-desc {
    color: #805DA2;
}
.apiLogin .uni-copyright {
    color: #CCCCCC !important;
}
#selectedUserLink {
    color: #805DA2;
}

/*btn:active css in athoc-cdn\Content\BlackBerryAtHoc\css\style.css is making the background Gray*/
/*IWS-56666 -> Issue-3 -> 4 - 'Black' color is getting displayed while clicking on arrows of hour, minute and seconds time. */
.bootstrap-datetimepicker-widget table td a.btn:active {
    background: #7d5c9e; /* Old browsers */
    background: -moz-linear-gradient(top, #7d5c9e 0%, #5a406e 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7d5c9e), color-stop(100%,#5a406e)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #7d5c9e 0%,#5a406e 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #7d5c9e 0%,#5a406e 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #7d5c9e 0%,#5a406e 100%); /* IE10+ */
    background: linear-gradient(to bottom, #7d5c9e 0%,#5a406e 100%); /* W3C */
}
#subscribedOrgEdit a:not(.disabledLinks) label {
    color: #805DA2 !important;
}
#langdropdwn:hover {
    background-color: #805DA2 !important;
    color:#fff;
}
.rowbgcolor {
    background-color: #EEEEEE;
}
/*Remove box shadow for the selected tree node Ex: Target By Groups under New Alert page*/
.k-treeview-leaf.k-focus, .k-treeview-leaf:focus {
    border-color: unset !important;
    box-shadow: none !important;
}
/* Pagination Dropdown Issue on home page preview and publish  users popup*/
.k-list-item.k-hover, .k-list-item:hover {
    color: #fff !important;
    background-color: #E2CEE5 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}

.k-list-item.k-selected {
    color: #fff !important;
    background-color: #8564A6 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}

.labelLink {
    color: #805DA2 !important;
}

.padding-top-5{
    padding-top: 5px;
}

.alertList-title-icon-div > div.how-to-reg-sprite {
    margin-top: 5px;
    height: 13px !important;
    width: 14px !important;
}

.how-to-reg-sprite {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    background: url(../Images/event_how_to_reg.png) 10px 10px no-repeat;
    overflow: hidden;
    mix-blend-mode:multiply;
}

 .how-to-reg-sprite.event-how-to-reg-gray {
    background-position: -264px -158px;
}