html {
    display: none;
    /*background: #fff !important;*/
    padding: 0px !important;
    height: 100%;
}

/* Google charts - tooltip - flicker BUG */
svg > g > g:last-child {
    pointer-events: none;
}

body
{
	background-color: #fff;
    padding-top: 45px;
    /* overscroll-behavior-y: none; */
    /* font-family: "SF Text", "Helvetica Neue", Helvetica, Arial, sans-serif !important; */
    font-family: "SFNText", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    -webkit-font-smoothing: antialiased;
    font-weight: 200;
    font-size: 14px;
}

body.bg {
    /* background-image: url(/bundles/appcore/img/campaign_logo_bg_light.png); */
    background-image: url(/bundles/appcore/img/load_with_padding.gif), url(/bundles/appcore/img/knowhow.gif);
    background-repeat: no-repeat;
    background-position: 50% 50%, center;
    background-size: 20px, 120px;
}

body.login {
    /*background-color: rgba(13,89,206,.95);*/
    /*background-color: rgba(0, 36, 93, 0.95);*/
    background-color: #fff;
    padding-top: 150px;
    min-height: 100%;
    background-image: none;
}

body.login #error_message {
    top: 0px;
    left: 0px;
    right: 0px;
    position: absolute;
    border-radius: 0px;
    text-align: center;
    padding: 0px;
    margin: 0px;
    background-color: #fdec8d;
    background: -moz-linear-gradient(top,  #fdec8d 0%, #f9e659 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#fdec8d), color-stop(100%,#f9e659));
    color: #000;
    font-weight: 400;
    /* height: 40px; */
    padding-top: 10px;
    padding-bottom: 8px;
    border: none;
    border-bottom: 1px solid #ddd;
}

button.close {
    position: absolute;
    right: 13px;
    top: 13px;
    padding: 10px;
    width: 40px;
    height: 40px;
    text-align: center;
    opacity: .7;
    /* color: #007aff !important; */
}

button.close:hover, button.close:focus {
    filter: alpha(opacity=100);
    opacity: 1;
    /* color: #005cc6 !important; */
}

.header-logo-column {
    position: absolute;
    z-index: 100;
    padding-right: 15px;
    padding-left: 15px;
}

#user_status {
    position: relative;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

#user_status .entity-group-label-color {
    background-color: #fff;
    position: relative;
    margin-right: 0px;
    left: 0px;
    height: 13px;
    width: 13px;
    vertical-align: text-top;
    transition: background-color 1s;
}

/* #user_status .entity-group-label-color:first-of-type {
    background-color: #00F010;
} */

#user_status .icon {
    position: absolute;
}

.form-control:focus {
    /* border-color: #66afe9; */
    border-color: #00a2fb;
    outline: 0;
    -webkit-box-shadow: 0 0 0px 2px #00a2fb !important;
    box-shadow: 0 0 0px 2px #00a2fb !important;
}

.form-control[type="checkbox"]:focus {
    border-color: transparent;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

body.login .form-control:focus {
    border-color: #000;
    box-shadow: 0px 0px 
}

body.login form {
    position: relative;
    /* top: -30px; */
    opacity: 0;
    transform: scale(.8);
    transition: all 2s;
}

body.login.ready form {
    top: 0px;
    transform: scale(1);
    opacity: 1;
}

#main_menu {
    position: absolute;
    right: 0px;
    top: 0px;
}

#main_menu > li {
    list-style-type: none;
    display: inline-block;
}

#main_menu > li > a {
    display: inline-block;
    color: #000;
    font-size: 16px;
    padding: 11px;
    outline: none;
    text-decoration: none !important;
}

.menu-btn .logout {
    font-size: 18px;
}

.bg-logo
{
	font-size: 150px;
	color: #fafafa;
	position: absolute;
	z-index: -1;
	width: 1px;
	height: 1px;
	left: 39%;
	top: 250px;
} 

#login_button {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 20px;
    color: #515151;
    padding: 14px;
    cursor: pointer;
    transition: transform .2s;
}

#login_button:hover {
    color: #666;
}

#login_button:active {
    color: #666;
    transform: scale(0.8);
}

.bg-login-logo
{
	display: inline-block;
	font-size: 150px;
	color: #fff;
	margin-right: 15px;
	margin-bottom: 0px;
    text-shadow: -4px 4px rgba(0, 0, 0, .2);
} 

.bg-login-logo .logo_cube {
    /* height: 50px !important; */
    position: relative;
    height: 88px !important;
    top: 72px;
    transition: all 2s;
}

body.login.ready .bg-login-logo .logo_cube {
    top: 0px;
}

.ui-state-highlight {
    background-color: #fff;
    border: 1px solid #ddd;;
    border-bottom: 0px;
    /* border-top-left-radius: 4px;
    border-top-right-radius: 4px; */
}

#form_username {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

#form_password {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

#form_username, 
#form_password {
    /*background-color: rgba(0, 0, 0, 0.4) !important;*/
    color: #000;
    border-color: #ccc;
    /* box-shadow: 0px 2px 6px rgba(0, 0, 0, .0) inset !important; */
    box-shadow: none;
    font-weight: 200;
    text-align: center;
    margin-bottom: 10px;
    border-radius: 30px;
    padding: 6px;
    width: 256px;

    background-color: #f3f3f3;

    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

/* Change the white to any color ;) */
body.login input:-webkit-autofill,
body.login input:-webkit-autofill:hover, 
body.login input:-webkit-autofill:focus, 
body.login input:-webkit-autofill:active  {
    box-shadow: none !important;
    -webkit-box-shadow: 0 0 0 30px #f3f3f3 inset !important;
    -webkit-text-fill-color: #000 !important;
}

#form_username::placeholder,
#form_password::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000;
    opacity: 1; /* Firefox */
}

#form_username:-ms-input-placeholder,
#form_password:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #000;
}

#form_username::-ms-input-placeholder,
#form_password::-ms-input-placeholder { /* Microsoft Edge */
    color: #000;
}

#form_login {
    border-radius: 30px;
    padding: 14px;
    font-weight: bold;
}

#sidebar .button-mini,
#telesales_sidebar .button-mini {
    margin-top: 2px;
}

#sidebar .entity-group-label-color,
#telesales_sidebar .entity-group-label-color,
#queue_sidebar .entity-group-label-color,
#inbound_sidebar .entity-group-label-color,
#outbound_sidebar .entity-group-label-color
{
    position: relative;
    top: 0px;
    height: 14px;
    width: 14px;
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, .2) inset;
    cursor: default;
    margin-left: -15px;
}

#sidebar .report-groups,
#telesales_sidebar .report-groups,
#queue_sidebar .report-groups,
#inbound_sidebar .report-groups,
#outbound_sidebar .report-groups
{
    float: right;
    margin-right: 0px;
}

.login-container .btn-default {
    /*text-shadow: none;
    background-image: -webkit-linear-gradient(top, #1d1d1d 0%, #000 100%);
    background-image: -o-linear-gradient(top, #1d1d1d 0%, #000 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1d1d1d), to(#000));
    background-image: linear-gradient(to bottom, #1d1d1d 0%, #000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1d1d1d', endColorstr='#000', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    border-color: #000;
    color: #fff;*/
}

/*.login-container .btn-default:hover {
    background-position: 0px !important;
    background-image: linear-gradient(to bottom, #232323 0%, #000 100%);
}*/

.results-table tbody th{
	font-weight: 200;
	white-space: nowrap;
}

.error-message {
    padding: 15px;
    margin: 10px;
    background-color: #fdec8d !important;
    background: -moz-linear-gradient(top,  #fdec8d 0%, #f9e659 100%) !important;
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#fdec8d), color-stop(100%,#f9e659)) !important;
    color: #000 !important;
    font-weight: 400 !important;
}

.login-container
{
	max-width: 300px;
	margin-top: 0px;
}

.login-container .form-row
{
	margin-bottom: 10px;
}

.login-container .form-row.alert {
    background: none;
}

.animated-element {
    transition: all .4s;
}

.animated-element.disappear {
    transform: scale(0.8);
    opacity: 0.0;
}

.login-container .form-row:last-of-type
{
	/* margin-top: 30px; */
}

.navbar-brand {
	color: #fff !important;
    text-shadow: -2px 1px rgba(0, 0, 0, .4) !important;
}

.navbar-inverse .navbar-nav > li > a {
    color: #fff !important;
    text-shadow: 2px 1px rgba(0, 0, 0, .4) !important;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: transparent !important;
    border-color: transparent !important;
}

.navbar-inverse .navbar-nav > li a {
    color: #333 !important;
    text-shadow: 2px 1px rgba(0, 0, 0, .05) !important;
}

.pagination-buttons .glyphicon {
    top: 2px;
}

.pagination-info {
    float: left;
    font-weight: 100;
    color: #aaa;
    margin-right: 15px;
}

.application_view .browser {
    display: none;
}

.application_view.browser-visible .browser {
    display: block;
}

.application_view.browser-visible .tab-content {
    display: none;
}

.application_view.browser-visible .nav-tabs {
    margin-bottom: 22px;
}

/* .application_view.browser-visible .telesales-view {
    display: none;
} */

body.fullscreen .google-map {
    position: fixed !important;
    top: 50px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: auto !important;
    border: none !important;
    border-top: 1px solid #ccc !important;
}

body.fullscreen [data-view="map"] {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 12px;
    /*background-color: rgba(255, 0, 0, .9);*/
    /*background-color: rgba(13,89,206,.95);*/
    /*background-color: rgba(0, 36, 93, 0.95);*/
    background-color: rgba(255, 255, 255, 0.95);
}

body.fullscreen .sf-minitoolbar {
    width: 20px;
    height: 20px;
}

body.fullscreen .navbar-fixed-top,
body.fullscreen #sidebar {
    display: none;
}

.google-map {
	/* position: relative;
	width: 100%;
    height: 500px; */
    position: fixed !important;
    top: 132px;
    left: 0px;
    border-top: 1px solid #ccc;
    background-color: #ffffff !important;
    right: 0px;
    bottom: 0px;
    height: auto !important;
    /* filter: brightness(3) contrast(0.7) saturate(1.7); */
}

.google-map .gm-style > div > div > div:nth-child(5) {
    filter: brightness(2.7) contrast(0.7) saturate(1.7);
    /* filter: brightness(2.7) contrast(1) saturate(0); */
}

.google-map.inverted .gm-style > div > div > div:nth-child(5) {
    filter: brightness(2.7) contrast(1) saturate(0);
}

.google-map.active_selection {
    cursor: crosshair !important;
}

#content.launchpad-visible .google-map {
    left: 250px;
}

body.fullscreen .google-map {
    left: 0px;
}

.google-map > div {
    outline: none !important;
}

.google-map #polygon_markers > div > div,
.google-map #markers > div > div {
    border-radius: 100px;
}

.google-map #controls,
.google-map #controls div {
    z-index: 98 !important;
}

/* .google-map #markers > div:hover {
    margin-top: -2px;
}

.google-map #markers > div {
    transition: margin-top .2s;
} */

.google-map #info_windows .bkg-div {
    background-color: #fff !important;
    border-radius: 5px;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.15), 0px 0px 1px 1px rgba(0,0,0,0.1) !important;
}


.google-map .map_marker_info {
    /* display: inline-block !important; */
    white-space: nowrap;
}

.google-map #info_windows table td {
    padding: 2px !important;
}

.google-map #info_windows .border-left,
.google-map #info_windows .border-right,
.google-map #info_windows .border-top,
.google-map #info_windows .nw-corner,
.google-map #info_windows .ne-corner,
.google-map #info_windows .border-bottom,
.google-map #info_windows .sw-corner,
.google-map #info_windows .se-corner {
    background-image: none !important;
}

.google-map #info_windows .bottom-arrow {
    height: 14px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAPAAAAB4CAYAAADMtn8nAAAAGXRFW…X2Hdvxe2/PzANeyZqFLULcJvOAF8QEwMbxgpiMMf8KMABblNoAocoPEgAAAABJRU5ErkJggg==);
    background-size: contain;
    background-image: url(/bundles/appcore/img/icon_popup_arrow.png);
    background-position: center;
    background-repeat: no-repeat;
}


.google-map > div:nth-child(2) {
    display: none !important;
}

.google-map-wrapper {
    position: relative;
}

.google-map-wrapper .google-map-sidebar {
    position: fixed;
    top: 133px;
    right: 0px;
    bottom: 0px;
    width: 20%;
    min-width: 200px;
    max-width: 300px;
    background-color: rgba(255, 255, 255, .9);
    -webkit-backdrop-filter: saturate(180%) blur(10px);
    backdrop-filter: saturate(180%) blur(10px);
    /* filter: blur(0.25em);
    -webkit-filter: blur(0.25em); */
    border-left: 1px solid rgba(0, 0, 0, .25);
    z-index: 99;
    overflow-y: scroll;
    display: none;
}

body.fullscreen .google-map-sidebar {
    position: fixed;
    top: 50px;
    right: 0px;
}

.ticket-color-indicator {
    position: relative;
    top: 0px;
    left: 0px;
    display: inline-block;
    height: 10px;
    width: 10px;
    vertical-align: middle;
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, .2) inset;
    border-radius: 100px;
    margin-right: 3px;
    background-color: #fff;
}

.google-map-wrapper.sidebar-visible .google-map-sidebar {
    display: block;
}

.map-sidebar-section {
    margin-left: 0px;
    margin-right: 0px;
}

.map-sidebar-item {
    position: relative;
    min-height: 100px;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    border-top: 1px solid rgba(255, 255, 255, .8);
    padding-top: 10px;
    margin-left: 0px;
    margin-right: 0px;
    cursor: pointer;
}

.map-sidebar-section-body {
    padding-left: 0px;
    padding-right: 0px;
}

.map-sidebar-section-body div:last-child .map-sidebar-item {
    border-bottom: 0px;
}

.map-sidebar-section-title {
    background-color: rgba(0, 0, 0, .05);
    border-top: 1px solid rgba(0, 0, 0, .1);
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    color: #000;
    font-size: 10px;
    font-weight: 200;
    padding-left: 10px;
    padding-right: 10px;
}

.map-sidebar-section:first-child .map-sidebar-section-title {
    border-top: 0px;
}

.map-sidebar-item-chart {
    opacity: .9;
}

.map-sidebar-item-info {
    padding-top: 31px;
    padding-bottom: 32px;
    color: #666;
    font-weight: 100;
    font-size: 12px;
}

.map-sidebar-item-info .markers-count {
    color: #333;
}

.map-sidebar-item-info .button-clear {
    position: absolute;
    top: 34px;
    right: 10px;
    color: #666;
    cursor: pointer;
}

.clearfix::before {
    content: "";
    clear: both;
    display: table;
}

.map-sidebar-item .info-detailed {
    /*border: 1px solid #bebebe;*/
    border: 1px solid #ccc;
    border-bottom: 0px;
    border-left: 0px;
    border-right: 0px;
    padding-top: 0px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    background-color: #fff;
    display: none;
}

.map-sidebar-section-body div:last-child .map-sidebar-item.selection .info-detailed {
    border-bottom: 1px solid #ccc;
}

.map-sidebar-item.details .info-detailed {
    display: block;
}

.map-sidebar-item .info-detailed .button-close {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 10px;
    color: #666;
    margin: 0;
    margin-top: -54px;
    display: none;
}

.map-sidebar-item .info-detailed .slice-color {
    display: inline-block;
    height: 14px;
    width: 14px;
    border-radius: 100px;
    border: 1px solid rgba(0, 0, 0, .2);
    margin-right: 4px;
}

.map-sidebar-item .info-detailed .slice:not(.selected) .slice-color {
    box-shadow: none !important;
}

.map-sidebar-item .info-detailed .slices {
    max-height: 190px;
    overflow-y: auto;
}

.map-sidebar-item .info-detailed .slice {
    margin-top: 14px;
    margin-left: 5px;
    margin-right: 5px;
    padding-top: 4px;
    padding-bottom: 2px;
}

.map-sidebar-item .info-detailed .slice:hover {
    background-color: #f4f4f4;
}

.map-sidebar-item .info-detailed .slice-title {
    display: inline-block;
    font-size: 12px;
    font-weight: 200;
    vertical-align: top;
}

.map-sidebar-item .info-detailed .slice.selected .slice-title {
    font-weight: 600;
}

.map-sidebar-item .info-detailed .button-close:hover {
    color: #000;
    cursor: pointer;
}

.map-sidebar-item .info-detailed .arrow-up {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 8px solid #bebebe;
    margin: auto;
    margin-top: -9px;
}

.map-sidebar-item .info-detailed .arrow-up.white {
    margin-top: -7px;
    border-bottom-color: #fff;
}

.map-sidebar-item.overall .button-clear,
.map-sidebar-item.unselected .button-clear {
    display: none;
}

.map-sidebar-item-info .button-clear:hover {
    color: #333;
}

.map-sidebar-section-body > div:first-child {
    display: none;
}

.map-sidebar-section-body > div:last-child {
    display: block;
}

.data-view:not(.active) {
	display: none;
}

.separator-toolbar {
	position: relative;
    text-align: center;
    pointer-events: none;
}

.separator-toolbar.ticket-view-toolbar {
    margin-top: -49px;
    margin-bottom: 0px;
    margin-left: -15px;
    margin-right: -15px;
    z-index: 100;
    border-bottom: 1px solid #e5e5e5;
}

.separator-toolbar-wrapper {
    z-index: 1;
    padding-bottom: 10px;
    background-color: #fff;
    height: 48px;
    margin-top: -9px !important;
}

.inbound-view-wrapper .separator-toolbar-wrapper {
    margin-top: 9px !important;
}

.separator-toolbar-buttons {
    bottom: -24px;
    pointer-events: all;
}

.separator-toolbar-buttons .btn-default {
    background-image: none !important;
    border-radius: 100px;
    padding-left: 6px !important;
    padding-right: 6px !important;
    font-weight: 200;
}

.separator-toolbar-buttons .btn-default.dirty {
    font-weight: 900;
    color: #000;
}

#main_menu .separator-toolbar-buttons {
	bottom: auto;
}

.browser {
    padding: 10px;
}

.browser h1.name {
    margin-top: 10px;
    margin-left: 13px;
    margin-right: 13px;
}

.browser .search-wrapper {
    position: relative;
    display: none;
}

.browser.search-visible .search-wrapper {
    display: block;
}

.browser.search-visible .search-icon {
    position: absolute;
    top: 12px;
    left: -100px;
    font-size: 30px;

    transition: left .4s;
}

.browser.search-visible .search-clear {
    position: absolute;
    top: 17px;
    right: -100px;
    font-size: 21px;
    cursor: pointer;
    color: #666;

    transition: right .4s;
}

.browser.search-visible .search-clear:hover {
    color: #000;
}

.browser.search-visible .search-clear:active {
    top: 18px;
}

.browser.search-visible .item.item-visible {
    display: inline-block;
}

.browser.search-visible .item.item-hidden {
    display: none;
}

.browser.search-visible .items-group-wrapper.wrapper-hidden {
    display: none;
}

.browser .search {
    margin-top: 2px;
    padding-left: 0px;
    padding-right: 60px;
    margin-bottom: 4px;
    font-size: 36px;
    border: none;
    display: block;
    width: 100%;
    outline: none;

    transition: padding-left .4s;
}

.browser.ready .search {
    padding-left: 60px;
}

.browser.ready .search-icon {
    left: 14px;
}

.browser.dirty .search-clear {
    right: 14px;
}

.browser.search-visible h1.name {
    display: none;
}

.browser h3.items-group {
    margin-top: 15px;
    margin-bottom: -15px;
    margin-left: -10px;
    z-index: 1037;
    padding-top: 45px;
    padding-bottom: 0px;
    margin-right: -10px;
}

.browser h3.items-group[data-event="enter"] {
    z-index: 1040;
}

.browser .items-group-name {
    display: block;
    background-color: #fff;
    padding-left: 25px;
    padding-top: 9px;
    padding-bottom: 8px;
    border-bottom: 1px solid #eee;
}

.browser .items-group-name .year {
    font-weight: 200;
}

.browser h3.items-group .entity-group-label-color {
    position: relative !important;
    top: -2px !important;
    left: 0px !important;
    margin: 0px !important;
    margin-left: 0px !important;
}

.browser .separator-toolbar {
    margin: 0px 0 20px;
    border-bottom: none;
}

.browser .browser-toolbar {
    position: absolute;
    top: 114px;
    right: 30px;
    /* display: none; */
}

.browser .separator-toolbar-buttons .btn-default {
    border-radius: 4px;
    padding: 3px;
    padding-left: 15px !important;
    padding-right: 15px !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.browser .separator-toolbar-buttons .btn-default.active:not(.disabled) {
    background-color: #e0e0e0 !important;
    border-color: #ccc !important;
    box-shadow: none !important;
    color: #333 !important;
}

.browser .separator-toolbar-buttons .btn-default[data-sort="search"].active:not(.disabled) {
    /* background-color: #fff !important;
    border-color: #dcdcdc !important; */
    color: #007aff !important;
}

.browser .sort-toolbar .btn .sort-direction {
    font-size: 9px;
    margin-left: 3px;
    display: none;
}

.browser .sort-toolbar .btn.sort-reverse .sort-direction {
    display: inline;
}

.browser .items .item {
    display: inline-block;
    position: relative;
    width: 128px;
    /* height: 180px; */
    margin-top: 40px;
    padding-top: 10px;
    padding-bottom: 5px;
    text-align: center;
    vertical-align: top;
    border-radius: 10px;

    transition: all .4s;
}

.browser .items .item:hover {
    cursor: pointer;
    background-color: rgba(0,122,255,0.12);
    z-index: 1038;
}

.browser .items .item:not(.details):active {
    transform: scale(0.9);
}

.browser .items .item .icon {
    position: relative;
    width: 96px;
    height: 128px;
    margin: auto;
    
    background-size: 96px 128px;
    background-position: center;
    background-repeat: no-repeat;

    background-image: url('/bundles/appcore/img/report.png');

    transition: all .4s;
}

.browser .items .item .additional-info {
    position: absolute;
    right: 0px;
    top: 0px;
    color: #fff;
    text-shadow: 0px 0px 2px rgba(0, 0, 0, .4);
    opacity: 0.0;
    transition: all .4s;
    transition-delay: .4s;
    cursor: default;
}

.browser .items .item .overlay {
    position: absolute;
    top: 30px;
    left: 4px;
    right: 4px;
    color: red;
    height: 96px;
    z-index: 3;
    border: 1px solid transparent;
    border-radius: 6px;
    z-index: 0;

    background-image: url(/bundles/appcore/img/icons/Icons8/Ticket.png);
    background-position: center 14px;
    background-repeat: no-repeat;
    background-size: 48px;
    opacity: .05;
}

.browser .items .item .overlay.preview {
    opacity: 1.0;
    background-size: contain;
}

.browser .items .item .queue-count-badge {
    position: relative;
    margin-top: 44px;
    background-color: #fff !important;
    color: red;
    font-weight: 400;
    font-size: 15px;
    border: none;
    height: 50px;
    min-width: 50px;
    padding: 18px 10px !important;
    border-radius: 100px;
    z-index: 1;
    text-shadow: none !important;
}

/* .browser .items .item.details .icon {
    transform: rotateY(180deg) scale(3);
    z-index: 999999999;
} */

.browser .items .item:hover .additional-info {
    opacity: 1.0;
}

.browser .items .item .groups .entity-group-label-color {
    position: relative !important;
    top: -1px !important;
    left: 0px !important;
    height: 10px !important;
    width: 10px !important;
    margin-right: -10px !important;
    cursor: default;
}

.browser .items .item .groups .entity-group-label-color:last-child {
    margin-right: 0px !important;
}

.browser .items .item .name {
    margin-top: 10px;
    font-weight: 300;
    word-break: break-all;
}

#marketplace_tab {
    padding-bottom: 100px;
}

#marketplace_modal .modal-body {
    min-height: 700px;
}

#marketplace_modal .modal-image {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -15px;
    height: 300px;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}

#marketplace_tab .browser .items {
    white-space: nowrap;
    overflow-x: scroll;
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 10px;
    padding-right: 10px;
}

#marketplace_tab .browser .items .item {
    width: 288px;
}

#marketplace_tab .browser .items .item .icon {
    width: 280px;
    height: 158px;
    /* border: 1px solid rgba(0, 0, 0, .05); */
    border-radius: 10px;
    background: #fafafa;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, .1), 0px 0px 0px 1px rgba(0, 0, 0 , .1) inset;
}

#marketplace_tab .description,
#marketplace_tab .footer,
#marketplace_modal .modal-overlay-message {
    display: none;
}

#marketplace_modal .modal-overlay-message {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 10;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    -webkit-backdrop-filter: saturate(0%) blur(4px);
    backdrop-filter: saturate(0%) blur(4px);
    background-color: rgba(250, 250, 250, 0.92);
    text-align: center;
}

#marketplace_modal  .modal-overlay-message-text {
    color: #000;
    margin-top: 0%;
    padding: 40px;
}

#marketplace_modal  .modal-overlay-message-text .glyph {
    color: #3284ff;
    font-size: 300px;
    margin-bottom: 50px;
    margin-top: 30px;
    text-shadow: 0px 10px 20px rgba(0, 0, 0, .2);
}

#marketplace_modal .description {
    margin-left: 94px;
    margin-top: -20px;
    margin-bottom: 20px;
    margin-right: 10px;
}

#marketplace_modal .footer {
    border-top: 1px solid #eee;
    margin-top: 80px;
    padding-top: 50px;
    padding-bottom: 40px;
    text-align: center;
}

#marketplace_modal .button {
    font-weight: 500;
    background-color: #3284ff !important;
    padding-bottom: 4px;
    display: inline-block;
    color: #fff;
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 100px;
    cursor: pointer;
    transition: all .4s;
    box-shadow: 0px 20px 20px -0px rgba(0, 0, 0, .2);
}

.hidden-icon {
    display: none !important;
}

#marketplace_modal .button.disabled {
    pointer-events: none;
    background-color: #fff !important;
    color: #3284ff;
    box-shadow: 0px 0px 0px 2px #3284ff inset !important;
}

#marketplace_modal .button.disabled .hidden-icon {
    display: inline-block !important;
    margin-right: 10px;
}

#marketplace_modal .footer .button-description {
    transform: translateY(10px);
    font-size: 10px;
}

#marketplace_modal .button:active {
    transform: scale(.95);
    box-shadow: 0px 20px 20px -10px rgba(0, 0, 0, .4);

}

#marketplace_modal .modal-category {
    margin-top: 10px;    
    font-weight: 300;
}

#marketplace_modal .modal-category-title {
    display: inline-block;
    min-width: 86px;
    text-align: right;
    margin-right: 4px;
    font-weight: 500;
}

#marketplace_modal .modal-image .icon {
    height: 100%;
    width: 100%;
}

#marketplace_modal .items-group-name {
    font-weight: 300;
    display: inline-block;
}

#marketplace_modal .entity-group-label-color {
    position: relative !important;
    margin-top: -12px;
    left: 0px !important;
    margin-right: 0px !important;
}

#marketplace_modal .modal-image .icon .glyph,
#marketplace_modal .modal-image .icon .opis {
    display: none;
}

#marketplace_tab .browser .items .item .name {
    word-break: normal !important;
}

#marketplace_tab .browser .items .item .icon .glyph {
    position: absolute;
    top: 10px;
    left: 10px;
    color: #fff;
    font-size: 14px;
}

#marketplace_tab .browser .items .item .icon .central-glyph {
    position: absolute;
    top: 48px;
    left: 50px;
    right: 50px;
    color: #000;
    background-color: #fff;
    padding: 12px;
    font-size: 40px;
    text-align: center;
    border-radius: 100px;
}

#marketplace_tab .browser .items .item .icon .opis {
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    color: #fff;
    font-size: 10px;
    font-weight: 300;
    white-space: normal;
}

.browser .items .item .datetime {
    font-size: 10px;
    color: #999;
    margin-top: 2px;
    transition: color .2s;
}

.browser .items .item:hover .datetime {
    color: #333;
}

.browser .items .item .item-info {
    margin-bottom: 10px;
    text-align: center;
}

.browser .items .item .item-info .key {
    font-weight: 500;
    padding: 4px;
}

.browser .items .item .item-info .value {
    font-weight: 200;
    padding: 4px;
}

.browser .items .item .item-info.name {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}

.browser .items .item .item-info.groups .entity-group-label {
    margin-right: 0px;
    margin-bottom: 4px;
    padding: 6px 8px 6px 8px;
}

/* .browser .items .item:active .icon {
    transform: scale(1.1);
} */

.popover-config-row {
    margin-top: 10px;
    margin-bottom: 10px;
}

.popover-config-row:first-of-type {
    margin-top: 15px;
}

.popover-config-row:last-of-type {
    margin-bottom: 5px;
}

.popover-config-row label {
    display: block;
    font-weight: 200;
    text-align: right;
}

.popover-column-advanced-row {
    margin: 0px !important;
}

.popover-column-advanced-row label {
    display: block;
    font-weight: 200;
    text-align: left;
    padding-left: 0px;
    margin-top: 5px;
    margin-bottom: 0px;
}

.popover-column-advanced-row .form-control {
    display: block;
    font-weight: 200;
    text-align: left;
}

.document-file-download-icon,
.document-file-download-icon:visited {
    color: #aaa;
    position: absolute;
    top: 50%;
    right: -25px;
    margin-top: -7px;
    text-decoration: none !important;
}

.document-file-download-icon:hover,
.document-file-download-icon:active {
    color: #666;
    cursor: pointer;
}

.fileupload {
    width: 95px;
    height: 52px;
    border-radius: 10px;
    overflow: hidden;
    outline: none !important;
    padding: 0px;
}

.fileupload-wrapper {
    position: relative;
    display: inline-block;
}

.fileupload-preview {
    position: absolute;
    top: 0px;
    left: 0px;
    pointer-events: none;
    box-shadow: 0px 0px 0px transparent;
    background-color: #fff;
    border-radius: 10px !important;
    overflow: hidden;
    height: 50px;
    width: 93px;

    background-image: url('/bundles/appcore/img/image_placeholder.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 20px;
}

.fileupload-preview.image {
    background-size: contain !important;
}

.fileupload-preview.loading {
    background-image: url('/bundles/appcore/img/load.gif');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 15px;
}

.qq-upload-button,
.qq-upload-button-hover {
    height: 51px !important;
    padding: 0px !important;
    background: transparent !important;
}

#admin_tab .separator-toolbar .separator-toolbar-buttons {
    max-width: 100%;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
}

#admin_tab .separator-toolbar .separator-toolbar-buttons .btn-default {
    float: none !important;
    display: inline-block;
}

.separator-toolbar-buttons .btn-default.active:not(.disabled) {
    background-color: #666 !important;
    border-color: #666;
    box-shadow: none !important;
    color: #fff;
    text-shadow: none;
}

.btn-default.disabled, 
.btn-default:disabled, 
.btn-default[disabled] {
    background-color: #e0e0e0 !important;
    background-image: none !important;
    box-shadow: none !important;
}

.sf-minitoolbar {
    opacity: 0;
}

#telesales_overview .campaign-name {
    margin-top: 80px;
    margin-bottom: 0px;
    font-weight: 200;
    font-size: 32px;
}

#telesales_overview .campaign-name.subheading {
    margin-top: 0px;
}

#telesales_overview .campaign-name.subheading .campaign-enter-button {
    font-weight: 200;
    font-size: 18px;
    color: #0079ff;
}

#telesales_overview .campaign-name.subheading .campaign-enter-button:hover {
    font-weight: 400;
    cursor: pointer;
}

#telesales_overview .campaign-stats {
    position: relative;
    width: 100%;
    /*height: 400px;*/
    /*border: 1px solid red;*/
}

#telesales_overview .campaign-stats .stats-container {
    border: 0px !important;
}

#telesales_overview .campaign-stats .stats-container:hover {
    border: 0px;
    box-shadow: none;
    cursor: default;
    border-radius: 0px;
}

#telesales_overview .campaign-stats .edit-graph-button {
    display: none;
}

#telesales_overview .campaign-stats .stats-name {
    display: none;
}

#telesales_overview .stats-graph {
    height: 250px !important;
    /*border-bottom: 1px solid #ddd;*/
}

#telesales_overview div[id^='google-visualization-errors-all'] {
    display: none !important;
}

.telesales-view {
    display: none;
}

.telesales-view.visible {
    display: block;
}

#telesales_details {
    min-height: 400px;
    padding-top: 4px;
}

#telesales_details.loading {
    background-image: url('/bundles/appcore/img/load.gif');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 20px;
}

#telesales_details .mobile_buttons .campaign_buttons {
    display: none;
}

.chevron-stats-list .icon,
.telephone-actions-list .icon {
    position: absolute;
    left: 18px;
    top: 14px;
}

.stats-graph .gm-fullscreen-control,
.stats-graph .gmnoprint,
.stats-graph .gm-style-cc {
    opacity: 0.0;
    transition: opacity .2s;
}

.stats-graph:hover .gm-fullscreen-control,
.stats-graph:hover .gmnoprint,
.stats-graph:hover .gm-style-cc {
    opacity: 1.0;
}

.stats-graph [id^=google-visualization-errors-all-] [id^=google-visualization-errors-] > span,
.google-chart-message {
    background-color: #fafafa !important;
    color: #333 !important;
    padding: 2px !important;
    position: absolute;
    left: 50px;
    right: 50px;
    top: 37%;
    height: 60px;
    text-align: center;
    border-radius: 20px;
    padding-top: 22px !important;
    border: 1px solid #eee;
    font-weight: 100;
}

.stats-graph [id^=google-visualization-errors-all-] [id^=google-visualization-errors-] > span > span {
    position: absolute;
    right: 20px;
}

.campaign-details-content {
    text-align: left;
    opacity: 0.0;
    transition: opacity .4;
}

.campaign-details-content.visible {
    opacity: 1.0;
}

#telesales_details .google-map,
.campaign-details-content .google-map {
    height: 350px;
}

#telesales_details .campaign-details-column,
.campaign-details-content .campaign-details-column {
    margin-bottom: 0px;
    /*margin-left: 12px;*/
}

#telesales_details .campaign-details-column.tel,
.campaign-details-content .campaign-details-column.tel {
    margin-top: 15px;
}

#telesales_details .campaign-details-column-name,
.campaign-details-content .campaign-details-column-name {
    color: #000;
    font-weight: bold;
    background-color: #fff;
    box-shadow: 10px 0px 0px 0px #fff;
}

#telesales_details .campaign-details-column-value,
.campaign-details-content .campaign-details-column-value {
    color: #777;
    font-weight: 300;
    background-color: #fff;
    box-shadow: 5px 0px 0px 0px #fff;
}

#telesales_details .campaign-name,
.campaign-details-content .campaign-name {
    margin-bottom: 25px;
}

#telesales_details .campaign-done-status,
.campaign-details-content .campaign-done-status {
    font-weight: 200;
    margin-top: 150px;
}

#telesales_details .button-cancel {
    margin-left: 6px;
}

#telesales_details .btn-success {
    text-shadow: 0 1px 0 rgba(0, 0, 0, .9) !important;
}

#telesales_details .campaign-details-wrapper,
.campaign-details-content .campaign-details-wrapper {
    min-height: 275px;
    margin-bottom: 75px;
    margin-top: 15px;
    margin-left: 15px;
}

#telesales_details .campaign-notes-wrapper,
.campaign-details-content .campaign-notes-wrapper {
    margin-top: 15px;
    padding-right: 26px;
}

#telesales_details label,
.campaign-details-content label {
    font-weight: 200;
    color: #777;
}

#telesales_details a,
#telesales_details a:hover,
#telesales_details a:visited,
.campaign-details-content a,
.campaign-details-content a:hover,
.campaign-details-content a:visited {
    color: #0079ff;
}

#telesales_tab .google-map,
.campaign-details-content .google-map {
    display: none;
}

#telesales_details .google-map,
.campaign-details-content .google-map {
    display: block;
    position: absolute;
    overflow: hidden;
    left: 0px;
    right: 0px;
    height: 100%;
    width: 100%;
    padding: 20px;
    border-radius: 10px;
}

#campaign_status_wrapper {
    position: absolute;
    bottom: 0px;
}

#campaign_lead_wrapper {
    position: absolute;
    bottom: 70px;
}

#campaign_lead .popover {
    width: 400px;
}

#campaign_lead .list-group-item {
    padding-right: 0px !important;
}

#d2dIdName {
    /* height: 42px; */
}

#schedulers {
    margin-top: 2px;
    overflow-x: auto;
}

.scheduler {
    
    width: 200px;
    white-space: nowrap;
    color: red;
    float: right;
    height: 42px;
}

.schedulerTime {
    width: 50px;
    display: inline-block;
    vertical-align: middle;
    padding-top: 10px;
    height: 43px;
    text-align: center;
    border: 1px solid #ddd;
    border-left: 0px;
    /* border-top: 0px; */
    /* margin-top: 2px; */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    
}

.schedulerTime:hover {
    
    background-color: #f5f5f5;
    cursor: pointer; 
}



.scheduled_time {
    /* position: absolute;
    bottom: 140px; */
    width: 90%;
    margin-top: 11px;
    margin: 5px auto;
}


#campaign_notes {
    min-height: 150px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
}

#encrypted_communication_info {
    vertical-align: text-top;
}

.graph {
	position: relative;
	width: 100%;
    min-width: 200px;
	height: 100px;
	/*border: 1px dashed red;*/
}

.polygon_stats {
    position: relative;
    width: 136px;
    height: 136px;
    /*border: 1px solid red;*/
    margin-bottom: 20px;
}

.polygon_stats .stats {
    position: absolute;
    text-align: center;
    width: 136px;
    top: 56px;
    font-weight: bold;
    font-size: 18px;
}

.polygon_stats .stats .stats_info {
    font-size: 10px;
    font-weight: 100;
    display: block;
    color: #666;
}

.modal-backdrop {
    background: rgba(0,0,0,0.25) !important;
    z-index: 1042;
}

.modal-backdrop.in {
    filter: alpha(opacity=100);
    opacity: 1.0;
}

/*.modal-backdrop {
    display: none;
}*/

.modal-backdrop:nth-child(1) {
    opacity: 1.0;
}

/*.model-editor-title {
    text-overflow: ellipsis;
    width: 300px;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
}*/

.model-editor-title .breadcrumb {
    padding: 0px !important;
}

.model-editor-title .breadcrumb > li + li:before {
    padding: 0 5px 0 10px;
}

.model-editor-title .breadcrumb li a {
    color: #333;
}

.model-editor-title .breadcrumb li .breadcrumb_btn,
.model-editor-title .breadcrumb li {
    text-overflow: ellipsis;
    max-width: 350px;
    overflow: hidden;
    white-space: nowrap;
    font-weight: 800;
    /* font-size: 27px; */
    vertical-align: middle;
}

.model-editor-title .breadcrumb li.active {
    font-weight: 200;
}

@media (min-width: 768px) {
	.modal-dialog {
		margin: 120px auto;
	}
}

body.modal-open #content {
	/*filter: blur(2px);
	-moz-filter: blur(2px);
	-webkit-filter: blur(2px);*/
}

.sub-header {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

/*
 * Top navigation
 * Hide default border to remove 1px line.
 */
.navbar-fixed-top {
    min-height: 45px;
    height: 45px;
    border: 0;
    /* background-color: rgba(13,89,206,.95) !important; */
    /* background-color: rgba(255, 255, 255, 0.98) !important; */
    background-color: #fafafa !important;
    background-image: none !important;
    border-bottom: 1px solid #ccc;
    /* z-index: 10000000000; */
    z-index: 1041;
    /* box-shadow: 0px 1px 4px rgba(0, 0, 0, .2); */
}

/*
 * Sidebar
 */

/* Hide for mobile, show later */
.sidebar {
  display: none !important;
}

@media (min-width: 768px) {
  .sidebar {
    /* position: fixed; */
    top: 45px;
    bottom: 0;
    left: 0;
    /*z-index: 1000;*/
    display: block;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
    background-color: #f5f5f5;
    border-right: 1px solid #ccc;
  }
}

.inbound-quick-menu-button.loading {
    background-image: url('/bundles/appcore/img/load.gif') !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 14px;
    color: transparent !important;
}

.inbound-quick-menu-button .badge {
    position: absolute;
    right: -8px;
    top: -8px;
    display: none;
}

.inbound-quick-menu-button .badge .icon {
    margin-top: 4px;
    font-size: 8px;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
}

#table_view_tabs,
#request_view_tabs,
#queue_tabs,
#inbound_tabs,
#outbound_tabs {
    display: none;
    background-color: #f1f1f1;
}

#inbound_tabs a {
    overflow-x: hidden;
    text-overflow: ellipsis;
    max-width: 220px;
}

.subtab-row {
    margin-right: 0px !important;
}

.subtab-view {
    display: none;
}

.subtab-view:first-of-type {
    display: block;
}

.subtab-view .modal {
    position: relative !important;
    display: block !important;
    opacity: 1.0 !important;
    overflow: visible !important;
}

#ticket-modal-editor.messages-enabled.messages-visible #ticket_modal_editor_body {
    /* float: left;
    width: 70%; */
    /* padding-right: 365px; */
}

#ticket-modal-editor .queue-messages {
    position: relative;
    display: none;
}

/* #ticket-modal-editor.messages-enabled.messages-visible .queue-messages {
    display: block;
    width: 350px;
    border: 1px solid #ddd;
    float: left;
    position: fixed;
    right: 15px;
    bottom: 15px;
    top: 215px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 5px 10px 20px -10px;
} */

#ticket-modal-editor.messages-enabled.messages-visible .queue-messages {
    display: block;
    width: 350px;
    border: 1px solid #ddd;
    float: left;
    position: fixed;
    right: 15px;
    bottom: 15px;
    height: 700px;
    max-height: 70%;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 5px 10px 20px -10px;
}

#ticket-modal-editor .queue-messages iframe {
    position: relative;
    height: 100%;
    width: 100%;
    border: none;
}

.subtab-view .modal .modal-dialog {
    margin: 0px 0px !important;
    width: auto !important;
    -webkit-transform: none !important;
    transform: none !important;
}

.subtab-view .modal .modal-dialog .modal-content {
    box-shadow: none !important;
    border-radius: 0px !important;
}

.subtab-view .modal .modal-dialog .modal-header {
    border-radius: 0px !important;
    padding-right: 0px !important;
    border-bottom: 0px;
}

/* .modal .modal-dialog .modal-header .pdf-button {
    float: right;
    margin-top: 10px;
    border-right: 1px solid #aaa;
    padding-right: 30px;
} */

.modal .modal-dialog .modal-header .pdf-button:hover {
    color: #000;
    cursor: pointer;
}

.document-download-buttons {
    margin-top: 0px !important;
    margin-right: 10px !important;
}

.subtab-view .modal .modal-dialog .modal-header .toggle-messages-button {
    float: right;
    margin: 4px;
    margin-right: 15px;
}

/* .subtab-view .modal .modal-dialog .modal-header .pdf-button {
    border-right: none;
} */

.subtab-view .modal .modal-dialog .modal-content #search_results {
    min-height: none !important;
    max-height: none !important;
}

.subtab-view .separator-toolbar.ticket-view-toolbar {
    margin-top: -49px !important;
}

.subtab-view .modal-header button.close {
    display: none !important;
}

a.tab {
    padding-right: 30px !important;
}

.browser-tab.tab {
    padding-right: 15px !important;
}

#queue_subtabs {
    margin-top: 10px;
}

.subtab {
    border-top: none !important;
    border-radius: 0px !important;
    padding: 10px 30px !important;
}

.subtab.new {
    padding: 10px 15px !important;
}

.subtab.new .subtab_label {
    display: inline-block;
    max-width: 150px;
    text-overflow: ellipsis;
    overflow: hidden;
    vertical-align: bottom;
}

.subtab.new .button-remove {
    margin-left: 8px !important;
}

li.active .subtab {
    /* color: #3b99fc !important; */
    color: #007aff !important;
}

a.tab .button-remove {
    position: absolute;
    right: 12px;
    top: 4px;
}

.inbound-step {
    position: relative;
    display: inline-block;
    width: 190px;
    height: 104px;
    border: 1px solid #d6d6d6;
    border-radius: 15px;
    margin: 15px;
    text-align: center;
    /* overflow: hidden; */

    transition: all .4s;
}

.inbound-step.with-title.with-image .inbound-step-title {
    bottom: 0%;
}

.inbound-step-image {
    position: absolute;
    top: 5px;
    bottom: 5px;
    left: 5px;
    right: 5px;

    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;

    transition: all .4s;
}

.inbound-step.with-title.with-image .inbound-step-image {
    bottom: 25px;
}

.inbound-step-wrapper {
    text-align: center;
    position: relative;

    transition: all .4s;
}

.inbound-step-wrapper.inactive {
    transform: rotateX(40deg) translateY(-100px);
    opacity: .2;
}

.inbound-step.selected {
    cursor: pointer;
    border: 1px solid #007aff;
    box-shadow: 0px 0px 0px 5px rgba(0,122,255,0.12);
}

.inbound-step.faded {
    /* opacity: .4; */
}

.inbound-step:hover {
    cursor: pointer;
    border: 1px solid #d6d6d6;
    box-shadow: 0px 0px 0px 3px #eee;
}

.inbound-step:active {
    transform: scale(.95);
}

.inbound-step.selected:hover {
    border: 1px solid #007aff;
    box-shadow: 0px 0px 0px 7px rgba(0,122,255,0.12);
}

.inbound-step-group-row {
    position: relative;
    margin-top: 40px;
    margin-bottom: 40px;
}

.inbound-step-group-row.perspective {
    perspective: 1000px;
}

.inbound-step-title {
    position: absolute;
    bottom: 35%;
    left: 0px;
    right: 0px;
    padding-bottom: 4px;
    font-size: 13px;
}

.inbound-step.form .inbound-step-title,
.inbound-step.queue .inbound-step-title {
    position: relative;
    display: block;
    margin-bottom: 20px;
    font-weight: 100;
    font-size: 14px;
    text-align: center;
}

.inbound-step-indicator {
    position: relative;
    margin-top: 48px;
    height: 21px;
    width: 21px;
    border-radius: 1000px;
    border: 1px solid #007aff;
    margin-left: 5px;
    box-shadow: 0px 0px 0px 12px #fff inset;
    /* z-index: 1; */
    transition: all .4s;
}

.inbound-step-indicator.done {
    /* box-shadow: 0px 0px 0px 4px #fff inset, 0px 0px 0px 5px #9fea2a inset;
    background-color: greenyellow; */
    box-shadow: 0px 0px 0px 4px #fff inset, 0px 0px 0px 5px #007aff inset;
    background-color: #ddebfe;
}

#outbound_tab .inbound-step-indicator.done {
    /* box-shadow: 0px 0px 0px 4px #fff inset, 0px 0px 0px 5px #008dd4 inset;
    background-color: #2fbaff; */
    /*box-shadow: 0px 0px 0px 4px #fff inset, 0px 0px 0px 5px #ab0f00 inset;
    background-color: #e74c3c;*/
    /* box-shadow: 0px 0px 0px 4px #fff inset, 0px 0px 0px 5px #004798 inset;
    background-color: #0079ff; */
    box-shadow: 0px 0px 0px 4px #fff inset, 0px 0px 0px 5px #007aff inset;
    background-color: #ddebfe;
}

.inbound-view-wrapper .tooltip-inner {
    white-space: nowrap;
    text-align: left;
}

.inbound-view-wrapper .tooltip-inner .glyphicon {
    display: inline-block;
    width: 16px;
}

.inbound-step.content,
.inbound-step.form,
.inbound-step.queue {
    cursor: default !important;
    border: none !important;
    border-radius: 0px !important;
    box-shadow: none !important;
    /* width: auto !important; */
    width: 100% !important;
    height: auto !important;
}

.inbound-step.form,
.inbound-step.queue {
    transform: none !important;
}

.inbound_node_form {
    display: none;
}

.mce-branding-powered-by {
    display: none !important;
}

.inbound-step-indicator.done:hover {
    margin-top: 48px;
    box-shadow: 0px 0px 0px 0px #fff inset, 0px 0px 0px 1px #0079ff inset;
}

.inbound-step-campaign-content.loading {
    display: inline-block;
    height: 15px;
    width: 15px;;
    background-image: url(/bundles/appcore/img/load.gif) !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 15px;
}


.inbound-step-campaign-content .campaign_buttons {
    display: block !important;
    text-align: center;
}

.inbound-step-campaign-content .campaign_buttons .button-cancel {
    display: none;
}

.inbound-step-campaign-content .campaign_buttons .button-save {
    float: none !important;
    padding: 30px 100px;
    font-size: 14px;
    margin-top: 30px;
    border-radius: 6px;
}

.inbound-step-campaign-content .campaign-name {
    display: none;
}

#main_toolbar .menu-btn .glyphicons {
    margin-top: 2px;
}

.inbound-step-indicator.done:active {
    box-shadow: 0px 0px 0px 8px #fff inset, 0px 0px 0px 9px #9fea2a inset;
}

#outbound_tab .inbound-step-indicator.done:hover {
    margin-top: 48px;
    box-shadow: 0px 0px 0px 0px #fff inset, 0px 0px 0px 1px #0079ff inset;
}

#outbound_tab .inbound-step-indicator.done:active {
    box-shadow: 0px 0px 0px 8px #fff inset, 0px 0px 0px 9px #0079ff inset;
}

.inbound-steps {
    background-image: url('/bundles/appcore/img/inbound_indicator_line_dashed.png');
    background-position: 15px 0px;
    background-repeat: repeat-y;
    background-size: 1px;
}

.inbound-step-group-row:first-of-type .inbound-step-indicator-blank.top {
    position: absolute;
    /* border: 1px solid red; */
    top: 0px;
    height: 64px;
    left: 0px;
    width: 45px;
    background-color: #fff;
    z-index: 0;
}

.inbound-step-group-row:last-of-type .inbound-step-indicator-blank.bottom {
    position: absolute;
    /* border: 1px solid red; */
    top: 64px;
    bottom: 0px;
    left: 0px;
    width: 45px;
    background-color: #fff;
    z-index: 0;
}

.inbound-data-popup-content {
    margin-top: 25px;
    margin-bottom: 25px;
    max-width: 400px;
    max-height: 400px;
    overflow-y: scroll;
}

.inbound-data-input-wrapper {
    position: relative;
    margin-bottom: 30px;
    transition: transform .4s;
    margin-top: 10px;
}

.inbound-data-input-wrapper:not([data-type="checkbox"]):not([data-type="radio"]):not([data-type="attachment"]):active {
    transform: scale(.95);
}

.inbound-step-queue-button-icon,
.inbound-step-queue-button-title {
    display: inline-block;
    font-size: 50px;
    padding-top: 14px;
    vertical-align: top;
}

.inbound-step-queue-button-icon.toggle {
    /* display: none; */
}

.inbound-step-queue-button-title {
    font-size: 22px;
    font-weight: 200;
    padding-top: 24px;
    padding-left: 15px;
}

.inbound-step-queue-wrapper {
    min-width: 410px;
    text-align: center;
}

.inbound-step-queue-button {
    position: relative;
    display: inline-block;
    width: 380px;
    height: 80px;
    border: 1px solid #d6d6d6;
    border-radius: 15px;
    margin: 15px;
    text-align: center;
    overflow: hidden;
    transition: all .2s;
}

.inbound-step-queue-button.toggled {
    width: 80px;
    border-radius: 100px;
    border: 1px solid #828282;
    box-shadow: 0px 0px 0px 5px #82cbff;
}

#separator-toolbar-queues .icon {
    margin-top: 2px;
    font-size: 14px;
}

.inbound-step-queue-button:hover {
    cursor: pointer;
    border: 1px solid #d6d6d6;
    box-shadow: 0px 0px 0px 3px #eee;
}

.inbound-step-queue-button.toggled:hover {
    border: 1px solid #828282;
    box-shadow: 0px 0px 0px 7px #82cbff;
}

.inbound-step-queue-button:active {
    transform: scale(.95);
}

.inbound-step-queue-button.selected:hover {
    border: 1px solid #828282;
    box-shadow: 0px 0px 0px 7px #82cbff;
}

.queue-popup-queue-container {
    position: relative;
    margin-left: 0px;
    margin-right: 0px;
}

.queue-popup-queue-container .queue-popup-queue-container-pin {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100px;
    background-color: red;
}

.queue-popup-queue-name {
    background-color: #f6f6f6;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    font-weight: 200;
    z-index: 100;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    /* border-bottom: 1px solid #eee; */
    padding-left: 25px;
    padding-right: 25px;
}

.inbound-step.queue .popover-content,
#ticket-modal-editor .popover-content,
#inbound_tabs_content .separator-toolbar-buttons .popover-content, 
#outbound_tabs_content .separator-toolbar-buttons .popover-content, 
#queue_tabs_content .separator-toolbar-buttons .popover-content {
    /* position: relative; */
    width: 380px;
    max-width: 380px;
    max-height: 400px;
    overflow-y: auto;
}

#ticket-modal-editor .popover-content {
    width: auto;
}

@media (min-width: 768px) {
    #enqueue_modal .modal-sm {
        width: 450px !important;
    }
}

#enqueue_modal .modal-header {
    border-bottom: none;
    background-color: transparent;
}

#enqueue_modal .modal-footer {
    border-top: none;
}

#enqueue_modal .modal-body {
    font-size: 16px;
    font-weight: 200;
    padding: 40px;
    padding-top: 60px;
    text-align: center;
}

#enqueue_modal .modal-body .keywords {
    font-weight: 400;
    white-space: nowrap;
}

.queue-popup-queue-name .entity-group-label-color {
    left: 5px;
    top: 7px;
}

.queue-popup-queue-row {
    text-align: center;
    padding-top: 12px;
    padding-bottom: 12px;
    border-top: 1px solid #eee;
    transition: transform .4s;
}

.queue-popup-queue-row:hover {
    background-color: #fafafa;
    cursor: pointer;
}

.queue-popup-queue-row:active {
    transform: scale(.9);
}

.popover-content .inbound-data-input-wrapper {
    margin-top: 25px;
}

.inbound-data-input-label {
    position: absolute;
    padding-top: 6px;
    font-weight: 200;
    pointer-events: none;
    font-size: 16px;
    color: #666;
    left: 2px;
    transition: all .2s;
}

.inbound-data-input-label:first-letter {
    text-transform: uppercase;
}

.inbound-data-input-label.fixed-dirty,
.inbound-data-input-label.dirty {
    font-size: 12px;
    margin-top: -2em;
}

.inbound-data-input,
.inbound-data-input-overlay {
    display: inline-block;
    top: 0px;
    z-index: -1;
    background-color: transparent;
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    box-shadow: none;
    border-radius: 0px;
    outline: none;
    padding-left: 0px;
    padding-right: 0px;
    /* text-align: right; */
    text-align: left;
    font-size: 16px;
}

.inbound-data-input[disabled] {
    background-color: transparent !important;
}

.inbound-data-input-overlay[disabled] {
    background-color: #fff !important;
}

select.inbound-data-input::-ms-expand,
select.inbound-data-input-overlay::-ms-expand {	
    display: none; 
}

select.inbound-data-input,
select.inbound-data-input-overlay {
    -webkit-appearance: none;
    appearance: none;
    height: 36px;
    margin-bottom: 5px;
}

.inbound-data-input.result-input,
.inbound-data-input-overlay.result-input {
    height: auto !important;
    min-height: 34px !important;
}

.inbound-data-input[readonly] { 
    background-color: transparent !important;
}

.inbound-data-input-overlay[readonly] { 
    background-color: #fff !important;
}

.inbound-data-input:active, 
.inbound-data-input:focus,
.inbound-data-input-overlay:active, 
.inbound-data-input-overlay:focus {
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    outline: none;
    box-shadow: 0px 1px 0px 0px #66afe9 !important;
}

.inbound-data-input[data-type="date"],
.inbound-data-input-overlay[data-type="date"] {
    /* border: 1px solid red; */
    margin-bottom: 5px;
    height: 36px;
}

.inbound-data-section-title {
    margin-top: 50px;
    margin-bottom: 20px;
    font-weight: 100;
    text-align: center;
}

.inbound-steps .data-view-content .column[data-section=""] {
    /* display: none; */
}

/* Sidebar navigation */
.nav-sidebar 
{
  	margin-right: -21px; /* 20px padding + 1px border */
  	margin-bottom: 20px;
  	margin-left: -20px;
}

.sql-editor-toolbar {
	position: relative;
	/*height: 50px;*/
	padding: 7px;
}

.sql-editor-toolbar .groups-wrapper {
    display: inline-block;
    margin-top: 4px;
}

.sql-editor-toolbar .groups-wrapper label {
    font-weight: 200;
    margin-right: 4px;
}

#variables {
    border-top: 1px dashed #dadada;
    border-bottom: 1px dashed #dadada;
    padding-bottom: 20px;
    margin-top: 15px;
}

.variables-info {
    text-align: center;
    font-size: 9px;
    margin-top: 12px;
    display: none;
}

.sql-editor {
	position: relative;
	min-height: 300px;
	padding: 20px;
}

.sql-editor-toolbar > .btn.pull-right,
.sql-editor-toolbar > .btn-group.pull-right {
	margin-left: 10px;
}

.ace-xcode {
    /*background-color: transparent !important;*/
}

.ace-xcode .ace_gutter {
    background: #fafafa !important;
}

.nav-sidebar > li > a 
{
 	padding-right: 20px;
 	padding-left: 20px;
 	color: #666;
 	border-top: 1px solid transparent;
 	border-bottom: 1px solid transparent;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus 
{
  	color: #000;
  	background-color: #eee;
  	border-top: 1px solid #ccc;
 	border-bottom: 1px solid #ccc;

 	background: rgb(238,238,238); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(238,238,238,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(238,238,238,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(238,238,238,1) 0%,rgba(229,229,229,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(238,238,238,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(238,238,238,1) 0%,rgba(229,229,229,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#e5e5e5',GradientType=1 ); /* IE6-9 */
}

#tabs li.active a
{
	color: #000;
}

#tabs .button-remove
{
	margin-left: 10px;
	/*display: none;*/
}

#tabs li.active .button-remove
{
	color: #333;
}

.nav-tabs > li > a
{
	color: #666;
    white-space: nowrap;
    border-left: 0px !important;
    border-top: 0px !important;
    border-radius: 0px;
    border-right: 1px solid #d4d4d4 !important;
    margin-right: 0px;
    padding: 13px 15px 10px;
}

.nav-tabs > li > a:hover 
{
  	border-color: #f7f7f7 #f7f7f7 #ddd;
  	background-color: #f7f7f7;
}

/*
 * Main content
 */

.main {
	background-color: #fff;
	/*padding: 20px;*/
	/*padding: 10px;*/
	padding: 0px;
	z-index: 0;
}

.main .page-header 
{
 	margin-top: 0;
}


.sidebar-group-title
{
	color: #666;
	font-weight: 100;
    padding-right: 10px;
    cursor: pointer;
}

.relative-wrapper
{
	position: relative;
	margin-left: -10px;
  	margin-right: -10px;
	margin-bottom: 20px;
}

.relative-element {
    position: relative;
}

.graph-icon {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 100;
    border-radius: 100%;
    color: #000;
    opacity: .4;
    font-size: 14px;
}

.graph-columns-toolbar .graph-columns-list {
    position: absolute;
    z-index: 100;
    left: 15px;
    right: 15px;
    margin-top: 5px;
    max-height: 350px;
    overflow-y: scroll;
}

.graph-columns-toolbar .graph-columns-list .list-group-item {
    background-color: rgba(255, 255, 255, .97);
    padding: 0px !important;
}

.graph-columns-toolbar .graph-columns-list .list-group-item .checkbox {
    margin: 0px !important;
}

.graph-columns-toolbar .graph-columns-list .list-group-item label {
    display: block;
    padding: 15px;
    padding-left: 30px;
}

.graph-columns-toolbar:not(.active) .graph-columns-list {
    display: none;
}

label.graph-list-item .graph-list-item-button {
    position: absolute;
    right: 10px;
    top: 8px;
    outline: none;
    display: none;
}

label.graph-list-item:hover .graph-list-item-button {
    display: block;
}

label.graph-list-item .graph-list-item-button.disabled-button {
    color: #aaa;
    text-decoration: none;
}

.model-attribute-row .groups {
    line-height: 35px;
}

label.graph-list-item .graph-list-item-button.default {
    display: block;
}

.entity-group-label {
    position: relative;
    display: inline-block;
    color: #000;
    background-color: #fbfbfb;
    border: 1px solid #eee;
    border-radius: 100px;
    font-weight: 400;
    font-size: 12px;
    cursor: default;
    margin-right: 4px;
    padding: 6px 15px 6px 25px;
}

.entity-group-label.invert {
    color: #000 !important;
    border: 1px solid #000 !important;
}

.entity-group-label.selectable:not(.selected):hover {
    background-color: #efefef;
    border: 1px solid #ccc;
    cursor: pointer;
}

.entity-group-label.selectable.selected {
    background-color: #3b99fc;
    border: 2px solid rgba(0, 0, 0, 0.1);
    color: #fff;
}

.model-attribute-value#color {
    width: 21px;
    height: 21px;
    border-radius: 100px;
    font-size: 9px;
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
}

.color-preset {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    vertical-align: middle;
    margin-right: 4px;
}

.color-preset:hover {
    cursor: pointer;
    box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, .1) inset;
}

.entity-group-label-color {
    position: absolute;
    top: 4px;
    left: 4px;
    display: inline-block;
    height: 16px;
    width: 16px;
    vertical-align: middle;
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, .2) inset;
    border-radius: 100px;
    margin-right: 3px;
    background-color: #fff;
}

.list-group .entity-group-label-color {
    height: 10px;
    width: 10px;
    left: 16px;
    top: 16px;
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, .1) inset;
}

.entity-group-label-button-add {
    display: inline-block !important;
    color: #aaa;
    font-size: 16px;
    vertical-align: middle;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
}

.entity-group-label-button-add:hover {
    color: #666;
}

.entity-group-label .entity-group-label-button-remove {
    font-size: 10px;
    padding-left: 4px;
    cursor: pointer;
    right: -6px;
}

.entity-group-label-button-remove:hover {
    /* opacity: 1.0; */
}

.entity-group-label .entity-group-label-button-advanced {
    font-size: 10px;
    padding-left: 4px;
    cursor: pointer;
    /* opacity: 0.4; */
    border-right: 1px solid #666;
    padding-right: 6px;
}

#variables .entity-group-label {
    background-color: #fff;
    border: 1px solid #ddd;
    margin-bottom: 8px;
}

#variables .entity-group-label .entity-group-label-button-advanced,
.entity-group-label[data-advanced] .entity-group-label-button-advanced {
    color: #3b99fc;
    opacity: 1.0;
}

.entity-group-label-button-advanced:hover {
    opacity: 1.0;
}

#popover_search,
#popover_expression {
    background-color: #eee;
    border: 1px solid #eee;
    color: #000;
    box-shadow: none !important;
    border: none;
    text-align: center;
    padding: 0px 25px 0px 25px !important;
    height: 29px;
    font-weight: 200;
    margin-bottom: 6px;
}

#popover_search:focus,
#popover_expression:focus {
    background-color: #f3f3f3;
}

#popover_content {
    max-height: 250px;
    overflow-y: auto;
    padding-left: 14px;
    padding-right: 14px;
    min-width: 220px;
    margin-bottom: 4px;
}

#popover_content.autosize {
    max-height: inherit;
}

#popover_search_clear, 
#popover_expression_clear, 
#popover_search_back {
    position: absolute;
    right: 28px;
    top: -6px;
    font-size: 10px;
    /* padding: 8px; */
    opacity: 1;
    cursor: pointer;
}

#popover_search_back {
    top: 8px;
    left: 24px;
    font-size: 12px;
    right: initial;
}

.popover-content {
    padding: 0px !important;
    border-radius: 5px;
    overflow: hidden;
}

#popover_search_clear:hover,
#popover_expression_clear:hover,
#popover_search_back:hover {
    opacity: .6;
}

.popover-search-container {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 5px;
}

#entity-modal-editor .popover {
    margin-bottom: 30px;
}

#entity-modal-editor .popover-content {
    padding-bottom: 0px;
    overflow: hidden;
}

.inbound-data-section-menu {
    margin-top: 30px;
}

.inbound-data-search-button,
.queue-create-button {
    font-size: 30px;
    font-weight: 200;
    color: #666;
    margin-left: 20px;
    transition: all .2s;
}

.inbound-data-search-button .text,
.queue-create-button .text {
    font-size: 20px;
}

.inbound-data-search-button .icon,
.queue-create-button .icon {
    margin-top: 10px;
}

.inbound-data-search-button:hover,
.queue-create-button:hover {
    cursor: pointer;
    color: #000;
}

.inbound-data-search-button:active,
.queue-create-button:active {
    transform: scale(.9);
}

.modal-title,
.modal-title * {
    cursor: default;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.modal-title,
#model-editor-title {
    text-overflow: ellipsis;
    /* max-width: 350px; */
    overflow: hidden;
    white-space: nowrap;
    font-weight: 800;
    font-size: 25px;
}

/* #model-editor-title {
    font-size: 21px;
} */

#popover_content .list-group .list-group-item {
    text-align: center;
    text-overflow: ellipsis;
    width: 100%;
    min-height: 42px;
    padding-left: 30px;
    padding-right: 30px;
    overflow: hidden;

    transition: transform .4s;
}

#popover_content .list-group .list-group-item:first-of-type {
    border-top: 1px solid transparent;
}

#main_menu .popover-content:not(.opened) .popover-search-container {
    display: none;
}

#main_menu .popover-content .list-group.user-menu-user-groups {
    height: 40px;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
    border-radius: 0px;
    box-shadow: none;
}

.user-menu-actions .icon {
    position: absolute;
    left: 18px;
    top: 14px;
}

#main_menu .popover-content.opened .list-group.user-menu-user-groups {
    height: 200px;
    overflow: auto;
    margin-top: 8px;
}

#main_menu .popover-content.opened .list-group.user-menu-user-groups .list-group-item {
    font-weight: 200;
}

#main_menu .popover-content:not(.opened) .list-group.user-menu-user-groups .list-group-item {
    display: inline-block !important;
    width: auto !important;
    border: none !important;
    padding-left: 15px !important;
    padding-right: 5px !important;
    background-color: transparent !important;
}

#main_menu .popover-content:not(.opened) .list-group.user-menu-user-groups .list-group-item .entity-group-label-color {
    position: relative;
    top: 0px;
    left: 0px;
}

#main_menu .popover-content:not(.opened) .list-group.user-menu-user-groups .list-group-item .entity-group-label-title {
    display: none;
}

.user-menu-action-button .chevron-item-details .value {
    display: none;
}

.user-menu-action-button[data-value="on"] .chevron-item-details .value.on {
    display: block;
}

.user-menu-action-button[data-value="off"] .chevron-item-details .value.off {
    display: block;
}

.user-menu-action-button .icon.toggle {
    display: none;
}

.user-menu-action-button[data-value="on"] .icon.toggle.on {
    display: block;
}

.user-menu-action-button[data-value="off"] .icon.toggle.off {
    display: block;
}


#popover_content .list-group .list-group-item:active {
    transform: scale(.9);
}

.entity-group-label-button-wrapper {
    position: relative;
}

.graph-columns-toolbar .progress {
    position: absolute;
    z-index: 100000;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin-bottom: 0px;
    opacity: 0.4;
    margin-left: 48px;
    margin-right: 48px;
    height: 30px;
    border: 0px;
    border-radius: 0px;
    display: none;
}

.graph-columns-toolbar .progress-indicator {
    height: 18px;
    width: 12px;
    background-image: url('/bundles/appcore/img/load.gif');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 12px;
    
    display: none;
}

.graph-columns-toolbar.in-progress .progress-indicator {
    display: block;
}

.graph-columns-toolbar.in-progress .progress {
    display: block;
}

.graph-columns-toolbar.in-progress .marker-icon {
    display: none;
}

#separator-toolbar-map-warning {
    display: none;
}

.map-icon {
    position: absolute;
    top: -5px;
    right: -5px;
    z-index: 100;
    border-radius: 100%;
    color: #000;
    opacity: .4;
    font-size: 14px;
}

.btn-group > #separator-toolbar-map {
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
}

.graph-icon:hover {
    opacity: 1.0;
}

.sidebar #search,
.sidebar #telesales_search,
.sidebar #queue_search,
.sidebar #inbound_search,
.sidebar #outbound_search
{
	font-size: 12px;
	border-radius: 100px;
	padding-left: 30px;
	background-color: #e6e6e6;
	box-shadow: none;
}

.sidebar .search-icon {
	position: absolute;
	top: 12px;
	left: 13px;
	pointer-events: none;
	color: #474747;
	font-size: 11px;
}

.nav.navbar-nav.navbar-right
{
	font-size: 17px;
}

.button-mini
{
	font-size: 12px;
 	color: #888;
 	cursor: pointer;
}

.button-mini:hover
{
 	color: #333;
}

#main_toolbar {
    position: relative;
    margin-top: 5px;
    white-space: nowrap;
    overflow: auto;
    height: 34px;
    /* word-wrap: break-word; */
    width: 100%;
    /*display: none;*/
}

#logo_header {
    position: relative;
}

#main_toolbar > .btn {
    /*background-image: none !important;*/
    /*background-color: transparent !important;*/
    /*text-shadow: rgba(0, 0, 0, 0.9) 0px 1px 0px;*/
    text-shadow: none;
    /*color: #fff;*/
    /*border-color: rgba(0, 0, 0, 0.7);*/
    float: none !important;
    display: inline-block;
}

#main_toolbar > .btn.active {
    /*background-color: rgba(0, 0, 0, 0.45) !important;*/
}

.application_view:not(.visible) {
    display: none;
}






/*  REQUESTS  */



.effect-from-left
{
    transition: none !important;
    left: -20px !important;
    opacity: 0.0 !important;
}

.effect-from-right
{
    transition: none !important;
    left: 20px !important;
    opacity: 0.0 !important;
}

.effect-from-top
{
    transition: none !important;
    top: -20px !important;
    opacity: 0.0 !important;
}

.effect-from-bottom
{
    transition: none !important;
    top: 20px !important;
    opacity: 0.0 !important;
}

#details .input-group-addon
{
    background-color: #f8f8f8;
}

#details .row
{
    position: relative;
    margin-bottom: 10px;
}

#details .row .icon-placeholder
{
    position: absolute;
    top: 0px;
    left: -72px;
    bottom: 0px;
}

#details .row .row-icon
{
    position: relative;    
    display: table;
    height: 100%;
}

#details .row .row-icon .icon
{
    display: table-cell;
    vertical-align: middle;
    font-size: 30px;    
    color: rgba(0, 0, 0, .2);
    cursor: help;
}

#details .row .row-icon .indicator
{
    display: none;
    border: 1px dashed rgba(0, 0, 0, .2);
    border-right: 0px;
    width: 16px;
    padding-left: 10px;
    position: absolute;
    top: -4px;
    bottom: -4px;
    right: -40px;
}

#details .row .row-icon:hover .indicator
{
    display: block;
}

.list-group
{
    margin-bottom: 0px;
}

.list-group .list-group-item
{
    border-left: 0px;
    border-right: 0px;
    padding-left: 4px;
    padding-right: 4px;
}

.list-group .list-group-item:first-of-type
{
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.list-group .list-group-item:last-of-type
{
    border-bottom: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

#requests_tab #menu.list-group .menu-item:hover
{
    cursor: pointer;
}

a.list-group-item:hover, 
a.list-group-item:focus {
    background-color: rgba(0,122,255,0.06);
}

#requests_tab #menu.list-group .menu-item .indicator
{
    position: absolute;
    top: 0px;
    bottom: 0px;
    width: 2px;
    left: -10px;
    background-color: #0090ff;
    display: none;
}

#requests_tab #menu.list-group .menu-item:hover .indicator
{
    display: block;
}

#requests_tab #menu.list-group .menu-item.selected .indicator
{
    display: block;
}

.watermark {
    position: fixed;
    z-index: 9999;
    right: 15px;
    bottom: 15px;
    height: 10px;
    pointer-events: none;
}

.watermark.inverted {
    display: none;
}

#content.launchpad-visible .watermark {
    position: fixed;
    z-index: 9999;
    right: inherit;
    left: 15px;
    bottom: 15px;
    height: 10px;
    pointer-events: none;
}

#content.launchpad-visible #header-main-menu {
    padding-left: 265px;
}

.button-remove,
.glyphicon-remove {
    width: 8px;
    height: 8px;
    top: 0;
    bottom: 0;
    right: 5px;
    left: auto;
    margin: auto 0;
    background-size: contain;
    background-image: url(/bundles/appcore/img/icon_remove.png);
    background-position: center;
    background-repeat: no-repeat;
}

.button-remove::before,
.glyphicon-remove::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    /* border: 1px solid red; */
    position: relative;
    top: -6px;
    left: -6px;
}

/*#requests_tab .config-menu
{
    z-index: 1;
}

#requests_tab .config-views
{
    z-index: 0;
}*/

.config-view
{
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 2px -2px rgba(0, 0, 0, 0.1);
    min-height: 416px;
    border-radius: 8px;
}

.breadcrumb 
{
    margin-bottom: 0px;
    background-color: transparent;
    border-radius: 8px; 
}

.breadcrumb li a
{
    color: #0090ff;
}

.breadcrumb li.active
{
    color: #666;
}

.filter-area
{
    padding-left: 25px;
    padding-right: 25px;
}

.filter-area .filter-item
{
    position: relative;
    padding-left: 5px;
    padding-right: 5px;
}

.filter-area .filter-item input,
.filter-area .filter-item button,
.filter-area .filter-item input:hover,
.filter-area .filter-item button:hover,
.filter-area .filter-item input:active,
.filter-area .filter-item button:active,
.filter-area .filter-item input:focus,
.filter-area .filter-item button:focus
{
    border: 0px;
    border-radius: 0px;
    box-shadow: none;
    background-color: transparent !important;
    padding-left: 8px;
    padding-right: 8px;
}

.filter-area .filter-item .border
{
    position: absolute;
    bottom: 0px;
    background-color: #aaa;
    z-index: 100;
}

.filter-area .filter-item .border.bottom
{    
    left: 0px;
    right: 0px;    
    height: 1px;    
}

.filter-area .filter-item .border.left
{
    left: 0px;
    width: 1px;
    height: 5px;
}

.filter-area .filter-item .border.right
{
    right: 0px;
    width: 1px;
    height: 5px;
}

.filter-area .filter-item:hover .border
{
    background-color: #0090ff;
}

.filter-area .filter-item button .dropdown-icon
{
    color: #fff;
    text-shadow: 0px 1px 0px #333;
    font-size: 9px;
    
    transition: transform 0.3s;
    -webkit-transition: transform 0.3s;
}

.filter-area .filter-item .input-group-btn.open button .dropdown-icon
{
    transform: rotateX(-180deg) translateZ(-1px);
}

.filter-area .filter-item button:hover .dropdown-icon
{
    text-shadow: 0px 1px 0px #000;
}

.list-item
{
    position: relative;
    margin-left: 10px;
    margin-right: 10px;
    border-bottom: 1px solid #ddd;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-top: 6px;
}

.list-item:last-of-type
{
    border-bottom: 0px;
}

.config-list-items
{
    margin-top: 20px;
    margin-bottom: 20px;
}

.config-list-items .list-item .item-attribute
{
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 12px;
}

#config-log-items .list-item .item-attribute.datetime
{
    padding-left: 6px;
    width: 120px;
}

#config-log-items .list-item .item-attribute.channel
{
    width: 40px;
}

#config-log-items .list-item .item-attribute.agent
{
    width: 70px;
}

.config-list-items .list-item:hover
{
    background-color: #f8f8f8;
    cursor: pointer;
}

.config-view:not(.details) #breadcrumb #root-back,
.config-view:not(.details) #breadcrumb #child,
.config-view:not(.details) .config-item-details,
.config-view:not(.details) .buttons-top-right .button.details,
.config-view:not(.details) .buttons-top-right .action-buttons
{
    display: none;
}

.config-view.details #breadcrumb #root,
.config-view.details .buttons-top-right .button:not(.details),
.config-view.details .config-list-items,
.config-view.details .filter-area
{
    display: none;
}

.config-view.details #breadcrumb #root-back:before
{
    content: "";
    padding: 0px;
}

.config-view .buttons-top-right
{
    position: absolute;
    right: 25px;
    top: 8px;    
}

.config-view .buttons-top-right .button 
{
    padding-left: 5px;
    padding-right: 5px;
    color: #555;
    cursor: pointer;
}

.config-view .buttons-top-right .button:not(.disabled):hover
{
    color: #000;
}

.config-view .buttons-top-right .button.disabled
{
    opacity: 0.3;
    cursor: default;
}

.config-item-details
{
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 0px;
    padding-bottom: 10px;
    background-color: #fff;
}

.config-item-details .value
{
    white-space: pre-line
}

.config-section
{
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.config-section-title
{
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
    text-align: left;
}

.config-section-title .title-balloon
{
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    bottom: -9px;
    position: relative;
    background-color: #fff;
    color: #999;
    margin-left: 15px;
    font-size: 11px;
}

.config-section-items-header
{
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-top: 30px;
}

.config-section-items-header-title
{
    font-weight: bold;
}

.config-section-items-header-buttons
{
    position: absolute;
    top: 1px;
    right: 15px;
}

.config-section-items
{
    margin-left: 0px;
    margin-right: 0px;
}

.config-section-items .config-section-item
{
    margin-left: 0px;
    margin-right: 0px;
}

.telephone-actions-list {
    /* border: 1px solid red; */
}

.popover-title
{
    display: none;
    background-color: transparent;
    border-bottom: none;
    font-weight: 200;
    color: #000;
}

.popover-title.custom
{
    display: block;
    text-align: center;
}

.ace_gutter
{
	background-color: transparent !important;
}

.ace_search 
{
	background-color: rgba(255, 255, 255, 0.9) !important;
}

.ace_searchbtn_close:hover
{
	background-position: inherit !important;
}

#requests_tab .input-group
{
    position: relative;
    width: 100%;
}

#requests_tab .input-group input,
#requests_tab .input-group button,
#requests_tab .input-group input:hover,
#requests_tab .input-group button:hover,
#requests_tab .input-group input:active,
#requests_tab .input-group button:active,
#requests_tab .input-group input:focus,
#requests_tab .input-group button:focus,
#requests_tab .input-group textarea,
#requests_tab .input-group textarea:focus,
#requests_tab .input-group textarea:active
{
    border: 0px;
    border-radius: 0px;
    box-shadow: none !important;
    background-color: transparent !important;
    background-image: none !important;
    padding-left: 8px;
    padding-right: 8px;

    line-height: 22px;
    overflow: hidden;
    resize: none;
    height: 34px;
}

#requests_tab .new-request-button {
    margin-right: -22px;
}

#requests_tab .input-group .border
{
    position: absolute;
    bottom: 0px;
    background-color: #aaa;
    z-index: 4;
}

#requests_tab .input-group .border.bottom
{    
    left: 0px;
    right: 0px;    
    height: 1px;    
}

#requests_tab .input-group .border.left
{
    left: 0px;
    width: 1px;
    height: 5px;
    display: none;
}

#requests_tab .input-group .border.right
{
    right: 0px;
    width: 1px;
    height: 5px;
    display: none;
}

#requests_tab .input-group:hover .border
{
    background-color: #0090ff;
}

#requests_tab .input-group button .dropdown-icon
{
    color: #fff;
    text-shadow: 0px 1px 0px #333;
    font-size: 9px;
    
    transition: transform 0.3s;
    -webkit-transition: -webkit-transform 0.3s;
}

#requests_tab .input-group .input-group-btn.open button .dropdown-icon
{
    transform: rotateX(-180deg) translateZ(-1px);
    -webkit-transform: rotateX(-180deg) translateZ(-1px);
}

#requests_tab .input-group button:hover .dropdown-icon
{
    text-shadow: 0px 1px 0px #000;
}

.list-editor-buttons a
{
    color: #333;
}

.list-editor-items
{
    transition: transform 0.2s;
    -webkit-transition: -webkit-transform 0.2s;    
}

.list-editor-items.edit-mode
{
    transform: translateX(-30px);
    -webkit-transform: translateX(-30px);
}

.list-editor-buttons .list-editor-button-remove,
.list-editor-buttons .list-editor-button-restore
{
    display: none;
}

.list-editor-item .list-editor-button-remove,
.list-editor-item .list-editor-button-restore
{
    position: absolute;
    top: 8px;
    right: -15px;
    color: #555;
    transform: scale(0);
    -webkit-transform: scale(0);
}

.list-editor-items.edit-mode .list-editor-item .list-editor-button-remove,
.list-editor-items.edit-mode .list-editor-item .list-editor-button-restore
{
    transform: scale(1);
    -webkit-transform: scale(1);
    
    transition: transform 0.2s;
    -webkit-transition: -webkit-transform 0.2s;
    
    transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
}

.list-editor-items.edit-mode .list-editor-item:not(.deleted) .list-editor-button-restore
{
    display: none;
}

.list-editor-items.edit-mode .list-editor-item.deleted .list-editor-button-remove
{
    display: none;
}

.list-editor-items.edit-mode .list-editor-item.deleted .input-group
{
    opacity: 0.3;
}

.list-editor-items:not(.edit-mode) .list-editor-item.deleted
{
    height: 0px;
    opacity: 0.0;
    overflow: hidden;
}

.request-item
{
    padding-top: 15px;
    padding-bottom: 8px;
}

.request-item .item-attribute.name
{
    padding-left: 6px;
    width: 250px;
}

.request-item .item-attribute.event
{
    width: 250px;
}

.request-item .item-attribute.status
{
    position: absolute;
    right: 10px;
    top: 24px;
}

.request-item .item-attribute.status .status-enabled
{
    color: limegreen;
}

#button-close
{
    margin-left: 10px;
}

.buttons-top-right .button-icon,
.buttons-top-right .button-label
{
    /*color: #0090ff;*/
}

.test-request-item .item
{    
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.test-request-item .item .item-value
{
    margin: 1px;
    border-radius: 4px;
}

.test-request-item .item .item-value.block-view
{
    margin: 0px;
    border: 1px solid transparent;
    border-bottom: 1px dashed #333;
    border-radius: 0px;
    white-space: normal;
    word-break: break-all;    
}

.test-request-item .item .item-value:not(.block-view):hover
{
    cursor: pointer;
    background-color: #b5deff;
    color: black;
    box-shadow: 0px 0px 0px 2px #0090ff;
    border-radius: 4px;
}

#test-request-modal #request-area,
#test-request-modal #response-area,
#test-request-modal #output-area
{
    display: none;
}

#test-request-modal .config-section
{
    margin-bottom: 0px;
}

#test-request-modal #button-toggle-response,
#test-request-modal #button-toggle-inspect,
#test-request-modal #button-toggle-frame-size,
#test-request-modal #button-process-function-output
{
    float: right;
}

#test-request-modal #response-body-html #response-html
{
    position: relative;
    width: 100%;
    height: 300px;
    background-color: #f6f6f6;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;    
}

#test-request-modal #response-body-html #response-html.large
{
    height: 600px;
}

#test-request-modal #response-body-html,
#test-request-modal #response-body-html-inspector
{
    display: none;
}

.stats-item .google-map-toolbar {
    display: none;
}

.stats-item .google-map {
    position: relative !important;
	width: 100%;
    top: 0px;
    left: 0px !important;
    height: 168px !important;
    border-radius: 10px;
    overflow: hidden;
    border: none;
}

.stats-container.report-stat .stats-item .google-map {
    height: 390px !important;
}

#modal-editor-preview .stats-item .google-map {
    height: 430px !important;
}

#modal-stats-details .stats-item .google-map {
    height: 320px !important;
}

#admin_tab .separator-toolbar {
    margin: 0px 0 20px;
}

#admin_tab #views .view {
    padding-top: 10px;
    display: none;
}

#admin_tab #views .view.active {
    display: block;
}

#sub_views {
    min-height: 250px;
}

#sub_views .view {
    display: none;
}

#sub_views .view.active {
    display: block;
}

.entity-table {
    position: relative;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #fafafa;
    margin-top: 8px;
    margin-bottom: 50px;
}

.entity-table-column-name,
.entity-table-column-description {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.entity-table-column-name {
    width: 65%;
    max-width: 65%;
}

.entity-table-column-description {
    width: 34%;
    max-width: 34%;
    color: #aaa;
}

.entity-table-row {
    border-bottom: 1px solid #eee;
    padding-top: 12px;
    padding-bottom: 12px;
    cursor: pointer;
}

.entity-table-row:not(.header):hover {
    background-color: rgba(0, 0, 255, .02) !important;
}

.entity-table .entity-group-label-color {
    top: 0px;
    height: 14px;
    width: 14px;
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, .2) inset;
    cursor: default;
    margin-left: -15px;
    position: relative;
}

.report-editable-icon {
    position: absolute;
    top: 21px;
    left: 28px;
    color: #000;
    font-size: 6px;
    text-shadow: 0px 0px 1px #fff, 0px 0px 1px #fff, 0px 0px 1px #fff, 0px 0px 1px #fff;
    cursor: default;
}

#sidebar_reports_container, 
#sidebar_tables_container,
#sidebar_campaigns_container,
#sidebar_queues_container,
#sidebar_inbounds_container,
#sidebar_outbounds_container 
{
    margin-left: -20px;
    margin-right: -20px;
}

#sidebar_reports li,
#sidebar_tables li,
#sidebar_campaigns li,
#sidebar_queues li,
#sidebar_inbounds li,
#sidebar_outbounds li
{
    padding-left: 0px;
}

.inbound-new-icon {
    margin-right: 10px;
    margin-top: 5px;
}

.clean-button.add-button {
    color: #666;
    cursor: pointer;
}

#admin_tab .toggle-buttons,
#entity-modal-editor .toggle-buttons {
    margin-right: 25px;
    font-weight: 200;
    color: #666;
}

#admin_tab .toggle-buttons .toggle-button,
#entity-modal-editor .toggle-buttons .toggle-button {
    color: #666;
    cursor: pointer;
    font-weight: 200;
}

#admin_tab .toggle-buttons .toggle-button:hover,
#entity-modal-editor .toggle-buttons .toggle-button:hover, {
    color: #000;
    text-decoration: underline;
}

#admin_tab .toggle-buttons .toggle-button.active,
#entity-modal-editor .toggle-buttons .toggle-button.active {
    color: #000;
    font-weight: bold;
}

.clean-button.add-button:hover {
    color: #000;
}

.entity-table-row.header {
    border-bottom: 2px solid #ddd;
    font-weight: bold;
}

.entity-table-row:nth-child(odd):not(.header) {
    background-color: rgba(0, 0, 0, .01);
}

.entity-table-row:last-of-type {
    border-bottom: 0px;
}

.entity-table .edit-button {
    cursor: pointer;
}

#test-request-modal #response-body-html-inspector-value
{
    border-radius: 0px;
    border-left: 0px;
    border-right: 0px;
    border-top: 1px solid #aaa;
    background-color: #eee;
    border-bottom: 0px;
    padding-left: 6px;
    padding-right: 6px;  
    text-align: center;
    margin-top: 6px;
    box-shadow: none;
}

#test-request-modal #response-body-html-inspector-value:hover,
#test-request-modal #response-body-html-inspector-value:focus
{
    box-shadow: none;
    border-top: 1px solid #aaa;
}

#button-toggle-inspect,
#button-toggle-frame-size
{
    margin-right: 10px;
    display: none;
}

#button-toggle-inspect.clicked
{
    color: #0090ff;
}

#test-request-modal #response-body.html-view #response-body-html,
#test-request-modal #response-body.html-view #response-body-html-inspector,
#test-request-modal #response-body.html-view #button-toggle-inspect,
#test-request-modal #response-body.html-view #button-toggle-frame-size
{
    display: block;
}

#test-request-modal #response-body.html-view #response-body-raw
{
    display: none;
}

.toggle-popover-button
{
    display: inline-block;
    position: absolute;
    top: 1px;
    right: 40px;
    opacity: 0.8;
    z-index: 100;
    height: 31px;
    width: 18px;
    overflow: hidden;
    padding-top: 8px;
    padding-left: 1px;
    padding-right: 1px;
    color: #888;
    background-color: #fff;
}

.toggle-popover-button:hover
{
    opacity: 1.0;
    color: #333;
    cursor: pointer;
}

#modal-editor-body {
    position: relative;
    width: 100%;
    min-height: 480px;
    background-color: transparent;
    outline: none !important;
}

@media (min-width: 992px) {
    #modal-stats-editor .modal-lg,
    #entity-modal-editor .modal-lg,
    #inbound-table-search .modal-lg {
        width: 720px;
    }
}

#modal-stats-editor .modal-body {
    padding-top: 0px;
}

#modal-stats-editor #modal-editor-body {
    min-height: 300px;
}

#modal-stats-editor #name {
    border: none;
    box-shadow: none;
    /*border-bottom: 1px solid #666;*/
    /*border-radius: 0;*/
    padding-left: 0px; 
    /*padding-bottom: 0px;*/
}

#modal-stats-editor #name:focus {
    box-shadow: none !important;
}

#modal-stats-editor .chart-type.selected {
    /*box-shadow: 0px 0px 10px red;*/
}

#modal-stats-editor input:hover,
#modal-stats-editor input:focus {
    /*border-bottom: 1px solid #0090ff;*/
}

#modal-stats-editor .stats-section {
    padding-top: 17px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}

#modal-stats-editor .stats-section.dark-bg {
    background-color: #fafafa;
    border-bottom: 0px;
}

#modal-stats-editor .stats-section.thin-section {
    padding-top: 5px;
    padding-bottom: 5px;
}

#modal-stats-editor .stats-section.clean-section {
    padding-top: 0px;
    padding-bottom: 0px;
}

#modal-stats-editor .btn.pull-right,
#modal-stats-editor .btn-group.pull-right {
    margin-left: 10px;
}

#modal-stats-editor #pivot_button,
#modal-stats-editor #advanced_button {
    cursor: pointer;
}

#modal-stats-editor button.close,
#entity-modal-editor button.close,
#inbound-table-search button.close {
    margin-left: 30px;
}

#entity-modal-editor .model-attribute {
    display: inline-block;
    text-align: right;
    width: 140px;
    margin-right: 10px;
    line-height: 34px;
}

#entity-modal-editor .model-attribute:first-letter {
    text-transform: uppercase;
}

#entity-modal-editor .form-control[type="checkbox"],
#entity-modal-editor .form-control[type="checkbox"]:active 
#entity-modal-editor .form-control[type="checkbox"]:hover {
    box-shadow: none;
    display: inline;
    outline: none;
}

#entity-modal-editor .model-attribute-value {
    display: inline-block;
    max-width: 240px;
}

.toolbar_blackbox_icon {
    height: 23px;
    margin-top: -6px;
    margin-bottom: 0px;
    top: 4px !important;
    left: 10px !important;
}

#entity-modal-editor .model-attribute-value.autosize {
    max-width: 100%;
    min-width: 240px;
    width: 240px;
}

#entity-modal-editor textarea.model-attribute-value:not(.autosize),
#entity-modal-editor .model-attribute-value[contenteditable="true"] {
    display: inline-block;
    width: 100%;
    max-width: 100%;
    height: 150px;
    min-height: 150px;
}

.inbound-data-input.autosize,
.inbound-data-input-overlay.autosize {
    display: inline-block;
    min-height: 36px;
}

#entity-modal-editor .model-attribute-row {
    padding-top: 5px;
    padding-bottom: 5px;
}

#alert-modal .modal-dialog {
    margin-top: 70px !important;
}

#alert-modal .modal-content {
    border: none;
    border-radius: 4px;
}

#alert-modal .modal-body {
    min-height: 500px;
    max-height: 500px;
    overflow: scroll;
}

#alert-modal .modal-body .image {
    position: relative;
    height: 240px;
    background-image: url(/bundles/appcore/img/alert_bg.png);
    background-position: center 18px;
    background-repeat: no-repeat;
    background-size: 70%;
}

#alert-modal .modal-body .message {
    text-align: center;
}

#alert-modal .modal-body .message-details {
    display: none;
    margin-top: 20px;
    color: #888;
    font-size: 12px;
    font-weight: 100;
}

#alert-modal .modal-body .message-button-more {
    display: inline-block;
    color: #007aff;
    font-weight: 400;
    padding-top: 10px;
}

#inbound-table-search #search_results {
    min-height: 222px;
    max-height: 422px;
    overflow-y: auto;
}

#inbound-table-search #search_results.loading {
    background-image: url(/bundles/appcore/img/load.gif) !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 20px;
}

#inbound-table-search #search_results .search-message {
    margin-top: 100px;
    font-weight: 200;
    text-align: center;
    margin-bottom: 100px;
    font-size: 16px;
}

#inbound-table-search #search_results .search-message.discreete {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 12px;
    color: #66afe9;
}

#inbound-table-search #search_results .search-row {
    position: relative;
    border-top: 1px solid #ddd;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
     transition: all .2s; 
}

#inbound-table-search #search_results .search-row .rownumber {
    position: absolute;
    left: 5px;
    top: 20px;
    font-size: 8px;
}

#inbound-table-search #search_results .search-row .icon {
    position: absolute;
    right: 5px;
    top: 21px;
    font-size: 8px;
}

#inbound-table-search #search_results .search-row:last-of-type {
    /* border-bottom: none; */
}

#inbound-table-search #search_results .search-row:nth-child(even) {
    background-color: #fcfcfc;
}

#inbound-table-search #search_results .search-row:hover {
    cursor: pointer;
    background-color: #f3f3f3;
}

#inbound-table-search #search_results .search-row:active {
    transform: scale(.95);
}


#inbound-table-search #selected_row {
    display: none;
}

/* #inbound-table-search.showing-selected-row #search_results {
    display: none;
}

#inbound-table-search.showing-selected-row #selected_row {
    display: block;
}

#inbound-table-search.showing-selected-row .searchable-columns {
    display: none;
}

#inbound-table-search:not(.showing-selected-row) .show-on-details {
    display: none;
}

#inbound-table-search.showing-selected-row .show-on-details {
    display: block;
} */

.queue_stat_container {
    width: 100%;
    min-height: 200px;
    /* border: 1px solid #ddd; */
    /* border-radius: 10px; */
}

#inbound-table-search.showing-selected-row #search_results {
    display: none;
}

#inbound-table-search.showing-selected-row #selected_row {
    display: block;
    margin-top: 10px;
}

#inbound-table-search.showing-selected-row .data-view-content {
    margin-top: 40px;
}

#inbound-table-search.showing-selected-row .searchable-columns {
    display: none;
}


#inbound-table-search.showing-details .toogle-on-details {
    display: none;
}

#inbound-table-search:not(.showing-details) .show-on-details {
    display: none;
}

#inbound-table-search.showing-details .show-on-details {
    display: block;
}

#inbound-table-search.showing-details .search-row:not(.showing-details) {
    display: none;
}

#inbound-table-search.showing-details .search-row.showing-details {
    display: block;
    background-color: #fff !important;
    border-top: 1px solid transparent !important;
    padding-top: 20px !important;
}

.column.basic_column,
.column.details_column,
#inbound-table-search.showing-details .search-row.showing-details .search-column {
    margin-bottom: 20px;
} 

.column[data-type="ticket_history"],
.column[data-type="tickets"] {
    display: none !important;
}

.column[data-type="slider"] .inbound-data-input,
.column[data-type="radio"] form,
.column[data-type="checkbox"] form{
    border: 0px !important;
    box-shadow: none !important;
}

.column[data-type="radio"] form label,
.column[data-type="checkbox"] form label{
    margin-left: 10px;
}

#inbound-table-search.showing-details .search-row.showing-details .rownumber {
    display: none;
}

#inbound-table-search.showing-details .search-row.showing-details .icon {
    display: none;
}

#inbound-table-search #search_results .search-row:not(.showing-details) .search-column:not(.searchable-column) {
    display: none;
}   

#inbound-table-search #search_results .search-row:not(.showing-details) .inbound-data-input-wrapper {
    margin-bottom: 0px !important;
}

#inbound-table-search #search_results .search-row:not(.showing-details) .inbound-data-input-label {
    display: none;
}

#inbound-table-search #search_results .search-row:not(.showing-details) .inbound-data-input,
#inbound-table-search #search_results .search-row:not(.showing-details) .inbound-data-input-overlay {
    border-bottom: transparent !important;
    box-shadow: none !important;
    text-align: left !important;
    resize: none !important;
    cursor: pointer !important;
    padding-left: 0px !important;
}

#inbound-table-search #search_results .search-row:not(.showing-details) .inbound-data-input:active,
#inbound-table-search #search_results .search-row:not(.showing-details) .inbound-data-input-overlay:active {
    border-bottom: transparent !important;
    box-shadow: none !important;
}

#inbound-table-search .glyphicons {
    margin-top: 2px;
}

#inbound-table-search #search_inputs {
    /* background-color: #f8f8f8; */
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

#inbound-table-search .modal-body {
    padding-top: 0px;
}

#inbound-table-search .modal-header {
    border-bottom: none;
}

#inbound-table-search #search_inputs .inbound-data-input,
#inbound-table-search #search_inputs .inbound-data-input-overlay {
    background-color: transparent;
}

#ticket-modal-editor .inbound-data-input,
#ticket-modal-editor .inbound-data-input-overlay {
    padding-left: 0px !important;
    /* padding-left: 100%; */
    /* transition: padding-left .4s;  */
}

.inbound-data-input[rows]:not([rows="1"]),
.inbound-data-input-overlay[rows]:not([rows="1"]) {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 4px !important;
    text-align: left;   
}

.inbound-data-input-overlay {
    position: absolute;
    top: 0px;
    bottom: 5px;
    left: 0px;
    right: 0px;
    z-index: 0;
    background-color: #fff !important;

    pointer-events: none;
}

#ticket-modal-editor .inbound-data-input.queue_attachment_container {
    border: 1px dashed #ccc;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: auto;
    z-index: 1;
    border-radius: 10px;
    padding: 40px 10px 0px 10px !important;
    /* background-color: #fafafa; */
    box-shadow: none !important;
}

.column:not([data-input-column-advanced-size="large"]) .queue_attachment_container {
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: scroll;
}

.queue_attachment_container .file-list {
    display: inline-block;
}

.queue_attachment_container .file {
    position: relative;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    vertical-align: top;
    transition: all .4s;
    color: #555;
    text-decoration: none !important;
}

.queue_attachment_container .file::-moz-focus-inner {
    border: 0;
}

.queue_attachment_container .file:hover {
    cursor: pointer;
}

.file .icon .file-type-icon {
    width: 50px;
    margin-left: 21px;
    border-radius: 4px;
    font-size: 20px;
    height: 60px;
    padding-top: 15px;
    margin-top: -16px;
    box-shadow: 0px 4px 10px -2px #888, 0px 0px 0px 1px rgba(0, 0, 0, .1) inset;
    color: #fff;
}

.queue_attachment_container .file:active {
    transform: scale(.95);
}

.queue_attachment_container .file #file_attachment {
    position: absolute;
    border: 1px dashed red;
    top: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 1;
    opacity: 0;
}

.queue_attachment_container .file #file_attachment .qq-uploader {
    width: 100% !important;
    height: 100% !important;
}

.queue_attachment_container .file #file_attachment .fileupload-preview {
    display: none;
}

.queue_attachment_container .file #file_attachment .qq-upload-button {
    width: 100%;
    height: 100% !important;
    position: absolute !important;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

.queue_attachment_container .file #file_attachment input[type="file"] {
    height: 100%;
    border: 1px solid blue;
    width: 100%;
}

.queue_attachment_container .file .icon {
    width: 96px;
    height: 128px;
    margin: auto;
    background-size: 96px 128px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('/bundles/appcore/img/report.png');
    text-align: center;
    font-size: 30px;
    padding-top: 55%;
    padding-left: 2px;
    color: #007aff;
}

#file_upload .icon {
    transition: all .4s;
}

.file .corner-icon {
    color: #aaa;
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 14px;
    z-index: 2;
    cursor: default;
    display: none;
}

.file:hover .options-icon,
.file.popover-opened .options-icon {
    display: block;
    transition: all .4s;
}

.file .options-icon:hover {
    color: #007aff;
    cursor: pointer;
}

.file.popover-opened .options-icon {
    transform: rotateX(-180deg);
}

.popover .delete-file-button {
    color: red !important;
}

#file_upload .error-icon {
    color: #e83c2a;
}

#file_upload.error .error-icon {
    display: block;
}

#file_upload.upload_in_progress .icon {
    color: transparent;
}

.queue_attachment_container .file .filename {
    width: 96px;
    text-align: center;
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 15px;
    white-space: normal;
}

.queue_attachment_container .file:hover .filename {
    text-decoration: underline;
}

#file_attachment_progress_container {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    opacity: .2;
}

#file_attachment_progress {
    stroke-dashoffset: 0px;
    transition: stroke-dashoffset .4s linear;
    stroke: #007aff;
    stroke-width: 20px;
}

#file_attachment_progress_value {
    color: #007aff;
    font-size: 10px;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    left: 0px;
    right: 0px;
    z-index: 3;
    font-family: "SFNText", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    transition: all .4s;
    opacity: 0;
}

#file_upload.upload_in_progress #file_attachment_progress_value {
    opacity: 1;
}

.inbound-data-input-overlay:focus {
    border: 1px solid limegreen !important;
    color: limegreen;
}

#ticket_modal_editor_enqueue_button_wrapper {
    text-align: center;
    margin-top: 30px;
}

.modal-dialog.clean .modal-header {
    display: none;
}

.modal-dialog.clean .modal-body {
    padding-top: 30px;
}

.modal-dialog.clean .modal-footer {
    border-top: 0px;
}

.modal-dialog-icon {
    background: url('/bundles/appcore/img/campaign.png');
    position: relative;
    width: 60px;
    height: 60px;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
}

.modal-content {
    -webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.15), 0px 0px 1px 1px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 15px rgba(0,0,0,0.15), 0px 0px 1px 1px rgba(0,0,0,0.1);
    border: 0px solid #fff;
    border-radius: 8px;
}

.modal-content.printing .column {
    display: block !important;
}

.modal-content.printing {
    filter: blur(4px) saturate(0);
}

.modal-header {
    border-bottom: 1px solid #dadada;
    background-color: #fafafa;
    border-radius: 8px 8px 0px 0px;
}

.entity-modal .modal-header {
    padding-right: 68px;
}

.entity-modal .modal-header .btn-group {
    margin-top: 5px;
}

#modal-stats-editor #modal-editor-options,
#modal-stats-editor #modal-editor-connection {
    min-height: 200px;
    max-height: 200px;
    border: 1px solid rgba(0, 0, 0, .15);
}

#modal-stats-editor .section-chart-type .chart-type {
    border: 1px solid #ddd;
    /* border-top: 1px solid transparent; */
    border-left: 1px solid transparent;
    /* margin-top: -1px; */
    margin-bottom: -1px;
    color: #888;
    font-weight: 200;
    text-align: center;
}

#modal-stats-editor .section-chart-type .chart-type .chart-type-title {
    text-align: center;
    font-size: 10px;
    position: absolute;
    bottom: 9px;
    left: 0px;
    right: 0px;
}

#modal-stats-editor .section-chart-type .chart-type:hover {
    color: #000 !important;
    /*background-color: #fafafa;*/
    border-top: 1px solid #ddd;
    cursor: pointer;
}

body:not(.dark_mode) #modal-stats-editor .section-chart-type .chart-type .chart-img {
    display: inline-block;
}

body:not(.dark_mode) #modal-stats-editor .section-chart-type .chart-type .chart-img.dark {
    display: none;
}

body.dark_mode #modal-stats-editor .section-chart-type .chart-type .chart-img {
    display: none;
}

body.dark_mode #modal-stats-editor .section-chart-type .chart-type .chart-img.dark {
    display: inline-block;
}

#modal-stats-editor .section-chart-type .chart-type .chart-img {
    width: 100px;
}

#modal-stats-editor .section-chart-type .chart-type:active .chart-img {
    transform: scale(.95);
}

#modal-stats-editor .section-chart-type .chart-type[data-type="network"] .chart-img {
    padding-top: 4px;
}

#modal-stats-editor .section-chart-type .chart-type.selected {
    color: #000 !important;
    border-top: 1px solid #ddd;
}

#modal-stats-editor .section-chart-type .chart-type .selected-icon { 
    display: none;
}

#modal-stats-editor .section-chart-type .chart-type.selected .selected-icon {
    display: inline;
    color: green;
}

#modal-stats-editor .stats-section.advanced #advanced_button {
    color: #666;
}

#modal-stats-editor .stats-section #advanced_button .icon{
    transition: transform 0.3s;
    -webkit-transition: -webkit-transform 0.3s;
}

#modal-stats-editor .stats-section.advanced #advanced_button .icon{
    transform: rotateX(-180deg) translateZ(-1px);
    -webkit-transform: rotateX(-180deg) translateZ(-1px);
}

#modal-stats-editor .stats-section #advanced_section {
    overflow: hidden;
}

#modal-stats-editor .stats-section.advanced #advanced_section {
    /*padding-bottom: 15px;*/
}

#modal-stats-editor .stats-section:not(.advanced) #advanced_section {
    /*height: 0px;*/
}

/*#modal-stats-editor .stats-section #advanced_section {
    transition: transform 0.3s;
    -webkit-transition: -webkit-transform 0.3s;
}*/

#modal-stats-editor .separator-toolbar {
    padding-bottom: 0px;
    margin: 40px 0 20px;
    border-bottom: none !important;
    margin-top: -66px;
    height: 0px;
}

#modal-stats-editor .sql-wrapper {
    position: relative;
    margin: 0px;
}

#modal-stats-editor #modal-editor-preview {
    display: none;
    /*position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;*/
    /*border: 1px solid red;*/
    /* background-color: blue; */
    z-index: 999999;
    position: relative;
    padding: 0px;
}

#modal-stats-editor .sql-wrapper.preview #modal-editor-preview {
    display: block;
}

#modal-stats-editor .sql-wrapper.preview #modal-editor-sql {
    display: none;
}

#modal-stats-editor #modal-editor-preview .stats-container.report-stat,
#modal-stats-editor #modal-editor-preview .stats-container.report-stat:hover {
    border-bottom: 1px solid transparent !important;
    padding-top: 0px !important;
}

#dashboard_tab .stats-container .edit-graph-button,
.modal-dialog .edit-graph-button {
    display: none;
}

.stats-error-message {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    max-height: 250px;
    overflow: scroll;
    background-color: #fdec8d !important;
    background: -moz-linear-gradient(top,  #fdec8d 0%, #f9e659 100%) !important;
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#fdec8d), color-stop(100%,#f9e659)) !important;
    color: #000 !important;
    font-weight: 400 !important;
    display: none;
}

#header-main-menu .content-row.toolbar {
    opacity: 0.0;
}

.showing-details #header-main-menu .content-row.header-notice
{
    display: none;
}

#header-main-menu .content-row.header-notice
{
    margin-top: 9px;
    text-align: center;
}

#header .header-row
{
    position: relative;
    top: 0%;
    transition: all 0.0s;
}

#header-main-menu:not(:hover) .content-row.showing-notice
{
    top: -100%;
}

#header-main-menu .content-row.showing-notice.header-notice
{
    display: block;
}

#header .header-row.showing-details
{
    top: -100%;
}

.header-content
{
    position: relative;
    height: 44px; 
    overflow: hidden;   
}

.header-content .content-row
{
    position: relative;  
    top: 0%;
    transition: all 0.4s;
    /* margin-bottom: 8px; */
}

.header-row.showing-details .header-content .content-row.showing-details
{ 
    top: -100%;
}

.header-content .content-row.header-notice
{
    font-size: 20px;
    line-height: 36px;
}

.header-content .content-row.header-notice .warning
{
    color: #000;
}

.header-content .content-row.header-notice .successful
{
    /*color: #5cb85c;*/
    /*color: #0090ff;*/
    color: #000;
}

.header-notice-message {
    font-weight: 200;
    text-shadow: 0px 0px 1px rgba(0, 0, 0, .2);
}

.dark_mode .header-notice-message {
    color: #fff !important;
}

.popover {
    z-index: 1000;
    max-width: 500px;
    padding: 0px;
    transition: none;
    border: none !important;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.15), 0px 0px 1px 1px rgba(0,0,0,0.1) !important;
    z-index: 1039;
}

.popover .popover-textarea {
	position: relative;
	border: none;
	outline: none;
	width: 398px;
	height: 200px;
	resize: vertical;
	background-color: transparent;
	margin-left: -15px;
	resize: none;
}

.popover .popover-header
{
    position: relative;
    text-align: right;
}

#output-body
{
    margin-top: 30px;
}

#test-view .test-header
{
    padding: 20px;
    border-bottom: 1px solid #ccc;
    background-color: #f8f8f8;
}

#dashboard_tab > div {
    position: relative;
    /* border: 1px solid red;  */
}

.ace_gutter
{
	background-color: transparent !important;
}

.ace_search 
{
	background-color: rgba(255, 255, 255, 0.9) !important;
}

.ace_searchbtn_close:hover
{
	background-position: inherit !important;
}

.stats-container {
    /* border: 1px solid #ccc; */
    border-top: none;
    border-left: none;
    height: 320px;
    max-height: 320px;
    /* overflow: auto; */
    /* transition: box-shadow .2s; */
}

.stats-container.ui-sortable-helper {
    border: 1px solid #ccc !important;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, .95);
}

.queue_stat_container .stats-container {
    border: none !important;
}

.stats-container.report-stat {
    border: 1px solid transparent;
    border-bottom: 1px solid #ddd;
    height: 500px;
    max-height: 500px;
    padding-top: 30px;
}

.logo_cube {
    height: 44px;
    display: inline;
    margin-top: -15px;
}

.logo_cube.inverted {
    display: none;
}

@font-face {
    font-family: playBold;
    src: url(Play-Bold.ttf);
}

#logo_title {
    vertical-align: top;
    font-family: playBold;
}

.stats-container:hover {
    /* border: 1px solid #0090ff; */
    /* box-shadow: 0px 0px 0px 1px #bbb inset; */
    cursor: pointer;
    /* border-radius: 3px; */
    /* z-index: 9999; */
}

.stats-container.report-stat:hover {
    border: 1px solid transparent;
    border-bottom: 1px solid #ddd;
    box-shadow: 0px 0px 0px 2px transparent inset;
    cursor: default;
    border-radius: 0px;
}

#modal-stats-details-body .stats-container {
    /*height: 450px;
    max-height: 450px;*/
    height: auto !important;
    max-height: none !important;
    overflow: visible;
}

/*.stats-container.loading {
    background-image: url('/bundles/appcore/img/load.gif');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 20px;
}*/

.stats-graph {
    /* margin-left: -15px;
    margin-right: -15px; */
    /*border: 1px solid red;*/
    height: 200px;
}

.stats-graph[data-type="text"] {
    /* display: table; */
    /* width: 100%; */
    margin: auto;
}

.stats-graph[data-type="text"] .text-chart-graph {
    /* transition: font-size .4s; */
}

.text-chart-graph {
    /* display: table-cell; */
    /* font-size: 4vw; */
    text-align: center;
    vertical-align: middle;
    font-weight: 900;
}

.stats-container.report-stat .stats-graph {
    height: 380px;
    position: relative;
}

.stats-graph[data-type="geochart"] path {
    stroke: #aaa;
}

#modal-stats-details-body .stats-graph {
    height: 380px;
}

.stats-graph[data-type="text"] {
    overflow: auto;
}

#modal-stats-details-body .stats-container {
    border: none !important;
    box-shadow: none;
    cursor: default;
    border-radius: 0px;
}

.report-stat-menu {
    padding-top: 10px;
}

.report-stat-menu.dropdown-menu > li > a:hover, 
.report-stat-menu.dropdown-menu > li > a:focus {
    background-color: transparent !important;
    background-image: none !important;
}

.report-stat-menu.dropdown-menu > li > a {
    padding: 10px 25px;
}

.report-stat-menu.dropdown-menu .btn {
    /*background-color: transparent !important;
    background-image: none !important;*/
    font-size: 11px;
}

.report-stat-menu.dropdown-menu .btn-default {
    background-image: none !important;
}

.report-stat-menu.dropdown-menu > li > a.buttons {
    padding: 5px 10px;
    text-align: center;
}

.report-stat-menu label {
    cursor: pointer;
}

#modal-stats-details-body .model-name {
    display: none;
}

#modal-stats-details .modal-title {
    text-align: center;
    font-size: 24px;
}

.stats-name .filter-button {
    display: none;
}

.stats-name .edit-button-icon {
    margin-top: 2px;
}

.modal .stats-name .filter-button,
#report_stats .filter-button {
    display: block;
}

.stats-variables {
    position: absolute;
    display: block;
    border: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    background-color: #fff;
    height: 0px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
    overflow-y: hidden;
    transition: all .4s;
    opacity: 0.0;
    border-radius: 6px;
    
    z-index: 1;
    left: 0px;
    right: 0px;
    top: auto;
    box-shadow: 0px 10px 20px -15px rgba(0, 0, 0, .4);
}

.stats-variables-buttons {
    position: absolute;
    z-index: 2;
    right: 15px;
    top: auto;
    margin-top: 5px;
    opacity: .6;
    display: none;
}

.stats-variables-buttons:hover {
    cursor: pointer;
    opacity: 1.0;
}

.stats-container.fullscreen .stats-variables {
    position: fixed;
    left: 5px;
    right: 5px;
    top: 105px;
}

.stats-container.fullscreen .stats-variables-buttons {
    position: fixed;
    right: 10px;
    top: 110px;
}

.report-stat-container {
    position: relative;
}

.button-sort-stat {
    position: relative;
    float: right;
    margin-top: -36px;
    margin-right: 10px;
    display: none;
    z-index: 9999999;
    cursor: grab;
    color: #888;
}

.button-sort-stat:hover {
    color: #000;
}

.button-sort-stat:active {
    cursor: grabbing;
}

#report_stats_body.editable .button-sort-stat {
    display: block;
}

#report_stats_body.editable .report-stat-container {
    height: 100px;
}

#report_stats_body.editable .stats-container {
    pointer-events: none !important;
}

#report_stats_body.editable .stats-container.report-stat {
    height: 100px !important;
    padding-top: 26px !important;
}

#report_stats_body.editable .stats-container.report-stat .stats-variables,
#report_stats_body.editable .stats-container.report-stat .stats-variables-buttons,
#report_stats_body.editable .stats-container.report-stat .stats-name .stats-item-buttons,
#report_stats_body.editable .stats-container.report-stat .stats-graph {
    display: none !important;
}

#dashboard_tab .stats-variables,
#dashboard_tab .stats-variables-buttons {
    display: none;
}

.stats-item-wrapper.stats-variables-visible .stats-variables {
    min-height: 100px;
    height: auto;
    opacity: 1.0;
    padding-top: 20px;    
}

.stats-item-wrapper.stats-variables-visible .stats-variables-buttons {
    display: block;
}

.stats-item-wrapper:not(.stats-variables-visible) .stats-variables {
    height: 0px;
}

.stats-item-wrapper:not(.stats-variables-visible) .stats-variables-buttons {
    display: none;
}

#modal-stats-details .stats-name-wrapper {
    font-size: 20px;
}

.stats-container.report-stat .stats-name-wrapper {
    font-size: 20px;
}

.stats-container.report-stat .model-name {
    display: none;
}

.stats-item {
    position: relative;
    /*height: 100%;*/
}

#modal-stats-details .stats-item {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e5e5e5;
}

#navbar {
    margin-left: 0px !important;
    margin-right: 15px !important;
}

.navbar-toggle {
    padding: 9px 0px !important;
    margin-right: 0px !important;
    border-color: transparent !important;
}

.navbar-nav {
    margin: 0px 0px !important;
}

/*#modal-stats-details .stats-item:last-child {
    border-bottom: none;
}*/

nav.navbar > .header-row {
    opacity: 1.0;
    transition: all 1s;
}

nav.navbar.loading > .header-row {
    opacity: .0;
}

nav.navbar.loading {
    /* background-image: url(/bundles/appcore/img/load.gif) !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 20px; */
    background-color: transparent !important;
    border-bottom-color: transparent !important;
}

.stats-item.loading {
    background-image: url('/bundles/appcore/img/load.gif');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 20px;
}

.stats-item .stats-graph {
    -webkit-filter: saturate(130%);
    filter: saturate(130%);
    transition: -webkit-filter 1.2s, filter 1.2s;
}

.stats-item.loading .stats-graph {
    -webkit-filter: saturate(300%) blur(12px);
    filter: saturate(300%) blur(12px);
    pointer-events: none;
}

#ticket-modal-editor .loader-icon,
.history-wrapper .loader-icon {
    height: 100px;
    width: 100%;
    background-image: url('/bundles/appcore/img/load.gif');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 16px;
}

.queue_stat_container .stats-info .loader-icon {
    height: auto !important;
    width: auto !important;
    background-image: none !important;
}

.history-wrapper .loader-icon {
    height: 100px;
}

.data-view-content.basic_details .column:not(.basic_column) {
    display: none;
}

/* .history-content {
    margin-bottom: 30px;
} */

.stats-item .stats-name {
    position: relative;
    color: #666;
    font-weight: 200;
    margin-bottom: 20px;
    /* z-index: 1; */
}

.stats-container .stats-item:not(.loading) .stats-info {
    display: none;
}

.stats-container .stats-item.loading .stats-last-updated,
.stats-container .stats-item.loading .loader-icon-button {
    /* display: none !important; */
}

.stats-container .stats-item.loading.updating .chevron-menu .chevron {
    display: none;
}

.stats-container .stats-item.loading.updating .chevron-menu {
    background-image: url(/bundles/appcore/img/load.gif);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 20px;
}

.model-name {
    margin-left: -2px;
    margin-right: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.refresh-graph-button,
.edit-graph-button,
.fullscreen-button {
    position: relative;
    /*padding-top: 15px;
    padding-bottom: 15px;
    top: -15px;*/
}

.fullscreen-button {
    /* margin-right: 10px; */
    position: absolute;
    top: 10px;
    right: 15px;
    opacity: 0.0;
    transition: all .4s;
}

.stats-item-wrapper {
    position: relative;
}

.stats-container .stats-item-wrapper {
    display: none;
}

.stats-container .stats-item-wrapper:nth-of-type(2) {
    display: block;
}

.modal-dialog .stats-item-wrapper {
    display: block;
}

.stats-container:hover .fullscreen-button  {
    opacity: 1.0;
    z-index: 100;
}

.stats-item-wrapper:hover .fullscreen-button {
    right: 110px;
}

.stats-container.fullscreen {
    z-index: 9999999;
}

.stats-container.fullscreen .fullscreen-button {
    opacity: 1.0;
}

.modal-dialog .fullscreen-button {
    display: none;
}

.stats-item-buttons {
    display: inline;
    margin-right: -15px;
    float: right;
}

.campaign-status-chart .stats-item-buttons {
    display: none;
}

.campaign-status-chart .stats-container,
.campaign-status-chart .stats-container:hover {
    border: none !important;
    box-shadow: none !important;
    cursor: default;
}

.stats-item-buttons .button {
    margin-left: 15px;
}

.refresh-graph-button:hover,
.edit-graph-button:hover,
.fullscreen-button:hover {
    color: #000;
    cursor: pointer;
}


.logout-button-xs,
.logout-button-xs:active,
.logout-button-xs:visited,
.logout-button-xs:hover {
    color: #fff;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 1);
    font-size: 18px;
    position: relative;
    top: 13px;
    right: 1px;
}

.sidebar-item .paused {
    position: absolute;
    right: 10px;
    top: 15px;
    font-size: 10px;
}

#results-body.info-view #info,
#results-body:not(.info-view) #results-body-table  {
    display: block;
}

#results-body:not(.info-view) #info,
#results-body.info-view #results-body-table {
    display: none !important;
}

.info-view .stats-container {
    height: 250px;
    max-height: 250px;
}

#info.tableview-subview {
    margin-top: 60px;
    margin-bottom: 60px;
}

#info > .row {
    padding: 4px;
}

#info.tableview-subview .info-description {
    font-weight: 400;
    text-align: right;
    margin-top: 5px;
}

#info.tableview-subview .info-value {
    
}

#campaign_stats {
    /*background-color: #fbfbfb;*/
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    display: none;
}

#campaign_stats .stats-container {
    border: none;
    height: 280px;
    max-height: 280px;
    padding-top: 20px;
}

#campaign_stats .edit-graph-button,
#campaign_stats .model-name {
    display: none;
}

.report_stats_title,
.campaign_stats_title {
    font-size: 18px;
    font-weight: 100;
    line-height: 30px;
    margin-top: 15px;
}

.report_stats_title {
    display: none;
}

#info.tableview-subview .info-value input,
#info.tableview-subview .info-value select {
    max-width: 200px;
}

#info.tableview-subview .info-value .input-group {
    display: block;
}

#info.tableview-subview .info-value #active {
    box-shadow: none;
    margin: 0px;
}

#table_view_content .separator-toolbar {
    height: 25px;
    margin-bottom: 25px;
}

#table_view_content .separator-toolbar-buttons {
    bottom: 0px;
}

.filter-view {
    min-height: 300px;
}

.filter-section {
    padding: 6px;
}

.filter-section-label {
    text-align: right;
    font-weight: 200;
    padding-top: 8px;
}

#filter-sections .entity-group-label {
    padding: 6px 15px 6px 15px;
    background-color: #666666;
    border-color: #666666;
    color: #fff;
    text-shadow: 0px 1px 1px #000;
    /* margin-bottom: -8px; */
    /* max-width: 300px; */
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 16px;
    min-height: 37px;
    cursor: pointer;
    font-weight: 300;
}

#filter-sections .entity-group-label.clean {
    padding: 6px;
    line-height: 22px;
    margin-right: 0px;
    min-width: 38px;
}

#filter-sections .entity-group-label-button-wrapper {
    height: 32px;
    display: inline-block;
    vertical-align: top;
    padding-top: 8px;
}

#filter-sections .entity-group-label-button-add {
    
}

#filter-sections .filter-section-values {
    
}

.filter-view[data-filter-view="filter"] {
    display: none;
}

.filter-view #table-page-view .btn {
    position: relative;
    width: 100%;
}

.filter-view #table-page-view .btn .pull-right {    
    position: absolute;
    top: 16px;
    right: 10px;
    pointer-events: none;
    font-size: 14px;
    z-index: 99999;
}

#table-page-view > .row {
    margin-bottom: 10px;
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 15px;
}

.popover-page-view .filter-button-title {
    /* color: red; */
    font-size: 14px;
    display: inline-block;
    padding-top: 4px;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 150px;
}

.filter-view .popover-content {
    width: 200px;
    /*overflow: hidden;*/
}

.filter-view .popover-content-wrapper {
    position: relative;
    white-space: nowrap;
    transition: all .4s;
    overflow: hidden;
}

.popover-content-wrapper.master-detail-view {
    
}

.filter-view .popover-page-view {
    display: inline-block;
    width: 200px;
    vertical-align: top;
    z-index: 9999999;
    position: relative;
    background-color: #fff;
    overflow: hidden;
    border-radius: 6px;

    transition: all .4s;
    left: 0px;
}

.filter-view .popover-page-view.active {
    background-color: red;
}

.filter-view .popover-page-view label {
    display: block;
    text-align: center;
}

.filter-view .popover-content-wrapper.master .popover-page-view {
    left: 0px;
}

.filter-view .popover-content-wrapper.details .popover-page-view {
    left: -204px;
}

.filter-view .popover-content-wrapper.sub-details .popover-page-view {
    left: -408px;
}

.filter-view .popover-page-view .disabled {
    /*opacity: .4;*/
    display: none;
}

.filter-view .popover-page-view #order_buttons,
.filter-view .popover-page-view #type_buttons {
    padding: 5px 10px;
    padding-top: 0px;
    text-align: center;
    display: block;
}

.filter-view .popover-page-view #order_buttons .btn-default,
.filter-view .popover-page-view #type_buttons .btn-default {
    background-image: none !important;
}

.filter-view .popover-page-view #order_buttons .btn,
.filter-view .popover-page-view #type_buttons .btn {
    font-size: 11px;
    width: 95px;
}

#filter-sections.multiple-tables .entity-group-label-value.short,
#filter-sections:not(.multiple-tables) .entity-group-label-value.long {
    display: none;
}

#filter-sections.multiple-tables .entity-group-label-value.long,
#filter-sections:not(.multiple-tables) .entity-group-label-value.short {
    display: inline-block;
}

.popover-content-wrapper.conjunction .list-group .list-group-item:first-of-type {
    border-top: 0px;
}

#search-page-view .row.conjunction {
    display: none;
}

#filter-sections .entity-group-label-value {
    max-width: 203px;
    text-overflow: ellipsis;
    overflow-x: hidden;
    padding-top: 3px;
}

#filter-sections .entity-group-label .entity-group-label-button-remove {
    font-size: 10px;
    padding-left: 4px;
    cursor: pointer;
    /* opacity: 0.4; */
    vertical-align: top;
    padding-top: 5px;
    position: relative;
    top: 8px;
    right: -4px;
}

#filter-sections .entity-group-label .entity-group-label-button-remove::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    /* border: 1px solid red; */
    position: relative;
    top: -12px;
    left: -9px;
}

.entity-group-label .entity-group-label-loader {
    position: relative;
    top: -3px;
    right: -3px;
    padding: 2px;
    font-size: 10px;
    text-shadow: 0px 0px 2px #000;
    display: none;
}

#filter-sections .entity-group-label.new {
    /*border: 1px solid red;*/
    display: none;
}

.entity-group-label .entity-group-label-loader.active {
    display: inline-block !important;
}

#filter-sections .entity-group-label-button-remove:hover {
    opacity: 1.0;
}

#filter-sections .expression-row {
    margin-top: 0px;
    margin-right: -15px;
    margin-left: -15px;
}

#filter-section-conditions > .entity-group-label:nth-child(1).conjunction {
    display: none;
}

.filter-section.hide-add-button .entity-group-label-button-add {
    display: none !important;;
}

#entity-modal-editor .separator-toolbar-buttons {
    bottom: 5px;
}


#entity-modal-editor .separator-toolbar {
    margin-top: 0px;
    height: 20px;
}

#entity-modal-editor .separator-toolbar.subview {
    margin-top: -35px;
    border-bottom: 1px solid transparent;
}

/* #search-page-view > .row {
    margin-left: 0px !important;
    margin-right: 0px !important;
} */

#search-page-view .row.main-content {
    display: block;
}

#search-page-view.value .row.main-content {
    display: none;
}

#search-page-view .row.value-content {
    display: none;
}

#search-page-view.value .row.value-content {
    display: block;
}

#search-page-view #error_message {
    text-align: center;
    margin-top: 10px;
    font-weight: 200;
    display: none;
    padding: 20px;
    white-space: normal;
}

#search-page-view #error_message #error_message_column_name {
    font-weight: 400;
}

#search-page-view.error #error_message {
    display: block;
}

#search-page-view.error #values {
    display: none;
}

#search-page-view #progress {
    height: 100px;
    background-image: url(/bundles/appcore/img/load.gif);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 20px;
    display: none;
}

#search-page-view.in-progress #progress {
    display: block;
}

#search-page-view.in-progress #error_message,
#search-page-view.in-progress #values {
    display: none;
}

.list-group-item-description {
    text-align: center;
    font-size: 10px;
    font-weight: 200;
    padding: 4px;
    padding-bottom: 8px;
    color: #aaa;
    cursor: default;
}

.button-map-style .icon {
    transition: all .2s;
}

.button-map-style.inverted .icon {
    transform: rotateZ(-180deg);
    -webkit-transform: rotateZ(-180deg);
}

.button-map-group .marker {
    transition: all .2s;
}

.button-map-group[data-mode="map"] .marker {
    
}

.button-map-group[data-mode="cluster"] .marker {
    transform: scale(1.4);
    color: #0C2E65;
}

.queue-view-title {
    text-align: center;
    font-weight: 200;
    font-size: 30px;
    margin-top: 50px;
}

.queue-count-badge {
    background-color: #e83c2a !important;
    font-weight: 200;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, .2) !important;
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, .1) inset;
    height: 16px;
    min-width: 16px;
    display: inline-block;
    padding: 5px !important;
    padding-top: 2px !important;
    margin-left: 2px !important;
    transition: all .2s; 
}

.price-badge {
    font-size: 10px;
    font-weight: 500;
    background-color: #3284ff !important;
    padding-bottom: 4px;
}

.queue-count-badge.done {
    background-color: #f6f6f6 !important;
    color: #000;
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, .2) inset;
}

#sidebar_queues .queue-count-badge {
    position: absolute;
    right: 28px !important;
    margin-top: 2px;
}

.queue-count-badge[data-value="0"] {
    background-color: rgba(0, 0, 0, .0) !important;
    color: #333;
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, .2) inset;
}

.header .group-filter {
    display: none;
}

.header .group-filter .group-filter-icon {
    /* vertical-align: text-bottom; */
    -webkit-transition: -webkit-transform 0.3s;
}

.header .group-filter.active .group-filter-icon {
    transform: rotateX(-180deg) translateZ(-1px);
    -webkit-transform: rotateX(-180deg) translateZ(-1px);
}

.header .group-filter .group-filter-icon .entity-group-label-color {
    margin-left: -19px;
    height: 15px;
    width: 15px;
    top: -1px;
}

.entity-table .popover .entity-group-label-color {
    position: absolute;
    height: 10px;
    width: 10px;
    left: 30px;
    top: 16px;
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, .1) inset;
}

.btn.active .queue-count-badge {
    background-color: #fff !important;
    color: #333 !important;
    box-shadow: none !important;
}

#header-main-menu .btn.active .queue-count-badge,
#launchpad .btn.active .queue-count-badge,
#queue_tab .application_view_header .queue-count-badge {
    /* background-color: transparent !important; */
    background-color: #e83c2a !important; 
    color: #fff !important;
    /* box-shadow: 0px 0px 0px 1px #333 inset !important; */
    /* font-weight: 400; */
    text-shadow: none !important;
}

.queue-count-badge.loading {
    background-color: rgba(0, 0, 0, .0) !important;
    background-image: url(/bundles/appcore/img/load.gif) !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 14px;
    box-shadow: none !important;
}

.queue-tickets {
    margin-top: 15px;
}

.queue-tickets .tickets-table .ticket-column-name:first-letter {
    text-transform: uppercase;
}

.discreete-message {
    margin-top: 80px;
    margin-bottom: 30px;
    color: #666;
    text-align: center;
    font-weight: 200;
    font-size: 16px;
}

.queue-tickets {
    display: none;
}

.filter-container .column-filter-input-wrapper {
    display: none;
}

.filter-container .filter-row-visible {
    
}

.filter-container.filters-visible .filter-row-hidden {
    display: none !important;
}

.filter-container.filters-visible .column-filter-input-wrapper {
    display: block;
    position: relative;
}

.filter-container.filters-visible .filter-button {
    color: #3b99fc !important;
}

.queue-tickets .column-filter-button:hover,
.filter-container.filters-visible .column-filter-button[data-column-name="ticket_id"] {
    background-color: #eee;
    box-shadow: 0px 0px 0px 4px #eee;
    border-radius: 2px;
    cursor: pointer;
}

.column-filter-sort-button {
    transition: transform .4s, -webkit-transform .4s, opacity .4s;
    position: absolute;
    right: 0px;
    top: 12px;
}

.column-filter-sort-button[data-value="none"] {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);

    opacity: 0.2;
}

.column-filter-sort-button[data-value="up"] {
    color: #3b99fc !important;
    width: 8px;
    overflow: hidden;

    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.column-filter-sort-button[data-value="down"] {
    color: #3b99fc !important;
    width: 8px;
    overflow: hidden;

    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.column-filter-sort-button:hover {
    background-color: #eee;
    box-shadow: 0px 0px 0px 4px #eee;
    border-radius: 2px;
    cursor: pointer;
    opacity: 1.0;
}

.queue-tickets .column-filter-input {
    display: inline-block;
    top: 0px;
    z-index: -1;
    background-color: transparent;
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    box-shadow: none;
    border-radius: 0px;
    outline: none;
    padding-left: 0px;
    padding-right: 18px;
    text-align: left;
    font-size: 14px;
    font-weight: 100;
}

.queue-tickets .column-filter-input:active,
.queue-tickets .column-filter-input:focus {
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    outline: none;
    box-shadow: 0px 1px 0px 0px #66afe9 !important;
}

.filter-container.filters-visible .column-filter.dirty .column-filter-button {
    color: #3b99fc !important;
}

.queue-tickets-empty-message {
    /* display: none; */
}

.tickets-table-body .ticket-row:not(.visible) {
    cursor: pointer;
    transition: transform .2s;
}

.tickets-table-body .ticket-row:not(.visible) {
    display: none;
}

.tickets-table-body .ticket-row td {
    padding-top: 15px;
    padding-bottom: 15px;
}

#ticket_modal_editor_body {
    padding-top: 0px;
}

.history-content .tickets-table-body .ticket-row td {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 12px;
}

.history-container {
    background-color: #fafafa;
    border-radius: 0px;
    border: 1px solid #ddd;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;

    max-height: 264px;
    overflow-y: scroll;
}

.ticket-modal-watching-user-title {
    font-weight: 200;
}

.history-wrapper {
    /* margin-bottom: 30px; */
}

#ticket_modal_editor_body .content-row {
    margin-top: 30px;
}

.history-content .ticket-row {
    background-color: transparent !important;
}

.history-content .ticket-row:hover,
.history-content .ticket-row:active {
    /* cursor: pointer; */
    transform: none !important;
    background-color: transparent;
}

.tickets-table-body .ticket-row.even {
    background-color: #fcfcfc;
}

.tickets-table-body .ticket-row:hover {
    background-color: #eee !important;
    cursor: pointer;
}

#ticket_history_details_window {
    position: absolute;
    z-index: 9999;
    border: 1px solid #000 ;
    left: 0px;
    right: 0px;
    top: 0px;
    min-height: 300px;
    border-radius: 10px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    background: #fafafa;
    padding: 15px;
    max-height: 200px;
    overflow-y: scroll;
    display: none;
}

#ticket_history_details_window:hover {
    cursor: pointer;
    border-color: #000;
}

.ticket-history-empty-message {
    text-align: center;
    font-weight: 200;
    margin-top: 70px;
}

.tickets-table-body .ticket-row:active {
    transform: scale(.98);
}

.element-hidden {
    display: none !important;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #000;
}

.navbar-inverse .navbar-toggle:hover .icon-bar,
.navbar-inverse .navbar-toggle:focus .icon-bar,
.navbar-inverse .navbar-toggle:active .icon-bar {
    background-color: #fff;
}

.button-save {
    transition: color .4s;
}

.button-save.modified {
    color: #007aff;
}

.map_fullscreen {
    padding: 7px;
    width: 30px;
    font-size: 12px;
    border-radius: 3px;
    background-color: #fafafa;
    text-align: center;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, .2);
    cursor: pointer;
    margin-top: 10px;
    margin-right: 10px;
    color: #666;
}

.map_fullscreen:hover {
    color: #000;
}

.stats-container.fullscreen .google-map,
.stats-container.fullscreen .stats-graph {
    position: fixed !important;
    top: 48px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: auto !important;
    border: none !important;
    z-index: 100;
    border-radius: 0px;
}

.stats-container.fullscreen .stats-graph {
    left: 0px;
    right: 0px;
    padding: 15px;
    padding-top: 0px;
    background-color: #fff;
}

.stats-container.fullscreen .stats-name {
    position: fixed;
    top: 35px;
    left: 0px;
    right: 0px;
    height: 50px;
    background: #fff;
    z-index: 101;
    text-align: center;
    border-bottom: 1px solid #ccc;
    margin-top: 10px !important;
}

.stats-container.fullscreen .fullscreen-button {
    position: fixed !important;
    right: 15px;
    top: 61px;
    z-index: 999999;
}

.stats-container.fullscreen .stats-name .stats-name-wrapper {
    font-size: 30px;
    font-weight: 800;
    color: #000;
    margin-top: 7px;
    display: inline-block;
}

.stats-container.fullscreen .stats-item-buttons {
    display: inline;
    margin-right: -15px;
    position: fixed;
    right: 36px;
    top: 61px;
}

.report-message {
    text-align: center;
    font-size: 20px;
    font-weight: 200;
    margin-top: 50px;
}













.graph-columns-toolbar.stats-title {
    font-size: 18px;
    font-weight: 100;
    text-align: center;
    line-height: 30px;
}

.modal-dialog
{
    margin-top: 60px !important;

    -webkit-transition: -webkit-transform .3s ease-out, width .4s, margin-top .4s !important;
    -o-transition: -o-transform .3s ease-out, width .4s, margin-top .4s  !important;
    transition: transform .3s ease-out, width .4s, margin-top .4s  !important;
}

.modal-dialog.fullscreen
{
    width: 99% !important;
    margin-top: 5px !important;
}

.modal-dialog.fullscreen .stats-graph {
    height: auto !important;
}

.modal-dialog.animated {
    transition: all .4s !important;
}

.modal-dialog.blurred {
    transform: scale(.9) translateY(-60px) !important;
    opacity: .3 !important;
    /*filter: blur(2px) !important;*/
}

#enqueue_modal_queue .entity-group-label-color {
    position: relative;
    top: 0px;
    left: 0px;
    margin-top: -3px;
    margin-right: 6px;
}

.modal-dialog.blurred.full {
    opacity: .0 !important;
}

.dropdown-menu
{
    max-height: 400px;
    overflow-y: auto;
    border-radius: 4px;
}

.dropdown-menu > li
{
    cursor: pointer;
}

.dropdown-menu.report-stat-menu li:first-child {
    border-bottom: 1px solid #ddd;
}

.button.clickable,
a.clickable
{
    display: inline-block;
    transform: translateY(0px);
    cursor: pointer;
}

.button.clickable:hover,
a.clickable:hover
{
    transition: transform 0s !important;
    -webkit-transition: transform 0s !important;
    
    transition-delay: 0s !important;
    -webkit-transition-delay: 0s !important;
}

.button.clickable:not(.disabled):active,
a.clickable:not(.disabled):active
{
    transform: translateY(1px) !important;
}

.btn:hover, .btn:focus, .btn:active
{
    outline: none !important;
}

::selection
{
    /*background-color: rgba(255,0,0,0.1);*/
    background-color: #59B1F6;
    text-shadow: none;
    color: #fff;
}

::-moz-selection
{
    /*background-color: rgba(255,0,0,0.1);*/
    background-color: #59B1F6;
    text-shadow: none;
    color: #fff;
}

.scaled_in
{
    opacity: 0.0;
    -ms-transform: scale(1.2,1.2);
    -webkit-transform: scale(1.2,1.2);
    transform: scale(1.2,1.2);
}

.rotate
{
    animation-name: spin;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-play-state: running;

    -webkit-animation-name: spin;
    -webkit-animation-duration: 2s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    -webkit-animation-play-state: running;
}

@-ms-keyframes spin { from { -ms-transform: rotate(0deg); } to { -ms-transform: rotate(360deg); }}
@-moz-keyframes spin { from { -moz-transform: rotate(0deg); } to { -moz-transform: rotate(360deg); }}
@-webkit-keyframes spin { from { -webkit-transform: rotate(0deg); } to { -webkit-transform: rotate(360deg); }}
@keyframes spin { from { transform:rotate(0deg); } to { transform:rotate(360deg); }}


.loader {
  position: relative;
  margin: 0px auto;
  width: 60px;
}

.loader:before {
  content: '';
  display: block;
  padding-top: 100%;
}

.circular {
  -webkit-animation: rotate 1s linear infinite;
  animation: rotate 1s linear infinite;
  height: 100%;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  stroke-linecap: round;
}

@-webkit-keyframes 
rotate {  100% {
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg);
}
}

@keyframes 
rotate {  100% {
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg);
}
}

@-webkit-keyframes 
dash {  0% {
 stroke-dasharray: 1, 200;
 stroke-dashoffset: 0;
}
 50% {
 stroke-dasharray: 89, 200;
 stroke-dashoffset: -35;
}
 100% {
 stroke-dasharray: 89, 200;
 stroke-dashoffset: -124;
}
}

@keyframes 
dash {  0% {
 stroke-dasharray: 1, 200;
 stroke-dashoffset: 0;
}
 50% {
 stroke-dasharray: 89, 200;
 stroke-dashoffset: -35;
}
 100% {
 stroke-dasharray: 89, 200;
 stroke-dashoffset: -124;
}
}

/*@-webkit-keyframes 
color {  100%, 0% {
 stroke: #d62d20;
}
 40% {
 stroke: #0057e7;
}
 66% {
 stroke: #008744;
}
 80%, 90% {
 stroke: #ffa700;
}
}*/

/*@keyframes 
color {  100%, 0% {
 stroke: #eee;
}
 40% {
 stroke: #aaa;
}
 66% {
 stroke: #ddd;
}
 80%, 90% {
 stroke: #333;
}
}*/

@keyframes 
color {  100%, 0% {
 stroke: #ccc;
}
 40% {
 stroke: #ccc;
}
 66% {
 stroke: #ccc;
}
 80%, 90% {
 stroke: #ccc;
}
}

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

#nprogress .bar { 
    background: #ccc !important;
    height: 1px !important;
}

#nprogress .peg {
    box-shadow: 0 0 0px black, 0 0 0px black !important;
}

.pace .pace-progress {
  background: #0079ff !important;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 1px;
}

.pace .pace-progress-inner {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #0079ff, 0 0 5px #0079ff !important;
  opacity: 1.0;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -moz-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  -o-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}

.pace .pace-activity {
  display: block;
  position: fixed;
  z-index: 2000;
  top: 15px;
  right: 15px;
  width: 14px;
  height: 14px;
  border: solid 2px transparent;
  border-top-color: #0079ff !important;
  border-left-color: #0079ff !important;
  border-radius: 10px;
  -webkit-animation: pace-spinner 400ms linear infinite;
  -moz-animation: pace-spinner 400ms linear infinite;
  -ms-animation: pace-spinner 400ms linear infinite;
  -o-animation: pace-spinner 400ms linear infinite;
  animation: pace-spinner 400ms linear infinite;
}

.ui-widget-header {
    border: none; 
    background: transparent; 
    color: #333;
    font-weight: bold;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: normal;
    color: #454545;
    border-radius: 100px;
    width: 30px;
    height: 30px;
    text-align: center;
    padding-top: 7px;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    border: 1px solid #003eff;
    background: #007fff;
    font-weight: normal;
    color: #fff;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #007fff;
    background: rgba(0, 127, 255, 0.13);
    color: #000000;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    border-radius: 100px;
    cursor: pointer;
}

.modal-footer .btn {
    position: relative;
}

.modal-footer .btn-default, 
.modal-footer .btn-primary {
    background-image: none !important;
    background-color: transparent !important;
    border-color: transparent !important;
    box-shadow: none !important;
    color: #007aff !important;
    font-weight: 200;
    text-shadow: none !important;
    font-size: 16px;
}

.modal-footer .btn-primary {
    font-weight: 500;
}

.modal-footer .btn-default:hover, 
.modal-footer .btn-primary:hover {
    color: #005cc6 !important;
}

.btn {
    font-weight: 200;
}

.btn-default {
    text-shadow: none;
    background-image: -webkit-linear-gradient(top, #fafafa 0%, #f0f0f0 100%);
    background-image: -o-linear-gradient(top, #fafafa 0%, #f0f0f0 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#f0f0f0));
    background-image: linear-gradient(to bottom, #fafafa 0%, #f0f0f0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#f0f0f0', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    border-color: #dcdcdc;
    box-shadow: none;
}

.btn-danger {
    background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
    background-image: -o-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c12e2a));
    background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    border-color: #b92c28;
}

.modal-footer .btn-danger {
    background-image: none !important;
    background-color: transparent !important;
    border-color: transparent !important;
    box-shadow: none !important;
    color: red !important;
    font-weight: 600;
    text-shadow: none !important;
    font-size: 16px;
}

.modal-footer .btn:not(:last-child) {
    /* color: red !important; */
}

.modal-footer .btn:not(:last-child):after {
    background: #e5e5e5;
    width: 1px;
    height: 80%;
    content: '';
    display: block;
    position: absolute;
    top: 10%;
    right: -6px;
}

.dropdown-menu > li > a {
    position: relative;
    font-weight: 200;
    padding: 10px 4px;
    text-align: center;
}

.dropdown-menu > li > a > .glyphicon {
    position: absolute;
    left: 14px;
    top: 13px;
}

.dropdown-menu > li > a:hover, 
.dropdown-menu > li > a:focus {
    background-color: rgba(0,122,255,0.06);
    background-image: none !important;
}

.dropdown-menu .divider {
    margin: 0px;
}

.popover > .arrow {
    background-size: contain;
    background-image: url(/bundles/appcore/img/icon_popup_arrow.png);
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    width: 30px;
    height: 16px;
    z-index: 2;
    margin-left: -17px;
    top: -15px;
    background-color: transparent;
    border-style: none;
    margin-left: -17px !important;
    margin-top: -4px;
}

#modal-entity-editor-button-cancel {
    margin-right: 10px;
    margin-top: 3px;
}

.popover.bottom > .arrow {
    -webkit-transform: rotate(180deg);
    top: -10px;
}

.popover.top > .arrow {
    top: auto;
    bottom: -15px;
}

.popover > .arrow:after {
    content: none;
    border-width: 0px;
}

.chevron {
    display: inline-block;
    width: 8px;
    height: 14px;
    background-size: contain;
    background-image: url(/bundles/appcore/img/chevron.png);
    background-position: center;
    background-repeat: no-repeat;
}

.navbar #campaign_logo_main .chevron {
    opacity: 1.0;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    left: 215px;
}

#main_menu #username .chevron {
    margin-left: 2px;
    margin-right: 3px;
    vertical-align: middle;
    transition: all .4s;
}

#main_menu #username .chevron.rotated {
    transform: rotateX(-180deg);
}

body.in-progress #main_menu #username .chevron.progress-indicator {
    height: 13px;
    width: 13px;
    background-image: url(/bundles/appcore/img/load.gif);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 13px;
    vertical-align: middle;
    margin-left: 0px;
    margin-right: 0px;
}

.navbar #campaign_logo_main .chevron::after {
    content: '';
    display: block;
    height: 30px;
    width: 30px;
    border-right: 1px solid #d4d4d4;
    position: absolute;
    top: -9px;
    left: -10px;
}

.chevron.unloaded {
    opacity: .0;
}

#launchpad_user_menu {
    display: none;
}

#content:not(.launchpad-visible) #launchpad,
#content:not(.launchpad-visible) .launchpad-logo-line {
    display: none;
}

#content.launchpad-visible .application_view {
    padding-left: 250px;
}

#content.launchpad-visible .sidebar {
    left: 250px;
    width: 250px;
}

#content.launchpad-visible .navbar #campaign_logo_main .chevron {
    transform: rotateX(-180deg);
}

.chevron-menu {
    position: absolute;
    margin-top: -8px;
    right: -15px;
    width: 30px;
    height: 30px;
    border: 1px solid transparent;
    text-align: center;
    border-radius: 100px;
    cursor: pointer;
}

.chevron-menu:hover,
.stats-container.popover-opened .chevron-menu {
    /* background-color: #fafafa;
    border-color: #eee; */
}

.chevron-menu .chevron {
    transition: all .4s;
}

.stats-container.popover-opened .chevron-menu .chevron {
    transform: rotateX(-180deg);
}

.chevron-menu .chevron {
    position: relative;
    display: inline-block;
    margin-top: 7px;
}

.chevron-stats-list .icon,
.chevron-stats-list .popover-icon,
.telephone-actions-list .icon {
    position: absolute;
    left: 18px;
    top: 14px;
}

.chevron-item-details {
    font-size: 9px;
    opacity: .5;
    position: relative;
    /* top: 26px; */
    height: 0px;
    margin-top: -2px;
    /* font-weight: 300; */
}

#launchpad {
    position: fixed;
    border-right: 1px solid #d4d4d4;
    background-color: #fafafa;
    top: 45px;
    bottom: 0px;
    left: 0px;
    width: 250px;
    overflow-y: auto;
}

.launchpad-logo-line {
    position: absolute;
    top: 0px;
    left: 249px;
    border-left: 1px solid #d4d4d4;
    height: 45px;
    width: 0px;
}

#launchpad .btn-default {
    position: relative;
    background: none !important;
    border-radius: 0px;
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #d4d4d4;
    display: block;
    height: 44px;
    text-align: left;
    font-size: 16px;
    padding-top: 10px;
    padding-left: 50px;
    text-shadow: none;
    float: none;
    margin-left: 0px;
    cursor: pointer;
}

#launchpad .btn-default input[type="radio"] {
    display: none;
}

#launchpad .btn-default .icon {
    margin-top: 2px;
    font-size: 20px;
    position: absolute;
    top: 10px;
    left: 15px;
}

#launchpad .btn-default .icon {
    position: absolute;
    left: 11px;
    top: 5px;
    height: 30px;
    width: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    content: none;
}

#content_container .application_view_header .icon {
    position: absolute;
    left: 22px;
    top: 14px;
    height: 30px;
    width: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    content: none;
}

#launchpad .btn-default .icon:before {
    content: none;
}

/* #main_menu .menu-btn .logout:before {
    content: none;
}

#main_menu .menu-btn .logout {
    background-image: url('/bundles/appcore/img/icons/Icons8/Power.png');
    height: 30px;
    width: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    content: none;
    margin-top: -5px;
} */

#launchpad .btn-default .sort-icon {
    position: absolute;
    right: 4px;
    top: 18px;
    font-size: 8px;
    color: #666;
    opacity: 0.0;
    transition: opacity .4s;
}

#launchpad .btn-default:active  .sort-icon {
    opacity: 1.0;
}

#launchpad .btn-default .icon.marketplace,
#content_container .application_view_header .icon.marketplace {
    background-image: url('/bundles/appcore/img/icons/Icons8/Cart.png');
}

#launchpad .btn-default .icon.dashboard,
#content_container .application_view_header .icon.dashboard {
    background-image: url('/bundles/appcore/img/icons/Icons8/Monitor.png');
}

#launchpad .btn-default .icon.inbound,
#content_container .application_view_header .icon.inbound {
    background-image: url('/bundles/appcore/img/icons/Icons8/Bottom Arrow.png');
}

#launchpad .btn-default .icon.outbound,
#content_container .application_view_header .icon.outbound {
    background-image: url('/bundles/appcore/img/icons/Icons8/Up Arrow.png');
}

#launchpad .btn-default .icon.queue,
#content_container .application_view_header .icon.queue {
    background-image: url('/bundles/appcore/img/icons/Icons8/Ticket.png');
}

#launchpad .btn-default .icon.telesales,
#content_container .application_view_header .icon.telesales {
    background-image: url('/bundles/appcore/img/icons/Icons8/Call.png');
}

#launchpad .btn-default .icon.d2d,
#content_container .application_view_header .icon.d2d {
    background-image: url('/bundles/appcore/img/icons/Icons8/Map Marker.png');
}

#launchpad .btn-default .icon.reports,
#content_container .application_view_header .icon.reports {
    background-image: url('/bundles/appcore/img/icons/Icons8/Copy File.png');
}

#launchpad .btn-default .icon.administration,
#content_container .application_view_header .icon.administration {
    background-image: url('/bundles/appcore/img/icons/Icons8/Edit.png');
}

#launchpad .btn-default .icon.actions,
#content_container .application_view_header .icon.actions {
    background-image: url('/bundles/appcore/img/icons/Icons8/Science.png');
}

#launchpad .btn-default .toolbar_blackbox_icon {
    height: 30px;
    margin-bottom: 0px;
    top: 4px !important;
    left: 10px !important;
}

#launchpad .menu-btn.active {
    color: #007aff;
    background-color: rgba(0,122,255,0.12) !important;
}

#launchpad .launchpad-icon {
    color: #000;
    margin-top: -4px;
    margin-right: 5px;
    font-size: 22px;
    width: 32px;
    text-align: center;
    vertical-align: middle;
}

#launchpad .ui-sortable-helper {
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, .2);
    box-shadow: 0 0 8px rgba(0, 0, 0, .2);
    transform: scale(1.015);
    z-index: 100;
}


@-webkit-keyframes pace-spinner {
  0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@-moz-keyframes pace-spinner {
  0% { -moz-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -moz-transform: rotate(360deg); transform: rotate(360deg); }
}
@-o-keyframes pace-spinner {
  0% { -o-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -o-transform: rotate(360deg); transform: rotate(360deg); }
}
@-ms-keyframes pace-spinner {
  0% { -ms-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -ms-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes pace-spinner {
  0% { transform: rotate(0deg); transform: rotate(0deg); }
  100% { transform: rotate(360deg); transform: rotate(360deg); }
}

/*///////////////////////////////////////////////////////////////////////////////*/

@media only screen and (min-width: 768px) {
    .modal-dialog.modal-sm.clean {
        width: 500px;
    }

    .modal.vertical-middle {
      text-align: center;
    }
    .modal.vertical-middle:before {
      display: inline-block;
      vertical-align: middle;
      content: " ";
      height: 100%;
    }
    .modal.vertical-middle .modal-dialog {
      display: inline-block;
      text-align: left;
      vertical-align: middle;
    }
    .modal.vertical-middle.fade .modal-dialog {
      -webkit-transform: scale(0.9);
      -moz-transform: scale(0.9);
      -ms-transform: scale(0.9);
      transform: scale(0.9);
      opacity: 0;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      transition: all 0.3s ease;
    }
    .modal.vertical-middle.fade.in .modal-dialog {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      /* -webkit-transform: translate3d(0, -300px, 0); */
      /* transform: translate3d(0, -300px, 0); */
      opacity: 1;
    }
  }

#content #content_container .application_view_header {
    display: none;
}

@media (max-width: 767px)
{
    .stats-item .stats-graph {
        -webkit-filter: none;
        filter: none;
        transition: none;
    }
    
    .stats-item.loading .stats-graph {
        -webkit-filter: none;
        filter: none;
        pointer-events: none;
    }

    .stats-container {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    
    .navbar .chevron {
        left: auto;
        right: -5px;
    }

    .chevron::after {
        content: none;
    }

    .stats-container .chevron-menu {
        right: 2px;
    }

    .stats-container .model-name,
    .stats-container .stats-name {
        margin-left: 5px;
    }

    #header-main-menu {
        display: none;
    }

    #content #launchpad {
        width: 100%;
        border-right: none;
        /* background-color: #fff; */
        background-color: rgba(255, 255, 255, .5);
    }

    #content.safari #launchpad {
        width: 100%;
        border-right: none;
        /* background-color: #fff; */
        -webkit-backdrop-filter: saturate(180%) blur(15px);
        backdrop-filter: saturate(180%) blur(15px);
    }

    .launchpad-logo-line {
        display: none;
    }

    #launchpad {
        display: none;
    }

    #launchpad .btn-default {
        display: inline-block;
        height: 128px;
        font-size: 12px;
        width: 33.333333%;
        padding-top: 100px;
        padding-left: 0px;
        padding-right: 0px;
        text-align: center;
        border-bottom: none;
    }

    #launchpad .menu-btn.active .launchpad-label {
        border: 1px solid #b6d9ff;
        border-radius: 100px;
        padding: 1px 4px;
        background-color: #ecf7ff;
    }

    #launchpad .btn-default .icon {
        position: absolute;
        left: 0px;
        top: 52px;
        height: 38px;
        width: auto;
        background-size: contain;
        background-repeat: no-repeat;
        content: none;
        right: 0px;
        background-position: center;
    }

    #launchpad .menu-btn.active {
        color: #007aff;
        font-weight: 300;
        background-color: transparent !important;
    }

    #content.launchpad-visible .application_view {
        padding-left: 0px;
        display: block;
    }

    #content.launchpad-visible .watermark {
        left: inherit !important;
        right: 15px !important;
    }

    body.initializing #content.launchpad-visible .application_view {
        display: none;
    }

    /* #content:not(.safari).launchpad-visible #content_container {
        filter: blur(15px) saturate(180%);
        -moz-filter: blur(15px) saturate(180%);
        -webkit-filter: blur(15px) saturate(180%);
    } */

    #content.launchpad-visible #content_container {
        position: relative;
        perspective: 1000px;
        transition: padding-top .1s;
        padding-top: 450px;
        z-index: 1041;
        padding-bottom: 100px;
        margin-top: 60px;
    }

    body.launchpad-visible .logout-modal .modal-dialog {
        margin: 0px !important;
        margin-left: 2px !important;
        margin-right: 2px !important;
        top: 0px;
        height: 100%;
        padding-top: 50%;
        /* background: rgba(0, 0, 0, .9); */
    }

    body.launchpad-visible .logout-modal .modal-footer .btn:not(:last-child):after {
        background: #5d5d5d;
    }

    body.launchpad-visible .logout-modal .modal-content {
        background-color: #000 !important;
        color: #eee;
    }

    body:not(.initializing).launchpad-visible {
        background-color: #000;
    }

    body:not(.initializing).launchpad-visible .watermark.inverted {
        display: block;
    }

    body:not(.initializing) #content.launchpad-visible #app_main_toolbar {
        background-color: #000000 !important;
        border-bottom: 1px solid #000 !important;
    }

    #content .header-logo-column {
        left: 0px;
        right: 0px;
    }

    #content #campaign_logo_main .chevron {
        left: auto;
        right: 0px;
    }

    #content #campaign_logo_main .chevron::after {
        border-right: none !important;
    }

    #content.launchpad-visible #campaign_logo_main .logo_cube {
        display: none;
    }
    
    #content.launchpad-visible #campaign_logo_main .logo_cube.inverted {
        display: inline;
    }

    #content.launchpad-visible #content_container .application_view {
        transition: transform .1s, height .1s, border-radius .1s, margin-top .1s, scale .1s;
        transform-origin: bottom center;
        transform: rotateX(0deg);
    }

    #content[data-bootstrap="xs"].launchpad-visible #content_container .application_view:active {
        box-shadow: 0px 16px 8px 5px rgba(0, 0, 0, .5);
        /* transform: rotateX(3deg) translateY(0%); */
        transform: scale(0.97);
    }

    body > .ptr--ptr {
        background-color: #eee;
        box-shadow: inset 0 -1px 3px rgba(0, 0, 0, 0.2);
    }

    body > .ptr--ptr .ptr--text {
        color: #aaa;
        font-weight: 100;
        font-size: 14px;
    }

    body.launchpad-visible > .ptr--ptr {
        opacity: 0.0;
    }

    #content.launchpad-visible #content_container .application_view_header {
        display: block;
        position: relative;
        text-align: center;
        font-weight: 200;
        font-size: 16px;
        position: absolute;
        left: 0px;
        right: 0px;
        height: 50px;
        /* border-bottom: 1px solid rgba(0, 0, 0, .2); */
        padding-top: 18px;
        z-index: 100;
    }

    #content #content_container .application_view.visible .application_view_header {
        font-weight: 500;
    }

    #content.launchpad-visible #content_container .application_view_content {
        filter: blur(10px) grayscale(100%);
    }

    #content.launchpad-visible #content_container .application_view {
        position: relative;
        border: 1px solid rgba(0, 0, 0, .3);
        border-radius: 20px;
        box-shadow: 0px -5px 8px -5px rgba(0, 0, 0, .2);
        overflow: hidden;
        /* transform: rotateX(-30deg) translateY(0%); */
        height: 500px;
        margin-top: -440px;
        background: #fff;
    }

    #content.launchpad-visible #content_container .application_view .application_view_content {
        pointer-events: none;
    }

    #content.launchpad-visible #launchpad_user_menu {
        display: block;
        position: fixed;
        top: 40px;
        left: 0px;
        right: 0px;
        z-index: 1040;
    }

    #launchpad_user_menu .icon:not(.toggle) {
        display: block;
    }

    #launchpad_user_menu .user-menu-action-button {
        background-color: transparent;
        border-color: transparent;
        display: inline-block;
        width: 32.5% !important;
        border: none !important;
    }

    #launchpad_user_menu .user-menu-action-button.user-manual {
        display: none;
    }

    #launchpad_user_menu .entity-group-label-title {
        display: block;
    }

    #launchpad_user_menu .chevron-item-details {
        color: #ccc;
    }

    #launchpad_user_menu .user-menu-actions .icon {
        position: relative;
        left: 0px;
        top: 0px;
        font-size: 20px;
    }

    .bg-logo {
        left: 30%;
        top: 200px;
    }
    
    .sidebar {
        padding-top: 10px;
        padding-left: 30px;
        padding-right: 30px;
    }
    
    .sidebar-item {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }
    
    .nav-tabs:not(#queue_tabs):not(#queue_subtabs) {
        display: none !important;
    }
    
    .button-run {
        float: left !important;
        margin-right: 10px;
    }
    
    .graph-columns-button {
        border-radius: 4px !important;
    }

    .modal-dialog {
        margin: 2px;
    }
    
    /*.graph-columns-toolbar {
        position: absolute !important;
        top: 50px;
        left: -5px;
        width: 103%;
    }
    
    .google-map {
        top: 40px;
    }*/
    
    .graph-columns-toolbar .graph-columns-list {
        min-width: 560%;
        left: -230%;
        top: 44px;
    }

    #header-main-menu .content-row.header-notice {
        text-align: left;
    }
    
    .sidebar-item .paused {
        right: 14px;
    }

    #admin_tab .separator-toolbar .separator-toolbar-buttons {
        padding-left: 10px;
        padding-right: 10px;
    }

    #admin_tab .separator-toolbar .separator-toolbar-buttons .btn-default {
        padding: 6px 20px !important;
    }

    .main-menu {
        position: fixed;
        top: 0px;
        bottom: 0px;
        left: 0px;
        right: 0px;
        background-color: rgba(255, 255, 255, .97);
        text-align: center;
        padding-top: 0px;
        display: none;
        z-index: 1000;
        transition: all .4s;
        opacity: 0.0;
        transform: scale(1.1);

        /*background: -moz-linear-gradient(top, rgba(255,255,255,0.98) 0%, gba(255, 255, 255, .9) 100%);
        background: -webkit-linear-gradient(top, rgba(255,255,255,0.98) 0%,gba(255, 255, 255, .9) 100%);
        background: linear-gradient(to bottom, rgba(255,255,255,.98) 0%,rgba(255, 255, 255, .9) 100%);*/
    }

    .main-menu.blurry {
        background-color: rgba(255, 255, 255, 0.9);
        -webkit-transition: background-color 0.5s cubic-bezier(0.28, 0.11, 0.32, 1);
        transition: background-color 0.5s cubic-bezier(0.28, 0.11, 0.32, 1);
        -webkit-transition-property: background-color, -webkit-backdrop-filter;
        transition-property: background-color, -webkit-backdrop-filter;
        transition-property: background-color, backdrop-filter;
        transition-property: background-color, backdrop-filter, -webkit-backdrop-filter;

        -webkit-backdrop-filter: saturate(180%) blur(20px);
        backdrop-filter: saturate(180%) blur(20px);
        background-color: rgba(255, 255, 255, 0.2);
    }

    .main-menu.active {
        opacity: 1.0;
        transform: scale(1.0);
    }

    #main_menu_button {
        position: absolute;
        top: 0px;
        right: 8px;
        font-size: 30px;
        padding: 8px 0px;
        padding-right: 10px;
        cursor: pointer;
        color: #000;
        z-index: 10000;
    }

    #main_menu_button .on {
        z-index: 10000;
    }

    #main_menu_button .off {
        z-index: 10000;
    }

    #main_menu_button[data-value="off"] .off {
        display: block;
    }

    #main_menu_button[data-value="off"] .on {
        display: none;
    }

    #main_menu_button[data-value="on"] .off {
        display: none;
    }

    #main_menu_button[data-value="on"] .on {
        display: block;
    }

    #main_menu a.link {
        display: block;
        padding-top: 25px;
        padding-bottom: 25px;
        padding-left: 25px;
        padding-right: 25px;
        margin-left: 30px;
        margin-right: 30px;
    }

    #main_menu a.link:nth-of-type(1) {
        border-bottom: 1px solid #333;
        border-bottom: 1px solid rgba(0, 0, 0, .3);
    }

    #main_menu a.link:nth-of-type(2) {
        border-bottom: 1px solid #333;
        border-bottom: 1px solid rgba(0, 0, 0, .3);
    }

    #main_menu a.link:nth-of-type(3) {
        border-bottom: 1px solid #333;
        border-bottom: 1px solid rgba(0, 0, 0, .3);
    }

    #main_menu a.link::first-child {
        margin-top: 100px;
    }

    #main_menu > li {
        /*display: block;*/
    }

    #main_menu > li > a {
        font-size: 22px;
    }

    #main_menu > li > a#username {
        font-size: 17px;
        vertical-align: super;
    }

    #header-main-menu .content-row.header-notice
    {
        margin-top: 8px;
    }

    #logo_header .navbar-brand {
        padding-left: 0px;
    }

    #main_menu #main_toolbar {
        margin-top: -8px;
    }

    #main_menu #main_toolbar > .btn {
        width: 100%;
        padding: 30px;
        background: none;
        box-shadow: none;
        border: transparent;
        border-bottom: 1px solid #eee;
        border-radius: 0px !important;
    }

    #main_toolbar > .btn.active {
         background-color: rgba(0, 0, 0, 0.02) !important; 
    }

    #main_menu #main_toolbar > .btn:first-of-type {
        border-top: 1px solid #eee;
    }

    #main_toolbar {
        position: fixed;
        left: 0px;
        right: 0px;
        width: auto;
        bottom: 0px;
        top: 59px;
        white-space: normal; 
        overflow: scroll; 
        word-wrap: normal; 
    }

    .main 
    {
        padding: 2px;
    }

    .table-responsive {
         border: 0px; 
    }

    #telesales_details {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 30px;
    }

    #telesales_details .campaign-details-wrapper {
        min-height: auto;
    }

    #telesales_details .campaign_buttons {
        display: block;
        margin-top: 10px;
    }

    #telesales_details .campaign-name {
        text-align: center;
    }

    #telesales_details .campaign-name .campaign_buttons {
        display: none;
    }

    #telesales_details .mobile_buttons .campaign_buttons {
        display: block;
    }

    #telesales_details .mobile_buttons .campaign_buttons .btn {
        display: block;
        width: 100%;
        padding: 14px;
        font-size: 14px;
        font-weight: 200;
        margin-bottom: 10px;
    }

    #telesales_details .campaign-notes-wrapper {
        margin-top: 15px;
        padding-right: 15px;
    }

    #campaign_status_wrapper {
        padding-bottom: 10px;
    }

    #info.tableview-subview .info-description {
        text-align: left;
    }

    #info.tableview-subview .info-value input, 
    #info.tableview-subview .info-value select
    #info.tableview-subview .info-value .input-group-btn {
        display: inline-block;
        margin-top: 15px;
        margin-bottom: 15px;
    }
}

@media (max-width: 340px)
{
    .bg-logo {
        left: 27%;
        top: 200px;
    }
    
    #main_toolbar .glyphicon {
        display: none;
    }
    
    .logout-button-xs {
        right: 5px;
    }
}

@media (min-width: 1200px)
{
    #dashboard_tab .stats-container {
        height: 230px !important;
        max-height: 230px !important;
    }

    .stats-item .google-map {
        height: 168px;
    }

    .model-name {
        font-size: 20px;
        font-weight: 400;
        margin: 0px;
        margin-top: 10px;
        margin-left: -10px;
    }

    .queue_stat_container .model-name {
        font-size: 24px;
        font-weight: 500;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .stats-item .stats-name {
        margin-bottom: 2px;
        margin-top: 2px;
        margin-left: 4px;
    }

    .stats-item .chevron-menu {
        right: 0px;
    }

    .stats-item {
        padding: 4px 2px 2px 2px;
    }

    .stats-container h5, .stats-container .h5 {
        font-size: 12px;
    }

    .stats-item-buttons .button {
        margin-right: 10px;
    }

    .stats-container .stats-graph {
        height: 168px;
    }

    .queue_stat_container .stats-container .stats-graph {
        height: 200px;
    }
}


.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-iteration-count: 1;
}

@-webkit-keyframes bounce {
    0%, 100%, 20%, 53%, 80% {
        -webkit-transition-timing-function: cubic-bezier(0.215,.61,.355,1);
        transition-timing-function: cubic-bezier(0.215,.61,.355,1);
        -webkit-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    40%, 43% {
        -webkit-transition-timing-function: cubic-bezier(0.755,.050,.855,.060);
        transition-timing-function: cubic-bezier(0.755,.050,.855,.060);
        -webkit-transform: translate3d(0,-20px,0);
        -ms-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0);
    }

    43% {
        background-color: rgb(232, 60, 42);
        color: #fff;
    }

    70% {
        -webkit-transition-timing-function: cubic-bezier(0.755,.050,.855,.060);
        transition-timing-function: cubic-bezier(0.755,.050,.855,.060);
        -webkit-transform: translate3d(0,-10px,0);
        -ms-transform: translate3d(0,-10px,0);
        transform: translate3d(0,-10px,0);
    }

    90% {
        -webkit-transform: translate3d(0,-4px,0);
        -ms-transform: translate3d(0,-4px,0);
        transform: translate3d(0,-4px,0);
    }
}

/* Apple iPhone XR 1792x828px at 326ppi Media Queries */
@media only screen 
    and (device-width : 414px) 
    and (device-height : 896px) 
    and (-webkit-device-pixel-ratio : 2) { 

    }

/* Apple iPhone XS 2436x1125px at 458ppi Media Queries */
@media only screen 
    and (device-width : 375px) 
    and (device-height : 812px) 
    and (-webkit-device-pixel-ratio : 3) { 

    }

/* Apple iPhone XS Max 2688x1242px at 458ppi Media Queries */
@media only screen 
    and (device-width : 414px) 
    and (device-height : 896px) 
    and (-webkit-device-pixel-ratio : 3) { 

    }

@keyframes bounce {
    0%, 100%, 20%, 53%, 80% {
        -webkit-transition-timing-function: cubic-bezier(0.215,.61,.355,1);
        transition-timing-function: cubic-bezier(0.215,.61,.355,1);
        -webkit-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    40%, 43% {
        -webkit-transition-timing-function: cubic-bezier(0.755,.050,.855,.060);
        transition-timing-function: cubic-bezier(0.755,.050,.855,.060);
        -webkit-transform: translate3d(0,-20px,0);
        -ms-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0);
    }

    43% {
        background-color: rgb(232, 60, 42);
        color: #fff;
    }

    70% {
        -webkit-transition-timing-function: cubic-bezier(0.755,.050,.855,.060);
        transition-timing-function: cubic-bezier(0.755,.050,.855,.060);
        -webkit-transform: translate3d(0,-10px,0);
        -ms-transform: translate3d(0,-10px,0);
        transform: translate3d(0,-10px,0);
    }

    90% {
        -webkit-transform: translate3d(0,-4px,0);
        -ms-transform: translate3d(0,-4px,0);
        transform: translate3d(0,-4px,0);
    }
}

a[rel="noopener"] {
    display: none;
}

/* ---------------------------------- D2D ---------------------------------- */

#d2d #mainContainer {
    position: relative;
    height: 100%;
}
#d2d #map {
    position: absolute;
    overflow: hidden;
    width: 100%;
    top: -50% !important;
    bottom: 50px !important;
    /* padding: 0px !important;
    margin: 0px !important;
    height: 100vh;
    width: 100%; */
}
#d2d #logo {
    height: 40px;
    margin-top: -10px;
}
#d2d #user {
    height: 35px;
    border-radius: 100px;
    margin-top: -7px;
    margin-right: 10px;
}
#d2d .label-as-badge {
    border-radius: 1em;
}
#d2d .caret {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid grey;
}
#d2d .fixedNav {
    margin-bottom: 0px !important;
    z-index: 100;
}
#d2d #d2d_content {
    overflow: hidden;
    position: absolute; top: 40%;  z-index: 99;
    margin-top: 0px !important;
    /* width: 94%; */
    background: rgba(255, 255, 255, 1);
    border-radius: 8px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    min-height: 450px;
    left: 0px;
    right: 0px;
    box-shadow: 0px -15px 30px -15px rgba(0,0,0,0.2);
    padding-bottom: 30px;
    max-width: 600px;
    min-height: 60%;
}
#d2d #first {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
#d2d .borderless {
    /* border-top: 0 none; */
    border-left: 0 none;
    border-right: 0 none;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    padding-right: 0px !important;
}

#d2d .campaign {
    padding: 20px;
}
    
#d2d .item {
    padding: 20px;
}

#d2d .itemDetailsRow {
    padding: 20px;
}

#d2d .green {
    color: green;
}

#d2d .mainScreenResults {
    font-size: 20px;
}

#d2d #backToItemList {
    border: 0px !important;
    color: #157EFB;
    padding-left: 0px !important;
    padding-top: 2px !important;
    background: none;
}
#d2d #backToItemList:hover {
    background: none !important;
    box-shadow: none !important;
}

#d2d #backToCampaign {
    border: 0px !important;
    color: #157EFB;
    padding-left: 0px !important;
    padding-top: 3px !important;
    background: none;
}

#d2d #backToCampaign:hover {
    background: none !important;
    box-shadow: none !important;
}



#d2d .arr1 {
    width: 50px;
    height: 6px;
    background-color: rgb(231,232,234);
    border-radius: 100px;
    /* margin-right: -8.9px; */
    /* margin-right: -50%; */
}
#d2d .arr2 {
    width: 50px;
    height: 6px;
    background-color: rgb(231,232,234);
    border-radius: 100px;
    /* margin-left: -8.9px; */
    /* margin-left: -50%; */
    
}

#d2d .arr1Trans {
    -ms-transform: rotate(-20deg); /* IE 9 */
    -webkit-transform: rotate(-45deg); /* Safari */
    transform: rotate(-25deg); /* Standard syntax */
    transition: width 2s, height 2s, transform 0.2s;
}

#d2d .arr2Trans {
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Safari */
    transform: rotate(25deg); /* Standard syntax */
    transition: width 2s, height 2s, transform 0.2s;
    
}
#d2d .arr1Trans1 {
    -ms-transform: rotate(-25deg); /* IE 9 */
    -webkit-transform: rotate(-25deg); /* Safari */
    transform: rotate(-15deg); /* Standard syntax */
    transition: width 2s, height 2s, transform 0.2s;
}

#d2d .arr2Trans2 {
    -ms-transform: rotate(25deg); /* IE 9 */
    -webkit-transform: rotate(25deg); /* Safari */
    transform: rotate(15deg); /* Standard syntax */
    transition: width 2s, height 2s, transform 0.2s;
    
}

#d2d .wrapArrOne {
    display: inline-block;
    width: 100px;
    margin-right: -54px;
}

#d2d .wrapArrTwo {
    display: inline-block;
    width: 100px;
    margin-left: -54px;
}

#d2d .arr1Trans01 {
    -ms-transform: rotate(-25deg); /* IE 9 */
    -webkit-transform: rotate(-25deg); /* Safari */
    transform: rotate(0deg) !important; /* Standard syntax */
    transition: transform 0.2s;
}

#d2d .arr2Trans02 {
    -ms-transform: rotate(25deg); /* IE 9 */
    -webkit-transform: rotate(25deg); /* Safari */
    transform: rotate(0deg) !important; /* Standard syntax */
    transition: transform 0.2s;
}

#d2d .wrapAll {
    position: relative;
    top: 0px;
    transition: top 0.2s;
    padding-top: 20px; 
    padding-bottom: 30px;
}

#d2d .wrapAll10 {
    position: relative;
    top: -20px;
    transition: top 0.2s;
}

#d2d .wrapAll7 {
    position: relative;
    top: -10px;
    transition: top 0.2s;
}

#d2d .up:active {
    
}

#d2d .up:active .wrapArrOne {
    -ms-transform: rotate(10deg); /* IE 9 */
    -webkit-transform: rotate(10deg); /* Safari */
    transform: rotate(10deg) !important; /* Standard syntax */
    transition: transform 0.4s;
}
#d2d .up:active .wrapArrTwo {
    -ms-transform: rotate(-10deg); /* IE 9 */
    -webkit-transform: rotate(-10deg); /* Safari */
    transform: rotate(-10deg) !important; /* Standard syntax */
    transition: transform 0.4s;
}

#d2d .down:active {
    top: -15px;
}

#d2d .down:active .wrapArrOne {
    -ms-transform: rotate(-25deg); /* IE 9 */
    -webkit-transform: rotate(-25deg); /* Safari */
    transform: rotate(-25deg) !important; /* Standard syntax */
    transition: transform 0.4s;
}
#d2d .down:active .wrapArrTwo {
    -ms-transform: rotate(25deg); /* IE 9 */
    -webkit-transform: rotate(25deg); /* Safari */
    transform: rotate(25deg) !important; /* Standard syntax */
    transition: transform 0.4s;
}

#d2d .arr1TransUp1 {
    -ms-transform: rotate(10deg); /* IE 9 */
    -webkit-transform: rotate(10deg); /* Safari */
    transform: rotate(10deg) !important; /* Standard syntax */
    transition: transform 0.4s;
}

#d2d .arr2TransUp2 {
    -ms-transform: rotate(-10deg); /* IE 9 */
    -webkit-transform: rotate(-10deg); /* Safari */
    transform: rotate(-10deg) !important; /* Standard syntax */
    transition: transform 0.4s;
}

#d2d .hidden {
    /* display: none; */
}
#d2d .visible{  
    margin-left: 0% !important;
}

#d2d #itemListContent {
    margin-left: 100%;    
    -webkit-transition: margin-left 0.4s ;
    -moz-transition: margin-left 0.4s ;
    transition: margin-left 0.4s, margin-right 0.4s ;
}
#d2d #itemDetailsContent {
    margin-left: 100%;    
    -webkit-transition: margin-left 0.4s ;
    -moz-transition: margin-left 0.4s ;
    transition: margin-left 0.4s ;
}

#d2d .leftNav {
    margin-left: 0% !important;
    margin-right: 100% !important;
}

#d2d #itemCamp {
    margin-left: 100%;
    -webkit-transition: margin-left 0.4s ;
    -moz-transition: margin-left 0.4s ;
    transition: margin-left 0.4s, margin-right 0.4s ;   
}
#d2d #navAndChart {
    margin-left: 100%;
    -webkit-transition: margin-left 0.4s ;
    -moz-transition: margin-left 0.4s ;
    transition: margin-left 0.4s, margin-right 0.4s ;   
}

#d2d .mainNavCamp {
    z-index: 1000;
}

#d2d .heads {
    z-index: 1;
}

#d2d #statusListButton {
    text-align: center;
    text-align-last: center;
    height: 60px;
    background: rgba(255, 255, 255, .96) !important;
    border-radius: 5px !important;
    margin-bottom: 20px;
}

#d2d #statusListCampaignsButton {
    text-align: center;
    text-align-last: center;
    height: 60px;
    background: rgba(255, 255, 255, .96) !important;
    border-radius: 5px !important;
    margin-bottom: 20px;
}

#d2d #saveItem {
    border-radius: 5px !important;
    background-image: -webkit-linear-gradient(top,#337ab7 0,#265a88 100%);
    background-image: -o-linear-gradient(top,#337ab7 0,#265a88 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#265a88));
    background-image: linear-gradient(to bottom,#337ab7 0,#265a88 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #245580;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 1px rgba(0,0,0,.075);
}


#d2d .list-group-item {
    background: none !important;
    padding-left: 0px;
}

#d2d .list-group > :first-child {
    /* background-color: grey; */
}

#d2d .list-group > :last-child {
    border-bottom: none !important;
}

#d2d .hrWithoutBorder {
    border-top: 0px !important;
}

#d2d #detailsInputs {
    margin-top: 30px;
    margin-bottom: 60px;
} 

#d2d .tel {
    color: #157EFB !important;
}
#d2d .round {
    width: 12px;
    height: 12px;
    border-radius: 100%;
    border: 1px solid;
    margin-right: 10px;
    margin-top: 4px;
}

#d2d #lineChart {
    height: 120px !important;
}

#d2d #lineChart2 {
    height: 120px !important;
}

#d2d #newLead {
    color: black;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
    color:  #157EFB;
}

#d2d #pieDoneDiv {
    height: 200px;
}
#d2d #pieDone {
    height: 200px !important;
}

#d2d .roundStat {
    color: black;
    border: 1px solid transparent;
    border-radius: 100%;
    height: 40px;
    width: 40px;
    margin-top: 0px;
    /* background-color: #157EFB;
    border-color: #157EFB; */
    padding: 0px;
    text-align: center;
    margin-top: -8px;
}

#d2d .roundColor {
    background-color: #157EFB;
    border-color: #157EFB;
}

#d2d .glyphStats {
    margin-right: 1.5px; 
    font-size: 18px;
    margin-top: 8px;
    display: inline-block
}
#d2d .glyphColor {
    color: white;   
}

#d2d #campaignCount {
    
    color: #888;
    font-weight: 400;
    position: relative;
    display: block;
    margin-top: -4px;
    font-size: 14px;
}

#d2d .slideChart {
    border-bottom: 0px !important;
}

#d2d .invisible {
    /* opacity: 0; */
    position: absolute;
   top: -9999px;
   left: -9999px;

}

#d2d .inputUser {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px !important;
    padding-top: 15px;
    padding-bottom: 2px;
    font-weight: 400;
    font-size: 17px;
    outline: none !important;
}

#d2d .inputUser:focus{
    border-bottom: 1px solid#157EFB;
}


#d2d .active {
    color: black !important;
}

#d2d .campaignsOpen {
    color:  #157EFB;
}

#d2d .leads {
    color:  #157EFB;
}

#d2d .gmnoprint {
    display: none !important;
}

#d2d .glyphicon-menu-right {
    margin-top: 2px;
    margin-left: 10px;
}

#d2d .glyphicon-menu-left {
    top: 2px;
}

/* The location pointed to by the popup tip. */
#myCurrentLocation.popup-tip-anchor {
    height: 0; 
    position: absolute;
    width: 200px;
  }
  /* The bubble is anchored above the tip. */
  
  #myCurrentLocation.popup-bubble-anchor {
    position: absolute;
    width: 100%;
    bottom:  8px;
    left: 0;
  }
  /* Draw the tip. */
  #d2d .popup-bubble-anchor::after {
    /* content: "";
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-50%, 0);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top:  8px solid white; */
  }
  /* The popup bubble itself. */
  #myCurrentLocation.popup-bubble-content {
    /* position: absolute;
    top: 0;
    left: 0;
    transform: translate(-50%, -100%);
    
    background-color: #157EFB;;
    border: 4px solid #fff;
    padding: 5px;
    border-radius: 100%;
    font-family: sans-serif;
    overflow-y: auto;
    max-height: 60px;
    box-shadow: 0px 2px 10px 1px rgba(0,0,0,0.5); */



    background-color: #157efb;
    padding: 5px;
    border-radius: 100%;
    display: block;
    width: 20px;
    height: 20px;
    box-shadow: 0px 0px 10px rgba(0,0,0,.2), 0px 0px 0px 3px #fff inset, 0px 0px 0px 50px rgba(21, 126, 251, .2), 0px 0px 0px 0px rgba(21, 126, 251, .4);
    /* box-shadow: 0px 0px 10px rgba(0,0,0,.2), 0px 0px 0px 5px #fff inset, 0px 0px 0px 0px rgba(21, 126, 251, .2), 0px 0px 0px 50px rgba(21, 126, 251, .2); */
    animation:mymove 3s infinite;
    -moz-animation:mymove 3s infinite; /* Firefox */
    -webkit-animation:mymove 3s infinite; /* Safari and Chrome */
  }

@keyframes mymove {
    0% { box-shadow: 0px 0px 10px rgba(0,0,0,.2), 0px 0px 0px 3px #fff inset, 0px 0px 0px 0px rgba(21, 126, 251, .2), 0px 0px 0px 0px rgba(21, 126, 251, .4); }
    70% {box-shadow: 0px 0px 10px rgba(0,0,0,.2), 0px 0px 0px 3px #fff inset, 0px 0px 0px 0px rgba(21, 126, 251, .2), 0px 0px 0px 50px rgba(21, 126, 251, .0);}
    100% { box-shadow: 0px 0px 10px rgba(0,0,0,.2), 0px 0px 0px 3px #fff inset, 0px 0px 0px 0px rgba(21, 126, 251, .2), 0px 0px 0px 50px rgba(21, 126, 251, .0); }
}

@keyframes mymove {
    0% { box-shadow: 0px 0px 10px rgba(0,0,0,.2), 0px 0px 0px 3px #fff inset, 0px 0px 0px 0px rgba(21, 126, 251, .2), 0px 0px 0px 0px rgba(21, 126, 251, .4); }
    70% {box-shadow: 0px 0px 10px rgba(0,0,0,.2), 0px 0px 0px 3px #fff inset, 0px 0px 0px 0px rgba(21, 126, 251, .2), 0px 0px 0px 50px rgba(21, 126, 251, .0);}
    100% { box-shadow: 0px 0px 10px rgba(0,0,0,.2), 0px 0px 0px 3px #fff inset, 0px 0px 0px 0px rgba(21, 126, 251, .2), 0px 0px 0px 50px rgba(21, 126, 251, .0); }
}

@keyframes ping_animation {
    0% { box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, .2) inset, 0px 0px 0px 0px rgba(21, 126, 251, .2), 0px 0px 0px 0px rgba(21, 126, 251, .4); }
    100% { box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, .2) inset, 0px 0px 0px 0px rgba(21, 126, 251, .2), 0px 0px 0px 50px rgba(21, 126, 251, .0); }
}

@keyframes ping_animation_available {
    0% { box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, .2) inset, 0px 0px 0px 0px rgba(0, 240, 16, .2), 0px 0px 0px 0px rgba(0, 240, 16, .4); }
    100% { box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, .2) inset, 0px 0px 0px 0px rgba(0, 240, 16, .2), 0px 0px 0px 50px rgba(0, 240, 16, .0); }
}

@keyframes ping_animation_busy {
    0% { box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, .2) inset, 0px 0px 0px 0px rgba(254, 216, 110, .2), 0px 0px 0px 0px rgba(254, 216, 110, .4); }
    100% { box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, .2) inset, 0px 0px 0px 0px rgba(254, 216, 110, .2), 0px 0px 0px 50px rgba(254, 216, 110, .0); }
}

@keyframes ping_animation_pause {
    0% { box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, .2) inset, 0px 0px 0px 0px rgba(255, 98, 74, .2), 0px 0px 0px 0px rgba(255, 98, 74, .4); }
    100% { box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, .2) inset, 0px 0px 0px 0px rgba(255, 98, 74, .2), 0px 0px 0px 50px rgba(255, 98, 74, .0); }
}

#d2d .instructionSteps {
    padding-bottom: 20px;
    padding-top: 15px;
    display: inline-block;
    font-weight: 200;
}

#d2d .instructionStepsCount {
    display: inline-block;
    font-weight: 200;
    font-size: 12px;
    padding-top: 30px;
    padding-bottom: 0px;
}

#d2d .instructions {
    border-bottom: 0px; 
}

#d2d .list-group {
    box-shadow: none !important;
}

#d2d .btn-default {
    box-shadow: none !important;
}

#d2d .directionsIcon {
    margin-top: 5px;
    margin-right: 3px;
}

#d2d .white {
    color: #fff;
}

#d2d .statusItemDone {
    overflow-x: hidden;
    width: 30%;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: right;
    color: #aaa;
    font-weight: 200;
}

#d2d #campaignCount {
    color: #157EFB;
    border: 1px solid #eee;
    display: inline-block;
    padding: 4px 20px;
    border-radius: 100px;
    background-color: #fafafa;
}

#d2d .clicked {
    color: #fff !important;
    border: 1px solid #0062d6 !important;
    display: inline-block !important;
    padding: 4px 20px !important;
    border-radius: 100px !important;
    background-color: #157EFB !important;
}

#d2d .popup-tip-anchor {
    height: 0;
    position: absolute;
    /* The max width of the info window. */
    width: 200px;

    
  }
  /* The bubble is anchored above the tip. */
#d2d .popup-bubble-anchor {
    position: absolute;
    width: 100%;
    bottom: /* TIP_HEIGHT= */ 8px;
    left: 0;
    left: -1px !important;
    top: -2px !important;
  }
  /* Draw the tip. */
  #itemLocationPopup.popup-bubble-anchor::after {
    
  }
  /* The popup bubble itself. */
  #itemLocationPopup.popup-bubble-content {
    
    background-color: red;
    padding: 1px;
    border-radius: 100%;
    display: block;
    width: 1px;
    height: 1px;
    box-shadow: 0px 0px 10px rgba(229, 67, 59, 0.2), 0px 0px 0px 3px #fff inset, 0px 0px 0px 50px rgba(229, 67, 59, 0.2), 0px 0px 0px 0px rgba(229, 67, 59, .4);
    /* box-shadow: 0px 0px 10px rgba(0,0,0,.2), 0px 0px 0px 5px #fff inset, 0px 0px 0px 0px rgba(21, 126, 251, .2), 0px 0px 0px 50px rgba(21, 126, 251, .2); */
    animation:pin 3s infinite;
    -moz-animation:pin 3s infinite; /* Firefox */
    -webkit-animation:pin 3s infinite; /* Safari and Chrome */
  }

  @keyframes pin {
    0% { box-shadow: 0px 0px 10px rgba(229, 67, 59, 0.2), 0px 0px 0px 3px #fff inset, 0px 0px 0px 0px rgba(229, 67, 59, .2), 0px 0px 0px 0px rgba(229, 67, 59, .4); }
    70% {box-shadow: 0px 0px 10px rgba(229, 67, 59, 0.2), 0px 0px 0px 3px #fff inset, 0px 0px 0px 0px rgba(229, 67, 59, .2), 0px 0px 0px 50px rgba(229, 67, 59, .0);}
    100% { box-shadow: 0px 0px 10px rgba(229, 67, 59, 0.2), 0px 0px 0px 3px #fff inset, 0px 0px 0px 0px rgba(229, 67, 59, .2), 0px 0px 0px 50px rgba(229, 67, 59, .0); }
    
}

.downloadNav {
    display: block;
    text-align: center;
    height: 50px;
    margin-top: 14px;
    /* padding-top: 14px; */
}

.downloadApp {
    background-color: rgb(83, 215, 105);
    color: white;
    height: 50px;
}

.downloadAppParagraph {
    padding-left: 15px;
    animation:blink 1s infinite;
    font-size: 15px;
    text-decoration: none;
    color: white;
    height: 30px;
    padding-top: 12px;
}
.downloadAppParagraph:hover {
    padding-left: 15px;
    animation:blink 1s infinite;
    font-size: 15px;
    text-decoration: none;
    color: white;
    height: 30px;
    padding-top: 12px;
}

.closeDownload {
    padding-right: 15px;
    height: 35px;
}

@keyframes blink {
    0% { opacity: 0.49 }
    50% { opacity: 0.99 }
    75% { opacity: 0.49 }
    100% { opacity: 0.0 }
} 

#d2d #d2d_notes_label {
    margin-top: 20px;
}

#d2d #d2d_notes {
    border: 0;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px !important;
    padding-top: 15px;
    padding-bottom: 2px;
    font-weight: 400;
    font-size: 17px;
    outline: none !important;  
}

#d2d #d2d_notes:focus {
    border-bottom: 1px solid#157EFB;
}
/* ---------------------------------- D2D ---------------------------------- */

.contentPopoverUsers {
    border-right: 1px solid #ddd;
}

.clickedScheduledSlot {
    background-color: #ddd;
}




/* ---------------------------------- D2D 222 ---------------------------------- */

#d2d2 #mainContainer {
    position: relative;
    height: 100%;
}
#map2 {
    position: fixed !important;
    overflow: hidden;
    width: 100%;
    top: -50% !important;
    bottom: 0px !important;
}
#d2d2 #logo {
    height: 40px;
    margin-top: -10px;
}
#d2d2 #user {
    height: 35px;
    border-radius: 100px;
    margin-top: -7px;
    margin-right: 10px;
}
#d2d2 .label-as-badge {
    border-radius: 1em;
}
#d2d2 .caret {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid grey;
}
#d2d2 .fixedNav {
    margin-bottom: 0px !important;
    z-index: 100;
}
#d2d2 #d2d_content2 {
    overflow: hidden;
    position: absolute; top: 40%;  z-index: 99;
    margin-top: 0px !important;
    /* width: 94%; */
    background-color: rgba(255, 255, 255, 1);
    border-radius: 8px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    min-height: 450px;
    left: 0px;
    right: 0px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
    padding-bottom: 30px;
    max-width: 600px;
    min-height: 60%;
}

#d2d2 #d2d_content2.loading {
    background-image: url('/bundles/appcore/img/load.gif');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 30px; 
}

/* #d2d2 #first {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
} */
#d2d2 .borderless {
    /* border-top: 0 none; */
    border-left: 0 none;
    border-right: 0 none;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    padding-right: 0px !important;
}

#d2d2 .campaign {
    padding: 20px;
}
    
#d2d2 .item {
    padding: 20px;
}

#d2d2 .itemDetailsRow {
    padding: 20px;
}

#d2d2 .green {
    color: green;
}

#d2d2 .mainScreenResults {
    font-size: 20px;
}

#d2d2 #backToItemList {
    border: 0px !important;
    color: #157EFB;
    padding-left: 0px !important;
    padding-top: 2px !important;
    background: none;
}
#d2d2 #backToItemList:hover {
    background: none !important;
    box-shadow: none !important;
}

#d2d2 #backToCampaign {
    border: 0px !important;
    color: #157EFB;
    padding-left: 0px !important;
    padding-top: 3px !important;
    background: none;
}

#d2d2 #backToCampaign:hover {
    background: none !important;
    box-shadow: none !important;
}



#d2d2 .arr1,
#d2d2 .arr2 {
    width: 50px;
    height: 6px;
    background-color: #eee;
    border-radius: 100px;
    /* margin-right: -8.9px; */
    /* margin-right: -50%; */
}

#d2d2 .arr1Trans {
    -ms-transform: rotate(-20deg); /* IE 9 */
    -webkit-transform: rotate(-45deg); /* Safari */
    transform: rotate(-25deg); /* Standard syntax */
    transition: width 2s, height 2s, transform 0.2s;
}

#d2d2 .arr2Trans {
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Safari */
    transform: rotate(25deg); /* Standard syntax */
    transition: width 2s, height 2s, transform 0.2s;
    
}
#d2d2 .arr1Trans1 {
    -ms-transform: rotate(-25deg); /* IE 9 */
    -webkit-transform: rotate(-25deg); /* Safari */
    transform: rotate(-15deg); /* Standard syntax */
    transition: width 2s, height 2s, transform 0.2s;
}

#d2d2 .arr2Trans2 {
    -ms-transform: rotate(25deg); /* IE 9 */
    -webkit-transform: rotate(25deg); /* Safari */
    transform: rotate(15deg); /* Standard syntax */
    transition: width 2s, height 2s, transform 0.2s;
    
}

#d2d2 .wrapArrOne {
    display: inline-block;
    width: 100px;
    margin-right: -54px;
}

#d2d2 .wrapArrTwo {
    display: inline-block;
    width: 100px;
    margin-left: -54px;
}

#d2d2 .arr1Trans01 {
    -ms-transform: rotate(-25deg); /* IE 9 */
    -webkit-transform: rotate(-25deg); /* Safari */
    transform: rotate(0deg) !important; /* Standard syntax */
    transition: transform 0.2s;
}

#d2d2 .arr2Trans02 {
    -ms-transform: rotate(25deg); /* IE 9 */
    -webkit-transform: rotate(25deg); /* Safari */
    transform: rotate(0deg) !important; /* Standard syntax */
    transition: transform 0.2s;
}

#d2d2 .wrapAll {
    position: relative;
    top: 0px;
    transition: top 0.2s;
    padding-top: 20px; 
    padding-bottom: 10px;
}

#d2d2 .wrapAll10 {
    position: relative;
    top: -20px;
    transition: top 0.2s;
}

#d2d2 .wrapAll7 {
    position: relative;
    top: -10px;
    transition: top 0.2s;
}

#d2d2 .up:active {
    
}

#d2d2 .up:active .wrapArrOne {
    -ms-transform: rotate(10deg); /* IE 9 */
    -webkit-transform: rotate(10deg); /* Safari */
    transform: rotate(10deg) !important; /* Standard syntax */
    transition: transform 0.4s;
}
#d2d2 .up:active .wrapArrTwo {
    -ms-transform: rotate(-10deg); /* IE 9 */
    -webkit-transform: rotate(-10deg); /* Safari */
    transform: rotate(-10deg) !important; /* Standard syntax */
    transition: transform 0.4s;
}

#d2d2 .down:active {
    top: -15px;
}

#d2d2 .down:active .wrapArrOne {
    -ms-transform: rotate(-25deg); /* IE 9 */
    -webkit-transform: rotate(-25deg); /* Safari */
    transform: rotate(-25deg) !important; /* Standard syntax */
    transition: transform 0.4s;
}
#d2d2 .down:active .wrapArrTwo {
    -ms-transform: rotate(25deg); /* IE 9 */
    -webkit-transform: rotate(25deg); /* Safari */
    transform: rotate(25deg) !important; /* Standard syntax */
    transition: transform 0.4s;
}

#d2d2 .arr1TransUp1 {
    -ms-transform: rotate(10deg); /* IE 9 */
    -webkit-transform: rotate(10deg); /* Safari */
    transform: rotate(10deg) !important; /* Standard syntax */
    transition: transform 0.4s;
}

#d2d2 .arr2TransUp2 {
    -ms-transform: rotate(-10deg); /* IE 9 */
    -webkit-transform: rotate(-10deg); /* Safari */
    transform: rotate(-10deg) !important; /* Standard syntax */
    transition: transform 0.4s;
}

#d2d2 .hidden {
    /* display: none; */
}
#d2d2 .visible{  
    margin-left: 0% !important;
}

#d2d2 #itemListContent2 {
    margin-left: 100%;    
    -webkit-transition: margin-left 0.4s ;
    -moz-transition: margin-left 0.4s ;
    transition: margin-left 0.4s, margin-right 0.4s;
}


#d2d2 #itemDetailsContent {
    margin-left: 100%;    
    -webkit-transition: margin-left 0.4s ;
    -moz-transition: margin-left 0.4s ;
    transition: margin-left 0.4s ;
}

#d2d2 .leftNav {
    margin-left: 0% !important;
    margin-right: 100% !important;
}

#d2d2 #itemCamp {
    margin-left: 100%;
    -webkit-transition: margin-left 0.4s ;
    -moz-transition: margin-left 0.4s ;
    transition: margin-left 0.4s, margin-right 0.4s ;   
}
#d2d2 #navAndChart {
    margin-left: 100%;
    -webkit-transition: margin-left 0.4s ;
    -moz-transition: margin-left 0.4s ;
    transition: margin-left 0.4s, margin-right 0.4s ;   
}

#d2d2 .mainNavCamp {
    z-index: 1000;
    display: inline-block;
}

#d2d2 .heads {
    z-index: 1;
    font-size: 1.2em;
    font-weight: 200;
}

#d2d2 #statusListButton {
    text-align: center;
    text-align-last: center;
    height: 60px;
    /* background: rgba(255, 255, 255, .96) !important; */
    border-radius: 5px !important;
    margin-bottom: 20px;
}

#d2d2 #statusListCampaignsButton {
    text-align: center;
    text-align-last: center;
    height: 60px;
    background: rgba(255, 255, 255, .96) !important;
    border-radius: 5px !important;
    margin-bottom: 20px;
}

#d2d2 #saveItem {
    border-radius: 5px !important;
    background-image: -webkit-linear-gradient(top,#337ab7 0,#265a88 100%);
    background-image: -o-linear-gradient(top,#337ab7 0,#265a88 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#265a88));
    background-image: linear-gradient(to bottom,#337ab7 0,#265a88 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #245580;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 1px rgba(0,0,0,.075);
}


#d2d2 .list-group-item {
    background: none !important;
    padding-left: 0px;
}

#d2d2 .list-group > :first-child {
    /* background-color: grey; */
}

#d2d2 .list-group > :last-child {
    border-bottom: none !important;
}

#d2d2 .hrWithoutBorder {
    border-top: 0px !important;
}

#d2d2 #detailsInputs {
    margin-top: 30px;
    margin-bottom: 60px;
} 

#d2d2 .tel {
    color: #157EFB !important;
}
#d2d2 .round {
    width: 12px;
    height: 12px;
    border-radius: 100%;
    border: 6px solid;
    margin-right: 10px;
    margin-top: 4px;
}

#d2d2 #lineChart {
    height: 120px !important;
}

#d2d2 #lineChart2 {
    height: 120px !important;
}

#d2d2 #newLead {
    padding-right: 10px;
    font-size: 1.2em;
    color: #aaa;
    position: absolute;
    top: 15px;
    right: 0px;
    display: none;
}

#d2d2 #pieDoneDiv {
    height: 200px;
}
#d2d2 #pieDone {
    height: 200px !important;
}

#d2d2 .roundStat {
    color: black;
    border: 1px solid transparent;
    border-radius: 100%;
    height: 40px;
    width: 40px;
    margin-top: 0px;
    /* background-color: #157EFB;
    border-color: #157EFB; */
    padding: 0px;
    text-align: center;
    margin-top: -8px;
}

#d2d2 .roundColor {
    background-color: #157EFB;
    border-color: #157EFB;
}

#d2d2 .glyphStats {
    margin-right: 1.5px; 
    font-size: 18px;
    margin-top: 8px;
    display: inline-block
}
#d2d2 .glyphColor {
    color: white;   
}

#d2d2 #campaignCount {
    
    color: #888;
    font-weight: 400;
    position: relative;
    display: block;
    margin-top: -4px;
    font-size: 14px;
}

#d2d2 .slideChart {
    border-bottom: 0px !important;
}

#d2d2 .invisible {
    /* opacity: 0; */
    position: absolute;
   top: -9999px;
   left: -9999px;

}

#d2d2 .inputUser {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px !important;
    padding-top: 15px;
    padding-bottom: 2px;
    font-weight: 400;
    font-size: 17px;
    outline: none !important;
}

#d2d2 .inputUser:focus{
    border-bottom: 1px solid#157EFB;
}


#d2d2 .active {
    color: black !important;
}

#d2d2 .active .heads {
    font-weight: 800;
}

#d2d2 .campaignsOpen,
#d2d2 .leads {
    position: relative;
    color:  #ccc;
}

/* #d2d_content2.hide_campaigns #itemContent2>div {
    display: none;
} */

#d2d2 .gmnoprint {
    display: none !important;
}

#d2d2 .glyphicon-menu-right {
    margin-top: 2px;
    margin-left: 10px;
}

#d2d2 .glyphicon-menu-left {
    top: 2px;
}

/* The location pointed to by the popup tip. */
#myCurrentLocation.popup-tip-anchor {
    height: 0; 
    position: absolute;
    width: 200px;
  }
  /* The bubble is anchored above the tip. */
  
  #myCurrentLocation.popup-bubble-anchor {
    position: absolute;
    width: 100%;
    bottom:  8px;
    left: 0;
  }
  /* Draw the tip. */
  #d2d2 .popup-bubble-anchor::after {
    /* content: "";
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-50%, 0);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top:  8px solid white; */
  }
  /* The popup bubble itself. */
  #myCurrentLocation.popup-bubble-content {
    /* position: absolute;
    top: 0;
    left: 0;
    transform: translate(-50%, -100%);
    
    background-color: #157EFB;;
    border: 4px solid #fff;
    padding: 5px;
    border-radius: 100%;
    font-family: sans-serif;
    overflow-y: auto;
    max-height: 60px;
    box-shadow: 0px 2px 10px 1px rgba(0,0,0,0.5); */



    background-color: #157efb;
    padding: 5px;
    border-radius: 100%;
    display: block;
    width: 20px;
    height: 20px;
    box-shadow: 0px 0px 10px rgba(0,0,0,.2), 0px 0px 0px 3px #fff inset, 0px 0px 0px 50px rgba(21, 126, 251, .2), 0px 0px 0px 0px rgba(21, 126, 251, .4);
    /* box-shadow: 0px 0px 10px rgba(0,0,0,.2), 0px 0px 0px 5px #fff inset, 0px 0px 0px 0px rgba(21, 126, 251, .2), 0px 0px 0px 50px rgba(21, 126, 251, .2); */
    animation:mymove 3s infinite;
    -moz-animation:mymove 3s infinite; /* Firefox */
    -webkit-animation:mymove 3s infinite; /* Safari and Chrome */
  }

  @keyframes mymove {
    0% { box-shadow: 0px 0px 10px rgba(0,0,0,.2), 0px 0px 0px 3px #fff inset, 0px 0px 0px 0px rgba(21, 126, 251, .2), 0px 0px 0px 0px rgba(21, 126, 251, .4); }
    70% {box-shadow: 0px 0px 10px rgba(0,0,0,.2), 0px 0px 0px 3px #fff inset, 0px 0px 0px 0px rgba(21, 126, 251, .2), 0px 0px 0px 50px rgba(21, 126, 251, .0);}
    100% { box-shadow: 0px 0px 10px rgba(0,0,0,.2), 0px 0px 0px 3px #fff inset, 0px 0px 0px 0px rgba(21, 126, 251, .2), 0px 0px 0px 50px rgba(21, 126, 251, .0); }
    
}
  @keyframes mymove {
    0% { box-shadow: 0px 0px 10px rgba(0,0,0,.2), 0px 0px 0px 3px #fff inset, 0px 0px 0px 0px rgba(21, 126, 251, .2), 0px 0px 0px 0px rgba(21, 126, 251, .4); }
    70% {box-shadow: 0px 0px 10px rgba(0,0,0,.2), 0px 0px 0px 3px #fff inset, 0px 0px 0px 0px rgba(21, 126, 251, .2), 0px 0px 0px 50px rgba(21, 126, 251, .0);}
    100% { box-shadow: 0px 0px 10px rgba(0,0,0,.2), 0px 0px 0px 3px #fff inset, 0px 0px 0px 0px rgba(21, 126, 251, .2), 0px 0px 0px 50px rgba(21, 126, 251, .0); }
    
}

#d2d2 .instructionSteps {
    padding-bottom: 20px;
    padding-top: 15px;
    display: inline-block;
    font-weight: 200;
}

#d2d2 .instructionStepsCount {
    display: inline-block;
    font-weight: 200;
    font-size: 12px;
    padding-top: 30px;
    padding-bottom: 0px;
}

#d2d2 .instructions {
    border-bottom: 0px; 
}

#d2d2 .list-group {
    box-shadow: none !important;
}

#d2d2 .btn-default {
    box-shadow: none !important;
}

#d2d2 .directionsIcon {
    margin-top: 5px;
    margin-right: 3px;
}

#d2d2 .white {
    color: #fff;
}

#d2d2 .statusItemDone {
    overflow-x: hidden;
    width: 30%;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: right;
    color: #aaa;
    font-weight: 200;
}

#d2d2 #campaignCount {
    color: #157EFB;
    border: 1px solid #eee;
    display: inline-block;
    padding: 4px 20px;
    border-radius: 100px;
    background-color: #fafafa;
}

#d2d2 .clicked {
    color: #fff !important;
    border: 1px solid #0062d6 !important;
    display: inline-block !important;
    padding: 4px 20px !important;
    border-radius: 100px !important;
    background-color: #157EFB !important;
}

#d2d2 .popup-tip-anchor {
    height: 0;
    position: absolute;
    /* The max width of the info window. */
    width: 200px;

    
  }
  /* The bubble is anchored above the tip. */
#d2d2 .popup-bubble-anchor {
    position: absolute;
    width: 100%;
    bottom: /* TIP_HEIGHT= */ 8px;
    left: 0;
    left: -1px !important;
    top: -2px !important;
  }
  /* Draw the tip. */
  #itemLocationPopup.popup-bubble-anchor::after {
    
  }
  /* The popup bubble itself. */
  #itemLocationPopup.popup-bubble-content {
    
    background-color: red;
    padding: 1px;
    border-radius: 100%;
    display: block;
    width: 1px;
    height: 1px;
    box-shadow: 0px 0px 10px rgba(229, 67, 59, 0.2), 0px 0px 0px 3px #fff inset, 0px 0px 0px 50px rgba(229, 67, 59, 0.2), 0px 0px 0px 0px rgba(229, 67, 59, .4);
    /* box-shadow: 0px 0px 10px rgba(0,0,0,.2), 0px 0px 0px 5px #fff inset, 0px 0px 0px 0px rgba(21, 126, 251, .2), 0px 0px 0px 50px rgba(21, 126, 251, .2); */
    animation:pin 3s infinite;
    -moz-animation:pin 3s infinite; /* Firefox */
    -webkit-animation:pin 3s infinite; /* Safari and Chrome */
  }

  @keyframes pin {
    0% { box-shadow: 0px 0px 10px rgba(229, 67, 59, 0.2), 0px 0px 0px 3px #fff inset, 0px 0px 0px 0px rgba(229, 67, 59, .2), 0px 0px 0px 0px rgba(229, 67, 59, .4); }
    70% {box-shadow: 0px 0px 10px rgba(229, 67, 59, 0.2), 0px 0px 0px 3px #fff inset, 0px 0px 0px 0px rgba(229, 67, 59, .2), 0px 0px 0px 50px rgba(229, 67, 59, .0);}
    100% { box-shadow: 0px 0px 10px rgba(229, 67, 59, 0.2), 0px 0px 0px 3px #fff inset, 0px 0px 0px 0px rgba(229, 67, 59, .2), 0px 0px 0px 50px rgba(229, 67, 59, .0); }
    
}

.downloadNav {
    position: relative;
    display: block;
    text-align: center;
    height: 45px;
    padding-top: 12px;    
    margin-top: 0px;
}

.downloadApp {
    position: relative;
    background-color: rgb(83, 215, 105);
    color: white;
    height: 45px;
    margin-top: 45px;
}

.downloadAppParagraph {
    padding: 0px;
    animation:blink 1s infinite;
    font-size: 15px;
    text-decoration: none;
    color: white;
    height: 30px;
    padding-top: 12px;
}
.downloadAppParagraph:hover {
    padding-left: 15px;
    animation:blink 1s infinite;
    font-size: 15px;
    text-decoration: none;
    color: white;
    height: 30px;
    padding-top: 12px;
}

.closeDownload {
    padding: 0px;
    height: 45px;
    width: 45px;
    position: absolute;
    right: 0px;
    top: 0px;
    text-align: center;
    padding-top: 12px;
}

@keyframes blink {
    0% { opacity: 0.49 }
    50% { opacity: 0.99 }
    75% { opacity: 0.49 }
    100% { opacity: 0.0 }
} 

#d2d2 #d2d_notes_label {
    margin-top: 20px;
}

#d2d2 #d2d_notes {
    border: 0;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px !important;
    padding-top: 15px;
    padding-bottom: 2px;
    font-weight: 400;
    font-size: 17px;
    outline: none !important;  
}

#d2d2 #d2d_notes:focus {
    border-bottom: 1px solid#157EFB;
}

.slideCharts {
    display: none !important;
}

#d2d2 .mainNavCamp:hover {
    cursor: pointer;
}
/* ---------------------------------- D2D 2222 ---------------------------------- */

.google-visualization-table-tr-head {
    background-color: transparent !important;
}

.google-visualization-table-th {
    background: none !important;
    background-color: #fafafa !important;
    /* border-radius: 10px 10px 0px 0px; */
    border-top: 1px solid #eee !important;
}

.google-visualization-table-table th {
    
}

.google-visualization-table-table th:first-of-type,
.google-visualization-table-table td:first-of-type {
    border-left: 1px solid #eee !important;
}

#geolocation-modal .message {
    text-align: center;
    color: #333;
}

#geolocation-modal .message .b {
    color: #000;
    font-weight: 400;
}

#geolocation-modal .map {
    text-align: center;
    color: #000;
    min-height: 100px;
}

#geolocation-modal .message_button_repeat {
    color: #007aff;
    font-weight: 400;
    margin-bottom: 10px;
    display: inline-block;
}

#geolocation-modal .stats-item .stats-name {
    display: none;
}

#geolocation-modal .stats-container.report-stat  {
    border-bottom: 0px;
}

#geolocation-modal .stats-container.report-stat {
    height: 430px;
    padding-top: 15px;
}

.geolocation-queue-view-header {

}

.geolocation-queue-view-header .stats-name {
    display: none;
}

.geolocation-queue-view-header .stats-container {
    padding-top: 30px;
    height: 300px;
    max-height: 300px;
}

.geolocation-queue-view-header .separator-toolbar-wrapper {
    height: 0px;
}

.geolocation-queue-view-header .stats-container.report-stat .stats-item .google-map {
    height: 300px !important;
}

.geolocation-queue-view-header .stats-container.report-stat .stats-graph {
    height: 300px !important;
}

.geolocation-queue-view-header .stats-container.report-stat {
    border-bottom: none;
}

.geolocation-queue-view .separator-toolbar-wrapper{
    /* background-color: transparent; */
    margin-top: 8px !important;
}

.geolocation-queue-view #queue_subtabs #subtab_search,
/* .geolocation-queue-view .separator-toolbar-wrapper, */
.geolocation-queue-view .queue-create-button {
    display: none;
}

.geolocation-queue-view .queue-tickets {
    margin-top: 40px;
}

.column[data-type="google_map"] .inbound-data-input-wrapper,
.column[data-type="google_map"] .stats-name {
    display: none;
}

.column[data-type="google_map"] .stats-container.report-stat {
    border-bottom: none;
}

