body{
	position:relative;background:#E9E9E9;font-family:segoe ui,arial;margin:0px;
	color:#555;
}
.dashboard_container .fa,.dashboard_header .fa,.filter-bar .fa{color:#555;}
.dashboard_header{color:#777;margin: 15px 15px 5px 15px;font-family:segoe ui,arial;font-weight:bold;font-size:15pt;}
.dashboard_container{
	margin-bottom:0px;
	position:relative;
}
.tab_row{
	border-bottom:2px solid #cfcfcf;
}
.tab_row ul{
	margin:0px;
	margin-left:20px;
	padding:0px;
	position:relative;
}

.tab_header{
	position:relative;
	font-size:11pt;
	font-weight:bold;
	text-shadow:0 1px 0 #FFFFFF;
	list-style:none;
	padding:15px;
	padding-top:13px;
	padding-bottom:13px;
	display:inline-block;
	*display:inline;
	white-space:nowrap;
	margin-right:2px;
	border-bottom:none;
	cursor:pointer;
	-moz-border-radius-topright:3px;
	-moz-border-radius-topleft:3px;
	border-top-right-radius:3px;
	border-top-left-radius:3px;
	-webkit-border-top-right-radius:3px;
	-webkit-border-top-left-radius:3px;
	z-index:4;
	
}

.tab_live{
	/*text-shadow:0 1px 0 #BEBEBE;*/
	background:#E9E9E9;
	padding-right:35px;
}
.tab_add_new{
	background:#E9E9E9;
	width:15px;
	text-align:center;
}
.tab_add_new img{text-align:center}
.tab_header.tab_live.selected_tab{
	background:#E9E9E9;
	border:1px solid #AACEC2;
	border-bottom:none;
	z-index:6;
	top:2px;
	position:relative;
	color:#C41E03;
}
.selected_tab .tab_options{display:inline}
#dashboard_body{
	position:relative;
}
.tab{
	position:relative;
	display:none;
	background:#E9E9E9;
	/*border:1px solid #AACEC2;*/
	z-index:2;
}
.loader{
	position:absolute;
	top:50%;
	left:50%;
	height:32px;
	width:32px;
	margin-left:-16px;
	margin-top:-16px;
}
.portlet{
	position:absolute;
	border-bottom:1px dotted #CFCFCF;
	border-right:1px dotted #CFCFCF;
	overflow:auto;
	cursor:pointer;
	box-shadow: 0 4px 2px -3px #999999;
	background:#ffffff;
}
.move_portlet,.add_dxoption:hover{
	cursor:move;
	background:black;
	opacity:.5;
}
.portlet_container{
	position:relative;
	
}
.portlet.has_content{
	background:#ffffff;
}
.add_new_portlet{
	position:absolute;
	top:15px;
	right:15px;
	cursor:pointer;
}
.app_selection_list, .dashboard_selection_list{
	border:1px solid #cfcfcf;
	overflow:auto;
	height:300px;
	margin:0px;
	padding:0px;
}
.app_selection_option,.dashboard_selection_option,.saved_dashboard_option{
	list-style:none;
	min-height:30px;
	border-bottom:1px solid #cfcfcf;
	vertical-align:middle;
	font-size:10pt;
	cursor:pointer;
	padding-top:4px;
	padding-bottom:4px;
	position:relative;
}
.app_selection_option:hover,.dashboard_selection_option:hover,.saved_dashboard_option:hover{
	background: #ffffb3
}
.dashboard_selection_list li{
	list-style:none;
}
.option_title{
	margin-left:20px;
	margin-bottom:3px;
	font-weight:bold;
}
.option_desc{
	margin-left:20px;
	font-size:8pt;
	color:#aaaaaa;
}
.portlet_title_bar{
	height:35px;
	position:relative;
	line-height:35px;
	vertical-align:middle;
	background:white;
	padding-left:10px;
	border-bottom:1px solid #cfcfcf;
	
}
.portlet_title_bar i{
	color:#777;
}
.portlet_title_text{
	color:#777;
	font-weight:bold;
	font-size:11pt;
}
.icon_button{
	position:absolute;
	cursor:pointer;
}
.tab_options{
	right:10px;
	display:none;
}
.app_options{
	right:28px;
	top:10px;
}
.app_resize{
	right:7px;
	top:10px;
}
.tab_menu, .portlet_menu, .dash_menu, .popup-dialog{
	padding:10px;
	background:white;
	display:none;
	font-size:10pt;
	z-index:1000;
	color:#777;
	width:180px;
	position:absolute;
	-webkit-box-shadow: 7px 7px 10px #A8A8A8;
	-moz-box-shadow: 7px 7px 10px #A8A8A8;
	box-shadow: 7px 7px 10px #A8A8A8;
	border:1px solid #D6D6D6;
}
.popup-dialog{
	width:400px;
	height:150px;
	top:50%;
	left:50%;
	margin-left:-200px;
	margin-top:-75px;
	font-size:10pt;
}
.portlet_menu ul,.dash_menu ul{
	margin-left:0px;
	padding-left:20px;
}
.portlet_menu ul li, .dash_menu ul li{
	list-style:none;
	padding:5px;
	font-size:10pt;
}
.dash_menu ul li:hover{
}
.portlet_menu_option{
	cursor:pointer;
}
.portlet_menu ul li img, .portlet_menu ul li span, .dash_menu ul li span, .dash_menu ul li img {vertical-align:middle;}

.tab_menu_title,.popup-menu-heading{
	font-weight:bold;
	font-size:11pt;
}
.layout_cell{
	height:25px;
	width:25px;
	background:#cfcfcf;
}
.layout_cell.mobile-square{
	height:45px;
	width:45px;
}
.selected_layout_cell{
	background:#555555;
}
.layout_cell.hover{
	background:blue;
}
.menu_heading{
	padding-top:3px;
	padding-bottom:3px;
	font-size:12pt;
	font-weight:bold;
	
}
.menu_heading.underline{
}
.close_menu, .close_portlet_menu, .close_dash_menu, .close_url_text_box,.close-popup-dialog{
	cursor:pointer;
	font-size:8pt;
	text-decoration:underline;
	text-align:right;
	padding-right:5px;
}
.remove_tab{
	cursor:pointer;
}
.remove_tab img, .remove_tab span{vertical-align:middle}
.disabled{
	cursor:default;
	opacity:.5;
}
.dash_options{
	cursor:pointer;
}
.dash_options img, .dash_options span, .save_local img, .save_local span, .clear_dash img, .clear_dash span{
	vertical-align:middle;
}
.dash_options:hover{
	opacity:.8;
}
.url_text_box{
	display:none;
	width:300px;
	height:auto;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-150px;
	margin-top:-50px;
	border:1px solid #cfcfcf;
	background:white;
	z-index:1000;
	padding:20px;
	text-align:center;
	-webkit-box-shadow: 7px 7px 10px #A8A8A8;
    -moz-box-shadow:   7px 7px 10px #A8A8A8;
    box-shadow:         7px 7px 10px #A8A8A8;
}
.get_url{
	display:none;
}
.cancel_move_portlet_link{
	display:none;
}
.save_local,.clear_dash{cursor:pointer;}
.dd-container{
	display:inline-block;
	width:250px;
	position:relative;
	cursor:pointer;
	z-index:900;
}
.dd-window{
	line-height:30px;
	padding-left:5px;
	border-radius:5px;
	border:1px solid #AACEC2;
}
.dd-windowdx{
	line-height:25px;
	padding-left:5px;
	border:1px solid #AACEC2;
	display:inline-block;
}
.dd-windowdx.btn{
	border-radius:3px;
	padding:4px 12px;
	font-size:13px;
	font-weight:bold;
}
.dd-window span.dright{
	float:right;
}
.dd-list{
	position:absolute;
	display:none;
	top:29px;
	width:248px;
	min-height:50px;
	max-height:300px;
	overflow-y:auto;
	margin:0;
	padding:0;
	background:#fff;
	border:1px solid #AACEC2;
	border-top:none;
}
.dd-listdx{
	position:absolute;
	display:none;
	top:34px;
	right:0px;
	width:248px;
	min-height:50px;
	max-height:300px;
	overflow-y:auto;
	margin:0;
	padding:0;
	background:#fff;
	border:1px solid #AACEC2;
	border-top:none;
	z-index:1000;
	color:#777;
}
.dd-list li{
	list-style:none;
	padding:5px;
	cursor:pointer;
}
.dd-list li:hover{
	background:#cfcfcf;
}
.dd-listdx li{
	list-style:none;
	padding:10px;
	cursor:pointer;
}
.dd-spacer{
	border-bottom:1px solid #AACEC2;
	padding:10px;
}
.dd-listdx li:hover{
	background:#cfcfcf;
}
.popup-dialog-body{
	margin-top:10px;
}
.popup-dialog-footer{
	position:absolute;
	bottom:20px;
	text-align:right;
}
.selected-option,.dd-options li span{
	 text-overflow: ellipsis;
}
table.layout_table{
	border-collapse:separate;
	border-spacing:2px;
}
.portlet_title_bar, .add_new_portlet i{
	color:#777;
}
.options-enabled{
	background:#fff;
	border-bottom:none;
}
.modal-title{font-size:13pt}
.main-menu-button{
	float: right; 
	font-size: 9pt; 
	position:relative;
}
.hidden-fields{
	display:none;
}
.delete-app{
	position:absolute;
	top:12px;
	right:15px;
	
}
.selection-option-left{
	width:90%;
	display:inline-block;
}
.selection-option-right{
	width:10%;
	float:right;
	display:inline-block;
}
.delete-app i:hover{
	color:#cfcfcf;
}
.modal-body{
	padding-top:5px;
}
.row.header{
	background:#2C3E50;
	padding-left:5px;
	color:#fff;
	margin:0;
}
.row.header div{
	padding:0;
}
.row .navbar-toggler{
padding:0px;
}
.row .fa, .row a{
	/*color:#fff;
	margin: 0 5px;*/
}
.add_dxoption .add_new_portlet{
	display:none;
}
.filter-bar{
	margin: 15px 15px 5px 15px;
	cursor:pointer;

}
.filter-panel{
	background:#E9E9E9;
	height:550px;
	width:350px;
	z-index:3000;
	display:none;
	position:absolute;
	box-sizing:border-box;
	padding: 0px 15px;
	margin-bottom:10px;
	overflow:auto;
	border-right:1px solid #cfcfcf;
	border-bottom:1px solid #cfcfcf;
}
.filter-panel ul{
	margin:0;
	padding:0;
}
.filter-panel li{
	list-style:none;
}
.filter-label{
	whitespace:wrap;
	font-weight:bold;
	padding:10px;
}
.filter-panel li .filter-label { vertical-align:top}
.filter-content{
	padding-left:10px;
}
.filter-content li{
	padding:0px 3px;
	white-space:nowrap;
}
.checkboxes{
	display:inline-block;
	max-height:100px;
	overflow:auto;
	padding-right:18px;
}
.checkboxes ul{
	background:#fff;
}
.checkboxes label{
	cursor:pointer;
}
.checkboxes input{
	margin-right:5px;
}
.display-filter{
	display:none;
}
.filter-name{
	display:inline-block;
	white-space: nowrap;
	font-weight:bold;
}
/*.filter-values{
	width:150px;
	text-overflow:ellipsis;
	display:inline-block;
	white-space: nowrap;
    overflow: hidden;
}*/
.filter-review{
	display:inline-block;
	padding:5px;
	font-size:11pt;
	border:1px solid #cfcfcf;
}
input.mrcinput{
	height:30px;
}
input[type=text].mrcinput{
	width:120px;
}
.name-error{color:red;display:none}
.portlet .row{
	margin:0px;
}
.filter-content label{
	margin-bottom:0px;
}
