@import "https://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css";

html,
body  {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	font-size: 0.875em;	/*http://pxtoem.com/; 1em=16px*/
	overflow-y: hidden !important; /* !important - fix for the 'layout issue' encountered upon clicking a dropdown from the header parameters in FF */
	overflow-x: hidden;
	font-family: 'Open Sans', sans-serif;
	min-width:960px !important;
}


#sidebar {
	background-color: #23B7D5;
    box-sizing: border-box;
    min-height: 970px;
	overflow: visible !important;
	width: 96px !important;
    z-index: 11;
}

.sidenav md-list-item {
	width: 6em;
	padding: 0px;
	padding-top: 1em;
	padding-bottom: 1em;
	vertical-align: top;
}

.sidenav {
	height:100vh;
}

/* Source: https://css-tricks.com/snippets/css/text-rotation/ */
.sidenav md-list-item a {
	/* Safari */
	-webkit-transform: rotate(-90deg);

	/* Firefox */
	-moz-transform: rotate(-90deg);

	/* IE */
	-ms-transform: rotate(-90deg);

	/* Opera */
	-o-transform: rotate(-90deg);

	/* Internet Explorer */
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);

	margin:0px;
	padding:0px !important;
	margin: 0.2em auto;
	color: #fff;
}

.sidenav md-list-item:last-child a {
	margin-left: 1em;
}


#content {
	box-sizing: border-box;
	display: block;
	min-height: 100%;
	/*background-color: #fafafa;*/
	background-color: #fff;
	overflow-y: hidden;
}



/* Overwrite for material */
#content md-toolbar {
	min-height: 32px;
}

#content md-toolbar div.md-toolbar-tools {
	height: 32px;
	background-color: #25B6D5;
	color: rgb(114, 114, 114);
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	position: relative;
}

md-card md-card-content{
	/*height: 220px;*/
}

md-card md-card-content.content-tables{
	padding: 0 !important;
}

md-card-content {
	/*padding: 0 2px 0px 2px !important;*/
	padding: 0 2px 0 2px !important;
}

.card-title{
	font-family: 'Open Sans';
	text-transform: uppercase;
	font-size: 0.625em;
	font-weight: bold;
	color: #FFF;
}

.sidenav{
	position: relative;
}

.sidenav .md-button{ /*overwrite as fix for sidenav buttons*/
	line-height: 27px !important;
}

.sidenav-button{
	margin: 0px;
	min-width: 85%;
	border-radius: 0px;
	border-left: 5px solid transparent;
	padding: 5px;
}

.sidenav-button > img{
	margin-bottom: -8px;
}

.sidenav-button div, .sidenav-button span{
	text-decoration: none;
	font-size: 0.625em;
	color: #FFF;
	text-align: center;
}

.sidenav-button md-icon{
	margin-top: 5px;
    margin-bottom: -5px;
}

.sidenav-button--active{
	border-left: 5px solid #FFCB05;
}

.header-container{
	height: auto;
	background-color: #FFF;
	padding: 5px;
	padding-left: 10px;
	padding-top: 15px;
}

.timeline-content{
	box-shadow: 0px 1px 5px #888888;	
}

.graph-button button{
	font-size: 0.625em;
	font-family: 'Open Sans';
}

/* ************ *
 * Button Group
 * ************ */
.btnGroup-option {
    padding-top:6px;
    padding-bottom:6px; 
    display:inline-block;
    border:1px solid #d9d9d9;
    border-right:none;
    font-size: 0.688em;
    padding-left: 8px;
    padding-right: 7px;
    outline: none;
    padding: 5px;
}

.btnGroup-option:hover {
    cursor: pointer;
}

.btnGroup-option:hover > strong,
.btnGroup-option:hover > small {
    text-decoration: underline;
}

.btnGroup-top-app-switch > .btnGroup-option {
    background-color: #F5F6F7;
    color:#000;
    outline: none;
    font-weight: 600;
    border: none;
}

.btnGroup-top-app-switch > .btnGroup-option > small {
    color: #E4EAEF;
}

/*.btnGroup-top-app-switch > .btnGroup-option:first-child {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-topleft: 3px;
}

.btnGroup-top-app-switch > .btnGroup-option:last-child {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-topright: 3px;
    border-right:1px solid #dedede;
}*/

.btnGroup-top-app-switch {
    box-sizing: border-box;
    padding-left: 5px;
    /*margin-top: 10px;*/
    display: inline-block;
    margin-top: 5px;
}

.btnGroup-top-app-switch > .btnGroup-option {
    /*width:115px;*/
}

.btnGroup-top-app-switch > .btnGroup-option--selected:last-child,
.btnGroup-top-app-switch > .btnGroup-option--selected {
    /*background-color:#f39c12; color: #fff; border:1px solid #e7950c;*/ /* Orange */
    /*background-color: #9b59b6; color:#fff; border:1px solid #8e44ad;*/ /* Purple */
    /*background-color: #3498db; color:#fff; border:1px solid #2980b9;*/ /* Blue */
    /*background-color: #16a085; color:#fff; border:1px solid #14947a;*/  /* Green Sea  */
    background-color: #2ecc71; color:#fff; border:1px solid #27ae60;  /* Emerald */
}

.btnGroup-top-app-switch > .btnGroup-option--selected{
	background-color: #ccc;
}

.btnGroup-change-graph-switch{
	margin-right: 4%; 
	/*uncomment if export-btn is visible*/
}

.btnGroup-change-graph-switch .btnGroup-option{
	height: 100%;
	outline:none;
}

.header-container select{
	width: 150px;
	font-family: "Open Sans";
	text-transform: uppercase;
	font-size: 0.875em;
}

.change-graph-switch {
	border: none;
	outline:none;
}

.top-app-switch--selected {
	outline:none;
	/*background-color:#d9d9d9;/*#b9c9d8*/
	border:none;
	/*border:1px solid #b9c9d8*/
}

.app-switch--selected {
	outline:none;
	background-color:#BCD7D8 !important; /*#49a1c3 !important;*/
	/*color: #fff !important;*/
	border:1px solid #BCD7D8;
}

.app-switch--disabled {
	outline:none;
	background-color:#9eacb4 !important; /*#49a1c3 !important;*/
	cursor: default !important;
	/*color: #fff !important;*/
	border:1px solid #BCD7D8;
}

.palette-switcher {
	height:10px;
	width:10px;
	border:none;
	margin-right:7px;
	outline:none;
}

.palette-switcher:hover {
	cursor: pointer;
}

.palette-switcher--colored {
	background-color:#de2d26;
}

.palette-switcher--mono {
	background-color:#4292c6;
}

/*Application Health Styles*/
.ah__table{
	text-align: left;
	border-collapse: collapse;
	font-size: 14px;
}

.ah__table-head{
	background: #61a2d8;
	color: white;
}

.ah--width100{
	width: 100%;
}

.ah__tbody tr:nth-child(odd){
	background: white;
}

.ah__tbody tr:nth-child(even){
	background: #e5e5e5;
}
/*End Application Health Styles*/

/* Vertical Scrollbar Media Queries */
/* @media screen and (min-device-height: 0px) and (max-device-height: 500px) {
	#dashboardpanels {
	    max-height: 405px;
	}
}

@media screen and (min-device-height: 501px) and (max-device-height: 520px) {
	#dashboardpanels {
	    max-height: 420px;
	}
}

@media screen and (min-device-height: 521px) and (max-device-height: 600px){
	#dashboardpanels {
	    max-height: 480px;
	}
}

@media screen and (min-device-height: 601px) and (max-device-height: 620px){
	#dashboardpanels {
	    max-height: 520px;
	}
}

@media screen and (min-device-height: 621px) and (max-device-height: 735px){
	#dashboardpanels {
	    max-height: 600px;
	}
}

@media screen and (min-device-height: 736px) and (max-device-height: 800px){
	#dashboardpanels {
	    max-height: 1652px;
	}
}

@media screen and (min-device-height: 801px) and (max-device-height: 913px){
	#dashboardpanels {
	    max-height: 719px;
	}
}

@media screen and (min-device-height: 914px) and (max-device-height: 923px){
	#dashboardpanels {
	    max-height: 826px;
	}
}

@media screen and (min-device-height: 924px) and (max-device-height: 930px){
	#dashboardpanels {
	    max-height: 841px;
	}
}

@media screen and (min-device-height: 931px) and (max-device-height: 1000px){
	#dashboardpanels {
	    max-height: 860px;
	}
}

@media screen and (min-device-height: 1080px) and (max-device-height: 1920px){
	#dashboardpanels {
	    max-height: 900px;
	}
} */

/*tempfix - zooming*/
#dashboardpanels {
	/*height: 980px;*/
	height: 100%  !important;
}


/*End Vertical Scrollbar Media Queries*/


/*Flowchart Media Queries*/
/*@media screen and (max-width: 1395px){
	.flowtsart {
	    visibility: hidden;
	}
	.container__div{
		margin-top: -165px;
	}
	#content #content-view{
		overflow-x: hidden;
	}
}
*/
@-moz-document url-prefix() {
/*	@media screen and (max-width: 1395px){
		
		.container__div{
			margin-top: -210px;
		}
		#content #content-view{
			overflow-x: hidden;
		}
	}

	@media screen and (max-device-height: 1080){
		#content #content-view {
		    max-height: 715px;
		}
	}*/

	.moz-height-app-tput__card{
		height: 97.5% !important;
	}

	.export-btn--drilldown{
	    background: #1f99b4;
	    position: absolute;
	    right: 9px !important;
	    top: 0;
	    height: 100%;
	    width: 35px;
	}

	.admin-mgt__table{
		width: 120em !important;
	}

	.device-chip > .chip-filter {
		background-color: #00a1a3ba;
		width: -moz-fit-content;
	}
}
/*End Flowchart Media Queries*/

.dashboard-half-widths{	
	height: 400px;
}


@media screen and (min-width: 0px) and (max-width: 1100px) {
	.dashboard-half-widths {
	   height: 550px;
	}
}


/*FOR DASHBOARD DATEPICKER*/
.dashboard-datepicker{
	background: white; 
	width: 280px; 
	height: 40px; 
	margin-top: 10px; 
	border-radius: 5px; 
	box-shadow: 0px 2px 1px #677981;
}

.dashboard-datepicker__button{
	height: 100%; 
	width: 24%; 
	float: left;
	color: #3182bd;
	cursor: pointer;
	outline: none;
}

.dashboard-datepicker__button:hover{
	background: #beced9;
}

.dashboard-datepicker__button--middle{
	border-left: 1px solid #bcbfc4; 
	border-right: 1px solid #bcbfc4;
}

.dashboard-datepicker__button-label, .dashboard-datepicker__button-label:hover{
	-webkit-user-select: none;  
	-moz-user-select: none;    
	-ms-user-select: none;      
	user-select: none;
	cursor: pointer;
}



.dashboard-datepicker__button--active{
	background: #3498db;
	color: white;
}
/*FOR DASHBOARD DATEPICKER*/


.no-data {
	height: 100%;
	background-color: #fefefe;
	color: #9a9a9a;
	text-align: center;
	line-height: 3em;
	font-size: 1.3em;
}

.no-data--center {
	line-height: 17em;
}

.crs--ptr {
	cursor: pointer;
	outline: none;
}

.card-title span {
	color: #FFF;
}

.card-title span.active {
	color: #FFCB05;
}

@-moz-document url-prefix() {
	.art-admin-global-search{
		margin: 5px 0;
	}
	.art-admin-table{
		max-height: calc(100vh - 350px) !important;
	}

	#add-preset-md-container{
		top: -10px !important;
	}
	#add-preset-btn{
		top: 2px !important;
	}
	.admin-add-preset-cont{
		top: 39px !important;
	}
	.toggle-container{
		line-height: 16px;
		height: 32px !important;
		margin-top: 5px;
	}
	.sticky-filter-container{
		height: 42px !important;
	}
	#subnavopts-container-workspaces{
		top: 65px !important;
	}
	#subnavopts-container-reports{
		top: 132px !important;
	}
	#admin-revert-btn{
		bottom:0px !important;
	}
	.art-pagination__div .next-prev--button{
		min-height: 35px !important;
	}
	#subnavopts-container-other{
		bottom: 4px !important;
	}
	#subnavopts-container-security{
		top: 198px !important;
	}
}

.art-toolbar__tr .art-pagination__div .next-prev--button{
	min-height: 35px;
}

strong,b {
	font-weight: 600;
}

.reportTitle {
	font-weight: 700;
}

.myGrid{
	min-height: 122.28px;
}

/*IMPORTANT TO MANUALLY SET*/
.ui-grid-header-cell-wrapper{
	height: 15px;
}

/*.layout-column > .flex-95, .layout-column > .flex-95{
	max-height: 97.5%;
}*/
.ui-grid-row:hover .ui-grid-cell {
  background-color: #e8eefc;
}

.ui-grid-cell{
	outline: none;
}

.filterChip {
	background-color: #fff;
	color: #1b1b1b;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	padding-left: 10px;
	padding-bottom: 6px;
	width: auto;

}

.filterChip h5,
.filterChip p {
	padding: 0px;
	margin: 0px;
}

.activeChip {
	/*background-color: gold;*/
	background-color:#66c2a5;
	color: #fff;
}

.timed-out-content-line {
	height: 150px;
}
.timed-out-content {
	min-height:255px;
}

/*Chart Containers Media Queries*/
@media screen and (min-device-width: 1261px) and (max-device-width: 1920px) {
	#pie-repartition-container, 
	#pie-repartition-container-trafficClass {
		min-height:255px;
		height:100%;
	}

	.timed-out-content-line {
		height: 150px;
	}
	.timed-out-content {
		min-height:255px;
	}

	#switch-container, 
	#topIp-container {
		height:300px;
		
	   /*width: 800px;*/
	}

	#pie-repartition-container > div, 
	#pie-repartition-container-trafficClass > div{
		height: 95%;
	}

	#switch-container > div, 
	#topIp-container > div  {
	   height: 95%;
	   /*width: 95%;*/
	}
}
	/* #pie-repartition-container-trafficClass > div,
	#pie-repartition-container-trafficClass > div > svg > .highcharts-background,
	#pie-repartition-container-trafficClass > div > svg {
		width: 100% !important;
	}

	#pie-repartition-container-trafficClass > div > svg > .highcharts-plot-background,
	#pie-repartition-container-trafficClass > div > svg > .highcharts-plot-border {
		width: 75% !important;
	}

	#pie-repartition-container-trafficClass > div > svg.highcharts-root {
		text-align: center;
	} */




/*END media queries for chart containers*/

.custom-chips-filter {
	padding-top:0.5em;
	padding-bottom: 0.5em;
	vertical-align: middle;
}

.chip-filter {
	width: auto;
	height: auto;
	
	border-radius: 1.3em;
	-webkit-border-radius: 1.3em;
	-moz-border-radius: 1.3em;

	border:1px solid red;
	border:none;

	text-align: left;
	margin-left:0.5em;
	background-color: #FFF;
	padding: 0.3em;
	padding-left: 0.6em;
	padding-right: 0.6em;
	vertical-align: middle;
}

.chip-filter__name {
	line-height: 1.15em;
	font-size: 1.1em;
	color: #1b1b1b;
}

.chip-filter--empty {
    background: #A5D6E1;
    width: 175px;
    height: 32px;
    text-align: center;
}

.chip-filter__name--empty {
	line-height: 1.7em;
	color: #FFF;
}

.chip--empty{
	margin-left: 0.6em;
}

.chip-filter__icon md-icon {
	width: 20px;	
}

.fchip-eop {
    background-color: #fff;
    position: relative;
}

.fchip-incompatible {
    border: 2px dashed #da6365;
    background-color: #fff;
    color: #4b5763;
    position: relative;
}

.fchip-disabled {
    border: 2px solid #e6e6e6;
    background-color: #e6e6e6;
    color: #b5b5b5;
    position: relative;
}

.fchip-disabled > span.chip-filter__name {
	color: #b5b2b2;
}

.chip-tooltip {
    position: absolute;
    top: 3em;
    z-index: 5;
    background-color: #fff;
    box-sizing: border-box;
    padding: 7px;
    padding-left: 1em;
    padding-right: 2em;
    left: -2em;
    border-radius: 5px;
    border: 2px solid #61757e;
    font-size: 0.95em;
    line-height: 1.3em;
}

.chip--eof {
	background-color: #1f99b4;
	border: 2px solid #fff;
	color: #fff;
}

.chip--incompatible {
	background-color: #da6365;
	border: 2px solid #fff;
	color: #fff;
	left: 1.1em;
}

#chip-group {
	/*border:1px solid green;*/
	display: inline-block;
	width: auto;
	border-radius: 1.3em;
	-webkit-border-radius: 1.3em;
	-moz-border-radius: 1.3em;
}

.chip-group--na {
	border: 2px dashed #da6365;
	margin-left: 0.5em;
}

.chip-group--na > div > .chip-filter:first-child {
	margin-left: 0em;
}

.chip-group--na > div > .fchip-incompatible {
	border: 2px dashed transparent;
}

.chip--na {
	background-color: #da6365;
	border: 2px solid #fff;
	color: #fff;
	left: 1.1em;	
    top: inherit;
    margin-top: 3.5em;
    height: auto;
    width: auto;
    display: inline-block;
    line-height: 2em;
    padding-right: 2.7em;
}

.tooltip-dismiss {
    position: absolute;
    right: 0.7em;
    top: 0.7em;
    border-radius: 50%;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    background-color: rgba(67, 194, 223, 0.51);
    width: 20px;
    height: 20px;
    vertical-align: middle;
    text-align: center;
    padding-top: 0px;
    margin-top: 0px;
    line-height: 1.6em;
    outline: none;
}

.chip--na .tooltip-dismiss {
	background-color: #ea8c8e;
    /*margin-right: 3em;*/
}

.chip--disabled .tooltip-dismiss {
	background-color:#f6c473;
}

.chip--incompatible .tooltip-dismiss {
	background-color: #e48c8e;
}

.tooltip-buttons {
	margin-top: 1em;
	margin-left: 1em;
	width: 100%;
}

.tooltip-buttons button {
	border: none;
	height: 25px;
	/*min-height: 28px;*/
	width: auto;
	display: inline-block;
	padding: 4px;
	margin-right: 4px;
	text-transform: uppercase;
	font-size: 0.915em;
    line-height: 1em;
}

.tooltip-buttons button:last-child {
	margin-right: 0px;
}

.tooltip-buttons button#clear {
	background-color: #9e4949;
	/*border:1px solid #853d3d;*/
	height: 29px;
	min-height: 27px;
}

.tooltip-buttons button#remove {
	background-color: #e69595;
	height: 27px;
	min-height: 27px;
	/*border:1px solid #ff9090;*/
}

.tooltip-buttons button#dismiss {
	background-color: #e69595;
	height: 27px;
	min-height: 27px;
	/*border:1px solid #ff9090;*/
}

.chip--warn {
	background-color: #ffb23efa;
	border: 2px solid #fff;
	color: #fff;
	left: 1.1em;	
    top: inherit;
    margin-top: 3.5em;
    height: auto;
    width: auto;
    display: inline-block;
    line-height: 2em;
    padding-right: 2.7em;
    font-weight: 600;
}

.chip-group--warn {
	border: 2px dashed transparent;
	margin-left: 0.5em;
}

.chip-group--warn > div > .chip-filter:first-child {
	margin-left: 0em;
}

.chip--warn > .tooltip-buttons button#clear {
	background-color:#dd7000;
}

.chip--warn .tooltip-dismiss {
	background-color:#fe9427;
}

.btn-ipswitch-base{
	background: white;
	color: black;
	outline: none !important;
}

.btn-ipswitch-base--active{
	background: #49a1c3;
	color: white !important;
	outline: none !important;
}


md-input-container.md-default-theme.md-input-invalid label, md-input-container.md-input-invalid label,
md-input-container.md-default-theme.md-input-invalid .md-input-message-animation, md-input-container.md-input-invalid .md-input-message-animation, md-input-container.md-default-theme.md-input-invalid .md-char-counter, md-input-container.md-input-invalid .md-char-counter,
md-input-container.md-default-theme.md-input-invalid .md-input-message-animation, md-input-container.md-input-invalid .md-input-message-animation, md-input-container.md-default-theme.md-input-invalid .md-char-counter, md-input-container.md-input-invalid .md-char-counter {
	color:#a50a07;
}

#btn-group__ipAdd {
	margin: 12px 0px 0px 12px;
}

#btn-group__geoIP {
	/*margin: 12px 10px 0px 10px;*/
	margin: 17.5px 15px 0px 15px;
}

#btn-group__ipAdd button, #btn-group__geoIP {
	outline: none;
}

#btn-group__destIP {
	outline:none;
	border-top-left-radius:0;
	border-bottom-left-radius:0;
	border-top-right-radius:3px;
	border-bottom-right-radius:3px;
}

.btn-group__error {
    position: absolute;
    top: 3.25em;
    left: -0.3em;
    z-index: 4;
    background-color: #c0392b;
    border: 2px solid #fff;
    width: 130px;
    text-align: center;
    padding: 3px;
    padding-left: 7px;
    padding-right: 7px;
    color: #fff;
    border-radius: 3px;
    -webkit-border-radius:3px;    
    -moz-border-radius:3px;
}

.btn-group>.btn,
.btn-group-vertical>.btn,
.btn-group>.btn-presets>.btn-default{
	height: 36px;
	font-size: 0.875em;
	font-weight: 600;
    color: #000;
    border-radius: 0px;
    box-shadow: none;
    background-color: #EDF1F2;
}

.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default,
.btn-group>.btn-presets>.active{
	background-color: #CDE9ED;
}

/*CKT-WS Stylings*/

.ckt-ws-display{
	height: auto;
	width:280px;/*42.5%;*/
	background-color: #1e1e1e;
	color: #FFF;
	position: absolute;
	z-index: 1;
	/*float: right;*/
	padding: 10px;
	opacity: 0.92;
	box-shadow: 2px 2px 2px 2px #d3d3d3;
	/*margin-left: 44%;
	margin-top: 3%;*/
	top:3.5em;
	right:1em;
}

.ckt-ws-display p{
	text-align: center;
	font-weight: 600;
	font-size: 1.000em;
}

.ckt-ws-details__table{
	/*width: 100%;*/
	margin: 20px 0 15px 0;
	color: #bebebe;
}

.ckt-ws-details__table tr{
	height: 25px;
	border-bottom: 1px solid #343434;
}

.ckt-ws-details-label__td{
	 color: #d7d7d7;
	 /*width: 40%;*/
	 text-align: right;
	 padding-right: 8%;
}

.ckt-ws-details-data__td{
	/*width: 60%;*/
	color: #DADFE1;
	font-weight: 500;
}

.ckt-ws-if-index__btn{
	height: 25px;
	width: 25px;
	font-size: 0.875em;
	margin-bottom: 1px;
	margin-right: 1px;
	border: none;
	cursor: pointer;
	background-color: #617279;
	color: #FFF;
	outline: none;
}

.ckt-ws-dismiss__md-button{
	background-color: #303030;
	font-size: 0.875em;
	font-weight: normal;
}

.ckt-ws-dismiss__md-button-go{
	background-color: #27ae60;
	font-size: 0.875em;
	font-weight: normal;
	min-height: 12px;
	min-width: 15px;
	line-height: 2em;
	color: #fff;
	max-width: 50px;
	margin-top: 6px;
	margin-bottom: 6px;
	margin-left: 0px;
	display: inline-block;
}

.ckt-ws-dismiss__md-button-go:hover {
	background-color: #27ae60;
	cursor: pointer;
}

.ckt-ws-dismiss__md-button-go:disabled {
	background-color: gray;
	color: #645c5c;
	cursor: default;
}

.ifIndexActive{
	background-color: #414a4f;
}

.toolbar-labels{
	font-weight: 600;
    font-size: 0.875em;
    color: #FFF; /* #636363;*/
}

#tooltip-desc {
	width:150px;
	font-size:13px;
	display: inline-block;
	padding:1px;
	padding-left: 6px;
	color: #1b1b1b;
	outline: none;
}

._md-select-menu-container {
	z-index: 99;
}

.feedback {
    width: auto;
    display: flex;
    height:auto;
    box-sizing: border-box;
    margin: auto;
    padding: 5px;
    margin-bottom: 1em;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}

.feedback-state {
	margin: auto;
	width: auto;
	height: auto;
	padding-bottom:0.75em;
	border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    position: relative;
    font-weight: normal;
}

.feedback-state--success {
	background-color: #38c774;
	border:2px solid #27ae60;
	color: #fff;
}

.feedback-state--error {
	background-color: #d54334;
	border:2px solid #c0392b;
	color: #fff;
}

.feedback-state h6,
.feedback-state strong,
.feedback-state span {
	color: #fff;
}

.feedback-state strong {
	margin-left: 1em;
}

.feedback-state strong,
.feedback-state span {
	font-size: 1em;
}

.feedback-state h6 {
	text-transform: capitalize;
	/*text-align: center;*/
	margin-left: 1em;
}

.feedback-message {
	font-size:1.2em;
	/*font-style: italic;*/
	margin-left: 0.9em;
	font-weight: 600;
}

.feedback-dismiss {
	position: absolute;
    right: 4px;
    top: 4px;
    border-radius: 50%;
    background-color:#e3766a;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    text-align: center;
    padding-top: 0px;
    margin-top: 0px;
    line-height: 1.6em;
    outline: none;
}

.circuit-bubble-toolbar{
    /*padding: 8px 0 14px 0;*/
    background-color: #91A0A7;
    margin: 0px;
    border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	/*padding-bottom: 120px;*/
}

#circuit-bubble-container{
	z-index: 0;
}

.circuit-no-site-selected{
	background: #f5f6f7;
}

/*chrome-slider*/
input[type=range]{
    -webkit-appearance: none;
}

input[type=range]::-webkit-slider-runnable-track {
    /*width: 300px;*/
    /*height: auto;*/
    background: #ddd;
    border: none;
    /*border-radius: 3px;*/
    cursor: pointer;
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background: goldenrod;
    /*margin-top: -4px;*/
    cursor: pointer;
}

input[type=range]:focus {
    outline: none;
}

input[type=range]:focus::-webkit-slider-runnable-track {
    background: #bfbfbf;
}

/*moz-slider*/
input[type=range]::-moz-range-track {
    width: 100%;
    height: 15px;
    background: #ddd;
    border: none;
    cursor: pointer;
}

input[type=range]::-moz-range-thumb {
    border: none;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background: goldenrod;
    cursor: pointer;
}

input[type=range]:focus::-moz-range-track {
    background: #bfbfbf;
}


/*ART Diagram*/
.art__diagram{ 
	/*margin-bottom: 2em;*/
	/*margin-top: 2em;*/
}

.art__table.md-table th.md-column{
	/*text-align: left;*/
	padding: 5px !important;
}

.art__table > .fixedHeader > tr > th{
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
}

.art__table .art-data-table tr td{
	border-left: 0px !important;
	border-right: 0px !important;
}

.art__table thead tr th:first-child, .art__table thead tr th:not(.th-pulse):last-child{
	border-left: 0px;
	border-right: 0px;
}

.art__table thead tr .max-ave__th{
	border-left: 0px;
	border-right: 0px;
}

.art__table thead tr .drilldown-art__th md-icon{
	height: 40px;
	width: 38px;
}

.art__table.md-table thead.md-head > tr.md-row th.md-cell div div{
	/*border:1px solid red;*/
	height: 40px;
}

.art__table.md-table #fixhead-application th.md-column {
	/*padding-top: 1em !important;*/
}

.art__table.md-table #fixhead-url th.md-column {
	/*padding-top: 1em !important;*/
}

.art-diagram__img{
	height: 12em;
    margin-bottom: -20px;
}

.art-diagram__img img{
	height: 60px;
	position: relative;
	z-index: 1;
}

/*.art-diagram__img img:hover{filter: brightness(110%);}*/

.art-diagram__span {
	margin-top: 5px;
	height: 3em;
}

.art-diagram__span span {
	/*margin: 0 0 0 3.5%;*/
	font-weight: 600;
	color: #878787;
	/*text-transform: uppercase;*/
	font-size: 0.875em;
	width: 140px;
}

.art-diagram__img, art-diagran__span{ background: transparent; }

.ave-max__md-button:last-child{
	border-left: none;
	margin-right: -0.98px;
}

.ave-max__md-button:first-child{
	border-right: none;
	margin-right: -0.98px;
}

.ave-max__md-button{
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	font-weight: normal;
}

.ave-max__md-button:hover, .in-out-toggle__div:hover{
	/*filter: brightness(105%);*/
	background-color: rgba(24, 119, 139, 0.23);
}

.sparkline-container { /* #sparkline-container  */
	padding-bottom: 1em;
	border:2px solid #333;
}

.fixedHeader{
	background-color: #25b6d5; /*rgba(141, 171, 182, 0.25);*/
	max-height: 375px;
	/*max-height: 360px;*/
    margin-top: -5px;
}

.reports-mdtable .fixedHeader{
	background-color: #c1e6ee !important; /*rgba(141, 171, 182, 0.25);*/
	/*height: 70px !important;*/
	/*max-height: 360px;*/
    margin-top: -10px !important;
    /*max-height: 3em;*/
    margin-top: 0px;
}

.reports-mdtable .fixedHeader tr > th {
	height: 3em;
	vertical-align: top;
	line-height: 3em;
}

.app-drilldown-report_table .fixedHeader tr > th {
	height: 3em;
	vertical-align: top;
	line-height: 3em;
}

.app-drilldown-report_table .fixedHeader{
	background-color: #c1e6ee !important;
    margin-top: -10px !important;
    margin-top: 0px;
}

.app-drilldown-report_table .fixedHeader > tr,
.app-drilldown-report_table .fixedHeader > tr:hover {
	background-color: #c1e6ee !important;
}

#drilldowntable-incoming-container,
#drilldowntable-outgoing-container,
#drilldowntable-business-container,
#drilldowntable-nonbusiness-container {
	margin-top: 0px;
}

.drilldown-card {
	width: 98%;
}

.ta-right { text-align: right; }
.ta-left { text-align: left; }
.ta-center { text-align: center; }

/* For removing margin */
.ma-none{ margin: 0px !important; }
.mt-none{ margin-top: 0px !important; }
.mr-none{ margin-right: 0px !important; }
.mb-none{ margin-bottom: 0px !important; }
.ml-none{ margin-left: 0px !important; }

/*#ado #total-traffic-container > .highcharts-container,
#ado #total-traffic-container > .highcharts-container svg{
	width: 98% !important;
	height: 300px;
}*/

tr.art-selected-app {
	background-color:rgba(141, 171, 182, 0.1); 
	font-weight: 500;
}

.left-bracket__div{
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	height: 15px;
	width: 100px;
	margin-left: 8.5px;
}

.right-bracket__div{
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	height:15px;
	width: 100px;
	margin-right: -5px;
}

.left-bracket-AD__div{
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	height: 15px;
	width: 10px;
	margin-left: 8.5px;
}

.right-bracket-AD__div{
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	height:15px;
	width: 10px;
	/*margin-right: .4%;*/
}

.box-value-indicator-CSD__div{
    height: 20px;
    width: 50px;
    text-align: center;
    padding: 2px;
    background: rgba(64, 154, 213, 0.1);/*0.29*/
    position: absolute;
    top: -35%;
    left: 33.5%;
    margin-left: -66px;
    font-weight: 500;
    color: #000;
    font-size: 0.875em;
    /*border-radius: 10px;*/
}

.box-value-indicator-SSD__div{
    height: 20px;
    width: 50px;
    text-align: center;
    padding: 2px;
    background: rgba(244, 143, 28, 0.1);/*0.29*/
    position: absolute;
    top: -35%;
    left: 78.5%;
    margin-left: -66px;
    font-weight: 500;
    color: #000;
    font-size: 0.875em;
    /*border-radius: 10px;*/
}

.csd-inbound-selected{left: 78.5% !important;}
.ssd-inbound-selected{left: 33.5% !important;}
.ad-inbound-selected{left: 7.5% !important;}

.box-value-indicator-AD__div{
    height: 20px;
    width: 50px;
    text-align: center;
    padding: 2px;
    background: rgba(241, 67, 33, 0.1);/*0.29*/
    position: absolute;
    top: -35%;
    left: 97.5%;
    margin-left: -40px;
    font-weight: 500;
    color: #000;
    font-size: 0.875em;
    /*border-radius: 10px;*/
}

.sparkline-table__md-card-content{
	margin: 1em;
	z-index: 0;
}

.art__table{
	/*border: .5px solid #f2f2f2;*/
	border-collapse: collapse;
}

.flow-diagram__img {
    position: relative;
    z-index: 0;
}

.flow-diagram__img .tooltiptext{
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    padding: 5px 0;
    opacity: .82;
    
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 50%;
    margin-left: -60px;
}

.flow-diagram__img .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
    display: none;
}

.flow-diagram__img:hover .tooltiptext {
    /*visibility: visible;*/
}

#fixhead-activeapplication tr td {
	vertical-align: middle !important; 
	padding:0px !important;
}

#fixhead-activeapplication tr td.md-numeric,
#fixhead-activeapplication tr th.md-numeric,
#fixhead-application tr td.md-numeric,
#fixhead-application tr th.md-numeric,
.art-data-table td.md-numeric {
	text-align: center !important;
}




#fixhead-activeurl tr td {
	vertical-align: middle !important; 
	padding:0px !important;
}

#fixhead-activeurl tr td.md-numeric,
#fixhead-activeurl tr th.md-numeric,
#fixhead-url tr td.md-numeric,
#fixhead-url tr th.md-numeric,
.art-data-table td.md-numeric {
	text-align: center !important;
}




table.md-table:not(.md-row-select) td.md-cell:nth-child(n+2):nth-last-child(n+2), table.md-table:not(.md-row-select) th.md-column:nth-child(n+2):nth-last-child(n+2) {
	padding-right: 0px !important;
}

#back-btn {	
    background-color: #ffffff;
    border-radius: 3px;
    width: 60px;
    border: none;
    padding: 3px;
    margin: 2px auto;
    margin-top: 0.75em;
    color: #757575;
}

#url-back-btn {	
    background-color: #ffffff;
    border-radius: 3px;
    width: 60px;
    border: none;
    padding: 3px;
    margin: 2px auto;
    margin-top: 0.75em;
    color: #757575;
}

.art-view-details__a{
	min-width: 40px;
    min-height: 40px;
    border-radius: 100%;
    margin: 0;
    padding: 0;
}

.snapshotstats-table td.md-cell {
	border-top:none !important;
	color: #666 !important;
	padding: 0px !important;
	/*color: #9a9a9a;*/
}

.snapshotstats-table tr {
	height: 35px !important;
	max-height: 40px !important;
}

.snapshotstats-table tr td.md-cell:first-child {
	text-align: right !important;
	padding-right: 1em !important;
}

.snapshotstats-table tr td.md-cell:last-child {
	text-align: left !important;	
}

.snapshotstats-table tr.no-data td.md-cell {
	text-align: center !important;
	color: #9a9a9a !important;
	font-size: 1em !important;
}

.ave-max__button{
	background: rgba(141, 171, 182, 0.25);
}

.ave-max__button div{
	max-width:29em;
	margin:0px;
	border: none;
	outline: none;
	color: rgba(0, 0, 0, 0.77);;
	border-left: 0.2px solid #fff;
	border-right: 0.2px solid #fff;
	text-align: center;
}

.ave-max__button div:hover{
	filter: brightness(110%);
}

.ave-max__button--selected{
    font-weight: 600 !important;
    /*background: rgba(0, 0, 0, 0.35) !important;*/
    color: #fff;
    outline: none;
    border-bottom: 3px solid #ffcb05 !important;
}

.ave-max__button--selected:hover{
	text-decoration: none !important;
}

.ave-max__button--selected:hover{
	background: rgba(0, 0, 0, 0.35);
}

.art__table.md-table:not(.md-row-select) td.md-cell:first-child, table.md-table:not(.md-row-select) th.md-column:first-child{
	/*padding: 0px;*/
	padding: 0 24px;
}

table.md-table td.md-cell:last-child, table.md-table th.md-column:last-child{
	padding: 0px;
}

.reports-table{
	background: #FFF;
}

.reports-table:hover{
	background: #f5f5f5;
	transition: background 0.3s ease;
}

.reports-table--active td,
.reports-table--active md-cell{
	font-weight: 700;
}

.security-table--active td,
.security-table--active md-cell{
	font-weight: 700;
}

.medianet-reports-table--active td,
.medianet-reports-table--active md-cell {
	font-weight: 700;
}

.art__table .fixedHeader tr th,
.art__table .fixedHeader tr md-column {
	outline: none;
	font-weight:600;
}

.art__table .fixedHeader tr th.delay-cols,
.art__table .fixedHeader tr md-column.delay-cols {
	/*padding-left: 7.5em !important;*/
} 

.art__table .fixedHeader tr th.sortBy--active,
.art__table .fixedHeader tr md-column.sortBy--active {
	font-weight: 800;
	/*font-weight: bold;*/
}

.art__table .fixedHeader tr th.sortBy--active span::after,
.art__table .fixedHeader tr md-column.sortBy--active span::after {
	content: " \25bc";
}

.art__table .fixedHeader tr th.sortBy--inverse span::after,
.art__table .fixedHeader tr md-column.sortBy--inverse span::after {
	content: "\0025B2";
}

/*.sortBy--inverse span::after {
	content: " \0025B2" !important;
}*/

#art-ts-container > .highcharts-container {
	width: 98%;
	max-width:1525px;	
	margin-left: 1em;
}

#art-ts-container > .highcharts-container > .highcharts-root {
	position: relative;
	width: 99%;
}

.art_slider-cancel__btn{
	background-color: #303030;
	font-size: 0.875em;
	font-weight: normal;
	color: #FFF;
	margin: .5px;
}

.art_slider-apply__btn{
	background-color: rgba(32, 190, 241, 0.57);
	font-size: 0.875em;
	font-weight: normal;
	color: #FFF; !important;
	margin: .5px;
}

.url_textsearch-cancel__btn{
	background-color: #7b7b7b !important;
	font-size: 0.875em;
	font-weight: normal;
	color: #FFF !important;
	margin: .5px;
}

.url_textsearch-apply__btn{
	background-color: #3498db;
	font-size: 0.875em;
	font-weight: normal;
	color: #FFF !important;
	margin: .5px;
}

.change-graph-switch {
	/*position: relative;*/
}

.change-graph-switch .tooltiptext {
	visibility: hidden;
    width: 150px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
	font-weight: normal;
	right: 1em;
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
}

.change-graph-switch .tooltiptext--drilldown {
	visibility: hidden;
    width: 150px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
	font-weight: normal;
	right: 1em;
	top: 3em;
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    font-size: 14px;
    line-height: 2em;
}

.change-graph-switch:hover .tooltiptext, .change-graph-switch:hover .tooltiptext--drilldown {
	visibility: visible;
}

.medianet__table .fixedHeader tr th.sortBy--desc th.sortBy--asc,
.medianet__table .fixedHeader tr md-column.sortBy--desc md-column.sortBy--sac{
	font-weight: 800;
	/*font-weight: bold;*/
}

.medianet__table .fixedHeader tr th.sortBy--desc span::after,
.medianet__table .fixedHeader tr md-column.sortBy--desc span::after {
	content: " \25bc";
}

.medianet__table .fixedHeader tr th.sortBy--asc span::after,
.medianet__table .fixedHeader tr md-column.sortBy--asc span::after {
	content: " \25b2";
}

/*div section*/
.medianet__table .fixedHeader tr div.sortBy--desc span::after,
.medianet__table .fixedHeader tr md-column.sortBy--desc span::after {
	content: " \25bc";
}

.medianet__table .fixedHeader tr div.sortBy--asc span::after,
.medianet__table .fixedHeader tr md-column.sortBy--asc span::after {
	content: " \25b2";
}

.fixedHeader th,
.fixedHeader md-column,
.fixedHeader md-column span {
	color: #fff !important;
}

.art__table tbody tr td.cols-total,
.art__table tbody tr md-cell.cols-total,
#fixhead-activeapplication tr td.cols-total {
	padding-left: 2.3em !important;
}

.art__table tbody tr td.cols-total,
.art__table tbody tr md-cell.cols-total,
#fixhead-activeurl tr td.cols-total {
	padding-left: 2.3em !important;
}

.reports-mdtable tr:nth-child(odd),
.art__table tbody tr:nth-child(odd) {
	background-color: #e8e9eb !important;
}

.reports-mdtable tr:nth-child(even),
.art__table tbody tr:nth-child(even) {
	background-color: #fff !important;
}

/*.app-drilldown-report_table .app-drilldown-subip tr:nth-child(even){
	background-color: #fff !important;	
}

.app-drilldown-report_table .app-drilldown-subip tr:nth-child(odd){
	background-color: #f3f3f3 !important;	
}*/

/*.topapps_table-odd{
	background-color: red !important;
}

.topapps_table-even{
	background-color: #fff !important;
}*/

.reports-mdtable .fixedHeader tr,
.reports-mdtable .md-foot tr,
.art__table tbody tr.art-selected-app {
	background-color: #c1e6ee !important;	
}

.reports-mdtable .fixedHeader tr th,
.reports-mdtable .fixedHeader tr md-column,
.app-drilldown-report_table .fixedHeader tr th,
.app-drilldown-report_table .fixedHeader tr md-column {
	color: #394647 !important;
}

.reports-mdtable.md-table tbody.md-body > tr.md-row, table.md-table tfoot.md-foot > tr.md-row{
	height: 35px;
}

.reports-mdtable .fixedHeader tr,
.reports-mdtable .md-foot tr{
	/*height: 40px !important;*/
}


#urlperf-table tbody tr:nth-child(odd),
#urlperf-table tbody tr:nth-child(even) {
	background-color: #fff !important;
	border:none;
	border-bottom: 1px solid #e5e5e5;
}

#urlperf-table tbody tr.uri-row {
	background-color: #fafafa !important;
}

#urlperf-table tbody tr.uri-row:hover {
	cursor: default !important;
}

/* For body, card and Highcharts background color */
#content-view  md-content {

	background-color: #fff;
	overflow: hidden; /*remove scrollbars that appear on md-card containers due to version adjustment*/
}

#content-view  md-card,
#content-view  md-card-content,
md-card-content .no-data {
	background-color: #f5f6f7;
}

.highcharts-container,
.highcharts-root,
.highcharts-background,
.highcharts-loading {
	background-color: #f5f6f7 !important;
	font-family: 'Open Sans', sans-serif !important;	
}

rect.highcharts-background,
rect.highcharts-button-box {
	fill:#f5f6f7;
	font-family: 'Open Sans', sans-serif !important;	
}

td[id^='sprklne-'] rect.highcharts-background,
td[id^='sprklne-'] rect.highcharts-button-box,
td[id^='drilldownsparkline-'] rect.highcharts-background,
td[id^='drilldownsparkline-'] rect.highcharts-button-box,
td[id^='urlsprklne-'] rect.highcharts-background,
td[id^='urlsprklne-'] rect.highcharts-button-box,
td[id^='drilldownsparklineurl-'] rect.highcharts-background,
td[id^='drilldownsparklineurl-'] rect.highcharts-button-box,
#url-tsdd-container rect.highcharts-background,
#url-tsdd-container rect.highcharts-button-box,
#active-app-sparkline rect.highcharts-background,
#active-app-sparkline rect.highcharts-button-box,
#active-app-url rect.highcharts-background,
#active-app-url rect.highcharts-button-box {
	fill:#fff;
}

#sparkline-container .highcharts-container,
#sparkline-container .highcharts-root,
#sparkline-container .highcharts-background,
#sparkline-container .highcharts-loading {
	background-color: transparent !important;
	font-family: 'Open Sans', sans-serif !important;		
}

#sparkline-container rect.highcharts-background,
#sparkline-container rect.highcharts-button-box {
	fill:transparent;
	font-family: 'Open Sans', sans-serif !important;	
}

#url-tsdd-container rect.highcharts-background,
#url-tsdd-container rect.highcharts-button-box {
	fill:#FFF !important;
	font-family: 'Open Sans', sans-serif !important;
}

.highcharts-legend-item,
.highcharts-legend-item span,
.highcharts-axis-labels,
.highcharts-axis-labels span,
.highcharts-axis-labels span a,
.highcharts-axis-title {
	font-family: 'Open Sans', sans-serif !important;		
}

.highcharts-axis-labels span a.thru-put-label,
.highcharts-axis-title {
	font-weight: 700;
	font-size: 1em;
}

.highcharts-axis-labels span a.thru-put-label {
	text-transform: uppercase;
}

md-toolbar.md-default-theme:not(.md-menu-toolbar), md-toolbar:not(.md-menu-toolbar),
md-toolbar.md-default-theme.md-hue-1:not(.md-menu-toolbar), md-toolbar.md-hue-1:not(.md-menu-toolbar){
	background: transparent;
}

#content-view  md-card, #content-view  md-card-content, md-card-content .no-data{
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

md-card{
	box-shadow: none;
}

.art__table.md-table {
	border-top-left-radius: 10px;
	-webkit-border-top-left-radius:10px;
	-moz-border-radius-topleft:10px;
	border-top-right-radius: 10px;
	-webkit-border-top-right-radius:10px;
	-moz-border-radius-topright:10px;
}

.reports-mdtable td.md-cell,
.art__table.md-table td.md-cell {
	border-top: none !important;
}

._md-select-value > span:not(._md-select-icon) ._md-text {
	font-weight: 600;
}

.btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default {
	font-weight: 700;
}

md-switch.md-default-theme ._md-bar, md-switch ._md-bar{
	background-color: #000;
}

md-switch.md-default-theme.md-checked.md-primary ._md-thumb, md-switch.md-checked.md-primary ._md-thumb{
	background-color: #FDCC01;
}

md-switch.md-default-theme.md-checked.md-primary ._md-bar, md-switch.md-checked.md-primary ._md-bar{
	background-color: rgba(253, 204, 1, 0.33);
}

#rangeslider-box,
#url-rangeslider-box {
	position: absolute;
	top:20.7em;
	background-color: #1e1e1e !important;
	opacity:0.95;
	height:auto;
	display:block;
	width: 300px;
	z-index:21;
	margin: auto;
	left:36.7em;
	padding:15px;	
}

#rangeslider-box span,
#url-rangeslider-box {
	color:#FFF;
	font-weight:500
}

.urlSearch-chip{
    width: auto;
    height: auto;
    border-radius: 1.3em;
    -webkit-border-radius: 1.3em;
    -moz-border-radius: 1.3em;
    border: 1px solid red;
    border: none;
    text-align: left;
    margin-left: 0.5em;
    background-color: rgba(0, 0, 0, 0.1);
    padding: 0.3em;
    padding-left: 0.6em;
    padding-right: 0.6em;
    vertical-align: middle;
    margin-right: 2%;
}

.reportsSearch-chip{
    max-width: auto;
    height: auto;
    border-radius: 1.3em;
    -webkit-border-radius: 1.3em;
    -moz-border-radius: 1.3em;
    border: 1px solid red;
    border: none;
    text-align: left;
    margin-left: 0.5em;
    background-color: #85cede;
    padding: 0.3em;
    padding-left: 1em;
    padding-right: 3em;
    vertical-align: middle;
    margin-right: 2%;
    position: relative;
}

.reportsSearch-chip span{
    color: #FFF;
}

.admin-search input{ font-weight: normal !important; }
.admin-search div ul li md-checkbox .md-label { width: 100}

#search-app-box{
	position: absolute;
	top:20.7em;
	background-color: #1e1e1e !important;
	height:auto;
	display:block;
	width: 300px;
	z-index:21;
	margin: auto;
	left:13.7em;
	padding:15px;
}

#search-app-box input{
    width: 100%;
    /*background: rgba(255, 255, 255, 0.16);*/
    outline: none;
    border: none;
    box-shadow: none;
    /*color: #FFF;*/
    font-size: 1em;
    padding: 5px;
    border-radius: 3px;
}

[id^='search-app-box-mgt-']{
	position: absolute;
	background-color: #1e1e1e !important;
	display:block;
	width: 225px;
	z-index:21;
	margin: auto;
	padding:15px;
	font-size: 1.1em;
}

[id^='search-app-box-mgt-'] input{
    width: 100%;
    /*background: rgba(255, 255, 255, 0.16);*/
    outline: none;
    border: none;
    box-shadow: none;
    /*color: #FFF;*/
    padding: 5px;
    border-radius: 3px;
    font-size: 1em;
}

[id^='search-app-box-topthreats-']{
	position: absolute;
	background-color: #1e1e1e !important;
	display:block;
	width: 225px;
	z-index:21;
	margin: auto;
	padding:15px;
	font-size: 1.1em;
}

[id^='search-app-box-topthreats-'] input{
    width: 100%;
    /*background: rgba(255, 255, 255, 0.16);*/
    outline: none;
    border: none;
    box-shadow: none;
    /*color: #FFF;*/
    padding: 5px;
    border-radius: 3px;
    font-size: 1em;
}

[id^='search-app-box-topapps-']{
	position: absolute;
	background-color: #1e1e1e !important;
	display:block;
	width: 225px;
	z-index:21;
	margin: auto;
	padding:15px;
	font-size: 1.1em;
}

[id^='search-app-box-topapps-'] input{
    width: 100%;
    /*background: rgba(255, 255, 255, 0.16);*/
    outline: none;
    border: none;
    box-shadow: none;
    /*color: #FFF;*/
    padding: 5px;
    border-radius: 3px;
    font-size: 1em;
}

[id^='search-box-session-']{
	position: absolute;
	background-color: #1e1e1e !important;
	display:block;
	width: 225px;
	z-index:21;
	margin: auto;
	padding:15px;
	font-size: 1.1em;
}

[id^='search-box-session-'] input{
    width: 100%;
    /*background: rgba(255, 255, 255, 0.16);*/
    outline: none;
    border: none;
    box-shadow: none;
    /*color: #FFF;*/
    padding: 5px;
    border-radius: 3px;
    font-size: 1em;
}

[id^='search-box-ipti-']{
	position: absolute;
	background-color: #1e1e1e !important;
	display:block;
	width: 225px;
	z-index:21;
	margin: auto;
	padding:15px;
	font-size: 1.1em;
}

[id^='search-box-ipti-'] input{
    width: 100%;
    /*background: rgba(255, 255, 255, 0.16);*/
    outline: none;
    border: none;
    box-shadow: none;
    /*color: #FFF;*/
    padding: 5px;
    border-radius: 3px;
    font-size: 1em;
}

.fixedFooter-reports__div{
	background-color: #c1e6ee;
	font-weight: bold;
	font-size: 1.000em;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	padding: 8px 10px 15px 10px;
	margin: 0px;
}

#apptput-drillin-container, #siteTop20-traffic, #ipReports-D{
	height: 240px !important;
}

.medianet__table .fixedHeader tr th, .medianet__table .fixedHeader tr md-column{
	border-left: 1px solid #FFF;
	outline: none;
}

.medianet__table .fixedHeader tr div{
	outline: none;
}

/*Export Panel Stylings*/

.export-btn{
    padding: 6.5px;
    background: #1f99b4;
    height: 100%;
    width: 35px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    border-top-right-radius: 5px;
    /*visibility: hidden; */
}

.export-btn--drilldown{
    background: #1f99b4;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 35px;
}

.export-btn--drilldown svg{
	position:absolute;
	height:25px;
	left:1px;
	bottom:7px;
}

.export-btn:hover, .export-btn--drilldown:hover{
    /*background:#e464ce;*/
    filter: brightness(110%);
}

.export-panel__div{
	background-color: #1e1e1e;
	height: 2.2em;
	width: auto;
	position: absolute;
	right: 0px;
	top: 40px;
	z-index:50 !important;
	box-shadow: rgb(103, 121, 129) 0px 2px 1px;
	opacity: 0.98;
}

.export-panel__div--drilldown{
	background-color: #1e1e1e;
	height: 3.8em;
	width: auto;
	position: absolute;
	right: 0px;
	top: 40px;
	z-index:50 !important;
	box-shadow: rgb(103, 121, 129) 0px 2px 1px;
	opacity: 0.98;
}

.export-file__btn{
	min-width: 50px;
	margin: 0px;
	border-radius: 0px;
	padding: 0px;
}

.export-file__btn md-icon{
    height: auto;
    width: 2em;
	outline: none;
}

.export-file__btn img{
    height: 2em !important;
    width: auto !important;
	outline: none;
	display: block;
    margin: 0 auto;
    clear:both;
}

md-input-container:not(.md-input-has-value) input:not(:focus), md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-ampm-field, md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-day-field, md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-hour-field, md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-millisecond-field, md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-minute-field, md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-month-field, md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-second-field, md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-week-field, md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-year-field, md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-text {
	color: #000 !important;
}

md-autocomplete[md-floating-label] md-autocomplete-wrap {
	height:40px;
}

#topIp-container > .highcharts-container {
	/*margin-top: -1em !important;*/
} 

.site-searchText_input {
	width: 303px; 
	/*margin-left: 10px; */
	outline: none;
    margin: 8px 0 2px 10px;
}

.md-option_scroll {
	overflow-y: scroll; 
	max-height: 152px;
}

.highcharts-legend-item, .highcharts-legend-item span, .highcharts-axis-labels, .highcharts-axis-labels span, .highcharts-axis-labels span a, .highcharts-axis-title{
	margin-top: -3px;
}

.next-prev--button{
	outline: none;
    min-width: 32px;
    min-height: 32px;
    border-radius: 0;
    margin: 0px;
    /* padding: 0px; */
    background-color: rgba(255, 255, 255, 0.17);
    line-height: 25px;
}

.next-prev--button md-icon{
	padding: 4px;
}

.prev-btn-disabled{
	background: rgba(31, 153, 180, 0.27) !important;
    opacity: .70 !important;
}

.art__table .fixedHeader tr th{
	padding: 0px !important;
}

.art__table .fixedHeader tr th span{
	padding: 5px !important;
}

.art__table .fixedHeader tr th span.chip-filter__icon,
.art__table .fixedHeader tr th span.chip-filter__label,
.medianet__table .fixedHeader tr th span.chip-filter__icon,
.medianet__table .fixedHeader tr th span.chip-filter__label {
	padding: 2px !important;
}

.art__table .fixedHeader tr th span.chip-filter__icon md-icon,
.medianet__table .fixedHeader tr th span.chip-filter__icon md-icon,
[id^='ipSearchChip-'] span.chip-filter__icon md-icon {
	width: 1.2em !important;
	height: 1em !important;
	font-size: 1.25em !important;
	vertical-align: middle;
}

[id^='ipSearchChip-'] {
	background-color:rgba(0, 0, 0, 0.2);
	padding: 0em 0.5em 0em 0.25em;
}

.fixedHeader tr th span.chip-filter__label {
	color: #fff;
}

#ipSearchChip-srcIp,
#ipSearchChip-destIp,
#ipSearchChip-dscp {
	max-height: 2.5em;
	margin: auto;
	width: auto;
}


/*PfR stylings*/

.PFR-card-toggle .md-button{
	padding: 0px;
	margin: 0px;
	min-width: 4em;
	border-radius: 0px;
}

.PFR-card-toggle .md-button span{
	font-size: 0.85em;
	font-weight: 600;
	color: #FFF;
}

.topology-cont{
	position: relative;
	width: 100%;
}

.hub-cont{
	position: absolute;
	left: 31EM;
    top: 8.5em;
}

.hub-cont span{
	color: #646464;
    position: absolute;
    top: 5em;
    left: 5em;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.8em;
}

.hub-cont img{
	width: 10em;
	height: auto;
}

.spoke-cont{
	position: absolute;
	left: 23em;
    /*top: 1.5em;*/
    cursor: pointer;
}

.spoke-cont div{
	text-align: center;
	line-height: 15px;
}

.spoke-cont div span{
	color: #131313;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.7em;
}

.spoke__div{
	margin-top: auto;
	margin-bottom: auto;
}

.spoke__div div{
	height: 5em;
	width: 5em;
	/*border: 1px solid #ccc;*/
	background: #ccc;
	border-radius: 100%;
	/*opacity: 0.4;*/
	outline: none;
	padding: 15px;
	/*box-shadow: 0 0 0 1px rgb(251, 221, 187);*/
}

.spoke__div-circle:hover{
	filter: brightness(102%);
	/*box-shadow: 0 0 0 5px rgb(221, 221, 221);*/
}

.PFR-channels-table tbody tr td .channel-cont,
.PFR-eventmngr-table tbody tr td .channel-cont{
	border: 2px solid #bebebe;
	background-color: #bebebe;
	height: 5%;
    width: 30%;
    line-height: 32px;
}

.PFR-channels-table tbody tr td .channel-cont span,
.PFR-eventmngr-table tbody tr td .channel-cont span{
	font-size: 0.9em;
	color: #FFF;
}

.PFR-channels-table tbody tr td .line-connection,
.PFR-eventmngr-table tbody tr td .line-connection{
	border: 1px solid #bebebe;
	width: 30%;

}

.PFR-channels-table.md-table td.md-cell, .PFR-channels-table.md-table th.md-column,
.PFR-eventmngr-table.md-table td.md-cell, .PFR-eventmngr-table.md-table th.md-column{
	text-align: center;
	border-top: 1px rgba(156, 156, 156, 0.12) solid !important;
}

.PFR-channels-table.md-table thead.md-head > tr.md-row,
.PFR-eventmngr-table.md-table thead.md-head > tr.md-row{
	height: 35px;
	background: #C1E6EE;
	margin: 0px;
}

.PFR-channels-table.md-table tbody.md-body > tr.md-row, .PFR-channels-table.md-table tfoot.md-foot > tr.md-row{
	height: 60px;
	cursor: pointer;
	outline: none;
}

.PFR-eventmngr-table.md-table tbody.md-body > tr.md-row, .PFR-eventmngr-table.md-table tfoot.md-foot > tr.md-row{
	height: 40px;
	/*cursor: pointer;*/
}

.PFR-channels-table thead tr th span,
.PFR-eventmngr-table thead tr th span{
	color: #646464;
	font-size: 0.9em;
    font-weight: 600;
}

.topology-legend{
	/*width: 20em;*/
	/*height: 60px;*/
	/*background: #ccc;*/
	/*margin-top: 4%;*/
	margin: 2% 0;
	/*display: inline-block;*/
}

.topology-legend div{
	margin: 1px 2px;
}

.topology-legend span{
	/*font-weight: normal;*/
    color: #bebebe;
    font-size: 0.9em;
}

.topology-legend .box{
	width: 25px;
	height: 10px;
	/*background: #000;*/
	margin: 5px;
}

.top-countries{
	height: auto;
	/*overflow-x: scroll;*/
	/*overflow-y: hidden;*/
	padding: 0.6em;
}

.top-countries .md-button{
	width: 15em;
	height: 4.5em;
	background: #ccc;
	display: inline-block;
	margin: 0 2px;
	text-align: center;
	line-height: 70px;
	border-radius: 0px;
}

.top-countries .md-button span{
	font-size: 1em;
    text-transform: uppercase;
    color: #FFF;
    font-weight: 600;
}

.channel-selected{
	background-color: rgba(208, 208, 208, 0.27) !important;
	font-weight: bold;
}

.channel-selected--tca .channel-cont--tca, .channel-selected--tca .channel-cont--tca{
	background-color: #907db9 !important;
}
.channel-selected--imm .channel-cont--imm, .channel-selected--imm .channel-cont--imm{
	background-color: #e24c53 !important;
}
.channel-selected--rc .channel-cont--rc, .channel-selected--imm .channel-cont--rc{
	background-color: #52b257 !important;
}

.selected{
	box-shadow: 0 0 0 5px rgb(221, 221, 221);
    /*filter: brightness(120%);*/
}

.selected span{
	/*color: rgb(255, 203, 5) !important;*/
	/*font-weight: bold !important;*/
}

.card-toolbar-tab--active{
	background: rgba(255, 255, 255, 0.25);
}

.card-toolbar-tab-art--active{
	background: rgba(24, 119, 139, 0.43);
}

.country-button--active{
	background-color:#9c9c9c !important;
}

.pie {
  position: absolute;
  width: 70px;
  height: 70px;
  -moz-border-radius: 35px;
  -webkit-border-radius: 35px;
  -o-border-radius: 35px;
  border-radius: 35px;
  clip: rect(0px, 35px, 70px, 0px);
}

.hold {
  position: absolute;
  width: 70px;
  height: 70px;
  -moz-border-radius: 35px;
  -webkit-border-radius: 35px;
  -o-border-radius: 35px;
  border-radius: 35px;
  clip: rect(0px, 70px, 70px, 35px);
}

#pieSlice1 .pie {
  background-color: #f15235;
  -webkit-transform:rotate(50deg);
  -moz-transform:rotate(50deg);
  -o-transform:rotate(50deg);
  transform:rotate(139deg);
}

#pieSlice2 .pie {
  background-color: #f49830;
  -webkit-transform:rotate(20deg);
  -moz-transform:rotate(20deg);
  -o-transform:rotate(20deg);
  transform:rotate(41deg);
}

.pieContainer {
  height: 70px;
  width: 35%;
  margin: 2px auto;
}

.pieBackground {
  background-color: #158dc7;
  position: absolute;
  width: 70px;
  height: 70px;
  -moz-border-radius: 35px;
  -webkit-border-radius: 35px;
  -o-border-radius: 35px;
  border-radius: 35px;
  -moz-box-shadow: -1px 1px 3px #000;
  -webkit-box-shadow: -1px 1px 3px #000;
  -o-box-shadow: -1px 1px 3px #000;
  box-shadow: -1px 1px 3px #000;
}

.simulated-spoke-hidden{
	background: #f5f6f7;
	color: #f5f6f7;
}

.selected-site__div{
	height: auto !important;
    width: 20em;
    background-color: #1e1e1e;
    color: #FFF;
    position: absolute;
    z-index: 999;
    /* float: right; */
    padding: 10px;
    opacity: 0.92;
    box-shadow: 2px 2px 2px 2px #d3d3d3;
    top: 1em;
    right: 1em;
}

.selected-site__title{
	font-size: 1em;
    text-transform: uppercase;
    font-weight: 600;
}

.heat-chart{
	position: absolute;
	margin: 5px;
}

/*.heat-chart-diagram{
	height: 2em;
	width: 20em;
	background: linear-gradient(to right, #f48f1e , #fce3c6);
	padding: 5px;
	border: 1px solid rgb(251, 221, 187); 
}*/

.heat-chart-diagram--tca{
	height: 15em; /*2em*/
	width: 4em; /*20em*/
	/*background: linear-gradient(to right, #907db9 , #f2eff7);*/
	background: linear-gradient(#907db9, #f2eff7);
	padding: 5px;
	/*border: 1px solid rgb(251, 221, 187);*/
}

.heat-chart-diagram--imm{
	height: 15em; /*2em*/
	width: 4em; /*20em*/
	/*background: linear-gradient(to right, #e24c53 , #fbe4e5);*/
	background: linear-gradient(#e24c53, #fbe4e5);
	padding: 5px;
	/*border: 1px solid rgb(251, 221, 187);*/
}

.heat-chart-diagram--rc{
	height: 15em; /*2em*/
	width: 4em; /*20em*/
	/*background: linear-gradient(to right, #52b257 , #cce8cd);*/
	background: linear-gradient(#52b257, #cce8cd);
	padding: 5px;
	/*border: 1px solid rgb(251, 221, 187);*/
}

.heat-chart span, .heat-chart-diagram span{
	text-transform: uppercase;
	color: #131313;
	font-size: 0.7em;
	font-weight: 600;
}

#select-hub__select{
  background: rgba(245, 246, 247, 0.7);
  width: 150px;
  height: 34px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  font-size: 0.9em;
  font-weight: 600;
  padding: 5px;
  top: 45px;
  position: relative;
  left: 10px;
  width: 101px;
  text-align: center;
  text-align-last: center;
  box-shadow: none;
  border-radius: 5px;
  cursor: pointer;

  /*-webkit-transition: background-color 1s ease-out;
  -moz-transition: background-color 1s ease-out;
  -o-transition: background-color 1s ease-out;
  transition: background-color 1s ease-out;*/
}

#select-hub__select:hover{
	/*background: url(../img/icons/triangle.svg) 96% / 15% no-repeat #eee;*/
	/*background: #dfe2e5;*/
	box-shadow: 0px 1px 5px #ccc;
}

/*END PfR stylings*/

/*div#main {
    height: 300px;
    width: 300px;
    position: absolute;
    margin: 0 auto;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}
div.circle {
    position: absolute;
    width: 20px;
    height: 20px;
    border: 2px solid black;
    border-radius: 50%;
}
body {
    margin: 0 auto;
}*/

.lan-cont{
	height: 60px;
    width: 242px; /*262*/
    text-align: center;
    padding: 21px;
    background: rgba(44, 170, 208, 0.2);
    position: absolute;
    top: 0;
    left: 0%;
    /*display: none;*/ /*for now*/

    /*height: 20px;
    width: 280px;
    text-align: center;
    	padding: 21px; 
    background: rgba(44, 170, 208, 0.2);
    position: absolute;
    top: 97px;
    left: 0%;*/
}

.lan-cont:after{
	content: '';
    display: block;
    position: absolute;
    right: -20px;
    top: 0;
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-right: 0 solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 20px solid rgba(44, 170, 208, 0.2);
  /*  display: none;*/ /*for now*/

   	/*content: '';
    display: block;
    position: absolute;
    right: -10px;
    top: 0;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 0 solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid rgba(44, 170, 208, 0.2);*/
}

.wan-cont{
    height: 60px;
    max-width: 182px;
    text-align: center;
    padding: 21px;
    background: rgba(102, 121, 149, 0.2);
    position: absolute;
    top: 0;
    left: 55.3%;
    /*display: none;*/ /*for now*/

    /*height: 20px;
    width: 280px;
    text-align: center;
    	padding: 21px; 
    background: rgba(102, 121, 149, 0.2);
    position: absolute;
    top: 97px;
    left: 49.5%;*/
}

.wan-cont:after{
	content: '';
    display: block;
    position: absolute;
    right: -20px;
    top: 0;
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-right: 0 solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 20px solid rgba(102, 121, 149, 0.2);
    /*display: none; *//*for now*/

    /*content: '';
    display: block;
    position: absolute;
    right: -10px;
    top: 0;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 0 solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid rgba(102, 121, 149, 0.2);*/
}

.lan-cont-inbound{
    height: 60px;
    max-width: 182px;
    text-align: center;
    padding: 21px;
    background: rgba(44, 170, 208, 0.2);
    position: absolute;
    top: 0;
    /* left: 13.5%; */
    right: 323px;
}

.lan-cont-inbound:after{
	content: '';
    display: block;
    position: absolute;
    /*right: -20px;*/
    left: -20px;
    top: 0;
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-right: 20px solid rgba(44, 170, 208, 0.2);
    border-bottom: 30px solid transparent;
    border-left: 0 solid transparent;
}

.wan-cont-inbound{
	height: 60px;
    width: 242px; /*262*/
    text-align: center;
    padding: 21px;
    background: rgba(102, 121, 149, 0.2);
    position: absolute;
    top: 0;
    /*left: 44.8%;*/
    right: 0
}

.wan-cont-inbound:after{
	content: '';
    display: block;
    position: absolute;
    /*right: 0;*/
    left: -20px;
    top: 0;
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-right: 20px solid rgba(102, 121, 149, 0.2);
    border-bottom: 30px solid transparent;
    border-left: 0 solid transparent;
}

.lan-cont-span, .wan-cont-span{
    font-weight: 800;
    font-size: 0.8em;
    color: #000;
    position: absolute;
    z-index: 2;
}

.lan-cont-span{
	top: 21px;
	left: 143px;
}

.wan-cont-span{
	top: 21px;
    right: 155px;
}

.tooltip-trigger-area{
	position: absolute;
    top: 0;
}

.div-trigger__div{
	height: 61px;
    width: 117px;
    background: transparent;
    position: relative;
    /*border: 1px solid red;*/
    z-index: 3;
}

.div-trigger__div .tooltiptext{
    visibility: hidden;
    width: 200px;
    background-color: black;
    color: #fff;
    text-align: left;
    border-radius: 4px;
    padding: 5px;
    opacity: .9;
    /*font-size: 1.08em;*/
    line-height: 20px;
    
    /* Position the tooltip */
    position: absolute;
    z-index: 999;
    top: 45%;
    left: 30%;
    /*margin-left: -100px;*/
}

.div-trigger__div .tooltiptext .tooltiptext-heading {
	font-weight: 700;
	font-style: italic;
}

.div-trigger__div:hover .tooltiptext{
    visibility: visible;
}

.in-out-toggle__div .tooltiptext{
    visibility: hidden;
    width: auto;
    background-color: black;
    color: #fff;
    text-align: left;
    border-radius: 4px;
    padding: 5px;
    opacity: .80;
    /*font-size: 1.08em;*/
    line-height: 20px;
    
    /* Position the tooltip */
    position: absolute;
    z-index: 999;
    top: 100%;
    left: 0%;
    /*margin-left: -100px;*/
    pointer-events: none;
}

.in-out-toggle__div .tooltiptext .tooltiptext-heading {
	font-weight: 700;
	font-style: italic;
}

.in-out-toggle__div .tooltiptext:hover {
	cursor: default;
}

.in-out-toggle__div:hover .tooltiptext{
    visibility: visible;
}
/*LAN & WAN animation*/
@keyframes Slide {
  0% {width: 0%;}
  100% {width: 41.5%;}
}

.inboundLAN, .outboundWAN{
	-moz-animation: Slide 1.5s normal forwards ease-in-out;
	animation: 		Slide 1.5s normal forwards ease-in-out;
}

.outboundLAN, .inboundWAN{
	-moz-animation: Slide 2s normal forwards ease-in-out;
	animation: 		Slide 2s normal forwards ease-in-out;
}
/*END LAN & WAN animation*/

.in-out-toggle{
	margin-left: -2.3%;
}

.in-out-toggle div:first-child{border-right: none;}
.in-out-toggle div{
	text-align: center;
	padding: 7px;
	width: 366.5px;
	position: relative;
	outline: none;
	border-left: 1px solid #FFF;
    border-right: 1px solid #FFF;
}

.in-out-toggle div span{
	font-size: 12.25px;
	color: #FFF
}

.custom-tooltip{
	/*display:none;*/
	visibility:hidden;
	position:absolute;
	/*right:35%;
	top: 35%;*/
	border:1px solid #F04323;
	height:auto;
	width:auto;
	max-width: 300px;
	min-width: 100px;
	z-index:9999999;
	background-color:#FFF;
	color: #000;
	padding: 5px;
	box-shadow: rgba(0,0,0,0.38) 0px 2px 1px;
	line-height: 20px;
	pointer-events: none;
}

.custom-tooltip span{font-weight: 700;}

.custom-tooltip hr{
	display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #CCC;
    margin: 2px 0;
    padding: 0;
}

/* For Single-IP drilldown (Grouped by Client/Server IP) */
[id^='UngroupedlinkImg-'],
[id^='GroupedlinkImg-'] {
	visibility: hidden;
	outline: none;
}

[id^='Ungroupedcell-firstCol-'] > div > div > [id^='UngroupedlinkImg-'],
[id^='Groupedcell-firstCol-'] > div > div > img {
	margin-top: 0.3em;	
	outline: none;
}

[id^='Groupedcell-firstCol-'] > div > div > img {
	margin-top: 0.2em;
}

[id^='Ungroupedcell-firstCol-']  > div > div > img {
	margin-left: 0.3em;
}

[id^='Ungroupedcell-secondCol-'] > img {
	margin-left: 0.5em;
}

[id^='Ungroupedcell-firstCol-']:hover > div > div > [id^='UngroupedlinkImg-'] {
	visibility: visible;
	cursor: pointer;
}

[id^='Ungroupedcell-secondCol-']:hover > [id^='UngroupedlinkImg-'] {
	visibility: visible;
	cursor: pointer;
}

/*For Admin Management Page in ART*/

[id^='app-options-'] {
	visibility: hidden;
	outline: none;
}

[id^='app-row-']:hover > td > div > div > [id^='app-options-'] {
	visibility: visible;
	cursor: pointer;
}

[id^='app-row-']:hover > td > div > [id^='app-options-'] {
	visibility: visible;
	cursor: pointer;
}

[id^='app-row-']:hover > td {
	background: #f2f3f4;/*#e7f7f1;*/
}

/*Expandable Search Box Stylings*/
.search input[type="text"]{
    width:0;
    height:2.5em;
    border: 0px !important;
    background: transparent;
    font-size: 1em;
    color: #FFF;
    font-weight: normal;
    padding-top: 0.5em;
    transition:width 0.2s ease-in-out;
}

.search input[type="text"]:focus{
    cursor:text;
    padding-right: 2em;
}

.search input[type="text"]::placeholder{
	color: #FFF;
	opacity: 0.7;
}

#cancel-search-btn{
	position: absolute;
	right: 0;
	top: 5px;
	background: transparent;
	border: 0px;
	outline: none;
	display: none;
}

.urlSearchPanel{
	position: relative;
	margin-right: 2%;
	margin-top: 0.5em;
}

#search-box{
	border-bottom: 2px solid #FFF !important;
	outline: none;
	box-shadow: none;
}
/* END Expandable Search Box Stylings*/

.no-data-sparklines{
	height: 22em;
	text-align: center !important;
	font-size: 1.3em !important;
	background-color: #FFF !important;
}

/*Reports Searchbox Stylings*/
input[type="text"].reports-searchbox__input::-webkit-input-placeholder{
	color: rgb(57, 70, 71);
	font-size: 1em !important;
}

.reports-searchbox__input{
	border-radius: 40px !important;
    box-shadow: none !important;
    background-color: rgb(193, 230, 238);
    padding: 5px !important;
    height: 30px;
    width: 20em;
    font-size: 1.05em !important;
    outline: none;
    padding-left: 10px !important;
    color: rgb(57, 70, 71);
    padding-right: 25px !important;
}

.reports-searchbox__button{
	position: absolute;
    right: 0;
    min-width: 30px;
    min-height: 30px;
    padding: 5px;
    margin: 0;
    border-radius: 50%;
    top: 0;
    line-height: 17px;
}

.reports-searchbox__button md-icon{
	height: 18px !important;
	width: 18px !important;
}

#search-panel{ /*reports*/
	margin-right: 15px !important;
	position: relative;
}
/*END Reports Searchbox Stylings*/

/*AD Options stylings*/
.adTooltip{
	/*height: auto;*/
	width: auto !important;
	min-width: 195px;
	position: relative;
	/*position: absolute;*/
	background-color: #1e1e1e;
	opacity: 0.98;
	margin-left: 2.25em;
	/*left: 290%;
	top: -20px;*/
	display: none;
	/*z-index: 20;*/
}

.adTooltip:before{
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent; 
    border-right: 8px solid #1e1e1e;
    opacity: 0.98;
    left:-0.65em;
    top:0.35em;
    /*left: -8px;*/
    
    /*top: 23px;*/
}

.adTooltip .showADusers{
	/*border-radius: 0px;*/
	margin: 0;
	/*margin-right: 3px;*/
	/*padding: 7px;*/
	/*text-align: left;*/
	/*background-color: rgba(31, 153, 180, 0.29);*/
	border-radius: 2px;
	/*height: 50px;*/
    /*line-height: 35px;*/

	transition: all 0.5s cubic-bezier(0.35, 0, 0.25, 1);
    transition-property: background-color;
}

.adTooltip a{
	text-decoration: none;
	/*padding: 7px;*/
	/*background-color: rgba(31, 153, 180, 0.29);*/
	border-radius: 2px;
	/*margin-right: 3px;*/
	/*height: 50px;
    line-height: 35px;*/


	transition: all 0.5s cubic-bezier(0.35, 0, 0.25, 1);
    transition-property: background-color;

}

.noHover{
	pointer-events: none;
}

.adTooltip md-button:hover, .adTooltip a:hover{ background-color: rgba(158,158,158,0.2); }
.adTooltip md-button img{ height: 17px; }
.adTooltip md-button span{
	color: #E0E0E0;
	font-size: 0.75em;
	font-weight: 500;
	text-transform: uppercase;
}

.ip-options-panel{
	height: 90%;
	width: 100%;
	position: absolute;
	z-index: 20;
	background-color: #1e1e1e;
	opacity: 0.98;
	top: 9%; 
}

.ip-mdtable{ font-size: 1.1em }
.ip-mdtable tr td, .ip-mdtable tr th{ padding-left: 5em; }

.ad-panel-button{
	font-size: 0.85em;
	font-weight: 600;
	color: #FFF;
	/*max-width: 10em;*/
	max-width: 8em;
	border-radius: 0px;
	margin: 0;
	padding: 0;
}

.ad-close md-icon{
	width: 11px !important;
	height: 11px !important;
}

.ad-ip-button md-icon{
	width: 18px !important;
	height: 18px !important;
}

.ad-close, .ad-ip-button{ min-width: 40px; }
.ad-ip-button{ background: rgba(31, 153, 180, 0.29); }
.ad-ip-button span{ margin: 5px; }

.tooltip-here .tooltiptext{
    visibility: hidden;
    width: 150px;
    background-color: rgba(104, 104, 104, 0.9);
    color: #fff;
    text-align: center;
    border-radius: 4px;
    padding: 5px 0;
    opacity: .82;
    position: absolute;
    z-index: 99;
    /*right: 0;*/
    left: 64px;
}

.tooltip-here:hover .tooltiptext{
    visibility: visible;
}

.admin-action-btn{
	position: relative;
}

.admin-action-btn .tooltiptext{
    visibility: hidden;
    width: 140px;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    text-align: center;
    border-radius: 4px;
    padding: 5px;
    opacity: .82;
    position: absolute;
    z-index: 50;
    left: -45; 
    top: -30; /*originally bottom - had issue when there's only 1 row*/
}

.admin-action-btn:hover .tooltiptext{
    visibility: visible;
}

#adTooltip-resized-screen{
	height: auto;
	width: auto;
	position: absolute;
	background-color: #1e1e1e;
	opacity: 0.98;
	display: none;
	bottom: 50;
	right: 25;
	z-index: 20;
}

#adTooltip-resized-screen #displayIP{
	font-size: 1em;
	color: #FFF;
	font-weight: 600;
	text-align: center;
	padding: 5px 0px !important;
}

.adTooltip-resized-screen__md-button{
	border-radius: 0px !important;
	margin: 5px 5px !important;
}

#adTooltip-resized-screen .dismiss-btn{
	min-height: 20px;
	min-width: 20px;
	background-color: #303030;
	position: absolute;
    right: 0;
}

#adTooltip-resized-screen .dismiss-btn md-icon{
	height: 9px;
	width: 9px;
}

.no-margin-bottom{
	margin-bottom: 0px !important;
}

.adTooltip-resized-screen__md-button span{
	color: #E0E0E0 !important;
	font-size: 0.8em !important;
}

.adTooltip-resized-screen__md-button img{
	height: 17px !important;
	padding-right: 2%;
}

.showADusers:hover .tooltipContent, .openHostExp:hover .tooltipContent{ visibility: visible; }
.showADusers, .openHostExp{ 
	position: relative;
	cursor: pointer;
}

.tooltipContent span{color: #FFF !important;}
.tooltipContent{
	visibility: hidden;
    height: 30px;
    line-height: 20px;
    width: auto;
    background-color: rgba(87, 87, 87, 0.9); /*rgba(	103, 170, 186,0.95);"/
    /* color: #fff; */
    text-align: center;
    border-radius: 2px;
    padding: 5px;
    /* opacity: .99; */
    position: absolute;
    z-index: 99;
    top:-20px;
    right: 0;
    /* left: 64px; */
}

#backToInfo, #showAD{
	min-width: 135px;
    visibility: visible;
    background: #3b3b3b;
    color: #FFF;
    border-radius: 0px;
    margin: 0px;
    border-bottom: 3px solid transparent;
    min-height: 50px;
}

#backToInfo md-icon{
	width:15px;
}

.active-this{
	border-bottom: 3px solid #1F99B4 !important;
}
/*END AD Options stylings*/

/*Devices Filter Stylings*/
.device-search-parent{
    /*text-transform: uppercase;*/
    /*pointer-events: none;*/
    padding: 16px;
    font-weight: 500;
    color: rgba(117,117,117,0.87);
}

.devices-search label{ padding: 0; }
.devices-search_input{ width: 70% !important; }
.device-md-option_scroll{ min-height: 452px !important; }
.device-filter-container md-select-menu{ min-height: 500px !important; max-height: unset; max-width: 70em;}
.device-filter-container md-content._md{ min-height: 500px !important; max-height: unset; max-width: 70em;}
/*END Devices Filter Stylings*/

.selectdemoSelectHeader {
  /* Please note: All these selectors are only applied to children of elements with the 'selectdemoSelectHeader' class */ }
  .selectdemoSelectHeader .demo-header-searchbox {
    border: none;
    outline: none;
    height: 100%;
    width: 100%;
    padding: 0; }
  .selectdemoSelectHeader .demo-select-header {
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1), 0 0 0 0 rgba(0, 0, 0, 0.14), 0 0 0 0 rgba(0, 0, 0, 0.12);
    padding-left: 10.667px;
    height: 48px;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    width: auto; }
  .selectdemoSelectHeader md-content._md {
    /*max-height: 240px;*/ }
   md-select-menu:not(.md-overflow) md-content{ padding: 0px; }

/*ck-ws multi-selection stylings*/
.ckt-apply-btn-disabled{
	background: rgba(64, 64, 64, 0.26) !important;
	color: #FFF !important;
}

#ckt-ws-search .md-select-value{
	max-width: 12em !important;
}

#ckt-ws-search .md-select-icon{ color: rgba(255, 255, 255, 0.54) !important; }
#ckt-ws-search:not([disabled]):focus .md-select-value { color: #FFF; }
#ckt-ws-search .md-select-value.md-select-placeholder{ color: #FFF; }
/*END ck-ws multi-selection stylings*/

md-option .md-text{ font-size: 1.3em; }
.md-select-value{ font-weight: 600; }
.selectdemoSelectHeader .demo-select-header{ box-shadow: none; }
md-select .md-select-icon{ color: #000; }

md-icon{
	min-width: 0px;
	min-height: 0px;
}

.header-searchbox-ckt{
	box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 0px 0px, rgba(0, 0, 0, 0.14) 0px 0px 0px 0px, rgba(0, 0, 0, 0.12) 0px 0px 0px 0px;
	width: 98% !important;
	font-size: 1.3em;
}

/*ckt-ws switch stylings*/
.switch {
  position: relative;
  display: inline-block;
  width: 60px; /*110px*/
  height: 21px;
}

.switch input {display:none;}

.slider {
  position: absolute;
  cursor: pointer;
  top: -3px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.28);
  -webkit-transition: .4s;
  transition: .4s;
  height: 1.2em; /*1.3em*/
  outline: none;
  border-radius: 20px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px; /*18px*/
  width: 25px; /*26px*/
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 20px;
}

input:checked + .slider {
  /*background-color: #2ab934;*/
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(27px);
  -ms-transform: translateX(27px);
  transform: translateX(27px); /*76px*/
}

.discrete, .composite
{
  color: white;
  /*position: absolute;*/
  /*transform: translate(-73%,-50%);*/
  /*top: 50%;*/
  /*left: 50%;*/
  font-size: 0.5em;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0 5px;
  outline: none;
}

.toggle-container{
    /*line-height: 25px;*/
    background-color: rgba(24, 119, 139, 0.3);
    /*height: 100%;*/
    padding: 7px 5px 0px 5px;
}

/*.discrete {display: none;}*/
/*.composite{transform: translate(-29%,-50%) !important;}*/
/*input:checked+ .slider .discrete {display: block;}*/
/*input:checked + .slider .composite {display: none;}*/
/*END ckt-ws switch stylings*/

.art-user-preferences-btn{
	position: absolute;
	right: 0 !important;
	top: 0 !important;
	min-height: 32px !important;
	min-width: 35px !important;
	border-radius: 100%;
	margin: 0px !important;
    padding: 0px !important;
    line-height: 21px;
}

.art-user-preferences-btn md-icon{
	width: 20px;
	height: 20px;
}

.art-ave-max{
    /* margin: 7px 5px; */
    top: 5px;
    /*left: 3px;*/
    position: absolute;
 }

.adTooltip .showADusers{
	margin: 0;
	/*padding: 10px 68px 10px 15px;*/
	border-radius: 2px;
	/*height: 50px;*/
    /*line-height: 35px;*/
    box-sizing: border-box;
    display: block;
    width: 100%;
    line-height: 2.4em;
    padding-left:0.5em;
    font-size: 1.165em;
	transition: all 0.5s cubic-bezier(0.35, 0, 0.25, 1);
    transition-property: background-color;
}

.adTooltip a{
	text-decoration: none;
	/*padding: 10px 15px 10px 15px;*/
	border-radius: 2px;
	/*height: 50px;*/
    /*line-height: 35px;*/
    color: #FFF;
	box-sizing: border-box;
    display: block;
    width: 100%;
    line-height: 2.4em;
    padding-left:0.5em;
    font-size: 1.165em;
}

.noHover{pointer-events: none !important;}
.noHover:hover{background: transparent !important;}

.adTooltip md-button:hover, .adTooltip a:hover{ background-color: rgba(158,158,158,0.2);}
.adTooltip md-button img{ height: 17px; }
.adTooltip md-button span{
	color: #E0E0E0;
	font-size: 0.75em;
	font-weight: 500;
	text-transform: uppercase;
}

.ave-max__div{
	height: 34px !important;
    min-width: 9.95em !important;
    /* position: absolute !important; */
    /* text-transform: capitalize !important; */
    text-align: center;
    line-height: 31px;
    /* padding: 18px 4px; */
    border-left: 0.5px solid rgba(255, 255, 255, 0.15);
    /*border-right: 0.5px solid rgba(255, 255, 255, 0.15);*/
    /*background-color: rgb(33, 163, 191);*/
    background: rgba(0, 0, 0, 0.35) !important;
    font-weight: normal;
    text-transform: uppercase;
    border-bottom: 3px solid transparent;
}

.ave-max__div:hover{
	text-decoration: underline;
}

.art-switch-toggle__div{
    position: absolute;
    top: 5px;
    line-height: 20px;
    right: -65%;
    padding: 2px 10px;
    background: rgba(24, 119, 139, 0.3);
    font-weight: normal;
    z-index: 10;
}

.firewall-threat-toggle_div{
	position: absolute;
    top: 0px;
    line-height: 29px;
    right: 15%;
    padding: 2px 10px;
    background: rgba(24, 119, 139, 0.3);
    font-weight: normal;
    font-size: 12px;
    color: #FFF;
}

.firewall-threat-toggle_div span{
	padding: 0px 5px;
}

.art-switch-toggle__div span{
    text-transform: uppercase;
    outline: none;
}

.art-switch-toggle--yellow{
	color: #ffcb05 !important;
	font-weight: 600 !important;
}

.art-switch-toggle{
	height: 26px !important;
	width: 60px !important;
	border-radius: 20px;
}

.threat-switch-toggle{
	height: 24px !important;
	width: 60px !important;
	border-radius: 20px;
}

.art-switch-toggle__div .switch{
	height: 26px;
	width: 62px;
    top: 5px;
}

.art-switch-toggle__div .slider:before{
	/*left: -42px;*/
	border-radius: 20px;
	bottom: 5px;
}

.firewall-threat-toggle_div .switch{
	height: 26px;
	width: 62px;
    top: 5px;
}

.firewall-threat-toggle_div .slider:before{
	/*left: -42px;*/
	border-radius: 20px;
	bottom: 4px;
}

.art-switch-toggle__div, .firewall-threat-toggle_div input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.dropdown-refresh-icon {
	min-width: 15px;
	position: absolute;
	right: 20px;
	margin: 2px;
 }

/*Admin Management*/

.adminMgtBg {
	background: rgba(41, 41, 41, 0.87) !important; 
}


.admin-mgt__table{
	width: 100%;
	/*height: 40%;*/
}

#adTooltip-resized-screen{
	height: auto;
	width: auto;
	position: absolute;
	background-color: #1e1e1e;
	opacity: 0.98;
	display: none;
	bottom: 50;
	right: 25;
	z-index: 20;
	padding: 5px;
}

.admin-mgt__table.md-table th.md-column{
	padding: 0px 5px !important;
}

.admin-mgt__table > .fixedHeader > tr > th{
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
}

.admin-mgt__table.md-table tbody.md-body > tr.md-row, table.md-table tfoot.md-foot > tr.md-row {
	height: 38px;
}

md-checkbox.md-checkbox-small .md-icon{
	transform: scale(.8);
	border-color: #5d5d5d;
}

.checked-checkbox > .md-container > .md-icon{
	border-color: transparent !important;
}

md-checkbox.md-checkbox-small {
	margin-bottom: 0px;
}

/*Autocomplete Dropdown in Admin Page*/

.md-autocomplete-suggestions li {
	font-size: 12.5px;
}

.md-autocomplete-suggestions li .suggestion-div .pill{
	/*border: 1px solid red;*/
	height: 22px !important;
	position: relative;
	/*margin-top: 15;*/
}

.md-autocomplete-suggestions li .suggestion-div .pill span{
	position: absolute !important;
    top: -13px;
    left: 17px;
}

/*end*/

md-dialog.md-transition-in, md-dialog.md-transition-out {
	background-color: rgba(255, 255, 255, 0.2);
	/*background-color: rgba(255, 255, 255, 0.2) !important;*/
	overflow: hidden;
	border-radius: 0px;
}

.md-dialog-container, md-dialog{
	background-color: rgba(0, 0, 0, 0.8);
	top: 0;
}

.app-name__pill{
	background-color: #9355e8;
}

.app-group__pill{
	background-color: #009d00;
}

.traffic-class__pill{
	background-color: #0da6ba;
}

.category__pill{
	background-color: #0083C3;
}

@media screen and (min-width: 1031px) and (max-width: 1400px) {
	.md-dialog-container {
		top : 0px !important;
	}
}

 /* ART Search */
.tag-results-count {
	/*background-color: #03a734;*/
	background-color: #3492a7;
	display:inline-block;
	width: 2em;
	height: 2em !important;
	border-radius: 5px;/*11px*/
	line-height: 2.2em;
	font-weight: 600;
}

.tag-results-count--active {
	/*background-color: #3492a7;*/
}

.btn-group#changeselected-btn>.btn,
.btn-group#changeselected-btn>.btn {
	background-color:#ed960c;/*  */
	color: #fff;
	outline: none;
}

.btn-group#changeselected-btn>.btn:disabled, 
.btn-group#changeselected-btn>.btn:disabled {
	cursor: default;
	background-color: #e6e6e6;
	color: #c5c0c0;
}

#changeselected-btn > .btn-warning:active:hover, 
#changeselected-btn > .btn-warning.active:hover, 
.open#changeselected-btn>.dropdown-toggle.btn-warning:hover, 
#changeselected-btn > .btn-warning:active:focus, 
#changeselected-btn > .btn-warning.active:focus, 
.open#changeselected-btn>.dropdown-toggle.btn-warning:focus, 
#changeselected-btn >.btn-warning:active.focus, 
#changeselected-btn >.btn-warning.active.focus, 
.open#changeselected-btn>.dropdown-toggle.btn-warning.focus {
	background-color:#ed960c;
	color: #fff;
}

.changeselected-item--disabled,
.changeselected-item--disabled > a,
.changeselected-item--disabled:hover,
.changeselected-item--disabled:hover > a,
#changeselected-btn > .dropdown-menu>li.changeselected-item--disabled>a {
	cursor: default;
	background-color: #f7f7f7;
	color: #dcd6d6;
}

/*FOR GEOIP*/
#appsearch_reset:hover {
	color: red;
}

#appsearch_reset{
	float: right; 
	font-size: 8px; 
	margin-top: 4px; 
	color: #216cef;
}

#appsearch_reset:focus {
   outline: none;
   border: 0;
}

.geoip-mdtable tr:nth-child(odd){background-color: rgba(247, 247, 247, 0.8) !important;}
.geoip-mdtable tr:nth-child(even){background-color: #fff !important;}
/*END FOR GEOIP*/

md-autocomplete md-autocomplete-wrap{
	box-shadow: none !important;
}

@media only screen and (max-width: 1900px) {
	.logo-detach_panel .detach-close-btn,
	.logo-detach_panel .vertical-line {
		display: none !important;
	}
	.logo-detach_panel .detach-close-link {
		display: inline !important;
	}
	.logo-detach_panel .ntt-logo {
		margin-right: 1.3vw;
	}
}

@media only screen and (max-width: 1560px){
	#add-preset-btn{ top: -11px !important; }
	#add-preset-md-container{ top: -23px !important; }
	#admin-revert-btn{bottom: 8px !important;}
	#admin-reset-btn, #admin-search-btn, .autocomplete__form{bottom: 9px !important;}
	#warning-admin-dialog{right: 340px !important;}
	.admin-add-preset-cont{top: 45px !important;}
	.filter-add-cont{top: 113px !important;}
	#dialogEditDelete{right:52px !important;}
	#subnavopts-container-other{
		bottom: 210px !important;
		width: 28% !important;
	}
	.ntt-logo {
		margin-top: 1.8em !important;
	}

	@-moz-document url-prefix() {
		#add-preset-btn{top: -5px !important;}
		#add-preset-md-container{top: -17px !important;}
		.admin-add-preset-cont{top: 39px !important;}
		#subnavopts-container-other{bottom: 210px !important;}
	}
}

@media only screen and (max-width: 1440px){
	#add-preset-btn{top: -8px !important;}
	#add-preset-md-container{top: -20px !important;}
	#warning-admin-dialog{right: 375px !important;}
	.admin-add-preset-cont{top: 50px !important;}
	.filter-add-cont{top: 113px !important;}
	#dialogEditDelete{right:90px !important;}
	#subnavopts-container-other{bottom: 70px !important;}
	.subnavopts-container-other--move{bottom: 70px !important;}
	.logo-detach_panel.compact .ntt-logo {
		margin-top: 2em !important;
		margin-right: 0.3em;
	}
	.logo-detach_panel.compact .ntt-logo img {
		width: 120px;
		max-width: 140px;
		height: 30px;
		min-height: 30px;
	}

	@-moz-document url-prefix() {
		#add-preset-btn{top: -6px !important;}
		#add-preset-md-container{top: -18px !important;}
		.admin-add-preset-cont{top: 39px !important;}
		#subnavopts-container-other{bottom: 70px !important;}
	}
}

#search-app-box-input { color: rgba(0,0,0,0.87); }
.md-no-underline span  { color: rgba(0,0,0,0.87); }
.preset-md-select span  { color: #FFF; }
.preset-md-select .md-select-value{ border-bottom-color: #FFF !important; }

.filterCaret{
	margin:0px;
	padding:0px;
	min-width:20px;
	background-color:rgba(22, 110, 130, 0.65);
	border-radius:0px;
}
.caret-btn {
	height:35px;
	min-height:35px !important;
}

.caret-btn:hover{
	background-color: rgba(25, 129, 152, 0.75) !important;
}

.artAdminFilter-btn {
	outline: none;
    min-width: 35px;
    height: 35px;
    min-height: 35px !important;
    margin-top: 0px;
}

.artAdminFilter-btn.sticky-filter:hover {
	background-color: #8FCCD9 !important;
}

.artAdminFilter-btn.artAdminFilter-btn--default {
	background-color: transparent;
	border-radius: 50%;
}

.artAdminFilter-btn.artAdminFilter-btn--active {
	background-color: rgba(22, 110, 130, 0.65);
	border-radius:0px;
	margin:0px !important;
	border-right:1px solid #30b3cf;
}

.artAdminFilter-btn--active > img {
	height: 16px;
}

.medianet-switch-toogle__div{
    position: absolute;
    /*top: 5px;*/
    line-height: 20px;
    right: 4%;
    padding: 0px 10px;
    background: rgba(24, 119, 139, 0.3);
    font-weight: normal;
    z-index: 10;
}

.medianet-switch-toogle__div span{
	padding: 5px;
	font-size: 12.25px;
	color: #fff;
}

.medianet-switch-toogle__div .switch{
	top: 4px !important;
}

.medianet-switch-toogle__div .switch{
	height: 26px;
	width: 62px;
    top: 2px;
}

.medianet-switch-toogle__div .slider:before{
	/*left: -42px;*/
	border-radius: 20px;
	bottom: 5px;
}

.art-switch-toggle__div, .medianet-switch-toogle__div, .firewall-threat-toggle_div span{
    text-transform: uppercase;
    outline: none;
}

.art-switch-toggle--yellow{
	color: #ffcb05 !important;
	font-weight: 600 !important;
}

.medianet-switch-toogle__div .switch{
	top: 4px !important;
}

.medianet-switch-toogle__div .switch{
	height: 26px;
	width: 62px;
    top: 2px;
}

.medianet-switch-toogle__div .slider:before{
	/*left: -42px;*/
	border-radius: 20px;
	bottom: 5px;
}

.art-switch-toggle__div, .medianet-switch-toogle__div, .firewall-threat-toggle_div span{
    text-transform: uppercase;
    outline: none;
}

.artAdminFilter-btn--active:hover {
	background-color: rgba(25, 129, 152, 0.65) !important;
}

.dbIpInfo-table td {
	color: #FFF;
	/*font-weight: 600;*/
}

.dbIpInfo-table td label{color: #acacac;}

@media only screen and (max-width: 1535px) and (min-width: 1440px){
	.db-ip--add-margin {
		margin-right: 50px !important;
	}
	.db-ip--add-margin table {
		width: 250px !important;
	}
	.db-ip--adjust-width{
		width: 175px !important;
	}
	
	/*username search*/
	.close-icon:after { right: -149px !important; }
	.username-search--adjust-margin{ margin-right: 45px !important; }

	/*feedback button*/
	.feedback-btn-div{
		/*bottom: 71px !important;*/ /*please comment as fix for prod-vview iframe version*/
	}
	.tours-btn-div{
		/*bottom: 133px !important;*/ /*please comment as fix for prod-vview iframe version*/
	}
	#subnavopts-container{
		height: 700px !important;
	}
	#tour-highlighted-element{
		width: 91.8% !important;
		left: 94.25px !important;
		top: 366.25px;
	}
	#subnavopts-container-workspaces {
		top: 66.0999984741211 !important;	
	}
	#subnavopts-container-reports {
		top: 132.1999969482422 !important;
	}
	.subnavopts-container {
		width: 77.5% !important;
	}

	/*logout button + NTT logo*/
	#btn-logout {
	    position: absolute !important;
	    display: table-cell !important;
	    right: 0 !important;
	    width: 185px !important;
	    top: 20px !important;
	    height: 40px !important;
	}
	#btn-logout div{
		width: 130px !important;
	}
	#btn-logout > div > img {
		width: 120px;
	}
	#btn-logout > a > svg {
	    width: 35px !important;
	    height: 35px !important;
	}
}

@media screen and (max-width: 1600px) and (min-width: 1536px){
	.db-ip--add-margin{
		margin-right: 47px !important;
	}
	.db-ip--adjust-width{
		width: 281px !important;
	}

	/*username search*/
	.close-icon:after { right: -144px !important; }
	/*.username-search--adjust-margin{ margin-right: 45px !important; }*/

	/*feedback button*/
	.feedback-btn-div{
		/*bottom: 211px !important;*/ /*please comment as fix for prod-vview iframe version*/
	}
	.tours-btn-div{
		/*bottom: 275px !important;*/ /*please comment as fix for prod-vview iframe version*/
	}
	#subnavopts-container{
		height: 600px !important;
	}
	#tour-highlighted-element{
		width: 92.1% !important;
		left: 99.25px !important;
		top: 368.25px;
	}
	#subnavopts-container-workspaces {
		top: 68.13750457763672 !important;	
	}
	#subnavopts-container-reports {
		top: 136.27500915527344 !important;	
	}
	.subnavopts-container {
		width: 72.5% !important;
	}
}

/* For Mac Book Pro Handling */
@media screen and (max-width: 1439px) and (min-width: 1400px){
	#tour-highlighted-element{
		width: 90.9% !important;
		left: 94.25px !important;
		top: 375.25px;
	}
	.subnavopts-container {
		width: 72.5% !important;
	}
}

.view-more-btn{
	visibility: visible !important;
    background-color: rgba(31, 153, 180, 0.46) !important;
    color: #FFF !important;
    font-size: 0.9em !important;
    padding: 2px 10px !important;
    border-radius: 0px !important;
    cursor: pointer;
}

.art-switch-toggle__div, .medianet-switch-toogle__div, .firewall-threat-toggle_div input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/*Host Explorer - Username Search*/
.check_input{
	box-shadow: rgba(94, 94, 94, 0.5) 0px 2px 1px;
    height: auto;
    width: 100%;
    position: absolute;
    top: 49px;
    background: rgba(0, 0, 0, 0.85);
    padding: 10px;
    z-index: 99;
    color: #FFF;
    font-size: 1.1em;
    text-align: left;
    display: block;
}
.close-icon {
	border:1px solid transparent;
	background-color: transparent;
	display: inline-block;
	vertical-align: middle;
	outline: 0;
	cursor: pointer;
	position: absolute;
	right: 5px;
	top: 0;
	bottom: 0;
}
.close-icon:after {
	content: url(../img/icons/art-remove.svg);
    transform: scale(0.032);
    display: block;
    position: absolute;
    z-index: 1;
    right: -140px;
    top: -7px;
    bottom: 0;
    border-radius: 50%;
    text-align: center;
    font-weight: normal;
    font-size: 12px;
    cursor: pointer;
}
.search-box:not(:valid) ~ .close-icon {
	display: none;
}
/*END Host Explorer - Username Search*/

/*Feedback Stylings*/
.feedback-btn-div{
	height:70px;
	position:absolute;
	margin:0 auto;
	padding:0;
	bottom: 0px; /*70px if Other nav item is enabled*/
	left:0;
	background-color: #1f99b4; /*#6c5f70; */
	width: 100%;
}

.feedback-btn{
	margin-top: 5px;
	/*border-left:0px;
	padding-top: 10px;*/
}

.feedback--active{
	background-color: #1f99b4;
}

.feedback--active:hover{
	background-color: #1f99b4 !important;
}

#feedback-success{animation-delay: .05s;}
#feedback-success{
  opacity: 0;
  animation-name: bounceIn;
  animation-duration: 450ms;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}

@keyframes bounceIn{
  0%{
    opacity: 0;
    transform: scale(0.3) translate3d(0,0,0);
  }
  50%{
    opacity: 0.9;
    transform: scale(1.1);
  }
  80%{
    opacity: 1;
    transform: scale(0.89);
  }
  100%{
    opacity: 1;
    transform: scale(1) translate3d(0,0,0);
  }
}

.disable_this{
	background-color: rgba(103, 103, 103, 0.18) !important;
	pointer-events: none !important;
}
/*END Feedback Stylings*/

.datepicker-apply-btn {
	background-color: #3498db !important; 
	color: white !important; 
	font-weight: normal;
	font-size: 11px; 
	height: 15px; 
	margin-top: 0px;
}

.datepicker-apply-btn:disabled {
	background-color: #eaecec !important;
	color:#ccc6c6 !important;
	font-weight: normal;
	font-size: 11px; 
	height: 15px; 
	/*margin-top: 12px;*/
}


#tour-overlay {
	height:100%;
	width: 100%;
	background-color:#000;
	opacity: 0.5;
	position:fixed;
	top:0;
	left: 0;
	z-index: 10;
}

#tour-sidebar-overlay {
	height:100%;
	width: 5%;
	background-color:#000;
	opacity: 0.8;
	position:fixed;
	top:0;
	left: 0;
	z-index: 15;
}

#tour-roles-list {
	margin: auto;
	width: 20%;
}

#tour-dialog {
    position: absolute;
    min-height: 15%;
    width: 27%;
    /*padding: 0.5em;*/
    background-color: #E0F3F9;
    z-index: 9999999;
    /* left: 10em; */
    font-size: 1.2em;
    box-shadow: 1px 1px 6px rgba(123, 123, 123, 0.6);
    filter: brightness(105%);
    border-radius: 8px;
}

#rolesDialog{
	border-radius: 10px;
	background: #E0F3F9 !important;
	width: 70em;
}

#rolesDialog > md-card{
	background-color:transparent;
	margin-bottom: 4em !important;
}

#rolesDialog md-card md-card-header{
	padding-top: 0px;
}

#tour-dialog md-card{
	background: transparent;
	color: #FFF;
}

#tour-description {
	/*line-height:3em;*/
	vertical-align: middle;
	word-wrap: break-word;
}

#tour-close {
	position:absolute;
	top:0;
	right:0;
	margin:0px;
	/*border-radius:50%;*/
	min-width:16px;
	width:36px;
	height:36px;
}

#tour-content {
	position: relative;
    margin-left: 2em;
    /*margin-top: 1.2em;*/
    margin-bottom: 5em;
}

#tour-actions {
	position: absolute;
    width: 100%;
    bottom: 0px;
    height: 3.5em;
}

#roles-tour-actions{
	position: absolute;
    width: 100%;
    bottom: 0px;
    left: 0px;
    height: 3.5em;
    margin: 0px;
}

#roles-tour-actions > div:first-child,
#roles-tour-actions > div:first-child > .md-button{border-bottom-left-radius: 10px;}
#roles-tour-actions > div:last-child{border-bottom-right-radius: 10px;}

#tour-actions .md-button, #roles-tour-actions .md-button{
	margin: 0px;
	border-radius: 0px;
	height: 100%;
	width: 100%;
}

#tour-highlighted-element {
	position: absolute;
	z-index: 9999;
	min-height: auto;
	width: 92.7%;
}

.tour--focused {
	z-index: 20 !important;
}

md-toolbar {
	z-index: unset !important;
}

.tour-role-button{
	height: 200px;
    width: 200px;
    border: 2px solid rgb(227, 227, 227);
    background: rgba(255, 255, 255, 0.8);
}

.tour-role-button img{
	height: 60px;
}

.tour-role-button:hover p{
	color: #FFF !important;
}

.tour-start-btn{
	background: #FDBB27 !important; /*#5fba7d*/
	color: #FFF;
}

.tour-next-btn{
	background: #FDBB27 !important; /*#5fba7d*/
	color: #FFF;
}

.tour-end-btn{
	background: #00CCEF !important;
	color: #FFF;
	text-align: left;
	padding-left: 25px;
}

.tour-back-btn{
	/*border: 1px solid #dbdbdb;*/
	background: #F48E1F !important; /*rgba(255, 255, 255, 0.8)*/
	color: #FFF;
}

.tour-next-btn:hover, .tour-back-btn:hover, .tour-end-btn:hover{
	filter: brightness(105%);
}

.tour-title-div h2{
	text-align: left;
    font-weight: bold;
    font-size: 1em;
    color: #2380B9;
    margin-left: .5em;
}

.tour-footer-actions{
	border-top: 1px solid #FFF;
	padding-top: 20px;
}

.tour-title-div .md-button md-icon{
	width: 12px;
}

.tour-title-div .md-button{
    min-width: 40px;
    min-height: 40px;
    padding: 0px;
    margin: 0px;
    position: absolute;
    right: 0;
}

.tours-btn-div{
	height:70px;
	position:absolute;
	margin:0 auto;
	padding:0;
	bottom:70px; /*140px if Other nav is enabled*/
	left:0;
	background-color: /*#18768b;*/ #00a1a3;
	width: 100%;
}

/* Source: https://codepen.io/olam/pen/zcqea */
.pulse {
	border-radius: 50%;
	/*background: #cca92c;*/
	cursor: pointer;
	border: 1px solid white;
	box-shadow: 0 0 0 rgba(255,255,255, 0.4);
	animation: pulse 1s infinite;
}

.th-pulse {
	border-radius: 50%;
	cursor: pointer;
	border-top: 8px solid #FFF;
	border-left: 8px solid #FFF;
	border-right: 8px solid #FFF;
	animation: th-pulse 1s infinite;
}

.pulse-UngroupedlinkImg { /*UngroupedlinkImg-firstCol-0*/
	border-radius: 50%;
	cursor: pointer;
	animation: pulse 1s infinite;
	width: 17px;
}

.pulse-tour-role {
	animation: pulse 1s infinite;
}

.pulse-startbtn {
	animation: pulse 1s infinite;	
}

.pulse:hover {
	animation: none;
}

@-webkit-keyframes pulse {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(241, 196, 15, 0.7);
	}
	70% {
		-webkit-box-shadow: 0 0 0 10px rgba(241, 196, 15, 0.3);
	}
	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(241, 196, 15, 0);
	}
}

@keyframes pulse {
	0% {
		-moz-box-shadow: 0 0 0 0 rgba(241, 196, 15, 0.7);
		box-shadow: 0 0 0 0 rgba(241, 196, 15, 0.7);
	}
	70% {
		-moz-box-shadow: 0 0 0 10px rgba(241, 196, 15, 0.3);
		box-shadow: 0 0 0 10px rgba(241, 196, 15, 0.3);
	}
	100% {
		-moz-box-shadow: 0 0 0 0 rgba(241, 196, 15, 0);
		box-shadow: 0 0 0 0 rgba(241, 196, 15, 0);
	}
}

@keyframes th-pulse {
	0%{
		border-top: 8px solid rgba(241, 196, 15, 0.7);
		border-left: 8px solid rgba(241, 196, 15, 0.7);
		border-right: 8px solid rgba(241, 196, 15, 0.7);
	}

	70%{
		border-top: 8px solid rgba(241, 196, 15, 0.3);
		border-left: 8px solid rgba(241, 196, 15, 0.3);
		border-right: 8px solid rgba(241, 196, 15, 0.3);
	}

	100%{
		border-top: 8px solid rgba(241, 196, 15, 0);
		border-left: 8px solid rgba(241, 196, 15, 0);
		border-right: 8px solid rgba(241, 196, 15, 0);
	}
}

/*Sticky Filters Time Range*/
.sticky-filter-timerange{
    background: #57B2C6;
    line-height: 40px;
    font-size: 1.1em;
    font-weight: 600;
    color: #FFF;
    margin-right: 0.6em;
    width: auto;
    outline: none;
    padding-left: 10px;
    padding-right: 35px;
    position: relative;
}

.sticky-datepickerdiv{
	background-color: white;
	width: auto;
	position: absolute;
	z-index: 100;
	box-shadow: 0px 2px 1px #677981;
	padding: 10px;
	margin: 0px 0px 0px 20px;
	color: #000;
	/*height: 270px;*/
}

.td__time-picker{
	vertical-align: bottom;
}

.td__time-picker mdp-time-picker md-input-container,
.td__time-picker mdp-time-picker .md-button.md-icon-button{
	margin:0px;
}

.sticky-filter__mdp-timepicker-dialog{
	background-color: rgba(255, 255, 255, 0.2) !important;
	max-height: 100% !important;
    max-width: 100% !important;
}

.sticky-filter__mdp-timepicker-dialog md-dialog-content md-toolbar{
	background-color: #00a1a3 !important;/*#2f5361 !important;*/
	min-height: 0px !important;
	height: 270px;
}

.sticky-filter__mdp-timepicker-dialog md-dialog-content md-toolbar .mdp-timepicker-selected-time,
.sticky-filter__mdp-timepicker-dialog md-dialog-content md-toolbar .mdp-timepicker-selected-ampm>span{
	color: #FFF;
}

.sticky-filter__mdp-timepicker-dialog .mdp-clock{
	width: 165px;
    height: 165px;
    border-radius: 50%;
    padding: 20px;
}

.sticky-filter__mdp-timepicker-dialog md-dialog-content .mdp-clock-switch-container{
    padding: 15px !important;
    width: 282px !important;
}

.sticky-datepickerdiv .md-dialog-container{
	top: 0 !important;
	height: 100%;
}

.sticky-datepickerdiv md-backdrop.md-opaque{
	height: 100% !important;
}

.sticky-datepickerdiv-apply__btn{
	background-color: rgba(46, 204, 113, 0.75) !important;
	font-size: 0.875em;
	font-weight: normal;
	color: #FFF !important;
	margin: .5px;
}
/*END Sticky Filters Time Range*/

.showRange{
	/*border: 1px solid red !important;*/
	/*display: block !important;*/
	/*transition: width 0.5s !important;
	width: 405px !important;*/
	background: #CDE9ED !important;
	transition: background 0.5s !important;
	/*font-weight: 600;*/
}

.btn-group>.btn-presets>.btn-default:hover,
.btn-group>.btn-presets>.active:hover,
.showRange:hover{
	background-color: rgba(193, 193, 193, 0.5) !important;
    transition: 0.3s !important;
}

.periodDropdown{
	background-color: white;
	position:  absolute;
	height: auto;
	width: 200px;
	z-index: 3;
	box-shadow: 0px 2px 1px #677981;
	cursor: pointer;
}

.periodDropdown ul{ margin: 0px; }
.periodDropdown ul li{
    height: 45px;
    line-height: 45px;
    font-size: 1.05em;
    outline: none;
    text-align:  center;
    text-transform: uppercase;
    color: #585656;
}

.periodDropdown ul li:hover{
	background: #EEEEEE;
	transition: background .15s;
}

.sticky-filter-container{
	margin: 2px 4px;
	color:#000 !important;
	position: absolute;
	width: 235px;
	height: 47px;
	padding: 4px 8px;
	font-size: 1em;
	background: #21B9D0;
	left: 90px;
}

/*Responsive Stylings for MS Edge*/
@supports (-ms-ime-align:auto) {
    #subnav-div-reports {
        height: 22em !important;
        padding: 10px !important;
    }
    #subnav-div-workspaces {
        padding-top: 15px !important;
    }
    #add-preset-md-container{
		top: -10px !important;
	}
	#add-preset-btn{
		top: 2px !important;
	}
	.admin-add-preset-cont{
		top: 39px !important;
	}
	.ipAddress-input-container .close-icon{
		display: none;
	}
	.ipAddress-input-container #ipAddress{
		padding-right: 28px !important;
	}
	.art-switch-toggle__div, .art-pagination__div, .art-ave-max, .firewall-threat-toggle_div{
		top: 0px !important;
	}
	.art-toolbar__tr{
		height: 35px !important;
	}
	.art-pagination__div{
		height: 100% !important;
	}
	.art-admin-global-search{
		margin-bottom: 5px;
	}
	.art-admin-table{
		max-height: calc(100vh - 350px) !important;
	}
	#add-preset-md-container{
		top: -16px !important;
	}
	#add-preset-btn {
	    top: -4px !important;
	}
	#subnavopts-container-workspaces {
		top: 67px !important;	
	}
	#subnavopts-container-reports {
		top: 134px !important;
	}
	#topapps-io-bar-box,
	#topips-io-bar-box,
	#topsites-io-bar-box {
		z-index: 0;
	}
	.toggleEdge{
		margin-top: 5px;
	}
	.subnav-div-dashboard{
		padding-top: 12px !important;
	}
	.detach-panel { margin-top: 10px !important;}
	.ntt-logo { margin-top: -1.8em !important;padding: 19px !important; }
	/* .detach-btn { margin-top: 15px !important; } */

	@media only screen and (max-width: 1440px){
		.ntt-logo { margin-top: 0em !important;padding: 0em !important; }
	}

	@media screen and (max-width: 1600px) and (min-width: 1536px){
		.ntt-logo { margin-top: 0em !important;padding: 0em !important; }		
	}
}

#subnavopts-container {
	position: absolute;
	top: 0;
	left:0;
	width: 100%;
	height: 100% !important;
	overflow: hidden;
	background:transparent;
	height:75%;
	display:none;
}

.subnavopts-container {
	left: -1500;
	overflow: hidden;
	width: 55%;
	position: absolute;
	background:transparent;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

.subnavopts-container--other{
	width: 21% !important;
}

#subnavopts-container-reports, #subnavopts-container-reports{ z-index: 20px; }
#subnavopts-container-workspaces {
	top: 68px;	
}

#subnavopts-container-reports {
	top: 136px;
	/*z-index: 10; <-- This line break the tours */ 
}

#subnavopts-container-security {
	top: 204px;
	z-index: 2;
}

#subnavopts-container-other {
    bottom: 0px;
    width: 35em;
}

#animate1, #animate2, #animate3 { opacity: 0; }

#animate1 { animation: fadein 1.5s; animation-delay: .5s; animation-fill-mode: forwards;}
#animate2 { animation: fadein 1.5s; animation-delay: 3s; animation-fill-mode: forwards;}
#animate3 { animation: fadein 1.5s; animation-delay: 6s; animation-fill-mode: forwards;}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

#btn-logout {
	position:absolute;
	display: table-cell;
	right:0;
	width: 210px;
	height: 40px;
	
}

#btn-logout > div {
	display:inline-block;
	vertical-align: top;
	border-right: 1px solid #ccc;
	width: 150px;
	height:auto;
}

#btn-logout > a > svg {
	width:500px;
	height:500px;
	
}

.powerbtn {
	fill: #ff0000;
}

.logout-md-btn{
	margin: -6px auto;
    padding: 2px;
    min-width: auto;
    min-height: auto;
    line-height: 10px;
}

.logout-md-btn span{
    text-decoration: none;
    font-size: 0.625em;
    color: #FF0000;
    text-align: center;
    font-weight: 700;
}

#logout-icon:hover {
	cursor: pointer;
}

#customfilters-panel-bar {
	background-color:#8FCCD9;
	min-height:44px;
}

/*Shortcut Stylings*/
.shortcut-panel-div{
	background-color: #edf1f2;
	/*min-height: 45px;*/
	min-height: 40px;
	height: 40px;
}
.shortcut-panel-div > .md-button > span{
	font-size: 0.75em;
	font-weight:600;
}
.shortcut-panel-div > .md-button > .shortcut-img-div{
    min-height: 30px;
    min-width: 30px;
    border-radius: 50%;
    margin-right: 5px;
    background: transparent;
    line-height: 25px;
}
.shortcut-workspace, .shortcut-reports{
	width: auto;
	/*min-height: 40px;*/
	min-height: 32px;
	height: 32px;
	background: #FFF;
	margin: 4px 3px;
	padding-right: 15px;
	padding-left: 15px; /*added padding-left - icons in shortcut bar are removed*/
}
.shortcut-workspace > span {
	color: #DB5F9D;
}
.shortcut-reports > span {
	color: #0083C3;
}
.shortcut-workspace:hover > span,
.shortcut-reports:hover > span {
	color: #fff;
}
.shortcut-workspace:hover{
	box-shadow: inset 0 0 0 5em #DB5F9D;
	transition: box-shadow .8s;
	color: #FFF;
	border-bottom: none;
}
.shortcut-reports:hover{
	box-shadow: inset 0 0 0 5em #0083C3;
	transition: box-shadow .8s;
	color: #FFF;
	border-bottom: none;
}
.shortcut-workspace:hover .shortcut-img-div, .shortcut-reports:hover .shortcut-img-div{
	background: #FFF;
	transition: background .5s;
}
.shortcut-panel-div > .shortcut-workspace > .shortcut-img-div > img{ width: 18px; }
.shortcut-panel-div > .shortcut-reports > .shortcut-img-div > img{ width: 15px; }
.shortcut--active {
	border-bottom: 3px solid #FFCB05;
}
/*END Shortcut Stylings*/

/*override for zooming support*/
md-card {
	margin-bottom:0px !important;
}

#apps-container {
	height: 250px;
}

#threats-container, #apps-container {
	height: 300px;
}

#threats-container > div {
	height: 95%;
}

#topSites-container {
	height: 280px;
}

#topSites-container > div {
	height: 95%;
}

/*Other Nav Stylings*/
.other-btn-div{
	height:70px;
	position:absolute;
	margin:0 auto;
	padding:0;
	bottom: 0;
	left:0;
	/*background-color: #1f99b4; */
	width: 100%;
}
/*END Other Nav Stylings*/

.md-dialog-container{ /*overwrite as fix in resizing window in FF*/
	height: 100% !important;
}

.ckt-ws-tour-table tr{
    border: 5px solid #E0F3F9;
}

#ckt-animate1, #ckt-animate2, #ckt-animate3, #ckt-animate4 { opacity: 0; }

#ckt-animate1 { animation: fadein 1.5s; animation-delay: .5s; animation-fill-mode: forwards;}
#ckt-animate2 { animation: fadein 1.5s; animation-delay: 3s; animation-fill-mode: forwards;}
#ckt-animate3 { animation: fadein 1.5s; animation-delay: 6s; animation-fill-mode: forwards;}
#ckt-animate4 { animation: fadein 1.5s; animation-delay: 9s; animation-fill-mode: forwards;}

.switch-country md-switch{
	margin: 0px;
	font-weight: 600;
}

.geoip-highlightedsrc-row,
.geoip-highlighteddest-row {
	font-weight: bold;
}

.geoip-highlightedsrc-row,
.geoip-highlightedsrc-row > [id^='minibar-source-'] > [class^='highcharts-container '] {
	background:	#ececec !important;
	/*background:#b4ebf7 !important;*/
}
.geoip-highlighteddest-row,
.geoip-highlighteddest-row > [id^='minibar-destination-'] > [class^='highcharts-container ']{
    /*background: #cfe2f3 !important;*/
    /*background: #ddcffb !important;*/
    background:	#ececec !important;
}

.geoip-highlightedsrc-row > [id^='minibar-source-'] > [class^='highcharts-container '] > .highcharts-root > .highcharts-background {
	/*fill:#b4ebf7 !important;*/
	fill:#ececec !important;
	/*fill: #cfe2f3 !important;*/
}
.geoip-highlighteddest-row > [id^='minibar-destination-'] > [class^='highcharts-container '] > .highcharts-root > .highcharts-background{
	/*fill:#ddcffb !important;*/
	fill:#ececec !important;
	/*fill: #cfe2f3 !important;*/
}
.geoip-highlightedsrc-row,
.geoip-highlightedsrc-row > [id^='minibar-source-'] > [class^='highcharts-container ']:hover rect.highcharts-background{
	fill: #ececec !important;
}

.geoip-minibar-table.md-table tbody.md-body > tr.md-row {
	height:30px !important;
	min-height: 27px;
}
.geoip-minibar-table.md-table tbody.md-body > tr.md-row:hover {
	background: #ececec75;
}
.geoip-minibar-table.md-table tbody.md-body > tr.md-row:hover rect.highcharts-background {
	fill: #ececec75;
}
.geoip-minibar-table tbody.md-body tr.md-row > td.md-cell {
	padding:0px;
	padding-left:3px;
}
.geoip-minibar-table tbody.md-body tr.md-row > td.md-cell:first-child {
	padding:0px;
}
.geoip-minibar-table:first-child tbody.md-body tr.md-row > td.md-cell:first-child {
	padding:0px;	
	padding-left: 1em;
}
/*.geoip-minibar-table {
	border-right: 1px solid gray;
}
.geoip-minibar-table:last-child {
	border-right: 1px solid none;	
}*/

.geoip-minibar-table tbody.md-body tr.md-row > td.md-cell[id^='minibar-destination-'],
.geoip-minibar-table tbody.md-body tr.md-row > td.md-cell[id^='minibar-source-'] {
	padding-left: 10px;	
}

/* Detach button*/
.detach-panel { margin: 6px -2px; }
.detach-btn { margin-top: 14px; }
/*.detach-btn { line-height: 22px !important;padding: 6px 12px 2px 12px !important; };*/
/*.detach-panel .md-button span { font-size: 10px !important; };*/
.logo-detach_panel {
	right:0px !important;
	margin-top: -1.5em;
	position: absolute !important;
};
.detach-panel { 
	box-sizing:border-box;
	text-align: right;
	padding-left:0.5em;
	margin-top:4px;
}

.ntt-logo {
	text-align: center;
	margin-top:1.2em;
}
.ntt-logo img {
	width: 140px;
}
.detach-close-btn {
	line-height: 22px;
	padding: 6px 8px;
	min-width:auto;
	width: 5vw;
	display: inherit;
}
.detach-close-link {
	display: none;
	position: absolute;
	top: 0.5em;
	right: 1em;
    text-decoration: underline;
	color: #444c55;
	cursor: pointer;
	font-weight:400;
}

.vertical-line {
	border-right: 1px solid #d4d4d4;
	display: inline-block;
	height: 3.65em;
	margin-top: 0.9em;
	margin-left: -13px;
}

/* Time zone selection elements */
#tl-timezone__dialog {
	position: absolute;
	top: 3em;
	min-height:115px;
	height:117px;/*40px;*/
	max-height: 140px;
	width:550px;/*675px;*/
	z-index: 1;
	background-color: #fff;
	padding:1.45em 0.5em 0.5em 0.8em;
	box-shadow: 0px 2px 1px #677981;
}

#tl-timezone__trigger {
	outline: none;
	cursor: pointer;
	color: #fff;
	font-weight: 700;
	background-color: #0d7f96;
}

.tl-timezone__label {
	position: absolute;
	top:0;
	left:0;
	font-weight: 600;
	color:#000;
}

.tl-timezone__save {
	text-transform: uppercase;
	color: #fff !important;
	background-color: #27bb5f !important;
	font-weight: normal;
	font-size: 11px; 
	height: 15px; 
	margin:0px;
	margin-top:25px;
	margin-left:1em;
}

#btn-group__timezone {
	margin: 25px 0px 0px 0px;
}

#btn-group__timezone .btn {
	margin-right: 0.4em;
	cursor: pointer;
	outline: none;
}

#btn-group__timezone .active--tz {
	color: #fff;
	background-color: #0d7f96;
}

.security-topapps-filter{margin-bottom: 0px;}
.securityCaret--bg--threats{background-color: rgba(255, 255, 255, 0.25) !important;}
.securityCaret--bg--urlthreats{background-color: #4791b4 !important;}
.session-filter--bg--urlthreats{background-color: #4791b4 !important;border-right: 1px solid #aadbf2 !important;}
.session-filter--bg--urlthreats:hover, .securityCaret--bg--urlthreats:hover{
	background: #4b98bc !important;
}

/* Separated from firewall styles */
.app-drilldown-report_table > .fixedHeader > tr > th {
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	outline: none;
}

.app-drilldown-report_table .app-drilldown .chip-filter__icon md-icon{	
    width: 1.2em !important;
    height: 1em !important;
    font-size: 1.25em !important;
    vertical-align: middle;
}

.app-drilldown-report_table .app-drilldown {
	line-height: 22px;
}

.app-drilldown-report_table thead tr th:first-child,
.app-drilldown-report_table thead tr th:not(.th-pulse):last-child {
	border-left: 0px;
	border-right: 0px;
}

.app-drilldown-report_table th.md-column {
	padding: 0px 5px !important;
}

.app-drilldown-report_table .artAdminFilter-btn.artAdminFilter-btn--active.security-filter--bg {
	background: #73c8db !important;
	border-right: 0px solid #a5dfeb !important;
}

.app-drilldown-report_table .filterCaret.securityCaret--bg.caret-btn {
	background-color: #73c8db !important;
}

.app-drilldown-report_table .artAdminFilter-btn.artAdminFilter-btn--active.security-filter--bg:hover,
.app-drilldown-report_table .filterCaret.securityCaret--bg.caret-btn:hover {
	background-color: #78d4e9 !important;
}

/* Geo IP Elements - Map with Bubbles POC */
#btnGroup-container {
	position: absolute;
	top: 0;
	margin:0.5em auto;
	padding-left: 0.5em;
} 

.btnGroup-option__direction {
	padding:0 2px;
	border-radius:0px; border:none;
	background-color: #EDF1F2;
	color: #000;
	font-size: 1.1em;
	border: none;
	line-height: 2.5em;
	font-weight: 600;
	cursor: default;
	padding-left: 0.5em;
	padding-right: 0.5em;
}

.btnGroup-option__direction:hover {
	cursor: pointer;
	background-color:#c1c1c180;
}

.btnGroup-option__direction--active {
	background-color: #CDE9ED;
}

/* Admin Page */
#table--adminPage tr:nth-child(even) {
	/*background-color: #f3f3f3;*/
}

#table--adminPage tr.device--notSending {

}

#table--adminPage tr.device--notSending:last-child td {
	/*border-bottom: 1px solid #1b1b1b;*/
}

#table--adminPage .router {
	font-weight: 700;
	color: #313131;
	text-decoration: underline;
}

#table--adminPage .router.router--noflow {
	color:#f03434;/*#e67e22;*/
}

#table--adminPage .router.router--threshold {
	color:#ffb220;/*#e67e22;*/
}

#table--adminPage .router:hover {
	color: #505050;
	text-decoration: none;
}

#table--adminPage .router.router--noflow:hover {
	color: #f03434;
	text-decoration: none;	
}

#table--adminPage .router.router--threshold:hover {
	color: #ffb220;
	text-decoration: none;	
}

#table--adminPage .artAdminFilter-btn.artAdminFilter-btn--active.security-filter--bg,
#table--adminPage .filterCaret.securityCaret--bg.caret-btn {
	background-color: #2f96ad !important;
}

#table--adminPage .artAdminFilter-btn.artAdminFilter-btn--active.security-filter--bg {
	border-right: 1px solid #1bcbf1 !important;
}

#table--adminPage .filterCaret.securityCaret--bg.caret-btn {
	margin-left: -3px;
}

#table--adminPage .artAdminFilter-btn.artAdminFilter-btn--active.security-filter--bg:hover, 
#table--adminPage .filterCaret.securityCaret--bg.caret-btn:hover {
	background-color: #26a3bf !important;
}

.configured-pill {
	text-transform: uppercase;
	font-size: 0.75em;
	border-radius: 3px;
	padding: 2px 5px 2px 5px;
	font-weight: 600;
	letter-spacing: 0.3px;
}
.configs-pill {
	text-transform: uppercase;
	font-size: 0.75em;
	border-radius: 3px;
	padding: 2px 5px 2px 5px;
	font-weight: 600;
	letter-spacing: 0.3px;	
	display: inline-block;
	margin-right: 2px;
	width: 20px;
	text-align: center;
}
.configs-pill--yes {
	background-color: #2ecc71;
	color: #fff;
}
.configs-pill--no,
.configs-pill-- {
	background-color: #d2d2d2;
	color: #6d6d6d;
}
.configured-pill--true {
	background-color: #7a63ab;/*#893fcc;*/
	color: #fff;
}
.configured-pill--false {
	background-color: #dedede;
	color: #6c0cc3;
}

.sending-pill {
	text-transform: uppercase;
	font-size: 0.75em;
	border-radius: 3px;
	padding: 2px 5px 2px 5px;
	font-weight: 600;
	letter-spacing: 0.3px;
	display: inline-block;
	width: auto;
}
.sending-pill--true {
	background-color: #2ecc71;
	color: #fff;
}
.sending-pill--false {
	background-color: #e67e22;
	color: #fff;
}

/* For Mac Book Pro Handling */
@media screen and (max-width: 1439px) and (min-width: 1400px){
	#table--adminPage .router,
	#table--adminPage .configs-pill,
	#table--adminPage .configs-pill--yes,
	#table--adminPage .configs-pill--no,
	#table--adminPage .configs-pill-- {
		font-size: 0.85em;
	}

	#table--adminPage .configs-pill {
		padding: 1px;
	}

	table#table--adminPage.md-table:not(.md-row-select) td.md-cell:first-child, 
	table#table--adminPage.md-table:not(.md-row-select) th.md-column:first-child {
		padding-left: 0px;
		padding-right: 0px;
	}
}

span.link-notsending {
	cursor: default;
	font-weight: 600;
	text-decoration: underline;
	outline: none;
}
span.link-notsending:hover {
	cursor: pointer;
	outline: none;
	color: #4c4c4c;
}

#config-routers-link {
	margin-top:0.5em;
	color:#444;
	text-decoration:none;
}

#config-routers-link:hover {
	text-decoration: underline;
}

.md-dialog-fullscreen.md-transition-in {
	padding-bottom: 1em;
}

#device-list-file {margin-left:1.3em;}

.admin-page-tooltip { display:none; visibility: hidden; }

[id^='notsending-'],
[id^='threshold-'],
[id^='recovered-'] {
	position: relative;
	display: inline-block;
	margin-left: 0.25em;
}

[id^='notsending-']:hover > .admin-page-tooltip,
[id^='threshold-']:hover > .admin-page-tooltip,
[id^='recovered-']:hover > .admin-page-tooltip {
	display: block;
	visibility: visible;
	position: absolute;
	height: auto;
	min-width: 200px;
	width: 240px;
	background-color: #444;
	color: #fff;
	font-size: 1em;
	z-index: 1;
	border-radius: 6px;
	padding:5px 7px 5px 7px;
}

#table--adminPage th.sortable-th,
#table--adminPage th.sortable-th:focus {
	outline: none;
}
#table--adminPage th.sortable-th:hover {
	cursor: pointer;
}

span.hover,
span.hover:hover {
	cursor: pointer;
	outline: none;
}

#table--adminPage th.sortable-th.no-hover {
	vertical-align: middle;
}

#table--adminPage th.sortable-th.no-hover > span.hover {
	vertical-align: middle;
	display: inline-block;
}

#table--adminPage th.sortable-th.no-hover > div {
	display: inline-block;
	text-align: right;
	margin-left: 0.75em;
}

#table--adminPage th.sortable-th.no-hover:hover {
	cursor: default;
}

#table--adminPage th.sortable-th.sortBy--desc span::after,
#table--adminPage .fixedHeader tr md-column.sortBy--desc span::after {
	content: " \25bc";
	margin-left: 0.5em;
}

#table--adminPage th.sortable-th.sortBy--asc span::after,
#table--adminPage .fixedHeader tr md-column.sortBy--asc span::after {
	content: "\0025B2";
	margin-left: 0.5em;
}

#toolbar-admin-table {
	box-sizing:border-box;
	padding:0.4em;
	background-color:#199db9 !important;
	height:41px !important;
}

.toolbar-elem__dropdown {
	margin: 3px 0px 3px 3px;
	width:300px;
}

.toolbar-elem__btn {
	margin-left:0px;
	margin-top: 0.3em;
	margin-bottom: 0.3em;
	min-width: 36px;
	background-color: rgba(255, 255, 255, 0.17);
}

.toolbar-elem__btn:disabled {
	background-color: transparent;	
}

#admin-metrics-panel { padding-bottom:0.5em; }

#admin-metrics-panel--main {
	background-color:#fff;
	padding-bottom:0.65em;
}

#admin-metrics-panel--main h1 {
	color:#2ecc71;
}

#admin-metrics-panel--main h1.amber {
	color:#e67e22;
}

.added-info__metric-box--main:hover,
.added-info__metric-box:hover {
	box-shadow: 1px 1px 3px #dedcdc;
}

.added-info__metric-box--main--active:hover,
.added-info__metric-box--active:hover {
	box-shadow:none;
}

.added-info__metric-box.added-info__metric-box__flows:hover {
	box-shadow: none;
}

#admin-metrics-panel--added-info {
	height:auto;
}

#added-info__trigger {
	padding:4px;
	background-color:#f7f7f7;
	border:1px solid #e2e2e2;
}

#added-info__content {
	background-color:#fff;
	border:1px solid #dedede;
	border-top:none;
	padding-bottom:0.5em;
	padding-top: 0.5em;
}

.added-info__metric-box,
.added-info__metric-box--main {
	border:1px solid #fff;
	text-align: center;
	outline: none;
	padding:4px;
}

.added-info__metric-box--main:hover {
	cursor: pointer;
}

.added-info__metric-box--main--active,
.added-info__metric-box--active {
	/*background-color: #ffca68;*/
	border:2px solid #2ecc71;
	box-shadow: 1px 1px 3px #ccc;
}

.added-info__metric-box > h6 {
	text-transform:uppercase;
	font-weight:600;
	margin:0px;
	padding:0px;
	margin-top:1em;	
}

.added-info__metric-box h1,
.added-info__metric-box h3 {
	margin:0px;
	padding:0px;
	font-weight:700;	
}

.added-info__metric-box h3.green {
	color:#2ecc71;
}

.added-info__metric-box h3.amber {
	color:#e67e22;
}

#added-info__trigger,
#added-info__trigger img {
	vertical-align:baseline;
}

#added-info__trigger span {
	font-weight:600;
	outline:none;
}

.column-filter-box{
	position: absolute;
	background-color: #1e1e1e !important;
	display:block;
	width: 225px;
	z-index:21;
	margin: auto;
	padding:15px;
	font-size: 1.1em;
}

.column-filter-box input{
    width: 100%;
    outline: none;
    border: none;
    box-shadow: none;
    padding: 5px;
    border-radius: 3px;
    font-size: 1em;
}

#search-device-box button#search-app-button:disabled,
.column-filter-box button.md-button:disabled{
	background-color: rgba(88, 88, 88, 0.18);
	color:rgba(129, 129, 129, 0.6);
}

.pagination-box {
	color: #fff;
	font-size: 0.675em;
}

.pagination-box span {
	margin-right: 1em;
}

.search-box {
	position: absolute;
	top:13%;
	left:4%;
	background-color: #1e1e1e !important;
	height:auto;
	display:block;
	width: 300px;
	z-index:21;
	margin: auto;
	padding:15px;
}

.search-box input{
    width: 100%;
    outline: none;
    border: none;
    box-shadow: none;
    font-size: 1em;
    padding: 5px;
    border-radius: 3px;
}

.search-chip-box {
	display: inline-block;
	max-width: 70%;
	width: auto;
    height: auto;
    border-radius: 1.3em;
    -webkit-border-radius: 1.3em;
    -moz-border-radius: 1.3em;
    border: none;
    text-align: left;
    margin-left: 0.5em;
    background-color: rgba(0, 0, 0, 0.1);
    padding: 0.3em 0.6em 0.3em 0.6em;
    vertical-align: middle;
}

#search-box-trigger {
	min-width: 40px;
	min-height: 40px;
	border-radius: 50%;
}

table.md-table#table--adminPage th.md-column md-icon {
	height: 16px;
	width: 18px;
	outline: none;
}

table.md-table#table--adminPage th.md-column md-icon:focus {
	outline: none;
}

/* Breadcrumbs */
#na-breadcrumb {
	background-color: #68c3d6;
}

.na-breadcrumb__item {
	padding-left: 0.5em;
	padding-right: 0.5em;
	height: 27px;
	outline: none;
}

.na-breadcrumb__item--text {
	background-color:#2d879a;
	text-align: center;
}

.na-breadcrumb__item--img {
	background-color:#267d90;
	text-align: center;
}

.na-breadcrumb__item:hover {
	cursor: pointer;
}

.na-breadcrumb__item:not(:last-child) .na-breadcrumb__item--text:hover {
	background-color: #248ea5;
}

.na-breadcrumb__item--img {
	margin-right: 22px;
	margin-left: 8px;
	height: 27px;
	max-width: 6% !important;
	outline: none;
}

.na-breadcrumb__item--img:hover {
	background-color: #248ea5;	
	cursor: pointer;
}

.na-breadcrumb__item:not(:last-child):hover::after {
	border-left-color: #248ea5;
}

.na-breadcrumb__item--img {
	border-right: 1px solid #76d8ec;
	border-bottom-left-radius:3px; 
	border-top-left-radius:3px;
}

.na-breadcrumb__item--text a {
	font-size: 0.9em;
	text-decoration: none;
	color:#76d8ec;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 2.4em;
	margin-left: 1.75em;
 	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.na-breadcrumb__item:not(:last-child)::after {
	content: " "; 
	display: block; 
	width: 0; 
	height: 0;
	border-top: 14px solid transparent;       
	border-bottom: 13px solid transparent;
	border-left: 17px solid #2d879a;
	z-index: 1;
}

.na-breadcrumb__item:nth-child(2)::after {
	content: " "; 
	display: block; 
	width: 0; 
	height: 0;
	border-top: 14px solid transparent;       
	border-bottom: 13px solid transparent;
	border-left: 17px solid #267d90;
	z-index: 1;
}

.na-breadcrumb__item:not(:last-child):nth-child(2):hover .na-breadcrumb__item--img,
.na-breadcrumb__item:not(:last-child):nth-child(2):hover .na-breadcrumb__item--text {
	background-color: #248ea5;
}

.na-breadcrumb__item:nth-child(2):hover::after {
	border-left-color: #248ea5;
}

.na-breadcrumb__item:not(:last-child):nth-child(2) .na-breadcrumb__item--text {
	background-color: #267d90;
}

.na-breadcrumb__item:not(:first-child) {
	margin-left: -2.3em;
}

.na-breadcrumb__item:last-child .na-breadcrumb__item--text {
	background-color:#fff;
	border-bottom-right-radius:3px; 
	border-top-right-radius:3px;
}

.na-breadcrumb__item:last-child .na-breadcrumb__item--text a {
	color:#2d879a;
}

.na-breadcrumb__item:last-child::after {
	border:none;
}

.na-breadcrumb__item:last-child:nth-child(2) .na-breadcrumb__item--text a,
.na-breadcrumb__item:not(:last-child):nth-child(2) .na-breadcrumb__item--text a,
.na-breadcrumb__item:last-child:not(:nth-child(2)) .na-breadcrumb__item--text a {
	margin-left: 1.75em;
}

.chip--warn__dashboard,
.chip--na__dashboard {
	left: 1%;
}

.chip--warn__reports,
.chip--na__reports {
	left: 30%;
}

/* Webroot */
.webroot-ipthreat__table td.md-cell{
	border-top: 1px rgba(0, 0, 0, 0.05) solid !important;
	font-size: 13px;
}

.webroot-ipthreat__table > .fixedHeader > tr > th{
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
}

.webroot-ipthreat__table > .fixedHeader > tr > th.md-column{
	padding-left: 4px !important;
}

.webroot-ipthreat__table tr:nth-child(odd),
.webroot-ipthreat__table tbody tr:nth-child(odd),
.webroot-ipthreat__table tr:nth-child(even),
.webroot-ipthreat__table tbody tr:nth-child(even) {
	background-color: #f5f6f7 !important;
}

.webroot-ipthreat__table .fixedHeader,
.webroot-ipthreat__table .fixedHeader > tr,
.webroot-ipthreat__table .fixedHeader > tr:hover {
	background-color: #c1e6ee !important;
}

.webroot-ipthreat__table thead tr th:first-child, .webroot-ipthreat__table thead tr th:not(.th-pulse):last-child{
	border-left: 0px;
	border-right: 0px;
}

.btn__moreinfo{
	min-width: 24px;
    min-height: 16px;
    line-height: 24px;
    border-radius: 100%;
    margin: 0;
    padding: 0;
}

.webroot-dialog{
	width: auto !important;
	min-width: 300px;
	background-color: #1e1e1e;
	opacity: 0.98;
	margin-left: 2.25em;
	position: absolute;
	visibility: hidden;
	padding: 20px 33px;
	margin-top: -22px;
}

.webroot-dialog:before{
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent; 
    border-right: 8px solid #1e1e1e;
    opacity: 0.98;
    left:-0.65em;
    top:0.35em;
}

.webroot-info:hover .webroot-dialog{
	/*visibility: visible;*/
}

.webroot-table__dialog tbody tr td{
	background-color: #1e1e1e !important;
	color: #fff;
}

/*.webroot-table__dialog tbody tr{
	font-size: 1.08em;
	font-weight: 600;
}*/

.webroot-info_div{
	padding: 14px 25px;
}

.webroot-info_div .webroot-info_label td {
	font-size: 1.08em;
	font-weight: 600;
	/*background-color: #cde9ed;*/
	/*color: #267d90 !important;*/
	color: #666;
	border-bottom: 1px solid #7b797959;
}

.ip-info_table{
	min-width: 375px;
}

.ip-info_table tr td{
	color: #666;
}

.ip-info_table tr td:first-child{
	font-weight: 600;
	text-align: right;
	padding-right: 30px;
}

.ip-info_table tr td:nth-child(even){
	width: 240px;
}

.webroot-ipthreat__table tbody.md-body > tr.md-row.webroot-tablerow--active {
	font-weight: 700;
	/*background-color: #c3eaf1 !important;*/
}

.reputation-pill {
	padding: 1px 7px; 
	font-size: 11px; 
	font-weight: 600; 
	text-transform: uppercase; 
	border-radius: 6px; 
	max-width: 66px; 
	height: 23px; 
	text-align: center;
}

.reputation-pill__trustworthy { background-color:#408740; color: #fff; }
.reputation-pill__low { background-color:#68af68; color: #fff; }
.reputation-pill__moderate { background-color:#ff9a22; color: #fff; }
.reputation-pill__suspicious { background-color:#e8580c; color: #fff; }
.reputation-pill__high { background-color:#e51313; color: #fff; }

/* IP Threat Intel Report with map option*/
.reputation__trustworthy { color:#408740 !important; }
.reputation__low { color:#68af68 !important; }
.reputation__moderate { color:#ff9a22 !important; }
.reputation__suspicious { color:#e8580c !important; }
.reputation__high { color:#e51313 !important; }

.ip-threat__table .fixedHeader tr th, .ip-threat__table .fixedHeader tr md-column{
	border-left: 1px solid #FFF;
	outline: none;
}

.ip-threat__table thead tr th:first-child, .ip-threat__table thead tr th:not(.th-pulse):last-child{
	/*border-left: 0px;*/
	/*border-right: 0px;*/
}

.ip-threat__table--active td{
	background-color: #eeeeee  !important;
}

.ip-threat__table .fixedHeader tr th,
.ip-threat__table .fixedHeader tr md-column {
	color: #394647 !important;
}

.pill_app {
	padding: 2px 5px 2px 5px;
	text-align: center;
	text-transform: uppercase;
	font-size: 0.735em;
	color: #fff;
	font-weight: 700;
	border-radius: 3px;
}
.pill_app--Malicious { background-color: #dc695b}
.pill_app--Suspicious { background-color: #ffe466; color: #000; }
.pill_app--Unwanted { background-color: #f68d50; color: #000;}
.pill_app--Moderate { background-color: #98ca6d}
.pill_app--Benign { background-color: #6f9b62}

.checkboxdemoSelectAll .demo-legend {
	color: rgba(0,0,0,0.87); }

.checkboxdemoSelectAll .demo-fieldset {
	border-color: #cdcdcd;
	border-style: solid;
	border-width: 1px;
	/*height: 50%;*/
	width: 168px;
	/*background: pink;*/
}

.checkboxdemoSelectAll .demo-select-all-checkboxes { padding-left: 20px; }

.demo-fieldset md-checkbox {
	transform: scale(.8);
	margin-bottom: 8px;
	min-width: 160px;
}

.demo-fieldset md-checkbox.md-checkbox-small ._md-label{
	margin-left: 30px;
}

.checkboxdemoSelectAll legend {
	font-size: 13px;
	margin-bottom: 8px;
	margin-left: 10px;
	border-bottom: unset;
	width: 41%;
}

.webroot-ipthreat__table .fixedHeader tr > th {
	vertical-align: middle;
	padding: 0px;
}

.webroot-ipthreat__table tbody tr > td {
	box-sizing: border-box;
} 

.webroot-ipthreat__table tbody tr > td > span {
	margin-left: 0.7em;
}

#webroot-internal__sessions {
	max-height: 250px;
	overflow-y: scroll;
}

#webroot-dialog-content__filter { height: 8%; width:40%; }
#webroot-dialog-content__table { height: 55%;}
#webroot-dialog-content__timeseries {  
	height: 37%;
	background-color: transparent;
	margin-top:0.65em;  
}

#webroot-dialog-content__filter md-input-container { margin: 0; top: 0 !important;}

/* For Mac Book Pro Handling */
@media screen and (max-width: 1439px) and (min-width: 1400px){
	#webroot-dialog-content__filter md-input-container { margin: 0; }
	#webroot-dialog-content__filter { width: 57%; height:8%; }
	#webroot-dialog-content__table { height:55%; }
	#webroot-dialog-content__timeseries { height:37%; }
	#webroot-internal__sessions {
		max-height: 250px;	
		overflow-y: scroll;
	}
}

/* For Surface */
@media only screen and (max-width: 1535px) and (min-width: 1440px){
	#webroot-dialog-content__filter md-input-container { margin: 0; }
	#webroot-dialog-content__filter { width: 55%; height:8%; }
	#webroot-dialog-content__table { height:55%; }
	#webroot-dialog-content__timeseries { height:37%; }
	#webroot-internal__sessions {
		max-height: 250px;	
		overflow-y: scroll;
	}
}

/* For Latitude */
@media screen and (max-width: 1600px) and (min-width: 1536px){
	#webroot-dialog-content__filter md-input-container { margin: 0; }
	#webroot-dialog-content__filter { width: 50%; height:8%; }
	#webroot-dialog-content__table { height:55%; }
	#webroot-dialog-content__timeseries { height:37%; }
	#webroot-internal__sessions {
		max-height: 247px;	
		overflow-y: scroll;
	}
	.webroot-ipthreat__table tbody tr > td > span {
		margin-left: 0.85em;
	}
}

/* Ip Threat Intel */
#amchartdiv {
	width: 100%;
	height: 685px;
	overflow: hidden;
}
#amchartdiv .highcharts-point-hover {
	cursor: pointer;
}
.ipti-map-content {
	position:relative;
}
.ipti-timeseries-content {
	/* border: 1px solid #edf1f2; */
	margin: 0 auto 1% auto;
	width: 73vw;
}
.map-marker {
	/* adjusting for the marker dimensions
	so that it is centered on coordinates */
	margin-left: -8px;
	margin-top: -8px;
}
.map-marker.map-clickable {
	cursor: pointer;
}
.ampulse {
	width: 10px;
	height: 10px;
	border: 5px solid #467084;
	/* #f78b4c; */
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background-color:#467084;
	 /* #bd5525; */
	z-index: 10;
	position: absolute;
}
.srcampulse {
	width: 10px;
	height: 10px;
	border: 5px solid #ff9101;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background-color:#ff9101;
	z-index: 10;
	position: absolute;
}
.pinpoint { 
	/* width: 30px;
	height: 30px;
	border-radius: 50% 50% 50% 0;
	background: #5f5f5f;
	position: absolute;
	transform: rotate(-45deg);
	top: -20px;
	margin: -20px 0 0 0px; */
}
.pinpoint::after {
	/* content: "";
	width: 14px;
	height: 14px;
	margin: 8px 0 0 8px;
	background: #e6e6e6;
	position: absolute;
	border-radius: 50%; */
}
.customerpoint {
	background: transparent;
	display: inline-block;
	border-radius: 14px 14px 14px 0;
	width: 8px;
	height: 8px;
	border: 6px solid #f33;
	transform: rotate(-45deg);
	box-shadow: -1px 1px 2px rgba(0,0,0,.2);
}
.map-marker .customerdot {
	border: 10px solid #3d3d3d;
	background: transparent;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
	height: 50px;
	width: 50px;
	/* -webkit-animation: intelpulse 3s ease-out;
	-moz-animation: intelpulse 3s ease-out;
	animation: intelpulse 3s ease-out;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-iteration-count: infinite; */
	position: absolute;
	top: -20px;
	left: -20px;
	z-index: 1;
	opacity: 0;
}
.map-marker .srcdot {
	border: 10px solid #ff9101;
	background: transparent;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
	height: 50px;
	width: 50px;
	-webkit-animation: intelpulse 3s ease-out;
	-moz-animation: intelpulse 3s ease-out;
	animation: intelpulse 3s ease-out;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	position: absolute;
	top: -20px;
	left: -20px;
	z-index: 1;
	opacity: 0;
}
.map-marker .dot {
	/* border: 10px solid #fff601; */
	border: 10px solid #467084;
	/* #ff9101; */
	background: transparent;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
	height: 50px;
	width: 50px;
	-webkit-animation: intelpulse 3s ease-out;
	-moz-animation: intelpulse 3s ease-out;
	animation: intelpulse 3s ease-out;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	position: absolute;
	top: -20px;
	left: -20px;
	z-index: 1;
	opacity: 0;
}
@-moz-keyframes intelpulse {
	0% {
		-moz-transform: scale(0);
		opacity: 0.0;
	}
	25% {
		-moz-transform: scale(0);
		opacity: 0.1;
	}
	50% {
		-moz-transform: scale(0.1);
		opacity: 0.3;
	}
	75% {
		-moz-transform: scale(0.5);
		opacity: 0.5;
	}
	100% {
		-moz-transform: scale(1);
		opacity: 0.0;
	}
}
@-webkit-keyframes "intelpulse" {
	0% {
		-webkit-transform: scale(0);
		opacity: 0.0;
	}
	25% {
		-webkit-transform: scale(0);
		opacity: 0.1;
	}
	50% {
		-webkit-transform: scale(0.1);
		opacity: 0.3;
	}
	75% {
		-webkit-transform: scale(0.5);
		opacity: 0.5;
	}
	100% {
		-webkit-transform: scale(1);
		opacity: 0.0;
	}
}

/* IP Threat Intel */
.ipti-card-content {
	padding:0 0px 0 0px !important;
	border:1px solid #e5e5e5;
	border-top:none;
}

.pos--relative {
	position: relative
}

.ipti-card--nodata {
	text-align:center;
	margin: 1em auto;
}

.ipti-table--dashboard {
	overflow-y:scroll;
	height: 20em;
}

.ipti-table {
	margin-top:0.85em;
	margin-bottom:0.75em;
}

.ipti-table-thead {
	height:47px;
	background-color:#8fccd9;
}
.ipti-table-thead th.md-column {
	outline:none;
}

.ipti-table-thead tr th.sortBy--desc,
.ipti-table-thead tr th.sortBy--asc,
.ipti-table-thead tr md-column.sortBy--desc,
.ipti-table-thead tr md-column.sortBy--asc{
	font-weight: 800;
}

.ipti-table-thead tr th.sortBy--desc span::after,
.ipti-table-thead tr md-column.sortBy--desc span::after {
	content: " \25bc";
}

.ipti-table-thead tr th.sortBy--asc span::after,
.ipti-table-thead tr md-column.sortBy--asc span::after {
	content: " \25b2";
}

.ipti-trow__label--right {
	text-align:right;
	font-weight:600;
	padding:0.45em;
}

.ipti-table tr.md-row:hover {
	cursor: default;
}

.ipti-trow__value {
	padding-left: 0.6em;
}

.threat-rep-tag {
	padding:0.2em 0.75em 0.2em 0.75em;
	font-size:12px;
	border-radius:4px;
}

.threat-rep-tag--HIGH_RISK {
	background-color:#e51313;
	color:white;
}
.threat-rep-tag--SUSPICIOUS {
	background-color:#e8580c;
	color:white;
}
.threat-rep-tag--MODERATE_RISK {
	background-color:#ff9a22;
	color:white;
}
.threat-rep-tag--LOW_RISK {
	background-color:#68af68;
	color:white;
}
.threat-rep-tag--TRUSTWORTHY {
	background-color:#408740;
	color:white;
}

#ipti-dashmap-toolbar {
	background-color: #e7ebec;	
	padding: 0.65em 0.25em 0.5em 0.85em;
}

#ipti-dashmap-toolbar md-switch {
	margin:0px;
	margin-top: 0.3em;
}

#ipti-dashmap-filter--src-category,
#ipti-dashmap-filter--dest-category {
	top: 4em;
	/*left: 17.8em;*/
	left: 0;
	width: 275px;
}

#ipti-dashmap-filter--application {
	top: 4em;
	left: 14.3em;
	width: 295px;
}

#ipti-searchip-toolbar {
	background-color: #a5d6e1;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

.ipti-dashmap-filter__box {
	margin-right: 0.85em;
}

.ipti-searchip-toolbar__label {
	color: #0d7f96;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 1em;
}

.ipti-selected-ip {
	margin-left:0.65em;
	position:relative;
}

.ipti-selected-ip__label {
	background-color: white;
	padding: 0.45em 0.65em 0.45em 0.65em;
}

#ipti-search__dialog {
	display:none;
	position:absolute;
	top: 2.70em;
	border: 1px solid red;
	z-index: 1;
	padding: 1em;
	background-color: white;
	border: 1px solid #ccc;
	min-width: 200px;
	max-width: 300px;
	border-top: 3px solid #f5f6f7;
}

#ipti-search__trigger {
	border: none;
	border-collapse: collapse;
	background-color: #a0c7d0;
}

.ipti-row-toggle {
	cursor: pointer;
	outline: none;
}
.ipti-row-toggle img {
	outline: none;
}

.ipthreat-title--selected {
	color: #ffcb05 !important;
	outline: none;
}

.map-legend {
	margin: 1em;
}

.map-legend ul li {
	outline: none;
}

.map-legend ul li div {
	width: 11px;
	height: 11px;
	border-radius: 50%;
	margin-top: 5px;
	margin-right: 8px;
}

.legend--hidden div {
	background-color: rgb(204, 204, 204) !important;
}

.legend--hidden span {
	color: rgb(204, 204, 204) !important;
}

#ipti-bubble__dialog {
	min-height:100px;
	/* max-height:400px; */
	overflow:none;
	min-width:400px;
	width: auto;
	max-width: 40%; 
	z-index:1;
	background-color:white;
	padding: 0.85em;
	border-radius:4px;
	border:1px solid #e5e5e5;
	position:absolute;
	box-shadow: 2px 1px 5px #ccc;
}

#ipti-bubble__dialog .ipti-bubble__dialog-content {
	min-height:180px;
	max-height:180px;
	padding-right: 1em;
	overflow-y:auto;
	overflow-x:hidden;
}

/* For Mac Book Pro Handling */
@media screen and (max-width: 1439px) and (min-width: 1400px){
	#ipti-bubble__dialog {
		max-width: 45%; 
	}
}

/* For Surface */
@media only screen and (max-width: 1535px) and (min-width: 1440px){
	#ipti-bubble__dialog {
		max-width: 45%; 
	}
}

/* For Latitude */
@media screen and (max-width: 1600px) and (min-width: 1536px){
	#ipti-bubble__dialog {
		max-width: 45%; 
	}
}


#ipti-bubble__dialog .bubble-close {
	text-align: right;
	margin-top: -5px;
}

#ipti-bubble__table {
	width: 100%;
	display: block;
	min-width: 485px;
}

#ipti-bubble__table thead tr th {
	padding:0.5em;
	text-align:left;
	font-weight: 600;
}

#ipti-bubble__table tbody tr td {
	padding:0.5em;
	text-align:left;
}

#ipti-bubble__table tbody tr:hover {
	background-color: #f1f1f1;
}

.ipti-close__btn {
	background-color: #EDF1F2;
	font-size: 0.875em;
}

.ipti-close__btn:hover {
	background-color: #27ae60;
}

.ipti-tabs > md-tabs-wrapper {
	/* background-color:  */
}

md-list-item.ipti-list-item .md-list-item-inner:before, 
md-list-item.ipti-list-item:before,
md-list.md-dense md-list-item.ipti-list-item .md-list-item-inner:before, 
md-list.md-dense md-list-item.ipti-list-item:before {
	min-height: 10px;
}

/* Search box - Pop out */
.ipti-searchbox--popout {
	position: absolute;
	background-color: #1e1e1e !important;
	height:auto;
	display:block;
	width: 300px;
	margin: auto;
	padding:15px;
	top: 2.5em;
	left: 9.25em;
	z-index: 1;
}

.ipti-searchbox--popout input{
    width: 100%;
    outline: none;
    border: none;
    box-shadow: none;
    font-size: 1em;
    padding: 5px;
    border-radius: 3px;
}

.ipti-searchbox--popout__controls {
	margin-top:10px;
	text-align:center;
}

.ipti-table-thead tr th span.chip-filter__icon md-icon {
	width: 1.2em !important;
	height: 1em !important;
	font-size: 1.25em !important;
	vertical-align: middle;
}


/* Threat Intel Drilldown Tab tweaks */
.ipti-card-content md-tabs-wrapper {
	background-color: #25b6d5;
	height: 33px;
}

.ipti-card-content md-pagination-wrapper  {
	height: 33px;
}

.ipti-card-content md-tabs md-tab-item {
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	padding-top: 5px;
}

.ipti-card-content md-tabs .md-tab.md-active {
	color: #fff;
}

.ipti-card-content md-ink-bar {
	color: rgb(255, 203, 5);
	background-color: rgb(255, 203, 5);
}

#ipti-change-viz {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

#ipti-change-viz md-icon {
	height: 20px;
	margin-top: -6px;
}

.highcharts-point__ipti--active {
	stroke:rgb(142, 18, 18);
	stroke-width: 4px;
}

.ipti-reputation-table {
	margin: auto;
}
.ipti-reputation-table thead th {
	font-weight:600;
	box-sizing:border-box;
}
.ipti-reputation-table thead th:first-child {
	text-align: right;
	padding-right:2.5em;
}
.ipti-reputation-table thead th:last-child {
	text-align: left;
	padding-left:0.5em;
}

.ipti-reputation-label {
	text-align:right;
	box-sizing:border-box;
	padding-right:2.5em;
	/*vertical-align:middle;*/
	/*vertical-align:text-top;*/
}
.ipti-reputation-value {
	text-align:left;
	box-sizing:border-box;
	padding-left:0.5em;
}
.ipti-reputation-label h5 { margin-bottom:0px; padding-bottom:0px; }
.ipti-reputation-value h5 { margin-top:0px; padding-top:0px; }

.ipti-reputation-value--trend > .severity-data__trend--up { color:#e74c3c !important; }
.ipti-reputation-value--trend > .severity-data__trend--down { color:#2ecc71 !important; }
.ipti-reputation-value--trend > .severity-data__trend--equal { color:#3498db !important; }

.rep-selected {color: white; background-color:#c3eaf1;; outline: none;}

#rep-high_risk td h6 {font-size:1.5em;color: #e51313; text-transform: uppercase;}
#rep-high_risk {outline: none;}
#rep-suspicious td h6 {font-size:1.5em;color: #e8580c; text-transform: uppercase; }
#rep-suspicious  {outline: none;}
#rep-moderate_risk td h6 {font-size:1.5em;color:  #ff9a22; text-transform: uppercase;}
#rep-moderate_risk  {outline: none;}
#rep-low_risk td h6 {font-size:1.5em;color: #68af68; text-transform: uppercase;}
#rep-low_risk {outline: none;}

/* Start: Threat Categories Filter - Threat Intel */
.ipti-filter-box {
	position: absolute;
	background-color: #1e1e1e !important;
	display:block;
	width: 225px;
	z-index: 1;
	margin: auto;
	padding:15px;
	font-size: 1.1em;
	left : 25%;
	top: 7%;
}

.ipti-filter-box input{
    width: 100%;
    outline: none;
    border: none;
    box-shadow: none;
    padding: 5px;
    border-radius: 3px;
    font-size: 1em;
}
.ipti-filter-box .art_slider-apply__btn:disabled,
.ipti-searchbox--popout .art_slider-apply__btn:disabled {
	background-color: #303030;
	color: gray;
}

.ipti-filter-box__filters-selection {
	color:#fff;
	font-weight:600;
	border-radius:3px;
	border:1px solid #231f1f;
	padding-left: 2px;
	padding-top: 2px;
	background-color:#303030;
}

.ipti-filter-box__filters-search {
	border-left:1px solid #716c6c;
	padding-left:6px;
	margin-left:6px;
}

.ipti-filter-box__list {
	background: rgb(30, 30, 30);
	margin-top:10px;
}

.appname-topfilter__autocomplete {
	display: inline-block;
	height: 36px;
	width: 300px;
	border-radius:0px;
}

md-autocomplete.appname-topfilter__autocomplete input:not(.md-input) {
	height: 36px;
}



.ipti-filter-box__list ul {
	overflow: hidden;
	height: auto;
	max-height:180px;
	overflow-y:scroll;
}

.ipti-filter-box__list > ul > li {
	color: #fff;
}

.filter-only-one {
	visibility: hidden;
	font-weight: 500;
	text-decoration: underline;
	cursor: pointer;
	margin-left: 0.65em;
	vertical-align: middle;
	outline: none;
}

.ipti-filter-box__list__option:hover > .filter-only-one {
	visibility: visible;
}

.filter-only-one:hover {
	color: #e23c74;
}

.ipti-filter-box__btns {
	text-align:center;
	margin-top:10px;
}

.filterCaret.iptifilter-caret-btn {
	background-color:rgba(43, 144, 167, 0.65);
}

.filterCaret.iptifilter-caret-btn:hover {
	background-color:rgba(43, 144, 167, 0.85) !important;
}

.artAdminFilter-btn.iptifilter-btn--active {
	background-color:rgba(43, 144, 167, 0.65);
	border-radius:0px;
	margin:0px !important;
	border-right:1px solid #30b3cf;
}

.artAdminFilter-btn.iptifilter-btn--active:hover {
	background-color:rgba(43, 144, 167, 0.85) !important;
}

.iptifilter-btn--active > img {
	height: 16px;
}

.threatcategory-topfilter__btn {
    background-color: #cde9ed;
    border-radius: 0%;
    margin-left: 0px;
    height: 36px;
}

.threatcategory-topfilter__label {
	height: 36px;
	font-size: 0.875em;
	font-weight: 600;
    color: #000;
    border-radius: 0px;
    box-shadow: none;
    background-color: #EDF1F2;
    outline: none;
    padding: 9px 16px;
    text-transform: uppercase;
}

.appname-topfilter .md-button {	
    height: 1em;
    top: .1em;
}

.appname-topfilter .clear-btn {
	position:absolute;
	right: 15%;
	background:transparent;
	border: none;
	outline: none;
	color:#b3b3b3;
	top: 15%;
}

.appname-topfilter .clear-btn md-icon {
	height: 20px;
}

/* End: Threat Categories Filter - Threat Intel */

/* Reputation Score Column Info Tooltip */
.rep-score-col {
	position: relative;
}

.rep-score-col__info-tooltip {
	position: absolute;
	/*  Uncomment if rep score tooltip trigger is 'hover'
		visibility: hidden; 
	*/
	background-color: #333;
	color: #fff;
	padding: 0.75em;
	padding-left: 1em;
	width: 300px;
	right: 5%;
	top: -9%;
	border-radius: 6px;
	box-shadow:1px 1px 3px grey;
}

.rep-score-col__info-tooltip hr {
	margin-bottom: 0.45em;
	margin-top: 0.75em;
	border: 1px solid #525252;
}

.rep-score-col__info-tooltip .ipti-close__btn {
	background-color: rgba(158,158,158,0.2);
}

.rep-score-col:hover > .rep-score-col__info-tooltip {
	/*  Uncomment if rep score tooltip trigger is 'hover'
		visibility: visible; 
	*/
}

.rep-score-col__info-tooltip #rep-score-info-table tr td {
	padding: 0.15em;
	font-weight: normal;
}

.rep-score-col__info-tooltip #rep-score-info-table thead tr th:first-child,
.rep-score-col__info-tooltip #rep-score-info-table tbody tr td:first-child {
	text-align: right;
	padding-right: 0.85em;
}

.rep-score-col__info-tooltip #rep-score-info-table tbody > tr:hover {
	background-color: #333;
}
/* End: Reputation Score Column Info Tooltip */

.oflow--hidden { overflow: hidden; }
.oflow--auto { overflow: auto; }
.oflow_x--hidden { overflow-x: hidden; }
.oflow_y--hidden { overflow-y: hidden; }

.no-outline { outline: none; }

.appname-topfilter__autocomplete--search-btn {
	margin-left: -3px;
	height: 36px;
}

md-select-menu.md-default-theme md-content > .mdoptgroup-chip md-option:not([disabled]):focus,
md-select-menu md-content > .mdoptgroup-chip md-option:not([disabled]):focus,
md-select-menu.md-default-theme md-content > .mdoptgroup-chip md-option:not([disabled]):hover,
md-select-menu md-content > .mdoptgroup-chip md-option:not([disabled]):hover {
	background-color: unset;
}

.device-chip .chip-filter {
	background-color: #00a1a3ba;
	width: fit-content;
}

.device-chip .chip-filter > .chip-filter__name {
	color: #FFF;
}

.device-btn {
	color: rgb(255, 255, 255);
	font-size: 11px;
	margin-top: -4px;
}

.device-btn:disabled {
	background-color: rgba(0,0,0,0.12) !important;
	color: rgba(0,0,0,0.38);
}

.device-inner__container {
	padding: 5px 15px;
	margin-bottom: 0px;
	width: 858px;
}

.device-chip__div {
	border-left: 1px solid #dddddd;
	padding-left: 1em;
}

.device-chip .chip-filter .chip-filter__name {
	font-style:italic;
}

.device-no-data {
    font-size: 1.3em;
    color: rgba(189,189,189,0.87);
}

/* Threat intel prototype stylings */
.threat-intel-appname-search-btn {
	height: 2.95em !important;
	top: 0.2em !important;
}
.threat-intel-filter-container{
	margin: 0 1em 1em 1em;
	padding: 1em;
}
/* .threat-types-filter{
	max-height:320px;
	overflow-y: scroll;
} */
.filter-options-label{
	/* margin: 0.3em 0.85em; */
    font-size: 1.1em;
	font-weight: 600;
	border-bottom: 1px solid rgb(230, 230, 230);
	padding: 0.2em 1em;
	/* cursor: pointer; */
	/* background: #edf1f2; */
	background: #edf1f2;
	transition: background 0.2s;
	outline: 0px;
}
/* .filter-options-label:hover{
	background: #e2e8ea;
} */
.threat-intel-checkbox.md-checkbox-small .md-icon{
	border-color: transparent;
}
.threat-intel-filter-only-one {
	visibility: hidden;
	font-weight: 500;
	text-decoration: underline;
	cursor: pointer;
	margin-left: 0.65em;
	vertical-align: middle;
	outline: none;
}

.ipti-filter-box__list__option:hover > .threat-intel-filter-only-one {
	visibility: visible;
}
.threat-intel-filter-only-one:hover {
	color: #3C5E6B;
}

.high-risk-status.md-checked .md-icon { background: #e51313; }
.suspicious-status.md-checked .md-icon { background: #e8580c; }
.moderate-status.md-checked .md-icon { background: #ff9a22; }
.low-risk-status.md-checked .md-icon { background: #68af68; }

.threat-intel-drilldown-chart{
	width: 30%;
	/* border: 2px solid #FFF; */
	border-radius: 0px !important; 
	margin: 0 2%;
	padding-top: 1% !important;
}
.total-stat-label{
	text-align: center;
    padding: 1em 18em;
    /* border: 1px solid #DDD; */
	margin-right: 0px;
	text-transform: uppercase;
}
.total-stat-label:last-child{
	margin-right: 8px;
}
.threat-intel-search-box{
	width: 100%;
	/* margin: 1em 0 0.5em 0; */
	padding: .8em !important;
	font-size: 12.25px !important;
	outline: none;
}

.threat-intel-pagination_div {
	padding: 0px !important;
	margin-bottom: 1em;
}

.threat-intel-next-prev--button {
	outline: none;
    min-width: 22px;
    min-height: 22px;
    border-radius: 0;
    margin: 0px;
    padding: 0px !important;
    background-color: transparent;
    line-height: 26px;
    border-radius: 2px;
    /* border: 1px solid grey; */
    /* background-color: rgb(255, 255, 255); */
}

.threat-intel-prev-btn-disabled {
	background-color: rgba(0,0,0,0.2)
}

.threat-intel-next-prev--button md-icon{
	height: 8px;
	width: 8px;
}

.threat-intel-app-list {
	/* height:20em; */
	height:auto;
	max-height:20em;
	overflow-y:scroll;
}

.threat-intel-app-list--link {
	color:rgb(0, 132, 255);
	cursor: pointer;
}

.threat-intel-clear_btn {
	position: absolute;
	right: 0;
	top: 4%;
	background: transparent;
	border: none;
	outline: none;
	color: #b3b3b3;
	/* font-weight: 600 */
	font-size: 20px;
}
.threat-intel-search_btn {
	margin: .5px;
	/* background-color: #ff748c !important; */
	background-color: #FFF !important;
    min-width: 40px;
    border-radius: 0px;
    margin-left: -2px;
    margin-top: -0.4px;
    border: none;
    border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	min-height: 43px;
    box-shadow: inset 0 -1px 0 #ddd;
}
.threat-intel-search_btn md-icon{
	height: 18px;
	width: 18px;
}

.map-md-card{
	margin-top: 5px;
}
.map-panel{
	height: calc(100vh - 388px);
	/* max-height: 57vh; */
	overflow-y: auto;
}
.filter-options-panel{
	height: calc(100vh - 295px);
	/* max-height: 68vh; */
	overflow-y: auto;
}

/* Threat intel in a 1536x754 resolution */
@media screen and (max-height: 754px) {
	.total-stat-label{
		padding: 1em 14em;
	}
}

/* For Mac Book Pro Handling
@media screen and (min-width: 1400px) and (max-width: 1439px) {
   .filter-options-panel {
		height: 59vh;
		max-height: 59vh;
		overflow-y: auto;
	}
	.map-panel{
		height: 70vh;
		max-height: 70vh;
		overflow-y: auto;
	}
}

For Latitude; Dell
@media screen and (min-width: 1536px) and (max-width: 1600px){
	.filter-options-panel {
		height: 61vh;
		max-height: 61vh;
		overflow-y: auto;
	}
	.map-panel{
		height: 46vh;
		max-height: 46vh;
		overflow-y: auto;
	}
}

For Surface
@media only screen and (min-width: 1440px) and (max-width: 1535px){
	.filter-options-panel {
		height: 70vh;
		max-height: 70vh;
		overflow-y: auto;
	}
	.map-panel{
		height: 59vh;
		max-height: 59vh;
		overflow-y: auto;
	}
} */

.range-slider {
	margin-bottom: 14px;
}

.range-slider .range-slider-label {
	margin-bottom: -8px;
	font-weight: 600;
}

.range-slider > .rzslider .rz-pointer {
	top: -4px;
    width: 10px;
    height: 10px;
    cursor: pointer;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
	border-radius: 0px;
	background-color: #EE5A24;
}

.range-slider > .rzslider .rz-selection {
	background-color: #EE5A24;
}

.range-slider > .rzslider .rz-bubble {
	color: #EE5A24;
}

.playback{
	height: 20px;
	border: 1px solid red;
}

/* IPTI Additional Options */
div.aditional-options{
	position: -webkit-sticky;
	position: sticky;
	top: 46px;
	z-index: 1;
	width: fit-content;
	height: 135px;
	margin-top: -135px;
	/* background-color: rgba(255, 255, 255, 0.7);
	box-shadow: 2px 1px 5px #ccc;
	height: auto;
	width: 25em;
	margin: .5em; */
}
div.aditional-options .header{
	background-color: #FFF;
	height: 35px;
	padding: 0 1.7em;
	outline: none;
	font-size: 1.1em;
	font-weight: 600;
}
div.aditional-options .content{
	height: 140px;
	padding: 0 1.7em;
}
.md-select-data-driver{
	width: 20%;
	margin: 5px;
}
.md-select-data-driver .md-select-value,
.md-select-data-driver.md-default-theme:not([disabled]):focus .md-select-value, 
.md-select-data-driver:not([disabled]):focus .md-select-value{
	font-weight: normal;
	font-size: .65em;
	color: #FFF;
	border-bottom-color: #FFF;
	padding: 0px;
}
.md-select-data-driver .md-select-value .md-select-icon{
	color: #FFF;
}

.visual-btn,
.connecting-counties-toggle{
	min-width: 0px;
	width: 45px;
	height: 45px;
	margin: 0 6px;
	border-radius: 0px;
	border: 1px solid #e0e0e0;
	background-color: rgba(255, 255, 255, 0.8) !important;
}
.visual-btn{
	background-color: rgba(32,71,86,0.25) !important;
}
.visual-btn--active{
	background-color: rgba(32,71,86,0.9) !important;
}
.is-hidden{
	visibility: hidden;
}

.tabs-layer-options {
	height: calc(100vh - 330px);
}

.tabs-layer-options md-tabs-content-wrapper{
	height: calc(100vh - 380px);
}

.tabs-layer-options
md-tabs-content-wrapper
md-tab-content{
	overflow-x: hidden;
}

.tabs-layer-options md-tabs-wrapper {
	background-color: #f4f4f4;
}

.tabs-layer-options md-tabs-canvas,
.tabs-layer-options md-pagination-wrapper {
	height: 38px;
	border-bottom: 1px solid #dedede;
}

.tabs-layer-options md-pagination-wrapper md-tab-item {
	padding: 0.5rem 1.5rem;
}

.tabs-layer-options md-pagination-wrapper md-tab-item span {
	/* color: #333; */
	font-size: 0.95em;
}

.tabs-layer-options md-pagination-wrapper md-tab-item.md-active span {
	color: #18768b;
	font-weight: 600;
}

.tabs-layer-options.md-default-theme md-ink-bar,
.tabs-layer-options md-ink-bar{
	color: #18768b;
    background: #18768b;
}


.disabled-header {
	cursor: default;
}
.disabled-header .filter-section-label,
.disabled-header .subfilter-section .filter-options-label {
	color: #cccaca;
}

.subfilter-section .filter-options-label {
	padding-left: 1.7rem;
	font-weight: normal;
	background-color: #f1f1f1;
}

.subfilter-section-item {
	padding-top: 0.65rem;
	padding-bottom: 0.65rem;
	border-top: 1px solid #e5e5e5;
}
.subfilter-section-item:first-child {
	border-top: 0px;
}

.subfilter-section-item span {
	margin-left: 1.75rem;
	font-weight: 700;
}

.anchor-data-item {
	margin-left: 0.4rem;
	padding: 0.35rem;
	border: 1px solid #dfdfdf;
	border-radius: 0.3rem;
	cursor:pointer;
	margin-bottom:0.2rem;
	outline: none;
}

.anchor-data-item > .dp-color {
	padding:2px;
}

.anchor-data-item > .dp-color > .color {
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background-color:#cecdcd;
	margin-right:0.6rem;
}

.anchor-data-item > .dp-color > .anchor-active--traffic {
	/* background-color : #FF00FF; */
	/*background-color : #f368e0;*/
	background-color : #ba56f2;
}
.anchor-data-item > .dp-color > .anchor-active--hits {
	/*background-color : #e9659e;*/
	background-color : #f256dc;
}
.anchor-data-item > .dp-color > .anchor-active--srcipcount {
	/*background-color : #51d30f;*/
	background-color : #f2568e;
}
.anchor-data-item > .dp-color > .anchor-active--destipcount {
	background-color : #f26c56;
}

.anchor-data-item md-radio-button{
	margin-bottom: 0px;
	text-transform: capitalize;
}

.ipti-show-lines-switch[disabled], 
.ipti-show-lines-switch[disabled] .md-container,
.control-viz-btn.md-default-theme[disabled],
.control-viz-btn[disabled],
.show-lines--select[disabled]{
	cursor: not-allowed;
}

.control-viz-btn {
	max-width: 30px;
	width: 35px;
	min-width: 35px !important;
	border: 1px solid none;
	border-radius: 0px;
	min-height: 30px;
	height: 35px;
	/* background-color: #ececec; */
	margin: 0.5px;
}

/* .control-viz-btn--active{
	background-color: #8a9fa6 !important;
} */

.limit-num-countries--select {
	width: 40px;
	padding: 2px;
	border: 1px solid #e5e5e5;
	font-size: 13px;
	margin-right: 1rem;
	outline: none;
}

.show-lines--select {
	width: 145px;
	padding: 2px 20px 2px 2px;
	border: 1px solid #e5e5e5;
	font-size: 13px;
	margin-right: 1rem;
	outline: none;
}

.md-toolbar-threat-intel{
	height: 35px;
    background: #25B6D5;
    margin: 5px 5px 0 5px;
	font-size: 0.65em;
	text-transform: uppercase;
	font-weight: 600;
	padding-left: 1em;
	border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.md-toolbar-threat-intel > span{
    margin-top: 7px;
}

.threat-intel-container{
	/* border: 1px solid #CCC; */
	margin: 0 5px;
	padding-bottom: 4px;
}

.geo-map-label{
	position: absolute;
    width: 100%;
    z-index: 1;
    background: rgba(237, 241, 242, 0.8);
}

.threat-intel-view-btn{
	min-height: 20px;
	margin: 0 8px;
	font-size: 12px;
	padding: 0 15px;
}

.threat-intel-view-btn img{
	height: 18px;
	margin-right: 8px;
}

.threat-intel-view-btn span {
	color: #FFF;
}
.threat-intel-view-btn span.view--active {
	color: #FFCB05;
}

.threat-intel-loading-container{
	height: calc(100% - 32px);;
    width: 100%;
	padding: 20%;
    text-align: center;
	position: absolute;
	bottom: 0;
    z-index: 1;
	background: rgba(255, 255, 255, 0.3);
}

/* Threat Intel Table */
.ipti-main-table thead {
	background-color: transparent;
}

.ipti-main-table.md-table thead tr th.md-column {
	outline: none;
	color: #000;
}

.ipti-main-table_toolbar {
	background-color: #edf1f2;
	padding: 0.2em 1em;
	border-bottom: 1px solid rgb(230, 230, 230);
}

.ipti-groupby-selector {
	color: #000 !important;
	width: 208px;
	/*font-size: 0.85em;*/
	margin: 0;
}

.ipti-main-table .fixedHeader tr th.sortBy--desc span::after,
.ipti-main-table .fixedHeader tr md-column.sortBy--desc span::after {
	content: " \25bc";
}

.ipti-main-table .fixedHeader tr th.sortBy--asc span::after,
.ipti-main-table .fixedHeader tr md-column.sortBy--asc span::after {
	content: " \25b2";
}

.ipti-main-table .caret-btn:hover {
	background-color: rgb(221, 222, 222) !important;
}

.ipti-main-table .artAdminFilter-btn:hover {
	/*background-color: rgb(221, 222, 222) !important;*/
	background-color: rgba(158,158,158,0.2) !important;
}

.ipti-pagination_div .prev-btn-disabled {
	background-color: transparent !important;
}


/* Dialog for country*/
.ipti-table-bordered {
	margin: 0.5em;
}

.ipti-table-bordered tr td {
	border-bottom: 1px solid #eff2f3;
}

.threat-intel-category__switch {
 	margin: 1em 0;
 }

.threat-intel-category__switch .md-button {
	/*padding: 0px .50em;*/
    min-width: 4em;
    background-color: #edf1f2;
    margin: 0;
    font-size: .80em;
    border-radius: 0px;
}

.threat-intel-category__switch .md-button.active {
	background-color: #cde9ed !important;
	font-weight: 600;
}

.threat-intel-category__switch .md-button > span {
	color: #000;
}

.threat-intel-wr-pill {
	text-transform: uppercase;
	border-radius: 3px;
    height: 1.2em;
    margin-top: -0.6em;
	font-weight: 600;
	letter-spacing: 0.3px;	
	display: inline-block;
	margin-left: 4px;
	text-align: center;
	border: 1px solid #e67e22;
	color: #e67e22;
}

.threat-intel-wr-pill > div {
	font-size: 0.60em;
    margin: 0px 2px;
}

.threat-intel--critical-category {
	color: red;
	font-weight: bold;
}

#threat-intel--ip-info-dialog{
	position: absolute;
	background-color:white;
	display:block;
	/*width: 225px;*/
	z-index:21;
	margin: auto;
	padding:15px;
	font-size: 1.1em;
	border-radius:4px;
	border:1px solid #e5e5e5;
	box-shadow: 2px 1px 5px #ccc;
}

/* ART - Admin */

.admin-header {
	height: 5em;
	background: rgba(0, 0, 0, 0.6);
	padding:5px 0;
}

.admin-header span {
	text-transform: uppercase;
	color: #FFF;
	font-size: 1.2em;
}

.admin-dissmis-btn {
	color: #FFF;
	min-width: 35px;
	min-height: 35px;
	padding: 0px;
	margin: 0px;
}

.admin-restore-note {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	position: absolute;
	z-index: 99;
	top: 0;
	left: 0;
}

.admin-restore-note > .restore-content {
	margin: 18% auto;
	height: auto;
	width: 470px;
	background-color: #FFF;
	padding: 1em;
	box-shadow: 0 7px 8px -4px rgba(0,0,0,.2), 0 13px 19px 2px rgba(0,0,0,.14), 0 5px 24px 4px rgba(0,0,0,.12);
}

.admin-restore-note > .restore-content > .restore-content--header {
	border-bottom: 1px solid #eee;
	padding-bottom: 5px;
}

.admin-restore-note > .restore-content > .restore-content--header > span {
	font-size: 1.4em;
	line-height: 0;
	font-weight: 600;
	color: #757575;
}

.admin-restore-note > .restore-content > .restore-content--header > .restore-dismiss-btn {
	min-width: 35px;
	min-height: 35px;
	padding: 0px;
	margin: 0px;
}

.admin-restore-note > .restore-content > span {
	text-align: center;
	font-size: 1.2em;
	margin: 20px 0;
}

.admin-restore-note > .restore-content > .restore-content-action--btn {
	text-align:center;margin: 10px 0;
}

/*.admin-restore-note > .restore-content > .restore-content-action--btn > button {
	border-radius:0px;
	min-height: 30px;
	min-width: 80px !important;
	margin:0px;
	font-size: 0.875em;
}

.admin-cancel--btn {
	background: rgb(255, 255, 255);
	border: 1px solid #dbdbdb;
}

.admin-restore--btn {
	background: #0dbab1;
	border: 1px solid #0dbab1;
}*/

.admin-add-preset-cont {
	box-shadow: rgba(94, 94, 94, 0.5) 0px 2px 1px;
	height: auto;
	width: 326px;
	position: absolute;
	top: 54px;
	background: rgba(255, 255, 255, 0.95);
	padding: 15px;
	z-index: 99;
	right: 241px;
}

.admin-add-preset-cont > .add-preset-input {
	width: 100%;
	outline: none;
	box-shadow: none;
	font-size: 1em;
	padding: 5px;
	border-radius: 0px;
	height: 40px;
	border: 1px solid rgb(219, 219, 219);
}

.admin-add-preset-cont > div > .add-preset--cancel-btn {
	background: rgb(255, 255, 255);
	border: 1px solid #dbdbdb;
}

#warning-admin-dialog > .add-preset-container {
	box-shadow: rgba(94, 94, 94, 0.5) 0px 2px 1px;
	height: auto;
	width: 272px;
	position: absolute;
	background: rgba(0, 0, 0, 0.85);
	padding: 15px;
	font-size: 1.1em;
	color: rgb(255, 255, 255);
	text-align: center;
}

#warning-admin-dialog > .add-preset-container > .warning-admin-dialog--btn {
	background-color: #303030;
	font-size: 0.875em;
	font-weight: normal;
	color: #FFF;
	margin: 0 auto;
	margin-top: 14px;
	width: 30px;
}

.admin-default-action-div {
	position: relative;
	top: 2px;
	right: -101px;
	z-index: 99;
}

.admin-default-action-div > .default-action-content {
	box-shadow: rgba(94, 94, 94, 0.5) 0px 2px 1px;
	height: auto;
	width: 326px;
	position: absolute;
	top: 18px;
	background: rgba(0, 0, 0, 0.85);
	padding: 15px;
	z-index: 99;
	color:#FFF;
	font-size:1.1em;
	text-align:center;
}

.admin-default-action-div > .default-action-content > .default-action--btn > .admin-default--cancel,
.admin-default-action-div > .default-action-content > .default-action--btn > .admin-default--delete {
	font-size: 0.875em;
	font-weight: normal;
	color: #FFF;
	margin-top: 14px;
	width: 30px;
}

.admin-default--cancel {
	background-color: #303030;
	margin-right:5px;
}

.default-action--delete {
	background-color: rgba(32, 190, 241, 0.57)
}

.admin-view-action--btn {
	position: absolute;
	margin:0px;
	min-width: 37px;
	min-height: 36px;
	border-radius:0px;
	top: -3px;
}

.admin-view-action--btn.primary-btn,
.admin-view-action--btn.primary-btn:hover {
	background: #2ecc71;
}

#admin-revert-btn {
	color: #FFF;
	padding:0 10px;
	border-radius: 0px;
	font-weight: 600;
	margin:0px;
	font-size:0.875em;
	bottom:4px;
}

.art-admin-table {
	height: calc(100vh - 350px);	
}

.dscp-report__box {
	box-shadow: 1px 1px 3px #dedcdc;
    border: 1px solid #a5d6e1;
    cursor: pointer;
    /*background-color: #FFF;*/
    background-color: #f5f6f7;
    /*padding: 1em;*/
    padding: 0.5em 1em;
    outline: none;
}

.dscp-report__box--active {
	font-weight: 700;
	border: 1px solid #eaeaea;
	background-color: #eaeaea;
    /*color: rgb(245,0,87);*/
}

.dscp-report--second-column {
	height: calc(100vh - 294px);
	overflow-y: auto;
	/*margin: 1em;*/
}

#dscp-dropdown > md-select > md-select-value > span {
	font-size: 1.1em;
	color: rgba(0,0,0,0.87);
}

#dscp-report--nav {
	background-color:transparent;/*#25b6d5;*/
	color: #fff;
	margin-right: 1em;
}

#dscp-report--nav span {
	margin-left:0.8em;
}

#dscp-report--nav-list {
	padding:0px;
	margin:0px;
	margin-left: 0.7em;
	width: 100%;
	height: 100%;	
	padding-top: 0.65em;
}

.dscp-report--nav-list__item {
	display: inline-block;
	box-sizing: border-box;
	width: 45%;
	text-align: center;
	padding: 0.3em;
	padding-top:0.2em;
	color:#98dcea;
	border-radius: 4px;
	background-color:#3997ab;/*0687a2;*/
	text-transform: uppercase;
	font-weight:600;
	margin-right:0.5em;
	outline: none;
}

.dscp-report--nav-list__item:hover {
	cursor: pointer;
}

.dscp-report--nav-list__item--active {
	color: #fff;
	border-bottom: 3px solid #ffcb05;
}

.dscp-report--nav-list__item--disabled {
	color:#93ccd8;
	background-color: #6cb6c5;
}

.dscp-report--nav-list__item--disabled:hover {
	cursor: default;
}

#view-chips-box__divider {
	padding: 0px;
	margin-left: 0px;
	margin-right: 0px;
	height: 40%;
	border: none;
	border-left: 1px solid #70a0ab;
	margin-top:1.1em;
}

.dscp-report__pagination .prev-btn-disabled {
	background-color: transparent !important;
}

.dscp-report__pagination .next-prev--button {
	background-color: #eeeeee;
}

.dscp-report__minibar > .highcharts-container > svg.highcharts-root > rect.highcharts-background,
.dscp-report__minibar > .highcharts-container > svg.highcharts-root > rect.highcharts-button-box {
	fill: transparent !important;
}

.dscp-report__minibar > div.highcharts-container,
.dscp-report__minibar > div.highcharts-container > svg.highcharts-root{
	background-color: transparent !important;
}

.dscp_md-select-menu-container {
	top: 20em !important;
}

/*.dscp-report__top-filter {
	margin: 0.5em 0.5em 0 0.5em;
	background-color: #f5f6f7 !important;
	border-top: 1px solid #e8eaee;
	border-bottom: 1px solid #e8eaee;
}*/

.ti-view-details-btn {
	background: #2ecc71;
}

.tour-right-actions {
    background-color: #00CCEF
}