/******************************************************************************
v1.0.15
Custom class
******************************************************************************/
.width-full {
  width: 100% !important;
}

.margin-top-5 {
  margin-top: 5px !important;
}

.margin-top-10 {
  margin-top: 10px !important;
}

.modal-default-width {
  max-width: 600px; /* Set a max width if desired */
}

.modal-max-width {
  max-width: 900px;
}

/******************************************************************************
HTML Tag overrides
******************************************************************************/
body, button, input, textarea, h1, h2, h3, h4, h5, h6 {
  font-family: Geneva, Verdana, sans-serif;
}

a, a:focus, a:active, b, strong, label {
  color: white;
  text-decoration: none;
  font-weight: bold;
  /* margin-bottom: 5px; --Removed by Maarvin */
}

a:hover {
  color: rgba(255,255,255,0.5);
  text-decoration: none;
}

input[type="checkbox"] {
  font-size: 120%;
  margin-right: 7px;
}

textarea {
	resize: none;
}

button .fa {
  pointer-events: none;
}

/*******Bootstrap Upgrade Fixes*******/
html{
  font-size: 14px;
}
:root {
  --bs-body-font-size: 14px;
  --bs-btn-font-size:14px;
  --bs-body-bg:#363636;
  --bs-body-color:#d4d4d4;
  --bs-secondary-color:#979797;
  --bs-primary-rgb:51,122,183;
}

.card-success{border-color:#d6e9c6;}
.card-primary{border-color:#979797;}
.card-success>.card-header {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.card-success .card-body{
  color:#3c763d;
}

.card-danger{border-color:#ebccd1;}
.card-danger>.card-header{
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.card-danger .card-body{
  color:#a94442;
}
.card-default .card-header{
  background-color:#616161;
}
.progress{
  --bs-progress-height:1.5rem;
}
.btn{
  white-space: nowrap;
}

.btn-success {
  background-color: #5cb85c !important; 
  border-color: #4cae4c !important;  
}

.btn-success:hover,
.btn-success:focus{
  background-color: #449d44 !important;
  border-color: #398439 !important;
}

.btn-danger {
  background-color: #d9534f !important;
  border-color: #d43f3a !important;
}

.btn-danger:hover,
.btn-danger:focus {
  background-color: #c9302c !important;
  border-color: #ac2925 !important;
}

.checbox input{
  position: absolute;
  margin: 4px 0 0;
}
/******************************************************************************
Bootstrap overrides
******************************************************************************/

.form-control {
  border-radius: 2px;
}

.form-control {
  min-height: 2.694em;
  color: #d4d4d4;
  background-color: #363636;
  border-color: #616161;
  border-width: 1px;
  border-style: solid;
  outline: 0;
}

.form-control:hover {
  border-color: #393939;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2),0 2px 3px rgba(0,0,0,0.05);
}

.form-control:focus {
  border-color: #616161;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2),0 2px 3px rgba(0,0,0,0.05);
}

.form-control[disabled] {
  opacity: 0.25;
}

.form-control[disabled]:hover {
  border-color: #616161;
  box-shadow: none;
  opacity: 0.25;
}

.modal-header {
	color: #d4d4d4;
	background-color: #343637;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
  border-bottom: 0
}

.modal-title {
  font-size: 1.25rem;
}

.modal-header .close {
	color: white;
}

.modal-footer {
	border: none;
  background-color: #3e4141;
}

.modal-body {
  background-color: #3e4141;
  color: #d4d4d4;
  max-height: calc(100vh - 200px);
  overflow-y: auto;
}

.form-group .k-datetimepicker,
.form-group .k-numerictextbox,
.form-group .k-dropdown,
.form-group .k-slider,
.form-group div .k-datetimepicker,
.form-group div .k-numerictextbox,
.form-group div .k-dropdown,
.form-group div .k-slider {
	width: 100%;
}

.table-bordered td, .table-bordered th {
  border: 1px solid #616161 !important;
}
table {
  --bs-table-bg: transparent !important;
  --bs-table-color: inherit !important; 
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3,
.col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1,
.col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5,
.col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11,
.col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7,
.col-sm-8, .col-sm-9, .col-1, .col-10, .col-11, .col-12, .col-2,
.col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9 {
  padding-left: 10px;
  padding-right: 10px;
}

.row {
  margin-left: -10px;
  margin-right: -10px;
}

.btn {
  font-weight: 500;
  border-radius: 2px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2),0 2px 3px rgba(0,0,0,0.05);
}

.btn-default {
  color: #d4d4d4;
  background-color: #616161;
  border-color: #616161;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: none;
}

.btn-default.active,
.btn-default:active,
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.btn-default:focus,
.btn-default:hover,
.open>.dropdown-toggle.btn-default.focus,
.open>.dropdown-toggle.btn-default:focus,
.open>.dropdown-toggle.btn-default:hover {
  color: #d4d4d4;
  background-color: #515151;
  border-color: #515151;
}

.btn-default[disabled].active,
.btn-default[disabled]:active,
.btn-default[disabled].active.focus,
.btn-default[disabled].active:focus,
.btn-default[disabled].active:hover,
.btn-default[disabled]:active.focus,
.btn-default[disabled]:active:focus,
.btn-default[disabled]:active:hover,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
.btn-default[disabled] {
  color: #d4d4d4;
  background-color: #616161;
  border-color: #616161;
}

.btn-primary {
  color: white;
  background-color: #2aa3f3;
  border-color: #2aa3f3;
}

.btn-primary:active,
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.btn-primary:focus,
.btn-primary:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover {
  background-color: #5c6bc0;
  border-color: #5c6bc0;
}

.btn-link {
  color: white;
  box-shadow: none;
  border: none;
}

.btn-link:active,
.btn-link.active.focus,
.btn-link.active:focus,
.btn-link.active:hover,
.btn-link:active.focus,
.btn-link:active:focus,
.btn-link:active:hover,
.btn-link:focus,
.btn-link:hover,
.open>.dropdown-toggle.btn-link.focus,
.open>.dropdown-toggle.btn-link:focus,
.open>.dropdown-toggle.btn-link:hover {
  color: rgba(255,255,255,0.5);
  text-decoration: none;
}

.btn-group {
  box-shadow: 0 2px 6px rgba(0,0,0,0.2),0 2px 3px rgba(0,0,0,0.05);
}

.btn-group .btn {
  box-shadow: none;
  min-width: 40px;
}

.btn-group .btn:active {
  box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

.btn-group .active,
.btn-group .btn:focus {
  border-color: #486B9E;
  background-color: #486B9E;
}

.dropdown-menu {
  border: 1px solid #343637;
  background-color: #3e4141;
  margin-bottom: 20px;
  border-radius: 2px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2),0 2px 3px rgba(0,0,0,0.05);
}

.dropdown-menu>li>a {
  color: white;
  text-decoration: none;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
  color: rgba(255,255,255,0.5);
  text-decoration: none;
  background: 0;
}

.checkbox {
  margin-bottom: 20px;
  margin-top: 10px;

}

.radio {
  margin-top: 10px;
  margin-bottom: 10px;
}

.checkbox label,
.radio label {
  padding-left: 27px;
}

.checkbox input[type=checkbox],
.radio input[type=radio] {
  margin-left: -27px;
}

.nav-pills>li>a {
  border-radius: 0;
  padding: 5px 15px;
  font-size: 14px;
}

.nav-pills>li+li {
  margin-left: 5px;
}

.nav>li>a:focus,
.nav>li>a:hover {
  background: none;
  color: rgba(255,255,255,0.5);
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover,
.nav-pills-stacked>li.active>a,
.nav-pills-stacked>li.active>a:focus,
.nav-pills-stacked>li.active>a:hover {
  background-color: #2aa3f3;
}

/******************************************************************************
Kendo Overrides
******************************************************************************/

.k-grid {
  margin-bottom: 10px;
}

.k-grid, .k-scheduler, .k-menu, .k-editor {
  border-radius: 2px;
}

.k-grid .k-alt.k-state-hover {
  background-color: #606060;
}

.k-grid.k-widget {
  border: none;
}

.k-grid-norecords-template {
  border: none;
}

.k-grid-content {
  min-height: 48px;
}

.k-grid-remove,
.k-grid-remove:focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.k-grid-remove:hover {
  background-color: #c9302c;
  border-color: #ac2925;
}

.k-grid-content .k-grid-remove:active,
.k-grid-content .k-grid-remove:active:hover {
  background-image: none;
  background-color: #c9302c;
  border-color: #ac2925;
  box-shadow: rgba(0, 0, 0, 0.125) 0px 3px 5px inset;
  outline: 0px;
}

.k-primary,
.k-overflow-container .k-primary,
.k-primary:active,
.k-primary.k-state-active,
.k-primary:focus,
.k-primary.k-state-focused {
  background-color: #2aa3f3;
  border-color: #2aa3f3;
}

.k-button, .k-calendar .k-header .k-link, .k-calendar .k-footer {
  text-transform: none;
}

/* necessary to properly display for validation errors */
.k-timepicker,
.k-datepicker,
.k-datetimepicker,
.k-dropdown {
  background: none;
}

/* necessary to properly display for validation errors */
.k-numerictextbox .k-tooltip,
.k-numerictextbox .cmx-form-error,
.k-datetimepicker .cmx-form-error,
.k-timepicker .cmx-form-error,
.k-dropdown .cmx-form-error {
  margin-top: 3px;
  float: left;
}

/*
  dropdowns position the animation container after the form error
  we need to hide it for the error to work as expected.
*/
.k-dropdown[aria-expanded=true] .cmx-form-error,
input[aria-expanded=true]+.cmx-form-error {
  margin-top: 0;
  padding: 0;
}

/*
  dropdowns add inline styles to the outermost element to
  hide the error message we need to wrap the message in this tag
*/
.k-dropdown[aria-expanded=true] .cmx-form-error-content,
input[aria-expanded=true]+.cmx-form-error .cmx-form-error-content {
  display: none;
}

.k-draghandle:focus {
  outline: 0;
}

.form-group .k-timepicker {
  width: 100%;
}

/* clean up the spacing on tag delete icons */
.k-multiselect-wrap .k-select {
  padding: 0;
  margin-right: .2em;
}

/******************************************************************************
CMX Portal Styles
******************************************************************************/

/* core application layout */
.cmx-body {
  background-color: #3e4141;
  color: #d4d4d4;
	margin-bottom: 50px;
  margin-top: 50px;
}

.cmx-app-body {
  -webkit-transition: margin-left 0.5s ease;
  -moz-transition: margin-left 0.5s ease;
  -o-transition: margin-left 0.5s ease;
  transition: margin-left 0.5s ease;
}

.cmx-app {
  padding: 0;
	margin: 0;
}

.cmx-app-content {
	vertical-align: top;
}

/* main sidebar nav */
.cmx-app-sidebar {
	z-index: 1001;
	position: static;
	width: 185px;
	min-width: 50px;
	vertical-align: top;
	overflow-y: auto;
	overflow-x: hidden;
  background-color: #3e4141;
  border-right: 1px solid #343637;
}

.cmx-app-sidebar-title {
	display: block;
	padding-left: 18px;
  padding-top: 14px;
}

.cmx-app-sidebar-title a {
	background-color: transparent;
	text-decoration: none;
	font-size: 18px;
}

.cmx-app-sidebar-title a:hover {
	background-color: transparent;
	text-decoration: none;
  color: rgba(255,255,255,0.5);
}

.cmx-app-sidebar-toggle {
  font-size: 16px;
  margin-left: 7px;
}

/* main menu */
.cmx-app-mainmenu,
.cmx-app-mainmenu li ul {
  font-size: 14px;
  font-weight: 200;
  font-family: Geneva, Verdana, sans-serif;
  margin-top: 10px;
  padding:0;
}

.cmx-app-mainmenu li ul {
  margin: 0;
}

.cmx-app-mainmenu>li {
  list-style: none;
}

.cmx-app-mainmenu>li.cmx-open {
  background-color: #1d1d1d;
}

.cmx-app-mainmenu li a {
  display: block;
  line-height: 40px;
  padding-left: 10px;
  color: #d4d4d4;
}

.cmx-app-mainmenu li a:hover{
  color: rgba(255,255,255,0.5);
}

.cmx-app-mainmenu li a.cmx-active {
  color: #d4d4d4;
  background-color: rgba(0, 154, 255, 0.5);
}

.cmx-app-title {
  display: inline-block;
  vertical-align: middle;
  max-width: 155px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* header */
.cmx-app-header {
  position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	right: 0;
	min-height: 50px;
	padding-top: 10px;
	padding-right: 15px;
  padding-left: 15px;
  overflow: visible;
	background-color: #3e4141;
  box-shadow: 0 3px 3px rgba(66,65,65, 1);
}

.cmx-app-header a {
	text-decoration: none;
	line-height: 30px;
}

.cmx-app-header-w-sidebar {
	-webkit-transition: padding-left 0.5s ease;
  -moz-transition: padding-left 0.5s ease;
  -o-transition: padding-left 0.5s ease;
  transition: padding-left 0.5s ease;
}

.cmx-app-header .system-message {
  text-align: center;
  display: block;
  border-bottom: 1px solid #343637;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 10px;
}

.cmx-app-header-username {
  padding: 0 10px 0 15px;
}

.cmx-app-breadcrumb-bar {
	padding: 0;
	margin: 0;
	list-style: none;
}

.cmx-app-breadcrumb-bar>li {
	display: inline-block;
	vertical-align: middle;
	line-height: 30px;
}

.cmx-app-breadcrumb-bar>li:last-child>a,
.cmx-app-breadcrumb-bar>li:last-child>.cmx-dropdown-group>a {
  color: #2aa3f3;
  font-weight: bold;
}

.cmx-app-breadcrumb-bar>li+li:before {
	font-size: 14px;
	vertical-align: middle;
	line-height: 30px;
  content: '\f054';
	display: inline-block;
	font:normal normal normal 14px/1 FontAwesome;
	font-size: 12px;
	color: #DADADA;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	padding-left: 5px;
	padding-right: 5px;
}

.cmx-app-breadcrumb-bar>li>.cmx-dropdown-group {
  position: relative;
  display: inline;
  cursor: pointer;
}
.cmx-app-breadcrumb-bar>li>.cmx-dropdown-group a.cmx-active,
.cmx-app-breadcrumb-bar>li:last-child>.cmx-dropdown-group a.cmx-active {
  color: #d4d4d4;
  background-color: rgba(0, 154, 255, 0.5);
}

/* footer */
.cmx-app-footer {
  position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	height: 50px;
	line-height: 50px;
	vertical-align: middle;
	background-color: #3e4141;
	font-size: 12px;
	padding-right: 25px;
	padding-left: 15px;
  box-shadow: 0 -3px 3px rgba(66,65,65, 1);
  z-index: 999;
}

.cmx-app-footer a {
	text-decoration: none;
}

.cmx-app-footer-w-siderbar {
	-webkit-transition: padding-left 0.5s ease;
  -moz-transition: padding-left 0.5s ease;
  -o-transition: padding-left 0.5s ease;
  transition: padding-left 0.5s ease;
}

/* root content */
.cmx-root-content {
  padding-top: 5px;
}

/* generic widget styles */
.cmx-icon {
	width: 30px;
	line-height: 30px;
	text-align: center;
}

/* input group icons */
.cmx-input-group {
  position: relative;
}

.cmx-input-group>.fa {
  position: absolute;
  top: 12px;
  left: 12px;
}

.cmx-input-group input {
  text-indent: 20px;
}

/* text type styles */
.cmx-fine-print {
  font-size: 12px;
}

/* formatter */
.cmx-center {
  text-align: center;
}

/* spacers */
.cmx-xs {
  width: 10px;
}

.cmx-spacer-sm {
  height: 10px;
}

.cmx-spacer-md {
  height: 25px;
}

/* notifications */
.cmx-notification {
	text-align: center;
}

.cmx-notification .cmx-icon {
	font-size: 36px;
	padding: 15px 10px 10px 10px;
}

.k-notification-cmx-success.k-group {
	background: #00AA00;
  background: rgba(0%, 60%, 0%, .7);
  color: white;
}

.k-notification-cmx-info.k-group {
	background: #000000;
  background: rgba(0%, 0%, 0%, .7);
  color: white;
}

.k-notification-cmx-error.k-group {
	background: #FF0000;
  background: rgba(100%, 0%, 0%, .7);
  color: white;
}

.k-notification-cmx-warning.k-group {
	background: #FFA500;
  background: rgba(100%, 55%, 0%, .7);
  color: white;
}

/* light box */
.cmx-light-box-content {
	padding-left: 0;
	padding-right: 0;
}

/* modal progress bar */
.cmx-progress-modal-wrapper {
  padding: 5px;
  border-radius: 2px;
  background-color: #353637;
}

.cmx-progress-modal {
	border-radius: 0;
	margin: 0;
  background-color: #343637;
}

/* grid */
.cmx-grid {
	margin-top: 10px;
}

.cmx-grid-empty-text {
	color: #2aa3f3;
	text-align: center;
	margin: 5px 0 0 0;
}

.cmx-grid-no-highlight tr:not(.k-state-selected):hover,
.cmx-grid-no-highlight tr.k-alt:not(.k-state-selected):hover {
    background: none;
    color: inherit;
}

.cmx-grid-silent .k-loading-image {
  background-image: none;
}

.cmx-grid-silent .k-loading-color {
  opacity: 0;
}

.cmx-inline-icon {
  margin-right: 5px;
}

.cmx-inline-label {
  margin: 0 5px 5px 0
}

.cmx-grid-link {
  text-decoration: underline;
}

.cmx-grid-link:hover {
  text-decoration: underline;
}

/* list */
.cmx-list-empty-row {
  padding: 10px;
}

/* action bar */
.cmx-action-bar {
  margin-bottom: 15px;
}

/* forms */
.cmx-form-panel {
  padding: 15px;
  border: 1px solid #343637;
  background-color: #3e4141;
  margin-bottom: 20px;
  border-radius: 2px;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

.cmx-form-panel-chart {
  padding-bottom: 0;
}

.cmx-form-panel-map {
  padding: 0;
}

.cmx-form-panel-map label {
  color: black;
}

.cmx-form-panel-fixed {
  position: fixed;
  right: 15px;
  width: inherit;
  height: 300px;
}

.cmx-form-panel-shadow {
  box-shadow: 0 2px 6px rgba(0,0,0,0.2),0 2px 3px rgba(0,0,0,0.05);
}

.cmx-form-section-title {
	color: #2aa3f3;
	padding-bottom: 10px;
	margin-bottom: 15px;
	margin-top: 25px;
	border-bottom: 1px solid #2aa3f3;
}

.cmx-form-warning-title {
	color: #f3d52a;
	padding-bottom: 10px;
	margin-bottom: 15px;
	margin-top: 25px;
	border-bottom: 1px solid #f3d52a;
}

.cmx-form-section-title:first-child {
	margin-top: 0;
}

.cmx-form-section-title-login {
  font-size: 28px;
  color: #2aa3f3;
  text-align: center;
  vertical-align: middle;
  padding-bottom: 10px;
	margin-bottom: 15px;
	margin-top: 25px;
}

.cmx-form-section-title-logo {
  width: 100%;
}

.cmx-form-controls {
  text-align: right;
}

.cmx-form-copy {
	color: #ababab;
  word-wrap: break-word;
}

.cmx-form-error {
	padding: 5px;
	color: red;
}

.cmx-form-indent-1 {
	padding-left: 50px;
}

.cmx-form-indent-2 {
	padding-left: 75px;
}

.cmx-form-indent-3 {
	padding-left: 100px;
}

.cmx-info-copy {
  text-align: justify;
}

/* kendo uploader styles */
.cmx-form-upload-wrapper {
	display: block;
}

.cmx-form-upload-wrapper .k-upload{
	border: none;
	display: inline;
}

.cmx-form-upload-wrapper .k-dropzone {
	padding: 10px;
	border: 1px solid #616161;
  background-color: #363636;
}

.cmx-form-upload-wrapper .k-dropzone em {
  color: #d4d4d4;
  visibility: visible;
}

.cmx-form-upload-wrapper .k-upload-empty .k-dropzone {
	border: 1px solid #616161;
}

.cmx-form-upload-wrapper .k-upload-status,
.cmx-form-upload-wrapper .k-upload-selected,
.cmx-form-upload-wrapper .k-clear-selected {
  display: none;
}

.cmx-form-upload-copy {
	margin: 20px 20px 0 0;
}

.cmx-form-h-checkbox-list {
  list-style: none;
  margin: 0;
}

.cmx-form-h-checkbox-list li {
  display: inline-block;
  line-height: 35px;
  vertical-align: center;
  margin-right: 5px;
  margin-left: 5px;
}

.cmx-form-h-checkbox-list li label {
  margin-bottom: 0
}

.cmx-form-v-checkbox-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.cmx-form-v-checkbox-list li {
  line-height: 35px;
  vertical-align: center;
}

/* google map stuff */
.cmx-map-legend {
  background-color: rgba(255,255,255,0.8);
  border: 1px solid rgba(0,0,0,0.8);
  padding: 10px 20px;
  margin: 20px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2),0 2px 3px rgba(0,0,0,0.05);
  font-size: 14px;
}

.cmx-map-legend label {
  color: black;
}

.cmx-map-legend-box {
  width: 14px;
  height: 14px;
  border: 1px solid rgba(0,0,0,0.8);
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -3px;
}

/* wizard */
.cmx-wizard-steps {
  font-size: 64px;
  text-align: center;
  color: #777;
}

.cmx-wizard-step {
  display: block;
  margin: 10px;
  font-size: 65%;
}

.cmx-wizard-step.active {
  color: white;
}

/* section panel */
.cmx-panel-body-map {
  padding: 2px
}

.cmx-panel-body-map a {
  color: #2aa3f3;
  text-decoration: underline;
}

.cmx-panel-body-map label {
  color: black;
}

.cmx-panel-footer {
  background:none;
  border: none;
}

/* Customize the kendo pager in panel footers. */
.cmx-panel-footer-pager {
  padding: 0;
}

.cmx-panel-footer-pager .k-pager-wrap,
.cmx-panel-footer-pager .k-pager-nav {
  background: none;
  border: none;
}

.cmx-panel-footer-pager .k-link.k-pager-nav {
  background: none;
}

.cmx-panel-footer-pager .k-pager-numbers .k-state-selected {
  background: none;
}

.cmx-panel-footer-pager .k-pager-wrap .k-link {
  border: none;
}

.cmx-panel-footer .k-dropdown-wrap {
  background: none;
}

.cmx-panel-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: .25;
  background-color: #363636;
  text-align: center;
}

.cmx-panel-overlay div {
  position: relative;
  font-size: 34px;
  top: 30%;
}

/* cards */
.cmx-card-list {
  list-style: none;
  background-color: #343637;
  padding: 10px;
}

.cmx-card {
  width: 225px;
  height: 135px;
  color: #2aa3f3;
  background-color: white;
  border-radius: 2px;
  border: none;
  box-shadow: 0 4px 9px 2px rgba(0, 0, 0, 0.34);
  display: inline-block;
  margin: 5px;
}

.cmx-card:hover {
  background-color: #dbdbdb;
}

.cmx-card:hover .cmx-card-title {
  background-color: #1992e2;
}

.cmx-card:active,
.cmx-card:active .cmx-card-title {
  box-shadow: inset 4px 4px 4px 0 rgba(0, 0, 0, 0.5);
}

.cmx-card-content-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.cmx-card-title {
  text-align: center;
  color: white;
  background-color: #2aa3f3;
  padding: 7px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.cmx-card-title>h4 {
  margin: 0px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.cmx-card-copy {
  position: relative;
  vertical-align: middle;
  border-top: 1px solid #1d1d1d;
  padding: 10px;
}

.cmx-card-copy strong {
  color: #2aa3f3;
  font-weight: bold;
}

.cmx-card-copy ul {
  list-style: none;
  padding-left: 0;
}

.cmx-card-copy ul li {
  color: #1d1d1d;
}

.cmx-card-icon {
  font-size: 152px;
  position: absolute;
  bottom: -55px;
  right: -45px;
  color: rgba(0,0,0,.05);
}

/* guage */
.cmx-gauge-wrapper {
  background-color: transparent;
  background-image: url("images/gauge-container.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  height: 250px;
  width: 250px;
  text-align: center;
  vertical-align: middle;
  margin: 0 auto 0 auto;
}

.cmx-gauge-wrapper .k-gauge {
  margin-left: 20px;
}

/* overlay */
.cmx-overlay-wrapper {
  position: relative;
  margin: 0px;
  padding: 0px;
}

.cmx-overlay {
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0,0,0,0.5);
  text-align: center;
}

.cmx-overlay-copy {
  position: relative;
  top:50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  text-shadow: 2px 2px rgba(0,0,0,0.75);
  color: white;
  font-size: 16px;
}

/* media rules */
@media only screen and (max-width: 1024px) {
  /* Responsive fixes for kendo small screen page selector */
  .cmx-panel-footer-pager .k-pager-numbers .k-current-page .k-link {
    background: none;
    box-shadow: none;
    border: 1px solid #616161;
  }

  .cmx-panel-footer-pager .k-pager-numbers .k-current-page:hover .k-link,
  .cmx-panel-footer-pager .k-state-expanded .k-current-page .k-link,
  .cmx-panel-footer-pager .k-state-expanded .k-current-page:hover .k-link,
  .cmx-panel-footer-pager .k-pager-numbers.k-state-expanded .k-current-page .k-link {
    border: 1px solid #616161;
  }

  .cmx-panel-footer-pager .k-state-expanded .k-state-selected {
    background-color: #616161;
  }
}

@media (max-width: 768px) {
  /* fixes issue with standalone pager */
  .k-webkit .k-pager-numbers {
    position: absolute;
  }
}

@media (min-width: 768px) {
	.cmx-app-body {
		margin-left: 185px
	}

	.cmx-app-footer-w-sidebar,
	.cmx-app-header-w-sidebar {
		padding-left: 200px;
	}
}

@media(max-width: 764px) {
  /* We need to change the orientation, of wizard step indicators on small screens */
  .cmx-wizard-step {
    display: inline;
  }
}

@media(max-width: 480px) {
  /* There is no room for the map info overlay on small screens */
  .cmx-map-info-panel {
    display: none;
  }
}

/* override the kendo adaptive styles for the page number dropdown */
/* kendo does this for specific browsers but we need to add this generically to support safari */
@media only screen and (max-width: 480px) {
  .cmx-card {
    width: 97%;
  }
}

/* page transition */
@-webkit-keyframes fade-up-enter {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-moz-keyframes fade-up-enter {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}

@-o-keyframes fade-up-enter {
  0% {
    opacity: 0;
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fade-up-enter {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.cmx-view-enter {
  -webkit-animation: 0.35s fade-up-enter;
  -moz-animation: 0.35s fade-up-enter;
  -o-animation: 0.35s fade-up-enter;
  animation: 0.35s fade-up-enter;
}

/*
a.google-auth.google-dark{display:block;width:100%;border-radius:1px;padding:0;white-space:nowrap;overflow:hidden;outline:0;cursor:pointer;background:#4285f4;border:#4285f4 solid 1px;box-shadow:1px 1px 5px 0 #b7b7b7;text-align:left}a.google-auth.google-dark span.google-icon{background-image:url(images/g-logo.svg);background-color:#fff;background-size:18px;background-repeat:no-repeat;background-position:50%;display:inline-block;vertical-align:middle;width:40px;height:40px;border-radius:1px;margin-right:16px}a.google-auth.google-dark span.google-text{display:inline-block;vertical-align:middle;font-size:14px;font-weight:500;color:#fff;opacity:1;font-family:Roboto,sans-serif;padding-right:8px}a.google-auth.google-light{display:block;width:100%;border-radius:1px;padding:0;white-space:nowrap;overflow:hidden;outline:0;cursor:pointer;background:#fff;border:#fff solid 1px;box-shadow:1px 1px 5px 0 #b7b7b7;text-align:left}a.google-auth.google-light span.google-icon{background-image:url(images/g-logo.svg);background-color:#fff;background-size:18px;background-repeat:no-repeat;background-position:50%;display:inline-block;vertical-align:middle;width:40px;height:40px;border-radius:1px;margin-right:16px}a.google-auth.google-light span.google-text{display:inline-block;vertical-align:middle;font-size:14px;font-weight:500;color:#000;opacity:.54;font-family:Roboto,sans-serif;padding-right:8px}
*/

.font-11 {
  font-size: 11px;  
}

.base-oauth2-icon {
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: 50%;
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
}

.google-oauth2-icon {
  background-image: url(images/google-logo.svg);
}

.office365-oauth2-icon {
  background-image: url(images/office-365-logo.svg);
}

.slack-oauth2-icon {
  background-image: url(images/slack-logo.svg);
}

.facebook-oauth2-icon {
  background-image: url(images/facebook-logo.svg);
}

.liner {
  text-align: center;
  border-bottom: 1px solid #eee;
  line-height: 0.1em;
  margin: 10px 0 20px;
}

.liner span {
  background: #3e4141;
  padding: 0 10px;
}

.sorry-app-plugin-cmx {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1005;
}

.sorry-app-plugin-cmx strong{
  color: black !important;
}

.cmx-sub-menu-main {
  list-style-type: none;
  margin-left: 12px !important;
}

