/* Fonts
----------------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css?family=Rubik:300,400,500,700');
@import url('https://cdn.linearicons.com/free/1.0.0/icon-font.min.css');

/* Import plugins
----------------------------------------------------------------- */
@import '/css/animate/animate.min.css';

/* Preloader
----------------------------------------------------------------- */
body {
	overflow: hidden;
}

/* Preloader */
#preloader {
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color: #F2F5F9; 
	z-index:1001; 
}

#status {
	width:200px;
	height:200px;
	position:absolute;
	left:50%; 
	top:40%; 
	text-align: center;
	margin:-100px 0 0 -100px; 
}


/* Resets
----------------------------------------------------------------- */
body, html {
	font-family: 'Rubik', sans-serif !important;
	background: #F2F5F9;
}

body.login {
    background-color: #3671fb;
}

.widget-int {
	font-family: 'Rubik', sans-serif !important;
}

* {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Chrome/Safari/Opera */
  -khtml-user-select: none;    /* Konqueror */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* Internet Explorer/Edge */
  user-select: none;           /* Non-prefixed version, currently not supported by any browser */
}

input, input:before, input:after {
	-webkit-user-select: initial;
	-khtml-user-select: initial;
	-moz-user-select: initial;
	-ms-user-select: initial;
	user-select: initial;
} 

.page-content-wrap {
	margin-top: 12px;
	/*max-width: 1200px; */
	min-width: 960px;
}

/* Remove drop shadow on elements (flatten)
----------------------------------------------------------------- */
.panel, 
.widget {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}


/* Rounded edge buttons and links
----------------------------------------------------------------- */
.paginate_button {
	border-radius: 500px !important;
}

.pagination>.active>a,
.pagination>.active>a:hover { z-index: auto; }

/* Buttons
----------------------------------------------------------------- */
.page-content .btn {
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	/*border-radius: 500px !important;*/
}

/* Remove rounded corners on elements (flatten)
----------------------------------------------------------------- */
.alert, 
.panel, 
.btn,
.x-navigation.x-navigation-horizontal a,
.form-control,
.dropdown-menu,
.btn.dropdown-toggle
{
	border-radius: 0 !important;

}

/* Tooltips - inline - tippy.js
----------------------------------------------------------------- */
.tippy {
    background: transparent url('../img/icon_tooltip.png') 0 0 no-repeat;
    background-size: 11px 11px;
    font-size: 11px;
    width: 11px;
    height: 11px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 3px;
    opacity: 0.7;
}

.tippy:hover {
	opacity: 1;
}

/* Hidden elements
----------------------------------------------------------------- */

.breadcrumb,
.x-navigation.x-navigation-horizontal .x-navigation-minimize,
.x-navigation .xn-logo {
	display: none !important;
}


/* Component: Header
----------------------------------------------------------------- */

.header {
	background: #004FFE;
	height: 50px;
	text-align: center;
	color: white;
	width: 100%;
  	position:fixed;
  	top: 0px;
  	z-index: 1000;
}

.header a {
	color: white;
}

.header a.logo {
	line-height: 50px;

}
.header a.logo img {
	height: 20px;
}

.header .header-right-wrapper {
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	float: right;
	height: 50px;
	line-height: 50px;
}

.header .user-menu-new {
	display: inline-block;
	/*position: absolute;
	top: 0;
	right: 0;*/
	float: right;
	height: 50px;
	line-height: 50px;
}

.header .status-menu-new {
	display: inline-block;
	/*position: absolute;
	top: 0;
	right: 140px;*/
	float: right;
	height: 50px;
	text-align: right;
}

.header .status-menu-new .fa-circle {
  font-size: 10px;
  margin-left: 10px;
  color: #00e58a;
}

.header .status-menu-new .fa-bell-o {
  font-size: 16px;
  margin-top: 2px;
}

.user-menu-new .avatar {
	width: 32px;
	height: 32px;
	margin-right: 0;
	visibility: hidden;
	display: none;
}

.header .dropdown-toggle {
	font-size: 15px;
	padding-left: 25px;
	padding-right: 50px;
	padding-top: 0;
	line-height: 48px; /* 50 - 2px */
	padding-bottom: 0;
	margin-top: 0;
	margin-bottom: 0;
	min-width: 100px;
}

.header .dropdown-menu {
	margin-left: 0px !important;
}

.header .user-menu-new a.dropdown-toggle,
.header .status-menu-new a.dropdown-toggle {
	border: 0;
	outline: none;
}
.header .status-menu-new a.dropdown-toggle:hover,
.header .user-menu-new a.dropdown-toggle:hover {
	background: rgba(0,0,0,0.10);
	border: none;
	outline: none;
}

.status-menu-new .dropdown-menu {
	width: 300px;
}

.status-menu-new .dropdown-menu li a {
	border-bottom: 1px solid #eee !important;
	white-space: normal !important;
	display: block;
	padding: 20px;
	position:relative;
}

.status-menu-new .dropdown-menu li a div {
  margin-left: 25px;
}

.status-menu-new .dropdown-menu li a .fa-circle {
  	position: absolute;
	left: 15px;
	top: 25px;
}

.status-menu-new .fa-circle.green {
	color: #00e58a;
}

.status-menu-new .fa-circle.amber {
	color: #e5c200;	
}

.status-menu-new .fa-circle.red {
	color: #b61b1b;	
}

.status-menu-new .dropdown-menu li a span {
	display: block;
	word-wrap: normal !important;
	width: 100%;
}
.status-menu-new .dropdown-menu li a span.date {
	color: #a0aab4;
	font-size: 12px;
	margin-top:4px;
}

.header .dropdown-toggle {
	background: transparent url('../img/dropdown_white.png') 80% 50% no-repeat;
	background-size: 12px 7px;
}
.header .status-menu-new .dropdown-toggle {
	padding-right: 0px;
	padding-left:0px;
	background: none;
}

.header .dropdown-toggle:hover,
.header .dropdown-toggle:active,
.header .dropdown-toggle:focus  {
  color: white;
}

.header .dropdown-menu:before {
/*  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: white;
  border-width: 8px;
  margin-left: -8px;*/
  display: none;
}

.header .dropdown-menu:after, .dropdown-menu:before {
    left: 80%;
}

.header .user-menu-new a a {
	color: red;
}


/* Component: Date Range Selector
----------------------------------------------------------------- */

.in-range.available {
  background-color: rgba(0,79,254,0.05) !important;
}

.active.start-date.available,
.active.end-date.available {
  background-color: rgba(0,79,254,1) !important;
}

.daterangepicker {
  /*position: fixed !important;*/
  /*top: 90px !important;*/
}


/* Component: Top Navigation
----------------------------------------------------------------- */

/* .x-navigation - Top left corner navigation */
.x-navigation {
	overflow: visible;
}

/* .x-navigation-horizontal - Top navigation bar */
.x-navigation.x-navigation-horizontal {
	background: pink;
	/*	border: 1px solid red;*/	
	z-index: 1000;
	display: none;
}

.x-navigation.x-navigation-horizontal.x-navigation-panel .pull-right a {
	background: transparent;
	height: auto;
	line-height: 70px;
	padding-top: 0;
	padding-bottom: 0;
}

.x-navigation.x-navigation .selected a {
	background: #4a545d !important;
}

.x-navigation-horizontal a {
	cursor: pointer;
}

.dropdown-toggle .glyphicon {
	/*display: none;*/
}

/*.logo {
	width: 200px;
	height: 50px;
	background: pink;
	display: inline-block;
}
*/

/* Component: Page container 
----------------------------------------------------------------- */
.page-container {
	background: transparent;
	max-width: none; /* Override of max-width: 2000px; */
}

.page-container .page-content {
  margin-left: 210px;
  margin-right: 10px;
  background: transparent;
}

.page-content {
  margin-top: 130px;
  background: transparent;
  padding-left: 0;
  padding-right: 0;
}

.page-content .panel {
	background: #FFFFFF;
	box-shadow: 0 2px 4px rgba(0,0,0,.15), 0 0 1px rgba(0,0,0,.08);
	border-radius: 2px !important;
}

.page-title * {
    transition: all 0.06s linear;
}

.page-title .root .lnr {
    margin-right: 0;
    font-size: 18px !important;
    color: rgba(42,46,51,0.41);
}

.page-title h1 .root {
    margin-right: 5px;
    text-decoration: none !important;
}

.page-title h1 .root:after {
    margin-left: 12px;
    content: "/";
    font-weight: 400;
    color: #F2F5F9;
}

.page-title h1 .parent {
    color: #ccc;
    text-decoration: none;
}

.page-title h1 .parent:after {
    margin-left: 5px;
    margin-right: 3px;
    content: "/";
    font-weight: 400;
    color: #F2F5F9;
}

.page-title h1 .parent:hover {
    color: rgba(42,47,51,0.73);
}

.page-title .primary-icon {
 margin-right: 10px;   
}

.page-title h1 .description {
    margin-left: 10px;
    display: none;
}

.page-title {
    padding-left: 5px;
}

.page-title h1 {
    color: #004FFE;
    font-weight: 500;
    font-size: 23px;
    line-height: 30px;
    letter-spacing: -0.5px;
}

.page-title h1 .lnr {
    font-size:23px;
    color: rgba(42,47,51,0.5) !important;
}

.page-title h1 .lnr:hover {
    color: #2a2d33 !important;
}

/* Component: Page Filter
----------------------------------------------------------------- */

.page-filter {
    margin-bottom: 20px;
    display: table;
    width: 100%;
    line-height: 30px;
}

.page-filter .dropdown-toggle {
    cursor: pointer;
    color: rgba(42,46,51,0.64);
    border-bottom: 1px solid #ccc;
    line-height: 25px !important;
    display: block;
}

.page-filter .dropdown-toggle:hover {
    text-decoration: none;
}

.page-filter .dropdown {
    float: right;
}


/* Component: Filter Bar 
----------------------------------------------------------------- */

.filter-bar {
  background: white;
  height: 70px;
  line-height: 70px;
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.15);
  margin-top: 50px;
  margin-left: 0;
  padding-left: 250px; 
  padding-right: 50px; 
  z-index: 1;
  position: fixed;
  width: 100%;
  min-width: 1260px;
}

@media only screen and (max-width: 1024px) {
  .filter-bar {
    margin-left: 0;
  }
}

.dropdown-menu::before, 
.dropdown-menu::after {
    border: none;
    content: none;
}

.filter-bar .selector ul.dropdown-menu {
  width: auto;
}

.filter-bar .selector .dropdown {
  max-width: 400px;
}

.filter-bar .selector .dropdown button {
  padding: 0 20px;
  font-size: 15px;
  line-height: 69px;
  height: 69px;
  border: 0;
  margin: 0 !important;
}

.dropdown-menu li a:hover,
.filter-bar .selector .dropdown button:hover,
.filter-bar .selector .dropdown button:focus {
	opacity: 0.7;
  background: transparent !important;
}

.filter-bar .selector .dropdown .icon-arrow-down {
  margin-left: 15px;
  font-size: 12px;
  color: #ccc;
}

.filter-bar .selector .dropdown .icon-organization,
.filter-bar .selector .dropdown .icon-calendar {
  margin-right: 12px;
  font-size: 14px;
  color: #ccc;
}


.filter-bar .date-selector {
  float: right; 
  line-height: 70px !important;
  height: 70px;
  margin-right: 10px;
}


.filter-bar .selector.date-selector input {
  margin-top: 20px;
}


.fixed-table-toolbar .btn.btn-default {
    border: none;
}

.btn.btn-export, .btn.btn-default {
    background: -webkit-linear-gradient(315deg,#FFF, #F2F5F9);
    background: linear-gradient(135deg,#FFF, #F2F5F9);   
    color: #333;
    font-weight: normal;
    font-size: 12px;
    border: 1px solid #eee;
	border-radius: 100px !important;
}
.btn.btn-export:hover, .btn.btn-default:hover {
    opacity: 0.8;
    box-shadow: 0 3px 6px -1px rgba(0, 0, 0, 0.12), 0 3px 16px -4px rgba(77, 96, 232, 0.3);
}

.btn.btn-new/*, .btn.btn-success*/ {
	color: white !important;
	border-radius: 100px !important;
    background: -webkit-linear-gradient(315deg,#73a5ff, #004FFE);
    background: linear-gradient(135deg,#73a5ff, #004FFE);   
}
.btn.btn-new:hover/*, .btn.btn-success:hover*/ {
    opacity: 0.8;
    box-shadow: 0 3px 6px -1px rgba(0, 0, 0, 0.12), 0 3px 16px -4px rgba(77, 96, 232, 0.3);
}

.filter-bar .actions {
	float: right;
	line-height: 70px;
}

.date-selector .form-control {
    width: 175px;
    border: 1px solid #F2F5F9;
    background-color: #FFF;
    border-radius: 100px !important;
    margin-top: 21px !important;
}

.daterangepicker_input .input-mini {
    border: 1px solid #F2F5F9 !important;
    background-color: #F2F5F9 !important;
    border-radius: 100px !important;
}

.daterangepicker_input .input-mini.active {
    border-color: #ccc !important;
}

.daterangepicker .applyBtn,
.daterangepicker .cancelBtn {
    border-radius: 100px !important;
    font-family: 'Rubik', sans-serif !important;
}

.daterangepicker .applyBtn {
    border: none !important;
	background: -webkit-linear-gradient(315deg,#73a5ff, #004FFE);
    background: linear-gradient(135deg,#73a5ff, #004FFE);
}

.daterangepicker .cancelBtn {
    border: 1px solid #eee;
}

.daterangepicker .ranges li {
    border-radius: 100px;
    background-color: #F2F5F9;
    color: #2a2d33;
    border: none;
}

.daterangepicker .ranges li:hover {
    background-color: #F2F5F9;
    opacity:0.7;
    color: #2a2d33;
    border: none;
}

.daterangepicker .ranges li.active {
    color: white !important;
    background: #2a2d33;  
    border: none;
}

.daterangepicker .active.start-date,
.daterangepicker .active.end-date{
	color: white !important;
    background: -webkit-linear-gradient(315deg,#73a5ff, #004FFE);
    background: linear-gradient(135deg,#73a5ff, #004FFE);  
    border: none;
}

/* Component: Sidebar 
----------------------------------------------------------------- */
.page-sidebar {
	background: #2a2d33; 
	color: #FFF;
	width: 200px;
	height: calc(100%);
	position: fixed !important;
  	top: 50px;
  	visibility: visible;
  	overflow-y: auto;
  	overflow-x: hidden;
  	padding-bottom: 100px;
  	z-index: 1000 !important;
  	box-shadow: 0px 2px 22px 0px rgba(163,172,186,0.15);
  	border-right: none;
}

.hideScroll {
	overflow-y: hidden;
}

.page-container .page-sidebar {
	width: 200px;
}

.page-sidebar .branding {
	background: transparent;
	height: 50px;
	text-align:center;
	display: block;
	border: none;
	outline: none;
}

.page-sidebar .branding img {
	max-width: 80px;
	margin: 14px auto 0 auto;
}

.x-navigation {
	margin-top: 0;
	margin-bottom: 30px;
	background: none !important;
}

.x-navigation li > a {
	border-bottom: none;
	color: white !important;
	opacity: 0.75;
}

.x-navigation .xn-title {
	font-size: 11px !important;
	font-weight: 700;
	color: rgba(255, 255, 255, 0.30) !important;
	background: transparent !important;
	border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
	margin-top: 12px !important;
	padding-left: 20px !important;
	padding-bottom: 5px !important;
}

.x-navigation .active a,
.x-navigation .active a .fa {
	color: white !important;
	background: transparent !important;
}

.x-navigation li {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.x-navigation li a {
	padding-left: 20px;
	padding-right: 20px;
	line-height: 25px;
	font-size: 14px !important;
	padding-top: 10px;
	padding-bottom: 10px;
}

.x-navigation .link-alternative {
	display: block;
	padding-left: 20px;
    padding-right: 20px;
    line-height: 25px;
    font-size: 14px !important;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #444444;
}

.page-sidebar .lnr {
	margin-right: 12px;
	color: rgba(255, 255, 255, 0.40) !important;
	font-size: 14px;
}

.x-navigation li a:hover ,
.x-navigation .active a	{
	background: rgba(0, 0, 0, 0.2) !important;
}

/* Component: dropmenu
----------------------------------------------------------------- */
.dropdown-backdrop { display:none; }

/* Component: Modal popups
----------------------------------------------------------------- */
.modal-dialog {
    margin: 100px auto 0 auto;
}

@media (min-width: 768px) {
	.modal-dialog {
	    margin: 100px auto 0 auto;
	}
}

/* Component: Header toggle menu control
----------------------------------------------------------------- */

.header .toggle_menu {
  text-decoration: none;
  display: block;
  width: 31px;
  height: 18px;
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
  width: 90px;
	visibility: hidden;
	display: none;
}

.header .toggle_menu img {
  width: 31px;
  height: 18px;
  margin-top: 15px;
}

/* Component: Dropdown menu
----------------------------------------------------------------- */
.dropdown-menu {    
    min-width: 180px;
    padding: 0;
    margin: 0;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e7e9ec;
    border-radius: 3px !important;
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    box-shadow: 0 2px 4px rgba(0,0,0,.04);
    margin-top: -10px !important;
	font-size: 13px; 
	color: #505A64 !important;
	    -webkit-transition:height 200ms ease-in;
    -moz-transition:height 200ms ease-in;
    -o-transition:height 200ms ease-in;
    transition:height 200ms ease-in;
}


.dropdown-menu > li > a {
   -webkit-animation-duration: .2s;
    animation-duration: .2s;
	padding: 6px 18px;
	border: none !important;
 	color: #505A64 !important;
 	margin: 0;
    cursor: pointer !important;
}

.dropdown-menu > li > a:hover {
	 -webkit-animation-duration: .2s;
    animation-duration: .2s;
        color: #004FFE !important;
	background: transparent !important;
}

.filter-bar .dropdown a {
  border-bottom: 1px solid #f6f7f9 !important;
}

.filter-bar .nested {
padding-left: 13px;
border-left: 20px solid #f6f7f9 !important;
}


.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus { color: #ffffff !important; }

/* Component: Info modal popups 
----------------------------------------------------------------- */

.mb-container {
	background: white !important;
	color: #333 !important;
	padding: 0 !important;
	max-height: calc(100% - 100px);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
 	width: 85% !important;
 	max-width: 600px !important;
}

.message-box .mb-middle {
	color: #333 !important;
	left: auto !important;
	width: auto !important;
}

.message-box .mb-middle .mb-title{
	border-bottom: 1px solid #E1E6EB;
	padding: 16px 20px !important;
}

.message-box .mb-title strong,
.message-box .mb-title .fa {
	color: #004FFE !important;
	font-size: 28px !important;
	line-height: 40px !important;
}

.message-box .mb-title strong {
  	font-weight: 500;
	line-height: 30px !important;
  	font-size: 25px !important;
}

.message-box .mb-content {
	padding: 20px 20px 0 20px !important;
	font-size: 14px;
}

.message-box .mb-footer { text-align: center;
	padding: 10px 0 20px 0 !important; }

.message-box .mb-footer .btn { float: none !important; }

@media only screen and (max-width: 768px) {

	.mb-container  {
		top: 30px !important;
		transform: translate(-50%, 0);
	}

}


/* Component: Demographics Charts 
----------------------------------------------------------------- */
#chart-demographics { 
 margin-bottom: 20px;
}

#chart-demographics .donut-chart {
	float: left;
	margin-right: 40px;
}

.demographic-chart {
    height: 150px;
    width: 28%;
    float: left;
}


/* Component: Panels 
----------------------------------------------------------------- */
.panel { 
	border: 1px solid #ccc;
}

.panel-heading {
  background: white !important;
  border: none;
  border-bottom: 1px solid #E1E6EB;
}

.panel-heading {
  padding: 0 !important;
  margin: 0 !important;
  /*height: 50px;*/
  line-height: 50px;
  word-wrap: break-word;
}

.panel .panel-heading .panel-title-box {
	max-width: 100%;
}

.panel-heading .panel-title-box h3 {
  color: #505A64 !important;
  font-weight: 400 !important;
  font-size: 18px !important;
  line-height: 50px !important;
  padding-left: 10px !important;
}

.panel.panel-info {
  border-top: none;
} 

.panel .panel-title {
  margin-top: 5px;
}

.panel .panel-controls {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 5px;
}

.panel {
  background: #FFFFFF;
  box-shadow: 0px 2px 22px 0px rgba(163,172,186,0.15);
  border: none;
}


/* Component: Footer
----------------------------------------------------------------- */

.footer {
	background: white;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	height: 50px;
	line-height: 50px;
	padding-left: 300px;
	padding-right: 0;
	color: #A0AAB4;
	border-top: 1px solid #E1E6EB;
	box-shadow: 0px 2px 22px 0px rgba(163,172,186,0.15);
	z-index: 3;
}

.footer a {
	color: #505A64;
	font-size: 14px;
}

.footer .dropdown-toggle {
	line-height: 35px;
	padding-left: 30px;
	padding-right: 40px;
	background: transparent url('../img/dropup_gray.png') 80% 45% no-repeat !important;
	background-size: 12px 7px !important;
	-webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
} /* language bar link */


.footer .dropdown-toggle:hover {
	background: transparent !important;
}

@media only screen and (max-width: 1024px) {
	.footer {
	  padding-left: 50px;
	}
}

@media only screen and (max-width: 768px) {
	.footer {
	  	padding-left: 30px;
	  	height: 36px;
		line-height: 36px;
	}
	.footer .dropdown-toggle {
		line-height: 20px;
		height: 36px;
	}
}


/* Component: Footer > Language Dropdown
----------------------------------------------------------------- */

.language .row {
	box-shadow: 0px 2px 22px 0px rgba(163,172,186,0.15) !important;
	padding: 15px 0;
	width:500px;
}

.language .row ul li {
	line-height: 32px;
}

.language .row ul li a {
	font-size: 12px;
}

@media only screen and (max-width: 768px) {
	.language .row{
	  width: 320px;
	}

	.list-unstyled {
		width: 150px;
	}

	.language .row ul li {
		line-height: 20px;
	}
}




/* Component: Dashboard feature
----------------------------------------------------------------- */
.row.dashboard-feature {
	color: #A0AAB4;
	background: #FFFFFF;
    box-shadow: 0px 2px 22px 0px rgba(163,172,186,0.15);
    border: none;
    display: block;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
    padding: 0 !important;
}

.row.dashboard-feature .col-md-6,
.row.dashboard-feature .col-xs-12
.row.dashboard-feature .col-sm-6
.row.dashboard-feature .col-lg-3 {
	padding: 30px 30px 0px 30px;
}

.dashboard-feature .widget {
	background: none;
	border-radius: 0 !important;
}

.dashboard-feature .widget-item-icon {
	padding-bottom: 20px;
	color: #ccc;
}

.widget .widget-controls a.widget-control-right {
	top: inherit;
}

.widget .widget-int {
	font-size: 22px;
}

.dashboard-feature .widget-item-left {
  background: pink !important;
  margin: 0 !important;
  padding: 0 !important;
}

.dashboard-feature .widget-data {
  padding-left: 100px;
}

.dashboard-feature .widget-item-left img {
  width: 75px;
  height: 75px;
}

.dashboard-feature .widget-controls a {
	background: #A0AAB4;
	top: 0 !important;
	right: 0 !important;
	border: none;
	width: 18px;
	height: 18px;
	line-height: 18px;

}

.dashboard-feature .widget-data .widget-title,
.dashboard-feature .widget-data-left .widget-title {
/*	background: #eee;
*/	font-size: 16px;
	text-transform: none;
	color: #A0AAB4;
	font-weight: 400;
}


.dashboard-feature .widget-data .widget-int,
.dashboard-feature .widget-data-left .widget-int {
/*	background: #eee;
*/	color: #A0AAB4;
	font-size: 38px;
	font-weight: 400;
	margin-top: 4px;
}

.dashboard-feature .widget-primary .widget-data .widget-int,
.dashboard-feature .widget-primary .widget-data-left .widget-int {
	color: #004FFE;
}

.dashboard-feature .widget-info .widget-data .widget-int,
.dashboard-feature .widget-info .widget-data-left .widget-int {
	color: #34E4FF;
}

.dashboard-feature .widget-success .widget-data .widget-int,
.dashboard-feature .widget-success .widget-data-left .widget-int {
	color: #00E58A;
}

.dashboard-feature .widget-danger .widget-data .widget-int,
.dashboard-feature .widget-danger .widget-data-left .widget-int {
	color: #FF4800;
}

.dashboard-feature .widget.widget-item-icon .widget-item-left {
	border-right: none;
    margin-right: 0 !important;
    padding-right: 0 !important;
}

.dashboard-feature  .widget .widget-subtitle {
 color: #A0AAB4;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px){

	.dashboard-feature .col-lg-3 {
		width: 50%;
	}

}

@media only screen and (max-width: 768px) {

	.col-xs-12 .widget-item-icon {
		margin-bottom: 0px !important;
		padding-top: 0px !important;
	}

}


/* Component: Bootstrap Data table overrides
----------------------------------------------------------------- */
.fixed-table-container thead th {
  cursor: pointer;
}

.fixed-table-container thead th .both {
	background-image: none;
}

.fixed-table-container thead th .asc {
	background-image: url("../img/sort_asc.png");
	background-size: 12px 12px;
	background-position: 90% 50%;
}

.fixed-table-container thead th .desc {
	background-image: url("../img/sort_desc.png");
	background-size: 12px 12px;
	background-position: 90% 50%;
}

table.modern_data_table td { 
  white-space:nowrap;
}

.table tr:hover td {
	background-color: white;
}

table.modern_data_table,
table.modern_data_table tr,
table.modern_data_table tr td,
table.modern_data_table th,
.bootstrap-table .table {
  border: none !important;
  background-color: transparent !important;
  color: #4A4A4A;
}

.bootstrap-table .table thead > tr > th { padding-left: 20px;  }

table.modern_data_table {
	font-size: 13px;
}

table.modern_data_table th {
	font-weight: 500;
}

table.modern_data_table tr td {
	border-bottom: 1px solid #eee !important;
}

table.modern_data_table tr td {
	padding: 12px 0px !important;
}

table.modern_data_table tr td:first-child {
	padding-left: 0px !important;
	padding-right: 30px !important;
}

table.modern_data_table tr td:first-child a {
  display:block;
}

table.modern_data_table tr th:first-child {
	padding-left: 0px !important;
}

table.modern_data_table tr td:last-child {
	padding-right: 0 !important;
}

table.modern_data_table th {
	border-bottom: 1px solid #eee !important;
}

table.modern_data_table tr td {
  text-align: right !important;
}

table.modern_data_table tr th div {
  padding-right: 0 !important;
}

table.modern_data_table tr td:first-child,
table.modern_data_table tr th:first-child {
  text-align: left !important;
}

table.modern_data_table tfoot {
  font-weight: 500;
}

table.modern_data_table .th-inner {
	padding-left: 0 !important;
}

table.modern_data_table thead th {
    text-align: right;
    padding-right: 0;
}

.panel-body .bootstrap-table {
  padding: 8px !important;
}

/* Bootstrap table search field, export button */
.fixed-table-toolbar {
	position: absolute !important;
	top: -45px;
	right: 15px;
	width: 50%;
	height: 45px;
}
.fixed-table-toolbar > div {f
	margin-top: 7px;
}

.fixed-table-toolbar .form-control {
  background-color: white;
}

table.modern_data_table [data-field|="sensor"]  {
	min-width: 20px !important;
}

table.modern_data_table .icon-options.lnr {
cursor: pointer;
color: #ccc;
padding: 5px 8px;;
font-size: 15px;
}

table.modern_data_table .icon-options.lnr:hover {
  color: #333;
}

table.modern_data_table .dropdown-menu {
  min-width: auto !important;
  width: 100px !important;
  font-size: 12px;
}

table.modern_data_table .dropdown-menu .lnr {
  margin-right: 10px;
}

.fixed-table-container{
  overflow: visible !important;
}

table.modern_data_table tbody td:last-child { 
	min-width: 30px;
   padding-right: 5px !important;
}

table.modern_data_table .newNetworkRow td { 
	color: #aaaaaa; 
	font-weight: normal;
}






/* Component: Dashboard
----------------------------------------------------------------- */
#dashboard-data-table .panel-heading,
#chart-tab-optical .panel-heading,
#chart-tab-customer-quartile .panel-heading,
#dashboard-big-number-stats .panel-heading {
  border-bottom: 1px solid #fbfbfb;
  padding: 0 0 0 20px !important;
  height: 45px;
  line-height: 45px;
  color: #4A4A4A;
  font-weight: 500;
  font-size: 14px;
}

#chart-tab-optical span.figure,
#chart-tab-customer-quartile span.figure,
#dashboard-big-number-stats span.figure {
  display: block;
  color: #004FFE;
  padding: 0;  
  font-size: 30px;
  font-weight: 500;
  text-align: left;
}

#chart-tab-optical .panel-body div,
#chart-tab-customer-quartile .panel-body div,
#dashboard-big-number-stats .panel-body div {
  border-right: 1px solid #ECECEC;
  padding-bottom:10px;
  padding-left: 20px;
}

#chart-tab-optical .panel-body div:last-child,
#chart-tab-customer-quartile .panel-body div:last-child,
#dashboard-big-number-stats .panel-body div:last-child {
  border: none;
}

#chart-tab-optical span.figure small,
#chart-tab-customer-quartile span.figure small,
#dashboard-big-number-stats span.figure small {
  font-size: 20px;
}

#chart-tab-optical span.label,
#chart-tab-customer-quartile span.label,
#dashboard-big-number-stats span.label {
  display: block;
  color: #999;
  padding: 0;  
  font-size: 13px;
  line-height: 18px;
  font-weight: normal;
  text-align: left;
}

.panel.tabs {
  overflow:hidden;
}

.panel.tabs .nav.nav-tabs {
  padding: 0;
  margin-top: 0px;
  white-space: nowrap;
}

.panel.panel-default.tabs {
  margin-top: 0 !important;
}

.panel.tabs .nav.nav-tabs li {
  height: 45px;
  line-height: 45px;
  width: auto;
}

.panel.tabs .nav.nav-tabs li.active a,
.panel.tabs .nav.nav-tabs li a {  
  border-top: 0 !important;
  background-color: none;
  background: none;
  color: #4A4A4A;
  font-weight: 500;
  font-size: 14px;
  height: 45px !important;
  padding: 0 20px;
  line-height: 45px !important;
}

.panel.tabs .nav.nav-tabs li a:hover {
}

.panel.tabs .nav.nav-tabs li.active a {
  background: white;
  border-radius: 0;
}

.nav-tabs {
    border-bottom: 1px solid #F2F5F9 !important;
}

.panel.tabs .nav.nav-tabs li.active  {
    border-bottom: 1px solid #004FFE !important;
}




/* Component: Data Tables
----------------------------------------------------------------- */

.table-responsive,
.fixed-table-body	{
	overflow-x: visible !important;
    overflow-y: visible !important;
}

.table.datatable thead th {
	line-height: 20px;
	font-size: 12px;
	color: #505A64;
	font-weight: 600;
}

.table.datatable tr td {
	line-height: 20px;
	font-size: 14px;
	color: #505A64;
}

.table.datatable tr.odd td {
	background-color: #F6F7F9;
}

.table.datatable {

}

.dataTables_info {
	color: #A0AAB4;
}

.fixed-table-container 		{ border: none; overflow-y: auto; }
.bootstrap-table .table		{ border: 1px solid #dddddd; }

.exportButton	{ margin: 0 10px; display: block; }


.table-responsive a {
    transition: all 0.06s linear;
}

.table-responsive a {
    color: #004FFE;
    text-decoration: none;
}

.table-responsive a:hover {
    color: #2a2d33;
    text-decoration: none;
}


#dashboard-big-number-stats .panel {
    padding: 15px;
}

.tab-pane {
    padding: 20px 20px 5px;
}

.table-responsive {
    padding: 10px 20px;
}

table.networkSensorListTable {
	background-color: #F2F5F9;
    width: 100%;
}

table.networkSensorListTable tr td {
	border-bottom: none !important;
}

table.networkSensorListTable tr th{
	font-size: 11px;
}

table.modern_data_table tr.detail-view td { padding: 0 !important; }
table.modern_data_table tr.detail-view td table tr td:last-child { padding-right: 5px !important; }

table.networkSensorListTable tr th,
table.networkSensorListTable tr td,
table.networkSensorListTable tr th:first-child,
table.networkSensorListTable tr td:first-child,
table.networkSensorListTable tr th:last-child,
table.networkSensorListTable tr td:last-child {
	padding: 8px 10px !important;
}

table.networkSensorListTable tr td:first-child {
	padding-left: 15px !important;
}

#traffic-table.hasChildren thead > tr > th.detail,
#traffic-table.hasChildren tbody > tr:not(.detail-view) > td:first-of-type {
  display: none;
}

#traffic-table.hasChildren thead > tr > th:nth-child(2),
#traffic-table.hasChildren tbody > tr:not(.detail-view) > td:nth-child(2) {
  border-left: none!important;
}

#traffic-table .networkSensorListTable thead > tr > th.detail,
#traffic-table .networkSensorListTable tbody > tr:not(.detail-view) > td:first-of-type {
  display: block !important;
}

#traffic-table .networkSensorListTable thead > tr > th:nth-child(2),
#traffic-table .networkSensorListTable tbody > tr:not(.detail-view) > td:nth-child(2) {
  border-left: block !important;
}

.detail-view td { padding: 0 !important }

.modern_data_table .left {
	text-align: left !important;;
}

.viewSensorList {
	font-size: 14px !important;
    margin-left: 20px;
    background: none !important;
    border: none !important;
    float: right;
    color: #666 !important;
}
.viewSensorList:hover{
	box-shadow: none !important;
}

table.modern_data_table tr td.width50 { width: 50px !important; }
table.modern_data_table tr td.width75 { width: 75px !important; }
table.modern_data_table tr td.width80 { width: 80px !important; }
table.modern_data_table tr td.width85 { width: 85px !important; }
table.modern_data_table tr td.width115 { width: 115px !important; }
table.modern_data_table tr td.width155 { width: 155px !important; }


/* Breakpoint: 320px and smaller
----------------------------------------------------------------- */

@media only screen and (max-width: 320px) {

	.user-menu-new .dropdown-toggle {
		min-width: 80px !important;
	}
	.user-menu-new .avatar {
		margin-right: -10px;
		width: 28px;
		height: 28px;
	}

}


/* Breakpoint: Tablet 768px;
----------------------------------------------------------------- */

@media only screen and (max-width: 768px) {

	.page-content {
		padding: 30px 15px;
	}

	.page-title small {
        display: block;
        margin-top: 12px;
        margin-left: 0 !important;
        margin-bottom: 10px;
	}

}

/* Breakpoint: Tablet 1024px;
----------------------------------------------------------------- */

@media only screen and (max-width: 1024px) {

	.header .status-menu-new a.dropdown-toggle:hover,
	.header .user-menu-new a.dropdown-toggle:hover {
		background-color: transparent;
	}

	.page-container .page-content {
	 	margin-left: 0;
	}

	.header .status-menu-new { 
		display: none; 
	}

	.header .toggle_menu {
		visibility: visible;
		display: block;
	}

	.header .user-menu-new span {
		visibility: hidden;
		display: none;
	}

	.header .user-menu-new .avatar {
		visibility: visible;
		display: block;
	}

	.header .dropdown-menu {
		margin-left: -40px !important;
	}

	.header .dropdown-toggle {
		min-width: 100px;
	}

	.page-sidebar {
		visibility: hidden;
	}
}



/* Component: Language Flags  DJ Nov 30, 2016
----------------------------------------------------------------- */

.flag.flag-en {
background-image: url(../../img/flags/ca.png);
}
.flag.flag-gb {
background-image: url(../../img/flags/gb.png);
}
.flag.flag-de {
background-image: url(../../img/flags/de.png);
}
.flag.flag-cn {
background-image: url(../../img/flags/cn.png);
}
.flag.flag-ar {
background-image: url(../../img/flags/sa.png);
}
.flag.flag-be {
background-image: url(../../img/flags/by.png);
}
.flag.flag-bn {
background-image: url(../../img/flags/bn.png);
}
.flag.flag-bg {
background-image: url(../../img/flags/bg.png);
}
.flag.flag-ca {
background-image: url(../../img/flags/ad.png);
}
.flag.flag-tw {
background-image: url(../../img/flags/tw.png);
}
.flag.flag-hr {
background-image: url(../../img/flags/hr.png);
}
.flag.flag-cs {
background-image: url(../../img/flags/cz.png);
}
.flag.flag-da {
background-image: url(../../img/flags/dk.png);
}
.flag.flag-nl {
background-image: url(../../img/flags/nl.png);
}
.flag.flag-et {
background-image: url(../../img/flags/ee.png);
}
.flag.flag-tl {
background-image: url(../../img/flags/ph.png);
}
.flag.flag-fi {
background-image: url(../../img/flags/fi.png);
}
.flag.flag-fr {
background-image: url(../../img/flags/fr.png);
}
.flag.flag-gl {
background-image: url(../../img/flags/gl.png);
}
.flag.flag-el {
background-image: url(../../img/flags/gr.png);
}
.flag.flag-iw {
background-image: url(../../img/flags/il.png);
}
.flag.flag-hu {
background-image: url(../../img/flags/hu.png);
}
.flag.flag-is {
background-image: url(../../img/flags/is.png);
}
.flag.flag-in {
background-image: url(../../img/flags/in.png);
}
.flag.flag-id {
background-image: url(../../img/flags/id.png);
}
.flag.flag-it {
background-image: url(../../img/flags/it.png);
}
.flag.flag-ja {
background-image: url(../../img/flags/jp.png);
}
.flag.flag-ko {
background-image: url(../../img/flags/kr.png);
}
.flag.flag-lv {
background-image: url(../../img/flags/lv.png);
}
.flag.flag-lt {
background-image: url(../../img/flags/lt.png);
}
.flag.flag-ms {
background-image: url(../../img/flags/my.png);
}
.flag.flag-mt {
background-image: url(../../img/flags/mt.png);
}
.flag.flag-no {
background-image: url(../../img/flags/no.png);
}
.flag.flag-pl {
background-image: url(../../img/flags/pl.png);
}
.flag.flag-pt {
background-image: url(../../img/flags/pt.png);
}
.flag.flag-ro {
background-image: url(../../img/flags/ro.png);
}
.flag.flag-ru {
background-image: url(../../img/flags/ru.png);
}
.flag.flag-sr {
background-image: url(../../img/flags/rs.png);
}
.flag.flag-sk {
background-image: url(../../img/flags/sk.png);
}
.flag.flag-sl {
background-image: url(../../img/flags/si.png);
}
.flag.flag-za {
background-image: url(../../img/flags/za.png);
}
.flag.flag-es {
background-image: url(../../img/flags/es.png);
}
.flag.flag-sv {
background-image: url(../../img/flags/se.png);
}
.flag.flag-th {
background-image: url(../../img/flags/th.png);
}
.flag.flag-tr {
background-image: url(../../img/flags/tr.png);
}
.flag.flag-uk {
background-image: url(../../img/flags/ua.png);
}
.flag.flag-vi {
background-image: url(../../img/flags/vn.png);
}

/* Page: Login/Forgot Password DJ Nov 29, 2016
----------------------------------------------------------------- */
.login .footer { background-color: transparent; border-top: none; box-shadow: none;  }
.login ul ul { margin: 0 !important; }
.login ul li { margin-bottom: 0 !important; }
.login .dropdown-menu { box-shadow: none !important; -webkit-box-shadow: none !important; }

/* Multi-location Navigation: MB Sep 28, 2016
----------------------------------------------------------------- */

.header {
	z-index:1001;
}

.account-toggle {
	 line-height: 30px;
	 background-size: 20px;
	 padding: 0;
	 display: inline-block;
	 font-size: 16px;
	 cursor: pointer;
}

.account-toggle.dropdown-toggle {
	padding-left: 0;
}

.logo_divider {
	width: 20px;
	height: 30px;
	margin-left: 5px;
}

.account-toggle:hover {
	text-decoration: underline;
}

#account-list {
  background: transparent url('../img/accounts-list-overlay-bg.png') 0 0 repeat;
  top: 50px;
  z-index: 1000;
  padding-top: 80px;
}

#account-list h3 {
	color: white;
	margin-bottom: 80px;
	font-size: 28px;
	text-align: center;
	font-weight: 400;
}

#account-list .modal-content {
	background: transparent;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-align: center;
}

#account-list .modal-body {
	background: transparent;
	padding: 0;
}

#account-list .modal-body ul.accounts,
#account-list .modal-body .close {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#account-list .container-fluid {
	padding: 0;
}

#account-list .modal-body a.account {
	text-align: center;
	color: #505A64;
	text-decoration: none;
	font-size: 17px;
	background: white;
	display: block;
	padding-top: 20px;
	padding-bottom: 40px;
	margin-bottom: 20px;
	transition: all .15s ease-in-out;
	opacity: 0.75;
	position: relative;
	cursor: pointer !important;
}

#account-list .modal-body a.account:hover {
	text-decoration: none;
 	transform: scale(1.03); 
	opacity: 1;
}

#account-list .modal-body a.account img {
	max-width: 100px;
	max-height: 100px;
	display: block;
	margin: 0 auto 0 auto;
}

#account-list .modal-body .close {
	margin-right: 10px;
	color: white;
	opacity: 0.35;
	text-shadow: none;
	font-size: 25px;
  	background: transparent url('../img/accounts-list-close.png') 0 0 no-repeat;
  	background-size: 30px 30px;
  	width: 30px;
  	height: 30px;
}

#account-list .modal-body a.close:hover {
	text-decoration: none;
	opacity: 0.75;
}


#account-list .modal-body a.account .fa-circle {
	color: #00e58a;
	font-size: 10px;
	position: absolute;
	top: 20px;
	right: 20px;
}

#account-list .modal-body a.account .fa-circle.offline {
	color: #eee;
}


#account-list .modal-body a.account span {
	display: block; 
	text-align: center;
	color: #A8ADB2;
	font-size: 13px;
	margin-top: 5px;
}

#account-list .modal-dialog {
  margin: 0;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}

@media (min-width: 768px) {
  #account-list .modal-dialog {
    width: 750px;
  }
}

@media (min-width: 992px) {
  #account-list .modal-dialog {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  #account-list .modal-dialog {
     width: 1170px;
  }
}

@media only screen and (max-width: 768px) {


	#account-list {
	  padding-top: 50px;
	  padding-left: 20px !important;
	  padding-right: 20px !important;
	}

	#account-list .modal-body .close {
		margin-right: 30px;
		width: 25px;
		width: 25px;
		background-size: 25px 25px;
	}

	#account-list h3 {
		margin-bottom: 50px;
		font-size: 25px;
	}

	#account-list .modal-body a.account {
		padding-top: 10px;
		padding-bottom: 20px;
		margin-bottom: 0;
		transition: all .15s ease-in-out;
		opacity: 0.75;
		position: relative;
	}

	#account-list .modal-body a.account img {
		max-width: 80px;
		max-height: 80px;
	}

	#account-list .modal-body a.account span {
		margin-top: 2px;
	}

}

@media only screen and (max-width: 375px) {


	#account-list h3 {
		font-size: 20px;
	}

	#account-list .modal-body .close {
		margin-right: 30px;
		width: 18px;
		width: 18px;
		background-size: 18px 18px;
	}

}

/* account-list-mobile-nav */

.account-list-mobile-nav {
	margin-top: 50px;
	background: white;
	position: fixed;
	z-index: 1000;
	width: 100%;
	line-height: 50px;
	box-shadow: 0px 2px 22px 0px rgba(163,172,186,0.15);
	padding: 0 20px 0 28px;
	z-index: 999;
}

.account-list-mobile-nav a,
.account-list-mobile-nav a:hover,
.account-list-mobile-nav a:active,
.account-list-mobile-nav a:visited {
	background: white url('../img/dropdown_gray.png') 100% 50% no-repeat;
	background-size: 12px 7px;
	text-align: left;
	display: inline-block;
	width: 100%;
	text-decoration: none;
	color: #33414e !important;
}

.account-list-mobile-nav a span {

}

@media only screen and (max-width: 768px) {

	.header .account-toggle,
	.header .logo_divider {
		display: none;
	}

	.page-content.profiles {
		margin-top: 120px;
	}
}

@media only screen and (min-width: 768px) {

.account-list-mobile-nav {
	display: none;
	}
}


@media only screen and (max-width: 1024px) {

	#account-list {
	  z-index: 1000;
	}

}



/* Inline creative thumbnails
----------------------------------------------------------------- */
.creative_thumb_inline {
  width: 25px;
  height: 25px;
  line-height: 22px;
  border-radius: 100px;
  margin-right: 10px;
  vertical-align: middle;
  overflow:hidden;
  display: inline-block;
  position: relative;
  text-align:center;
}

.creative_thumb_inline img {
  vertical-align:middle;
  margin: 0 auto;
  max-width: 25px;
  min-height: 25px;
}

img.creative_thumb {
 	 max-height: 300px !important;
 	 max-width: 100% !important;
}



/* Component: Remodal
----------------------------------------------------------------- */
/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(255, 255, 255, 0.95);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes;
}

/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 20px 20px 0;
}

/* Default theme styles of the modal dialog */
.remodal {
  box-sizing: border-box;
  width: 100%;
  max-width: 600px;
  margin-bottom: 10px;
  padding: 35px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
   box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);
  color: #2b2e38;
  background: #fff;
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes;
}

/* Vertical align of the modal dialog */

.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

/* Close button */

.remodal-close {
  position: absolute;
  top: 0;
  left: 0;

  display: block;
  overflow: visible;

  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;

  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;

  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
}

.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38;
}

.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;

  position: absolute;
  top: 0;
  left: 0;

  display: block;

  width: 35px;

  content: "\00d7";
  text-align: center;
}

/* Dialog buttons */

.remodal-confirm,
.remodal-cancel {
  font: inherit;

  display: inline-block;
  overflow: visible;

  min-width: 110px;
  margin: 0;
  padding: 12px 0;

  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;

  border: 0;
  outline: 0;
}

.remodal-confirm {
  color: #fff;
  background: #81c784;
}

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}

.remodal-cancel {
  color: #fff;
  background: #e57373;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */

.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;

  border: 0;
}

/* Keyframes
   ========================================================================== */

@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);

    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;

    opacity: 1;

    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);

    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;

    opacity: 1;

    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);

    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);

    opacity: 0;

    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);

    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);

    opacity: 0;

    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/* Media queries
   ========================================================================== */
@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 700px;
  }
}

/* IE8
   ========================================================================== */
.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

.lt-ie9 .remodal {
  width: 700px;
}

/* 
==========================================================================
==========================================================================
==========================================================================
==========================================================================
==========================================================================
==========================================================================
==========================================================================
==========================================================================
TEMPORARY - TESTING
========================================================================== 
==========================================================================
==========================================================================
==========================================================================
==========================================================================
==========================================================================
==========================================================================
========================================================================== 
*/

.panel .panel-body, .panel-body .bootstrap-table {
    padding: 0 !important;
}


/*__.optifi-icon {
    -webkit-font-smoothing: antialiased;
    line-height: 1;
}

__.optifi-icon.map-marker:before {
    background: red url('assets/img/icons/icon-map-marker.png') no-repeat;
    background-position: 0 1px;
    background-size: 7px;
    width: 8px;
    height: 11px;
    display: block;
    margin-right: 5px;
    content:"";
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}*/


.full-width .list-group { 
    font-size: 13px;
    padding: 0 !important;
}

.full-width .list-group li {
    border-radius: 0;
    border-left: 0;
    border-right: 0;
    padding: 10px;
}

.full-width .list-group li:first-child {
    border-top: none;
}

.full-width .list-group li:hover {
    
}

.list-group-item .sensor-status,
.list-group-item .details,
.list-group-item .sensor-details,
.list-group-item .sensor-last-seen,
.list-group-item .sensor-actions {
    display: inline-table;
}

.list-group-item .sensor-last-seen {
    color: rgba(42,47,51,0.32); 
    font-size: 11px;
    float: right;
    margin-right: 30px;
}

.list-group-item .sensor-status {
    padding: 4px 15px;
    line-height: 20px;
    width: auto;
    margin-right: 0px;
}

.list-group-item .sensor-status .lnr {
    font-size: 18px;
}

.list-group-item .sensor-status.warning {
    color: rgb(230,13,13);
}

.list-group-item .sensor-status.success {
    color: rgb(89,181,42);
}

.list-group-item .sensor-status a {
	width: 50px;
    font-weight: normal;
    font-size: 0.8em;
    padding: 0 0;
}

.list-group-item .sensor-details,
.list-group-item .details {
    margin-right: 50px;
}

.list-group-item .sensor-details span,
.list-group-item .details span {
    display: block;
}

.list-group-item .sensor-details .name,
.list-group-item .details .name {
    font-size: 14px;
    line-height: 22px;
    color: #2a2d33;
}

.list-group-item .sensor-actions {
    float: right;
}

.list-group .list-group-item:hover {
    background-color: rgba(242,245,249,0.3);
    cursor: pointer;
}

/* Component: Dropdown context menu - body
----------------------------------------------------------------- */

.panel-body .dropdown-menu {
    min-width: auto;
}

.panel-body .dropdown-menu li {
    padding: 0;
    min-width: none;
}

.panel-body .dropdown-menu li a .icons {
    margin-right: 10px;
}


/* Component: Notification bar 
----------------------------------------------------------------- */

.confirmation {
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    display: table;
    line-height: 50px;
    width: 100%;
    background: white;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.15);
    font-size: 14px;
}

.confirmation .confirmation_msg {
    display: table-cell;
    width: 98%;
    text-align:left;
    padding-left: 20px;
}

.confirmation a.confirmation_close,
.confirmation a.confirmation_close:hover,
.confirmation a.confirmation_close:visited {
    color: white;
    text-decoration: none;
    font-weight: bold;
}

.confirmation .confirmation_msg .lnr {
    margin-right: 8px;
    font-weight: bold;
}

.confirmation.success {
    background: rgb(89,181,42);
    color: white;
}

.confirmation.error {
    background: rgb(230,13,13);
    color: white;
}

/* ----------------------------------------------------------------
Override tablet/mobile responsive adapt
----------------------------------------------------------------- */

@media only screen and (max-width: 1024px) {
    .toggle_menu {
        display: none !important;
    }

    .page-sidebar {
        visibility: visible;
    }

    .header .user-menu-new .avatar {
        visibility: hidden;
        display: none;
    }

    .header .user-menu-new span {
        visibility: visible;
        display: inline-block;
    }

    .page-container .page-content {
        margin-left: 210px;
    }
  
   .x-navigation { max-height: none;}
}

.col-md-12 {
    min-width: 1000px !important;
}
.col-md-2 {
    display: inline-block;
}

body {
    /*overflow-x: auto !important;*/
}





.typeform-share.button {
    margin-left: 30px !important;
    background: rgba(255,255,255,0.09) !important;
    border: none !important;
    font-size: 11px !important;
    color: #999 !important;
    border-radius: 100px !important;
}
.typeform-share.button:before {
    content: "\e83f";
    font-family: 'Linearicons-Free';
    font-size: 14px;
    padding-right: 7px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1px !important;
    -webkit-font-smoothing: antialiased;
}
.typeform-share.button:hover,
.typeform-share.button:hover {
    background: rgba(255,255,255,0.11);
}


.report_block { margin-bottom: 15px;  }


span.tippy { display: none !important; }
#traffic-table span.tippy { display: inline-block !important; }


.full-width .list-group li.static-report-item { padding: 0; }
.static-report-item a { padding: 10px; display: block;  }