[class|=col-lg]{
	float: left;
}

iframe {width: 100%; height: 100%; border: none;}

/* Typography */

body {
  font-family: 'Exo', sans-serif;
  color: white;
  overflow-x: hidden;
  font-size: 18px;
	background-color: #212121;
}

strong {
  font-weight: 700;
}

p {
  color: #e4e4e4;
}

h1 {
	color: #ccc7c7;
  font-size: 24px;
  line-height: 36px;
  font-weight: 300;
  padding-top: 0.5em;
}

h2 {
	color: #007bff;
	font-size: 30px;
  line-height: 36px;
  font-weight: 600;
  text-transform: uppercase;
	padding-top: 0.5em;
}

h2 i {
	font-size: 24px;
	vertical-align:middle;
}

h3 {
	color: #f0f0f0;
  font-size: 21px;
  line-height: 36px;
  font-weight: 400;
  padding-top: 0em;
  border-bottom: 1px solid #B8B8C0;
}

h4 {
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	color: #d2cfcf;
}

/* Layout */
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #4e4b4b;
}

.table td, table th {
	border-top: none !important;
}

#wrapper {
  padding-left: 70px;
}

#sidebar-wrapper {
  z-index: 1;
  position: fixed;
  left:0px;
  width: 70px;
  height: 100%;
  overflow-y: unset;
  background: #2B2C33;
}

#page-content-wrapper {
  width: 100%;
  padding-left: 15px;
	padding-right: 15px;
  padding-bottom: 15px;
  padding-top: 15px;
}

#sidebar-wrapper .bottom {
  position: fixed;
  bottom: 0;
}

/* Sidebar Styles */

.sidebar-nav {
  position: absolute;
  top: 0;
  width: 70px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar-nav li {
  line-height: 40px;
  text-align: center;
  border-bottom:1px solid #484957;
  height: 70px;
}


.sidebar-nav li a {
  display: block;
  text-decoration: none;
  color: #999999;

}

.sidebar-nav li a:hover {
  text-decoration: none;
  color: #fff;
  background-color: #007bff;
  cursor: pointer;

}

.sidebar-nav li:hover {
  background-color: #007bff;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
  text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
  height: 65px;
  font-size: 18px;
  line-height: 70px;
}

.sidebar-nav > .sidebar-brand a {
  color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
  color: #fff;
  background: none;
}

/* Tooltips for sidenav */
#ac[alt]:hover:after {
  content: attr(alt);
  position: absolute;
  left: 80px;
  width: 120px;
  top: 125px;
  background-color: #2b2c33;
  text-align: center;
  border-radius: 5px;
  color: white;
}

#gv[alt]:hover:after {
  content: attr(alt);
  position: absolute;
  left: 80px;
  width: 120px;
  top: 195px;
  background-color: #2b2c33;
  text-align: center;
  border-radius: 5px;
  color: white;
}

#st[alt]:hover:after {
  content: attr(alt);
  position: absolute;
  left: 80px;
  width: 120px;
  top: 265px;
  background-color: #2b2c33;
  text-align: center;
  border-radius: 5px;
  color: white;
}

#lg[alt]:hover:after {
  content: attr(alt);
  position: absolute;
  left: 80px;
  width: 120px;
  top: 335px;
  background-color: #2b2c33;
  text-align: center;
  border-radius: 5px;
  color: white;
}

/* Activity Meter */

.progress-bar-vertical {
  width: 35px;
  min-height: 120px;
  display: flex;
  align-items: flex-end;
  left: 24%;
  top: 14%;
  position: fixed;
}

.progress-bar-vertical .progress-bar {
  width: 100%;
  height: 0;
  -webkit-transition: height 0.6s ease;
  -o-transition: height 0.6s ease;
  transition: height 0.6s ease;
}

/* Icons */

.fitsec {
    height: 40px!important;
    color: white;
}
.fitsec:hover {
  background-color: #2B2C33!important;
}

.home {
  display: block;
  text-indent: -9999px;
  width: 70px;
  height: 70px;
  background: url(/images/actions/home.svg);
  -webkit-mask-image: url(../images/home.svg) no-repeat 50% 50%;
  mask-image: url(../images/home.svg) no-repeat 50% 50%;
  background-size: 30px 30px;
  background-position: center;
  background-repeat: no-repeat;
}

.home.active {
  display: block;
  text-indent: -9999px;
  width: 70px;
  height: 70px;
  background: url(../images/actions/home-active.svg);
  -webkit-mask-image: url(../images/home-active.svg) no-repeat 50% 50%;
  mask-image: url(../images/home-active.svg) no-repeat 50% 50%;
  background-size: 30px 30px;
  background-position: center;
  background-repeat: no-repeat;

}

.admin {
  height: 70px;
  width: 45px;
}

.group {
  height: 70px;
  width: 50px;
}
.activecases {
  height: 70px;
  width: 40px;
}

.add_case {
  height: 70px;
  width: 40px;
}
.settings {
  display: block;
  text-indent: -9999px;
  width: 70px;
  height: 70px;
  background: url(../images/actions/settings.svg);
  -webkit-mask-image: url(../images/actions/settings.svg) no-repeat 50% 50%;
  mask-image: url(../images/settings.svg) no-repeat 50% 50%;
  background-size: 30px 30px;
  background-position: center;
  background-repeat: no-repeat;
}

.settings-active {
  display: block;
  text-indent: -9999px;
  width: 70px;
  height: 70px;
  background: url(../images/actions/settings.svg);
  -webkit-mask-image: url(../images/actions/settings.svg) no-repeat 50% 50%;
  mask-image: url(../images/settings.svg) no-repeat 50% 50%;
  background-size: 30px 30px;
  background-position: center;
  background-repeat: no-repeat;
}

.add-case {
  display: block;
  text-indent: -9999px;
  width: 70px;
  height: 70px;
  background: url(../images/add_new_case.svg);
  -webkit-mask-image: url(../images/add_new_case.svg) no-repeat 50% 50%;
  mask-image: url(../images/add_new_case.svg) no-repeat 50% 50%;
  background-size: 24px 24px;
  background-position: center;
  background-repeat: no-repeat;
}

.add-user.active {
  display: block;
  text-indent: -9999px;
  width: 70px;
  height: 70px;
  background: url(../images/add-user-active.svg);
  -webkit-mask-image: url(../images/add-user-active.svg) no-repeat 50% 50%;
  mask-image: url(../images/add-user-active.svg) no-repeat 50% 50%;
  background-size: 24px 24px;
  background-position: center;
  background-repeat: no-repeat;
}

.add-group {
  display: block;
  text-indent: -9999px;
  width: 70px;
  height: 70px;
  background: url(../images/add-group.svg);
  -webkit-mask-image: url(../images/add-group.svg) no-repeat 50% 50%;
  mask-image: url(../images/add-group.svg) no-repeat 50% 50%;
  background-size: 24px 24px;
  background-position: center;
  background-repeat: no-repeat;
}

.add-group.active {
  display: block;
  text-indent: -9999px;
  width: 70px;
  height: 70px;
  background: url(../images/add-group-active.svg);
  -webkit-mask-image: url(../images/add-group-active.svg) no-repeat 50% 50%;
  mask-image: url(../images/add-group-active.svg) no-repeat 50% 50%;
  background-size: 24px 24px;
  background-position: center;
  background-repeat: no-repeat;
}

.exit {
  display: block;
  text-indent: -9999px;
  width: 70px;
  height: 70px;
  background: url(../images/actions/exit.svg);
  -webkit-mask-image: url(../images/actions/exit.svg) no-repeat 50% 50%;
  mask-image: url(../images/exit.svg) no-repeat 50% 50%;
  background-size: 30px 30px;
  background-position: center;
  background-repeat: no-repeat;
}

/* Home */

#hellouser {
	color: #2fe2e2;
	font-size: 21px;
	font-weight: 300;

}

#mapsvg {
	padding-left: 70px;
}

.setupreminder {
  background-color: #ffc107;
  width: 30%;
  border-radius: 5px;
  position: fixed;
  bottom: 10px;
  right: 100px;
}
.setupreminder label {
  padding: 10px;
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.displayoptionsinfo {
  visibility: hidden;
  color: black;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear;
  -webkit-transition: visibility 0s, opacity 0.5s linear;
}

#displayoptions_container:hover > form > .displayoptionsinfo {
  visibility: visible;
  opacity: 1;
}
#displayoptions {
  text-decoration: none;
}

.formatoptionsinfo {
  visibility: hidden;
  color: black;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear;
  -webkit-transition: visibility 0s, opacity 0.5s linear;
}

#formatoptions {
  text-decoration: none;
}

#formatoptions_container:hover > .formatoptionsinfo {
  visibility: visible;
  opacity: 1;
}

/* Settings page toggle switches */
.custom-switch .custom-control-input:checked~.custom-control-label::before {
  height: 25px;
  width: 37px;
  border-radius: 1.5rem;
}

.custom-switch .custom-control-input:checked~.custom-control-label::after {
  height: 21px;
  width: 20px;
  border-radius: 2.5rem;
}

.custom-switch .custom-control-input~.custom-control-label::before {
  height: 25px;
  width: 37px;
  border-radius: 1.5rem;
}

.custom-switch .custom-control-input~.custom-control-label::after {
  height: 21px;
  width: 20px;
  border-radius: 2.5rem;
}

.custom-control-label {
  padding-left: 10px;
}

#sectors .custom-switch .custom-control-input:checked~.custom-control-label::before {
  margin-top: 4px;
}

#sectors .custom-switch .custom-control-input:checked~.custom-control-label::after {
  margin-top: 4px;
}

#sectors .custom-switch .custom-control-input~.custom-control-label::before {
	margin-top: 4px;
}

#sectors .custom-switch .custom-control-input~.custom-control-label::after {
	margin-top: 4px;
}


#regionslist .custom-control-label {
	padding-top: 3px;
}

#regionsheading {
	margin-top: 15px;
}

#formatslist .custom-control-label {
	padding-top: 3px;
}

#passwdform {
	margin-top: 50px;
	margin-bottom: 15px;
}

#emailform {
	margin-top: 50px;
	margin-bottom: 15px;
}

/* Settings page notifications */

#notification_container h3 {
	margin-top: 50px;
}

.notificationinfo {
  visibility: hidden;
  color: black;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear;
  -webkit-transition: visibility 0s, opacity 0.5s linear;
}

#notificationheader {
  text-decoration: none;
}

#notification_container:hover > .notificationinfo {
  visibility: visible;
  opacity: 1;
}

#notifications_own .custom-control-label, #notifications_other .custom-control-label {
	padding-top: 3px;
}

#notifications_own > div , #notifications_other > div {
	display: none;
}

#notifications_own input:checked ~ * , #notifications_other input:checked ~ * {
	display: block;
}

/* END Settings page notifications */

/* Settings form */

.form-control {
	border-radius: 5px;
	background-color: #212121;
	border: 2px solid #f0f0f0;
	color: #f0f0f0;

}

.form-control:focus{
	background-color: #f0f0f0;
	color: black;
}

.form-control:focus::placeholder {
	color: #212121 !important;
}

.form-control::placeholder {
	color: #a7a7a7 !important;
}


/* Help button in page corner and help text */
.help {
	position: fixed;
	top: 40px;
	right: 40px;
	z-index: 4;
}

.help-settings {
	position: fixed;
	top: 28px;
	right: 35px;
	z-index: 5;
}

.help i {
	color: #e1e1e1;
}

.help i:hover {
	color: #007bff;
}

#helptoggle {
	display: none;
}

#helptoggle:checked ~ .help i{
	color: #007bff;
}

#helptoggle:checked ~ .helptext {
	display: block;
	visibility: visible;
	opacity: 1;
}

.helptext {
	  background-color: #007bff;
	  width: 30%;
	  border-radius: 5px;
	  position: fixed;
	  bottom: 40px;
	  right: 40px;
		visibility: hidden;
		z-index: 5;
		opacity: 0;
		transition: visibility 0.3s, opacity 0.3s linear;
}

.helptext-settings {
	bottom: 25px;
	right: 25px;
}

.helptext label {
  padding: 10px;
}

/* Table */

.table>tbody>tr>td {
	border-left: 1px solid #ddd;
}

.table>thead>tr>th {
	color:#ddd;
}

.table>tbody>tr>td:first-child {
	border-left: none;
}

.table-hover tbody tr:hover td {
	background-color: #707180;
  color: #fff;
  cursor: pointer;
}

/* Filter box */

.filterbox {
	border: 3px solid #f0f0f0;
	/*! position: absolute; */
	/*! right: 70px; */
	width: 100%;
	/*! margin-top: -30px; */
	height: 262px;
	background-color: #212121;
	border-radius: 5px;
}

.filter_sectors {
	text-align: center;
  width: 440px;
  display: inline-block;
  margin-top: 10px;
}

.filter_regions {
	display: inline-block;
  margin-left: 25px;
  width: 150px;
  position: absolute;
  margin-top: 10px;
}

.filterbox p {
	text-align: center;
	color: #f0f0f0;
}

.filterbox button {
	margin-top: 3px;
	display: block;
	margin-left: 3px;
}

/* End filter box */

/* Forms */

input {
  border-radius: 5px;
}

input[type=checkbox] {
  height: 17px;
  width: 17px;
}

.btn-default {
	border: 2px solid #bebeca;
	font-weight: 600;
	border-radius: 5px;
	margin-right: 1em;
	color: white;
}
.btn-default i {
	font-size: 24px;
	vertical-align:middle; margin-right: 0.1em;
}

#save_settings {
	position: fixed;
	top: 26px;
	right: 5%;
	z-index: 3;
	background-color: #212121;

}

#save_settings:hover {
  background-color: #5cb85c !important;
  color: white;
  border-color: #5cb85c !important;
}

#chpasswd:hover {
	background-color: #5cb85c;
	color: white;
	border-color: #4cae4c;
}

#chmail:hover {
	background-color: #5cb85c;
	color: white;
	border-color: #4cae4c;
}

#adduser, #sendinvite {
	background-color: #212121;
}

#adduser:hover {
	background-color: #5cb85c;
	color: white;
	border-color: #4cae4c;
}

#sendinvite:hover {
	background-color: #5cb85c;
	color: white;
	border-color: #4cae4c;
}
/* case search and group search */
.search_tag{
	margin-bottom: 8px;
	background-color: #007bff;
	border-color: #007bff;
	border-radius: 20px;
	margin-left: 5px;
}

/* Login page */

.form-login {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
	text-align: center;
	margin-top: 15%;
}
.form-login h2 {
	font-size: 45px;
	line-height: 40px;
	font-weight: 700;
}
.form-login .form-login-heading,
.form-login .checkbox {
  margin-bottom: 10px;
}
.form-login .checkbox {
  font-weight: normal;
}
.form-login .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
	background-color: #f0f0f0;
}
.form-login .form-control:focus {
  background-color: #212121;
	color: #f0f0f0;
}
.form-login .form-control:focus::placeholder {
	color: #cac9c9 !important;
}
.form-login .form-control:hover {
	background-color: #212121;
}
.form-login input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.form-login input {
	margin-bottom: 1em !important;
	text-align: center;
	color: black;
}

.form-login .btn-success {
	font-size: 18px;
	text-transform: uppercase;
}

.form-login p {
	margin-top: 1em;
	margin-bottom: 1em;
}

/* FONTS */

/* exo-300 - latin */
@font-face {
  font-family: 'Exo';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/exo-v11-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/exo-v11-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/exo-v11-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/exo-v11-latin-300.woff') format('woff'), /* Modern Browsers */
       url('fonts/exo-v11-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/exo-v11-latin-300.svg#Exo') format('svg'); /* Legacy iOS */
}
/* exo-regular - latin */
@font-face {
  font-family: 'Exo';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/exo-v11-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/exo-v11-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/exo-v11-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/exo-v11-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/exo-v11-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/exo-v11-latin-regular.svg#Exo') format('svg'); /* Legacy iOS */
}
/* exo-500 - latin */
@font-face {
  font-family: 'Exo';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/exo-v11-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/exo-v11-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/exo-v11-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/exo-v11-latin-500.woff') format('woff'), /* Modern Browsers */
       url('fonts/exo-v11-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/exo-v11-latin-500.svg#Exo') format('svg'); /* Legacy iOS */
}
/* exo-700 - latin */
@font-face {
  font-family: 'Exo';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/exo-v11-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/exo-v11-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/exo-v11-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/exo-v11-latin-700.woff') format('woff'), /* Modern Browsers */
       url('fonts/exo-v11-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/exo-v11-latin-700.svg#Exo') format('svg'); /* Legacy iOS */
}
/* exo-600 - latin */
@font-face {
  font-family: 'Exo';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/exo-v11-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/exo-v11-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/exo-v11-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/exo-v11-latin-600.woff') format('woff'), /* Modern Browsers */
       url('fonts/exo-v11-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/exo-v11-latin-600.svg#Exo') format('svg'); /* Legacy iOS */
}
/* exo-900 - latin */
@font-face {
  font-family: 'Exo';
  font-style: normal;
  font-weight: 900;
  src: url('fonts/exo-v11-latin-900.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/exo-v11-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/exo-v11-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/exo-v11-latin-900.woff') format('woff'), /* Modern Browsers */
       url('fonts/exo-v11-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/exo-v11-latin-900.svg#Exo') format('svg'); /* Legacy iOS */
}

/* MEDIA RULES */
/*
@media (max-width: 1505px) {

	svg {
		height: 285px;
	}

}

@media (max-width: 1440px) {

	svg {
		padding-left: 0px;
	}

}
*/
