@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,300italic,400italic,600italic);
@import url(https://fonts.googleapis.com/css?family=Rajdhani:400,500,600,700);
@import url(https://fonts.googleapis.com/css?family=Roboto:300,300i,400,500,700);
@import url(https://fonts.googleapis.com/css?family=Roboto+Mono:400,500,700);
@import url(https://api.mapbox.com/mapbox-gl-js/v2.9.2/mapbox-gl.css);
/*!
 *   AdminLTE v2.1.2
 *   Author: Almsaeed Studio
 *	 Website: Almsaeed Studio <http://almsaeedstudio.com>
 *   License: Open source - MIT
 *           Please visit http://opensource.org/licenses/MIT for more information
!*/
/*
 * Core: General Layout Style
 * -------------------------
 */
html,
body {
  min-height: 100%;
}
.layout-boxed html,
.layout-boxed body {
  height: 100%;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  overflow-x: hidden;
  overflow-y: auto;
}
/* Layout */
.wrapper {
  min-height: 100%;
  position: static;
  overflow: hidden;
}
.wrapper:before,
.wrapper:after {
  content: " ";
  display: table;
}
.wrapper:after {
  clear: both;
}
.layout-boxed .wrapper {
  max-width: 1250px;
  margin: 0 auto;
  min-height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  position: relative;
}
/*
 * Content Wrapper - contains the main content
 * ```.right-side has been deprecated as of v2.0.0 in favor of .content-wrapper  ```
 */
.content-wrapper,
.right-side {
  -webkit-transition: -webkit-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
  -moz-transition: -moz-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
  -o-transition: -o-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, margin 0.3s ease-in-out;
  margin-left: var(--sidebar-expanded-width);
  z-index: 820;
}
.layout-top-nav .content-wrapper,
.layout-top-nav .right-side {
  margin-left: 0;
}
@media (max-width: 767px) {
  .content-wrapper,
  .right-side {
    margin-left: 0;
  }
}
.content-wrapper.collapsed,
.right-side.collapsed {
  margin-left: var(--sidebar-collapsed-width);
}
.main-footer {
  background: #fff;
  padding: 15px;
  color: #444;
  border-top: 1px solid #d2d6de;
}
/* Fixed layout */
.fixed .main-header,
.fixed .main-sidebar,
.fixed .left-side {
  position: fixed;
}
.fixed .main-header {
  top: 0;
  right: 0;
  left: 0;
}
.fixed .content-wrapper,
.fixed .right-side {
  padding-top: 50px;
}
@media (max-width: 767px) {
  .fixed .content-wrapper,
  .fixed .right-side {
    padding-top: 100px;
  }
}
.fixed.layout-boxed .wrapper {
  max-width: 100%;
}
/* Content */
.content {
  padding: 16px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 16px;
  padding-right: 16px;
}
/* H1 - H6 font */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Source Sans Pro', sans-serif;
}
h4,
.h4 {
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
}
h5,
.h5 {
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1.1;
  font-weight: 500;
}
/* General Links */
a {
  color: #054EBD;
}
a:hover,
a:active,
a:focus {
  outline: none;
  text-decoration: none;
  color: #1670f9;
}
.MuiButtonBase-root a {
  color: inherit !important;
}
/* Page Header */
.page-header {
  margin: 10px 0 20px 0;
  font-size: 22px;
}
.page-header > small {
  color: #666;
  display: block;
  margin-top: 5px;
}
/*
 * Component: Dropdown menus
 * -------------------------
 */
/*Dropdowns in general*/
.dropdown-menu {
  box-shadow: none;
  border-color: #eee;
}
.dropdown-menu > li > a {
  color: #777;
  display: block;
  white-space: pre;
  padding: 3px 20px;
}
.dropdown-menu > li > a > .glyphicon,
.dropdown-menu > li > a > .fa,
.dropdown-menu > li > a > .ion {
  margin-right: 10px;
}
.dropdown-menu > li > a:hover {
  background-color: #e1e3e9;
  color: #333;
}
.dropdown-menu > .divider {
  background-color: #eee;
}
.btn-group .dropdown-item,
.btn-group .dropdown-item a {
  color: #777;
  display: block;
  white-space: nowrap;
}
.navbar-nav > .notifications-menu > .dropdown-menu,
.navbar-nav > .messages-menu > .dropdown-menu,
.navbar-nav > .tasks-menu > .dropdown-menu {
  width: 280px;
  padding: 0 0 0 0;
  margin: 0;
  top: 100%;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li,
.navbar-nav > .messages-menu > .dropdown-menu > li,
.navbar-nav > .tasks-menu > .dropdown-menu > li {
  position: relative;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li.header,
.navbar-nav > .messages-menu > .dropdown-menu > li.header,
.navbar-nav > .tasks-menu > .dropdown-menu > li.header {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-color: #ffffff;
  padding: 7px 10px;
  border-bottom: 1px solid #f4f4f4;
  color: #444444;
  font-size: 14px;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li.footer > a,
.navbar-nav > .messages-menu > .dropdown-menu > li.footer > a,
.navbar-nav > .tasks-menu > .dropdown-menu > li.footer > a {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  font-size: 12px;
  background-color: #fff;
  padding: 7px 10px;
  border-bottom: 1px solid #eeeeee;
  color: #444 !important;
  text-align: center;
}
@media (max-width: 991px) {
  .navbar-nav > .notifications-menu > .dropdown-menu > li.footer > a,
  .navbar-nav > .messages-menu > .dropdown-menu > li.footer > a,
  .navbar-nav > .tasks-menu > .dropdown-menu > li.footer > a {
    background: #fff !important;
    color: #444 !important;
  }
}
.navbar-nav > .notifications-menu > .dropdown-menu > li.footer > a:hover,
.navbar-nav > .messages-menu > .dropdown-menu > li.footer > a:hover,
.navbar-nav > .tasks-menu > .dropdown-menu > li.footer > a:hover {
  text-decoration: none;
  font-weight: normal;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu,
.navbar-nav > .messages-menu > .dropdown-menu > li .menu,
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu {
  max-height: 200px;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow-x: hidden;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a,
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a,
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a {
  display: block;
  white-space: nowrap;
  /* Prevent text from breaking */
  border-bottom: 1px solid #f4f4f4;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a:hover,
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:hover,
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a:hover {
  background: #f4f4f4;
  text-decoration: none;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a {
  color: #444444;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 10px;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .glyphicon,
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .fa,
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .ion {
  width: 20px;
}
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a {
  margin: 0;
  padding: 10px 10px;
}
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > div > img {
  margin: auto 10px auto auto;
  width: 40px;
  height: 40px;
}
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > h4 {
  padding: 0;
  margin: 0 0 0 45px;
  color: #444444;
  font-size: 15px;
  position: relative;
}
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > h4 > small {
  color: #999999;
  font-size: 10px;
  position: absolute;
  top: 0;
  right: 0;
}
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > p {
  margin: 0 0 0 45px;
  font-size: 12px;
  color: #888888;
}
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:before,
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:after {
  content: " ";
  display: table;
}
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:after {
  clear: both;
}
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a {
  padding: 10px;
}
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a > h3 {
  font-size: 14px;
  padding: 0;
  margin: 0 0 10px 0;
  color: #666666;
}
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a > .progress {
  padding: 0;
  margin: 0;
}
.navbar-nav > .user-menu > .dropdown-menu {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  padding: 1px 0 0 0;
  border-top-width: 0;
  width: 280px;
}
.navbar-nav > .user-menu > .dropdown-menu,
.navbar-nav > .user-menu > .dropdown-menu > .user-body {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header {
  height: 175px;
  padding: 10px;
  text-align: center;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header > img {
  z-index: 5;
  height: 90px;
  width: 90px;
  border: 3px solid;
  border-color: transparent;
  border-color: rgba(255, 255, 255, 0.2);
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header > p {
  z-index: 5;
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
  font-size: 17px;
  margin-top: 10px;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header > p > small {
  display: block;
  font-size: 12px;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-body {
  padding: 15px;
  border-bottom: 1px solid #f4f4f4;
  border-top: 1px solid #dddddd;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-body:before,
.navbar-nav > .user-menu > .dropdown-menu > .user-body:after {
  content: " ";
  display: table;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-body:after {
  clear: both;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-body a {
  color: #444 !important;
}
@media (max-width: 991px) {
  .navbar-nav > .user-menu > .dropdown-menu > .user-body a {
    background: #fff !important;
    color: #444 !important;
  }
}
.navbar-nav > .user-menu > .dropdown-menu > .user-footer {
  background-color: #f9f9f9;
  padding: 10px;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-footer:before,
.navbar-nav > .user-menu > .dropdown-menu > .user-footer:after {
  content: " ";
  display: table;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-footer:after {
  clear: both;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-secondary {
  color: #666666;
}
@media (max-width: 991px) {
  .navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-secondary:hover {
    background-color: #f9f9f9;
  }
}
.navbar-nav > .user-menu .user-image {
  float: left;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin-right: 10px;
  margin-top: -2px;
}
@media (max-width: 767px) {
  .navbar-nav > .user-menu .user-image {
    float: none;
    margin-right: 0;
    margin-top: -8px;
    line-height: 10px;
  }
}
/* Add fade animation to dropdown menus by appending
 the class .animated-dropdown-menu to the .dropdown-menu ul (or ol)*/
.open:not(.dropup) > .animated-dropdown-menu {
  backface-visibility: visible !important;
  -webkit-animation: flipInX 0.7s both;
  -o-animation: flipInX 0.7s both;
  animation: flipInX 0.7s both;
}
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transition-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    transform: perspective(400px);
  }
}
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
  }
}
/* Fix dropdown menu in navbars */
.navbar-custom-menu > .navbar-nav > li {
  position: relative;
}
.navbar-custom-menu > .navbar-nav > li > .dropdown-menu {
  position: absolute;
  right: 0;
  left: auto;
}
@media (max-width: 991px) {
  .navbar-custom-menu > .navbar-nav {
    float: right;
  }
  .navbar-custom-menu > .navbar-nav > li {
    position: static;
  }
  .navbar-custom-menu > .navbar-nav > li > .dropdown-menu {
    position: absolute;
    right: 5%;
    left: auto;
    border: 1px solid #ddd;
    background: #fff;
  }
}
/*
 * Component: Form
 * ---------------
 */
.form-control {
  border-radius: 4px;
  box-shadow: none;
  border-color: #d2d6de;
  height: 34px;
}
.form-control:focus {
  border-color: #054EBD;
  box-shadow: none;
}
.form-control::-moz-placeholder,
.form-control:-ms-input-placeholder,
.form-control::-webkit-input-placeholder {
  color: #bbb;
  opacity: 1;
}
.form-control:not(select) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-group.has-success label {
  color: #00a65a;
}
.form-group.has-success .form-control {
  border-color: #00a65a;
  box-shadow: none;
}
.form-group.has-warning label {
  color: #f39c12;
}
.form-group.has-warning .form-control {
  border-color: #f39c12;
  box-shadow: none;
}
.form-group.has-error label {
  color: #dd4b39;
}
.form-group.has-error .form-control {
  border-color: #dd4b39;
  box-shadow: none;
}
label,
.form-label {
  font-weight: 700;
  margin-bottom: 0px;
}
/* Input group */
.input-group .input-group-addon {
  border-radius: 4px;
  border-color: #d2d6de;
  background-color: #fff;
}
/* button groups */
.btn-group-vertical .btn.btn-flat:first-of-type,
.btn-group-vertical .btn.btn-flat:last-of-type {
  border-radius: 0;
}
.icheck > label {
  padding-left: 0;
}
/* support Font Awesome icons in form-control */
.form-control-feedback.fa {
  line-height: 34px;
}
.input-lg + .form-control-feedback.fa,
.input-group-lg + .form-control-feedback.fa,
.form-group-lg .form-control + .form-control-feedback.fa {
  line-height: 46px;
}
.input-sm + .form-control-feedback.fa,
.input-group-sm + .form-control-feedback.fa,
.form-group-sm .form-control + .form-control-feedback.fa {
  line-height: 30px;
}
/*
 * Component: Button
 * -----------------
 */
.btn {
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid transparent;
  font-size: 14px;
}
.btn.uppercase {
  text-transform: uppercase;
}
.btn.btn-sm {
  font-size: 12px;
}
.btn.btn-flat {
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-width: 1px;
}
.btn:active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn:focus {
  outline: none;
}
.btn.btn-file {
  position: relative;
  overflow: hidden;
}
.btn.btn-file > input[type='file'] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  opacity: 0;
  filter: alpha(opacity=0);
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}
.btn:disabled,
.btn[disabled] {
  cursor: not-allowed;
  opacity: 0.65;
}
.btn-default,
.btn-default.disabled,
.btn-default:disabled {
  background-color: #f4f4f4;
  border-color: #e7e7e7;
  color: #444;
}
.btn-default:hover,
.btn-default.disabled:hover,
.btn-default:disabled:hover,
.btn-default:active,
.btn-default.disabled:active,
.btn-default:disabled:active,
.btn-default.hover,
.btn-default.disabled.hover,
.btn-default:disabled.hover {
  background-color: #e7e7e7;
}
.btn-secondary,
.btn-secondary.disabled,
.btn-secondary:disabled {
  background-color: #f4f4f4;
  border-color: #e7e7e7;
  color: #444;
}
.btn-secondary:hover,
.btn-secondary.disabled:hover,
.btn-secondary:disabled:hover,
.btn-secondary:active,
.btn-secondary.disabled:active,
.btn-secondary:disabled:active,
.btn-secondary.hover,
.btn-secondary.disabled.hover,
.btn-secondary:disabled.hover {
  background-color: #e7e7e7;
}
.btn-primary,
.btn-primary.disabled,
.btn-primary:disabled {
  background-color: #054EBD;
  border-color: #0444a4;
}
.btn-primary:hover,
.btn-primary.disabled:hover,
.btn-primary:disabled:hover,
.btn-primary:active,
.btn-primary.disabled:active,
.btn-primary:disabled:active,
.btn-primary.hover,
.btn-primary.disabled.hover,
.btn-primary:disabled.hover {
  background-color: #0444a4;
}
.btn-success,
.btn-success.disabled,
.btn-success:disabled {
  background-color: #00a65a;
  border-color: #008d4c;
}
.btn-success:hover,
.btn-success.disabled:hover,
.btn-success:disabled:hover,
.btn-success:active,
.btn-success.disabled:active,
.btn-success:disabled:active,
.btn-success.hover,
.btn-success.disabled.hover,
.btn-success:disabled.hover {
  background-color: #008d4c;
}
.btn-info,
.btn-info.disabled,
.btn-info:disabled {
  background-color: #00c0ef;
  border-color: #00acd6;
}
.btn-info:hover,
.btn-info.disabled:hover,
.btn-info:disabled:hover,
.btn-info:active,
.btn-info.disabled:active,
.btn-info:disabled:active,
.btn-info.hover,
.btn-info.disabled.hover,
.btn-info:disabled.hover {
  background-color: #00acd6;
}
.btn-danger,
.btn-danger.disabled,
.btn-danger:disabled {
  background-color: #dd4b39;
  border-color: #d73925;
}
.btn-danger:hover,
.btn-danger.disabled:hover,
.btn-danger:disabled:hover,
.btn-danger:active,
.btn-danger.disabled:active,
.btn-danger:disabled:active,
.btn-danger.hover,
.btn-danger.disabled.hover,
.btn-danger:disabled.hover {
  background-color: #d73925;
}
.btn-warning,
.btn-warning.disabled,
.btn-warning:disabled {
  background-color: #f39c12;
  border-color: #e08e0b;
  color: #fff;
}
.btn-warning:hover,
.btn-warning.disabled:hover,
.btn-warning:disabled:hover,
.btn-warning:active,
.btn-warning.disabled:active,
.btn-warning:disabled:active,
.btn-warning.hover,
.btn-warning.disabled.hover,
.btn-warning:disabled.hover {
  background-color: #e08e0b;
}
.btn-outline {
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
}
.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active {
  color: rgba(255, 255, 255, 0.7);
  border-color: rgba(255, 255, 255, 0.7);
}
.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn[class*='bg-']:hover {
  -webkit-box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.2);
}
.btn-app {
  border-radius: 3px;
  position: relative;
  padding: 15px 5px;
  margin: 0 0 10px 10px;
  min-width: 80px;
  height: 60px;
  text-align: center;
  color: #666;
  border: 1px solid #ddd;
  background-color: #f4f4f4;
  font-size: 12px;
}
.btn-app > .fa,
.btn-app > .glyphicon,
.btn-app > .ion {
  font-size: 20px;
  display: block;
}
.btn-app:hover {
  background: #f4f4f4;
  color: #444;
  border-color: #aaa;
}
.btn-app:active,
.btn-app:focus {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-app > .badge {
  position: absolute;
  top: -3px;
  right: -10px;
  font-size: 10px;
  font-weight: 400;
}
/*
 * General: Miscellaneous
 * ----------------------
 */
.pad {
  padding: 10px;
}
.margin {
  margin: 10px;
}
.margin-bottom {
  margin-bottom: 20px;
}
.inline {
  display: inline;
}
.description-block {
  display: block;
  margin: 10px 0;
  text-align: center;
}
.description-block.margin-bottom {
  margin-bottom: 25px;
}
.description-block > .description-header {
  margin: 0;
  padding: 0;
  font-weight: 600;
  font-size: 16px;
}
.description-block > .description-text {
  text-transform: uppercase;
}
.bg-red,
.bg-yellow,
.bg-aqua,
.bg-blue,
.bg-light-blue,
.bg-green,
.bg-navy,
.bg-teal,
.bg-olive,
.bg-lime,
.bg-orange,
.bg-fuchsia,
.bg-purple,
.bg-maroon,
.bg-black,
.bg-red-active,
.bg-yellow-active,
.bg-aqua-active,
.bg-blue-active,
.bg-light-blue-active,
.bg-green-active,
.bg-navy-active,
.bg-teal-active,
.bg-olive-active,
.bg-lime-active,
.bg-orange-active,
.bg-fuchsia-active,
.bg-purple-active,
.bg-maroon-active,
.bg-black-active {
  color: #fff !important;
}
.bg-gray {
  color: #000;
  background-color: #d2d6de !important;
}
.bg-gray-light {
  background-color: #f7f7f7;
}
.bg-black {
  background-color: #111 !important;
}
.bg-red {
  background-color: #dd4b39 !important;
}
.bg-yellow {
  background-color: #f39c12 !important;
}
.bg-aqua {
  background-color: #00c0ef !important;
}
.bg-blue {
  background-color: #0073b7 !important;
}
.bg-light-blue {
  background-color: #054EBD !important;
}
.bg-green {
  background-color: #00a65a !important;
}
.bg-navy {
  background-color: #001F3F !important;
}
.bg-teal {
  background-color: #39CCCC !important;
}
.bg-olive {
  background-color: #3D9970 !important;
}
.bg-lime {
  background-color: #01FF70 !important;
}
.bg-orange {
  background-color: #FF851B !important;
}
.bg-fuchsia {
  background-color: #F012BE !important;
}
.bg-purple {
  background-color: #605ca8 !important;
}
.bg-maroon {
  background-color: #D81B60 !important;
}
.bg-gray-active {
  color: #000;
  background-color: #b5bbc8 !important;
}
.bg-black-active {
  background-color: #000000 !important;
}
.bg-red-active {
  background-color: #d33724 !important;
}
.bg-yellow-active {
  background-color: #db8b0b !important;
}
.bg-aqua-active {
  background-color: #00a7d0 !important;
}
.bg-blue-active {
  background-color: #005384 !important;
}
.bg-light-blue-active {
  background-color: #04429f !important;
}
.bg-green-active {
  background-color: #008d4c !important;
}
.bg-navy-active {
  background-color: #001a35 !important;
}
.bg-teal-active {
  background-color: #30bbbb !important;
}
.bg-olive-active {
  background-color: #368763 !important;
}
.bg-lime-active {
  background-color: #00e765 !important;
}
.bg-orange-active {
  background-color: #ff7701 !important;
}
.bg-fuchsia-active {
  background-color: #db0ead !important;
}
.bg-purple-active {
  background-color: #555299 !important;
}
.bg-maroon-active {
  background-color: #ca195a !important;
}
[class^="bg-"].disabled {
  opacity: 0.65;
  filter: alpha(opacity=65);
}
.text-red {
  color: #dd4b39 !important;
}
.text-yellow {
  color: #f39c12 !important;
}
.text-aqua {
  color: #00c0ef !important;
}
.text-blue {
  color: #0073b7 !important;
}
.text-black {
  color: #111 !important;
}
.text-light-blue {
  color: #054EBD !important;
}
.text-green {
  color: #00a65a !important;
}
.text-gray {
  color: #d2d6de !important;
}
.text-navy {
  color: #001F3F !important;
}
.text-teal {
  color: #39CCCC !important;
}
.text-olive {
  color: #3D9970 !important;
}
.text-lime {
  color: #01FF70 !important;
}
.text-orange {
  color: #FF851B !important;
}
.text-fuchsia {
  color: #F012BE !important;
}
.text-purple {
  color: #605ca8 !important;
}
.text-maroon {
  color: #D81B60 !important;
}
.hide {
  display: none !important;
}
.no-border {
  border: 0 !important;
}
.no-padding {
  padding: 0 !important;
}
.no-margin {
  margin: 0 !important;
}
.no-shadow {
  box-shadow: none!important;
}
.list-unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}
.flat {
  border-radius: 0 !important;
}
.text-bold,
.text-bold.table td,
.text-bold.table th {
  font-weight: 700;
}
.jqstooltip {
  padding: 5px!important;
  width: auto!important;
  height: auto!important;
}
.bg-teal-gradient {
  background: #39CCCC !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #39CCCC), color-stop(1, #7adddd)) !important;
  background: -ms-linear-gradient(bottom, #39CCCC, #7adddd) !important;
  background: -moz-linear-gradient(center bottom, #39CCCC 0%, #7adddd 100%) !important;
  background: -o-linear-gradient(#7adddd, #39CCCC) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7adddd', endColorstr='#39CCCC', GradientType=0) !important;
  color: #fff;
}
.bg-light-blue-gradient {
  background: #054EBD !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #054EBD), color-stop(1, #0767f8)) !important;
  background: -ms-linear-gradient(bottom, #054EBD, #0767f8) !important;
  background: -moz-linear-gradient(center bottom, #054EBD 0%, #0767f8 100%) !important;
  background: -o-linear-gradient(#0767f8, #054EBD) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0767f8', endColorstr='#054EBD', GradientType=0) !important;
  color: #fff;
}
.bg-blue-gradient {
  background: #0073b7 !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #0073b7), color-stop(1, #0089db)) !important;
  background: -ms-linear-gradient(bottom, #0073b7, #0089db) !important;
  background: -moz-linear-gradient(center bottom, #0073b7 0%, #0089db 100%) !important;
  background: -o-linear-gradient(#0089db, #0073b7) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0089db', endColorstr='#0073b7', GradientType=0) !important;
  color: #fff;
}
.bg-aqua-gradient {
  background: #00c0ef !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #00c0ef), color-stop(1, #14d1ff)) !important;
  background: -ms-linear-gradient(bottom, #00c0ef, #14d1ff) !important;
  background: -moz-linear-gradient(center bottom, #00c0ef 0%, #14d1ff 100%) !important;
  background: -o-linear-gradient(#14d1ff, #00c0ef) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#14d1ff', endColorstr='#00c0ef', GradientType=0) !important;
  color: #fff;
}
.bg-yellow-gradient {
  background: #f39c12 !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f39c12), color-stop(1, #f7bc60)) !important;
  background: -ms-linear-gradient(bottom, #f39c12, #f7bc60) !important;
  background: -moz-linear-gradient(center bottom, #f39c12 0%, #f7bc60 100%) !important;
  background: -o-linear-gradient(#f7bc60, #f39c12) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7bc60', endColorstr='#f39c12', GradientType=0) !important;
  color: #fff;
}
.bg-purple-gradient {
  background: #605ca8 !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #605ca8), color-stop(1, #9491c4)) !important;
  background: -ms-linear-gradient(bottom, #605ca8, #9491c4) !important;
  background: -moz-linear-gradient(center bottom, #605ca8 0%, #9491c4 100%) !important;
  background: -o-linear-gradient(#9491c4, #605ca8) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9491c4', endColorstr='#605ca8', GradientType=0) !important;
  color: #fff;
}
.bg-green-gradient {
  background: #00a65a !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #00a65a), color-stop(1, #00ca6d)) !important;
  background: -ms-linear-gradient(bottom, #00a65a, #00ca6d) !important;
  background: -moz-linear-gradient(center bottom, #00a65a 0%, #00ca6d 100%) !important;
  background: -o-linear-gradient(#00ca6d, #00a65a) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ca6d', endColorstr='#00a65a', GradientType=0) !important;
  color: #fff;
}
.bg-red-gradient {
  background: #dd4b39 !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #dd4b39), color-stop(1, #e47365)) !important;
  background: -ms-linear-gradient(bottom, #dd4b39, #e47365) !important;
  background: -moz-linear-gradient(center bottom, #dd4b39 0%, #e47365 100%) !important;
  background: -o-linear-gradient(#e47365, #dd4b39) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e47365', endColorstr='#dd4b39', GradientType=0) !important;
  color: #fff;
}
.bg-black-gradient {
  background: #111 !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #111), color-stop(1, #2b2b2b)) !important;
  background: -ms-linear-gradient(bottom, #111, #2b2b2b) !important;
  background: -moz-linear-gradient(center bottom, #111 0%, #2b2b2b 100%) !important;
  background: -o-linear-gradient(#2b2b2b, #111) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2b2b2b', endColorstr='#111', GradientType=0) !important;
  color: #fff;
}
.bg-maroon-gradient {
  background: #D81B60 !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #D81B60), color-stop(1, #e73f7c)) !important;
  background: -ms-linear-gradient(bottom, #D81B60, #e73f7c) !important;
  background: -moz-linear-gradient(center bottom, #D81B60 0%, #e73f7c 100%) !important;
  background: -o-linear-gradient(#e73f7c, #D81B60) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e73f7c', endColorstr='#D81B60', GradientType=0) !important;
  color: #fff;
}
.description-block .description-icon {
  font-size: 16px;
}
.no-pad-top {
  padding-top: 0;
}
.position-static {
  position: static!important;
}
.list-header {
  font-size: 15px;
  padding: 10px 4px;
  font-weight: bold;
  color: #666;
}
.list-seperator {
  height: 1px;
  background: #f4f4f4;
  margin: 15px 0 9px 0;
}
.list-link > a {
  padding: 4px;
  color: #777;
}
.list-link > a:hover {
  color: #222;
}
.font-light {
  font-weight: 300;
}
.user-block img {
  width: 40px;
  height: 40px;
  float: left;
}
.user-block .username,
.user-block .description,
.user-block .comment {
  display: block;
  margin-left: 50px;
}
.user-block .username {
  font-size: 16px;
  font-weight: 600;
}
.user-block .description {
  color: #999;
  font-size: 13px;
}
.user-block.user-block-sm .username,
.user-block.user-block-sm .description,
.user-block.user-block-sm .comment {
  margin-left: 40px;
}
.user-block.user-block-sm .username {
  font-size: 14px;
}
.img-sm,
.img-md,
.img-lg,
.user-block.user-block-sm img {
  float: left;
}
.img-sm,
.user-block.user-block-sm img {
  width: 30px!important;
  height: 30px!important;
}
.img-sm + .img-push {
  margin-left: 40px;
}
.img-md {
  width: 60px;
  height: 60px;
}
.img-md + .img-push {
  margin-left: 70px;
}
.img-lg {
  width: 100px;
  height: 100px;
}
.img-lg + .img-push {
  margin-left: 110px;
}
.attachment-block {
  border: 1px solid #f4f4f4;
  padding: 5px;
  margin-bottom: 10px;
  background: #f7f7f7;
}
.attachment-block .attachemnt-img {
  max-width: 100px;
  max-height: 100px;
  height: auto;
  float: left;
}
.attachment-block .attachment-pushed {
  margin-left: 110px;
}
.attachment-block .attachment-heading {
  margin: 0;
}
.attachment-block .attachment-text {
  color: #555;
}
.connectedSortable {
  min-height: 100px;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sort-highlight {
  background: #f4f4f4;
  border: 1px dashed #ddd;
  margin-bottom: 10px;
}
.full-opacity-hover {
  opacity: 0.65;
  filter: alpha(opacity=65);
}
.full-opacity-hover:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.chart {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.chart svg,
.chart canvas {
  width: 100%!important;
}
/*
 * https://github.com/YouCanBookMe/react-datetime
 *
 **/

.rdt {
  position: relative;
}
.rdtPicker {
  display: none;
  position: absolute;
  width: 250px;
  padding: 4px;
  margin-top: 1px;
  z-index: 99999 !important;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0,0,0,.1);
  border: 1px solid #f9f9f9;
}
.rdtOpen .rdtPicker {
  display: block;
}
.rdtStatic .rdtPicker {
  box-shadow: none;
  position: static;
}

.rdtPicker .rdtTimeToggle {
  text-align: center;
}

.rdtPicker table {
  width: 100%;
  margin: 0;
}
.rdtPicker td,
.rdtPicker th {
  text-align: center;
  height: 28px;
}
.rdtPicker td {
  cursor: pointer;
}
.rdtPicker td.rdtDay:hover,
.rdtPicker td.rdtHour:hover,
.rdtPicker td.rdtMinute:hover,
.rdtPicker td.rdtSecond:hover,
.rdtPicker .rdtTimeToggle:hover {
  background: #eeeeee;
  cursor: pointer;
}
.rdtPicker td.rdtOld,
.rdtPicker td.rdtNew {
  color: #999999;
}
.rdtPicker td.rdtToday {
  position: relative;
}
.rdtPicker td.rdtToday:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #428bca;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}
.rdtPicker td.rdtActive,
.rdtPicker td.rdtActive:hover {
  background-color: #428bca;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.rdtPicker td.rdtActive.rdtToday:before {
  border-bottom-color: #fff;
}
.rdtPicker td.rdtDisabled,
.rdtPicker td.rdtDisabled:hover {
  background: none;
  color: #999999;
  cursor: not-allowed;
}

.rdtPicker td span.rdtOld {
  color: #999999;
}
.rdtPicker td span.rdtDisabled,
.rdtPicker td span.rdtDisabled:hover {
  background: none;
  color: #999999;
  cursor: not-allowed;
}
.rdtPicker th {
  border-bottom: 1px solid #f9f9f9;
}
.rdtPicker .dow {
  width: 14.2857%;
  border-bottom: none;
  cursor: default;
}
.rdtPicker th.rdtSwitch {
  width: 100px;
}
.rdtPicker th.rdtNext,
.rdtPicker th.rdtPrev {
  font-size: 21px;
  vertical-align: top;
}

.rdtPrev span,
.rdtNext span {
  display: block;
  -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;
}

.rdtPicker th.rdtDisabled,
.rdtPicker th.rdtDisabled:hover {
  background: none;
  color: #999999;
  cursor: not-allowed;
}
.rdtPicker thead tr:first-child th {
  cursor: pointer;
}
.rdtPicker thead tr:first-child th:hover {
  background: #eeeeee;
}

.rdtPicker tfoot {
  border-top: 1px solid #f9f9f9;
}

.rdtPicker button {
  border: none;
  background: none;
  cursor: pointer;
}
.rdtPicker button:hover {
  background-color: #eee;
}

.rdtPicker thead button {
  width: 100%;
  height: 100%;
}

td.rdtMonth,
td.rdtYear {
  height: 50px;
  width: 25%;
  cursor: pointer;
}
td.rdtMonth:hover,
td.rdtYear:hover {
  background: #eee;
}

.rdtCounters {
  display: inline-block;
}

.rdtCounters > div {
  float: left;
}

.rdtCounter {
  height: 100px;
}

.rdtCounter {
  width: 40px;
}

.rdtCounterSeparator {
  line-height: 100px;
}

.rdtCounter .rdtBtn {
  height: 40%;
  line-height: 40px;
  cursor: pointer;
  display: block;

  -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;
}
.rdtCounter .rdtBtn:hover {
  background: #eee;
}
.rdtCounter .rdtCount {
  height: 20%;
  font-size: 1.2em;
}

.rdtMilli {
  vertical-align: middle;
  padding-left: 8px;
  width: 48px;
}

.rdtMilli input {
  width: 100%;
  font-size: 1.2em;
  margin-top: 37px;
}

.rdtTime td {
  cursor: default;
}

.device-status {
  width: 100px !important;
}
.screenshot {
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  text-align: center;
}
.screenshot .screenshot-status-text {
  display: flex;
  color: white;
  align-items: center;
  position: absolute;
  justify-content: center;
  background: rgba(0, 0, 0, 0.6);
  width: 80%;
  border-radius: 2px;
}
.screenshot img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.screenshot-button:hover {
  background: #d73925 !important;
}
.screenshot-na {
  height: 400px;
  text-align: center;
  padding-top: 180px;
}
.text-blink {
  animation: blinker 1s linear infinite;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.log-levels-spacer {
  margin-bottom: 20px;
}
.device-confirm-modal .modal-header {
  background-color: #d73925 !important;
}
.device-confirm-modal .modal-title {
  color: #fff !important;
}
.status-images-wrapper {
  white-space: nowrap;
  overflow-x: auto;
  direction: rtl;
  padding-bottom: 10px;
  /* Prevent webkit to auto hide the bottom scrollbar. */
}
.status-images-wrapper .asset-black-screen {
  width: 30px;
  height: 150px;
}
.status-images-wrapper::-webkit-scrollbar {
  -webkit-appearance: none;
}
.status-images-wrapper::-webkit-scrollbar:vertical {
  width: 11px;
}
.status-images-wrapper::-webkit-scrollbar:horizontal {
  height: 11px;
}
.status-images-wrapper::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 2px solid white;
  background-color: rgba(0, 0, 0, 0.5);
}
.status-images-wrapper::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 8px;
}
.status-image-list {
  list-style: none;
  padding: 0;
}
.status-image-list .status-image-item {
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
}
.resource-dates-wrapper {
  margin-bottom: 12px;
}
.resource-dates-wrapper .resource-date-btn {
  margin-right: 6px;
}
.control-btn {
  cursor: pointer;
}
.disabled-action {
  opacity: 0.5;
  cursor: not-allowed;
}
.btn-bulk-download {
  margin-top: 15px;
}
.btn-bulk-download i {
  margin-right: 10px;
}
.MuiBox-root:has(> .filters-grid) {
  width: 100%;
}
.content-preview {
  background-color: #f5f5f5;
  max-height: 380px;
  position: relative;
  text-align: center;
}
.content-preview .content-preview-media {
  max-height: 380px;
  max-width: 100%;
}
.content-preview .cp-no-preview {
  font-size: x-large;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content-preview .icon-preview-lg {
  width: 120px;
  margin-top: 24px;
  margin-bottom: 24px;
}
.content-group-editor:focus {
  outline: none;
}
.content-editor .alert.alert-archived-content {
  margin-top: 4px;
}
.content-group-preview-bar {
  display: inline-flex;
  flex-flow: row nowrap;
  transition: transform 150ms ease-out;
}
.content-group-preview-bar .cg-preview {
  flex-shrink: 0;
}
.content-group-preview-bar .cg-preview .spot-preview {
  height: 50px;
  border-radius: 0;
  border: 2px solid transparent;
  border-left-width: 1px;
  border-right-width: 1px;
}
.content-group-preview-bar .cg-preview.active .spot-preview {
  animation: selected 1s infinite;
  animation-timing-function: ease-out;
}
.cg-navigator {
  margin-top: 4px;
  margin-bottom: 4px;
}
.cg-count {
  text-align: center;
}
.strategy-list-warning {
  padding: 10px;
}
.strategy-list-warning p {
  margin: 0;
}
.modal-dialog {
  width: 70% !important;
  max-width: none !important;
}
.new-priority-button {
  width: 60px;
}
.priority-container {
  display: flex;
  justify-content: flex-start;
}
.app-cards-container {
  display: flex;
  justify-content: flex-start !important;
  flex-wrap: wrap;
}
.priority-box {
  border: 1px solid #ccc;
  width: 60px;
  height: 145px;
  font-size: 48px;
  line-height: 48px;
  margin-right: 10px;
  margin-bottom: 36px;
  text-align: center;
}
.box > .button-container {
  text-align: center;
  padding-top: 20px;
}
.app-box {
  border: 2px solid #ccc;
  float: left;
  text-align: center;
}
.app-box:hover {
  cursor: pointer;
  border-color: #3c8dbc;
}
.app-box .widget-user-header {
  text-align: center;
  padding-top: 10px;
}
.app-box .widget-user-header i {
  color: #ccc;
}
.app-box .edit-duration-value:disabled {
  background-color: initial;
}
.app-box .box-footer {
  border-top: 0px;
  height: 56px;
  padding-top: 10px;
}
.app-box.inactive {
  opacity: 0.25;
}
.app-box.no-hover:hover {
  border-color: #ccc;
}
.app-box-xs {
  border-width: 1px;
  margin-bottom: 10px;
  width: 75px;
}
.app-box-xs .widget-user-header > .app-icon {
  height: 50px;
  width: 50px;
}
.app-box-xs .box-footer {
  font-size: 12px;
  height: 42px;
  line-height: 1.1em;
}
.app-box-xs .user-content-overlay {
  bottom: 0;
  position: relative;
}
.app-box-xs .input-group-text {
  border-bottom: 0;
  border-right: 0;
  font-size: 12px;
  padding: 3px;
}
.app-box-xs .edit-duration-value {
  border-bottom-width: 0;
  border-left-width: 0;
  font-size: 12px;
  padding: 0;
  text-align: center;
}
.app-box-xs .edit-duration-value:focus {
  border-bottom-width: 1px;
  border-left-width: 1px;
}
.app-box-small {
  height: 145px;
  margin-bottom: 36px;
  margin-right: 10px;
  width: 120px;
}
.app-box-small .box-footer {
  height: 56px;
}
.box-level {
  border-radius: 50px;
  width: 100px;
  height: 100px;
  margin-top: 0px;
  line-height: 20px;
  margin-top: 30px;
}
.box-level .button-container {
  padding-top: 40px;
  font-weight: 700;
  font-size: 20px;
}
.logo-content-group,
.logo-app,
.logo-content {
  position: absolute;
  bottom: -30px;
  width: 120px;
  border-radius: 6px;
  background-color: #eee;
  font-size: 12px;
  padding: 3px 0px;
}
.content-drop-area {
  border-radius: 5px;
  border: 4px dashed #f4f4f4;
  height: 175px;
  margin-bottom: 10px;
  overflow-y: scroll;
  padding: 10px;
}
.file-drop-area {
  border-radius: 5px;
  border: 4px dashed #f4f4f4;
  cursor: pointer;
  height: 200px;
  margin: 10px auto;
  position: relative;
  width: 100%;
}
.file-drop-area-placeholder {
  position: absolute;
  text-align: center;
  transform: translateY(-50%);
  top: 50%;
  width: 100%;
}
.file-drop-area-browse {
  display: inline;
}
.file-drop-area-browse label {
  color: #3c8dbc;
  cursor: pointer;
  font-weight: 400;
  margin-left: 5px;
  text-decoration: underline;
}
.file-drop-area input[type='file'] {
  display: none;
}
.draggable-content {
  display: inline-block;
  margin-right: 15px;
  position: relative;
  vertical-align: top;
}
.draggable-content:nth-child(4n) {
  margin-right: 0;
}
.draggable-content .app-box {
  float: none;
}
.draggable-content-delete,
.draggable-content-index {
  border: 0;
  border-radius: 50%;
  display: block;
  height: 15px;
  line-height: 15px;
  position: absolute;
  text-align: center;
  top: -5px;
  width: 15px;
  z-index: 1;
}
.draggable-content-index {
  color: #fff;
  font-weight: 600;
  background-color: #3c8dbc;
  left: -5px;
}
.draggable-content-delete {
  background: #fff;
  color: #ccc;
  padding: 0;
  right: -5px;
}
.widget-user-header {
  height: auto !important;
  padding: 10px 0 0 0 !important;
}
.widget-user-header > .app-icon {
  width: 70px;
  height: 70px;
}
.widget-user-header > .app-icon.selected {
  width: 140px;
  height: 140px;
}
.widget-user-header > .app-fa-icon {
  padding-top: 7px;
  padding-bottom: 7px;
  text-align: center;
  color: #3c8dbc;
}
.modal-app-container {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.strategy-modal-tab {
  padding: 10px 15px;
  cursor: pointer;
}
.delete-app-button {
  margin-right: 10px;
}
.selected {
  border: 2px solid #3c8dbc;
}
.read-more-state {
  display: none;
}
.read-more-target {
  opacity: 0;
  max-height: 0;
  font-size: 0;
  transition: 0.25s ease;
}
.read-more-state:checked ~ .read-more-wrap .read-more-target {
  opacity: 1;
  font-size: inherit;
  max-height: 999em;
}
.read-more-state ~ .read-more-trigger:before {
  content: 'Show more';
}
.read-more-state:checked ~ .read-more-trigger:before {
  content: 'Show less';
}
.read-more-trigger {
  cursor: pointer;
  display: inline-block;
  margin-top: 6px;
  padding: 3px 6px;
  color: #666;
  border: 1px solid #ddd;
  border-radius: 0.25em;
}
.user-content-overlay {
  position: absolute;
  width: 100%;
  bottom: -36px;
}
.content-overlay-text {
  color: white;
  font-weight: bold;
  top: 54px;
  position: absolute;
  left: 16px;
}
.deploy-timepicker,
.deploy-datepicker {
  display: inline-block;
  margin-left: 10px;
  position: relative;
  vertical-align: middle;
}
.deploy-timepicker::before,
.deploy-datepicker::before {
  font: normal normal normal 14px/1 FontAwesome;
  display: inline-block;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  vertical-align: middle;
}
.deploy-timepicker .form-control,
.deploy-datepicker .form-control {
  padding-left: 30px;
}
.deploy-timepicker .form-control.disabled,
.deploy-datepicker .form-control.disabled {
  background-color: #e9ecef;
  color: #999;
}
.deploy-datepicker::before {
  content: '\F073';
}
.deploy-timepicker::before {
  content: '\F017';
}
.deploy-date-checkbox-inline {
  display: inline-block;
  font-weight: 400;
  margin: auto 10px;
}
.deploy-date-checkbox-inline input[type='checkbox'] {
  margin-right: 5px;
}
.user-content-preview img {
  width: auto;
  height: auto;
  max-width: 50px;
  max-height: 50px;
}
.create-content-group-form .react-bs-table {
  margin-bottom: 0;
}
.btn-content-group-toggle {
  border-color: #3c8dbc;
  border-radius: 0;
  color: #3c8dbc;
  margin-bottom: 10px;
  min-width: 250px;
  position: relative;
}
.btn-content-group-toggle i {
  left: 10px;
  line-height: 100%;
  position: absolute;
}
.btn-content-group-toggle:active,
.btn-content-group-toggle:focus,
.btn-content-group-toggle:hover {
  background-color: #fff;
  border-color: #3c8dbc;
  color: #3c8dbc;
}
.content-group-list {
  max-height: calc(100vh - 200px);
  overflow-y: auto;
}
.select-content-group-form {
  max-height: calc(100vh - 320px);
  overflow-y: auto;
}
.content-group-card {
  background-color: #e9ecef;
  border: 2px solid #d2d6de;
  display: inline-block;
  margin: 10px;
  width: auto;
}
.content-group-card.selected,
.content-group-card:hover {
  cursor: pointer;
  border-color: #3c8dbc;
}
.content-group-card .app-box {
  margin-right: 10px;
}
.content-group-card .app-box:last-child {
  margin-right: 0;
}
.content-group-card .box-body {
  display: inline-block;
}
.content-upload-form {
  min-width: calc(70vw - 30px);
}
.content-upload-form .btn {
  color: inherit;
}
.content-upload-form .btn:disabled {
  border: 0;
}
.content-upload-form .btn-upload-content {
  margin-left: 10px;
}
.content-upload-form .btn-upload-content__added {
  background-color: #00a65a;
  color: #fff;
}
.content-upload-form .btn-upload-content__added:disabled:hover {
  background-color: #00a65a;
}
.content-upload-form-files {
  max-height: 200px;
  overflow-y: scroll;
}
.content-upload-form-file .col-xs-3,
.content-upload-form-file .col-xs-2 {
  padding: 0;
}
.content-upload-form-file .pd-top {
  padding-top: 25px;
}
.content-upload-form-duration {
  padding: 6px;
  text-align: center;
}
.operation-btn {
  margin-bottom: 5px;
}
.spot-preview {
  border-radius: 2px;
}
.strategy-v2 .strategy-content-table .content-table-actions .delete-content {
  margin-left: 12px;
}
.strategy-v2 .controls > button {
  margin-right: 4px;
}
.strategy-v2 .spot-list-archived-content {
  color: grey;
  background-color: #fafafa;
}
.strategy-v2 .spot-list-archived-content .spot-preview {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}
.spot-preview {
  height: auto;
  max-height: 75px;
  max-width: 100%;
  width: auto;
}
.spot-preview-icon {
  height: 50px;
}
.spot-preview-badge-container {
  margin: auto;
  position: relative;
  width: 75px;
}
.spot-preview-badge {
  background-color: #28c053;
  position: absolute;
  right: 0;
  top: -10%;
  z-index: 1;
}
.app-param-form-box .box-title {
  color: #054EBD;
  font-size: 22px;
}
.app-param-form-box .btn-circle {
  background-color: lightgrey;
  width: 30px;
  height: 30px;
  padding: 0px 0px;
  border-radius: 16px;
  text-align: center;
  font-size: 16px;
  line-height: 2px;
}
.app-param-form-box .btn-up-right {
  position: absolute;
  top: -8px;
  right: -8px;
}
.spin {
  animation: spin 2s infinite linear;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
@keyframes message-timeout-progress {
  0% {
    width: 0;
    opacity: 0;
  }
  100% {
    width: 100%;
    opacity: 1;
  }
}
@keyframes highlight {
  0% {
    background: yellow;
  }
  100% {
    background: initial;
  }
}
@keyframes selected {
  0% {
    border-color: transparent;
  }
  10% {
    border-color: #054EBD;
  }
  20% {
    border-color: #054EBD;
  }
  100% {
    border-color: transparent;
  }
}
.alert,
.bg-warning {
  white-space: normal;
  min-width: 200px;
}
.bg-warning {
  background-color: #fcf8e3 !important;
}
.alert > i,
.MuiAlert-root > i {
  margin-right: 4px;
}
.alert > div > i,
.MuiAlert-root > div > i {
  margin-right: 4px;
}
.alert.alert-archived-content,
.MuiAlert-root.alert-archived-content {
  background-color: #eeeeee !important;
  border-color: grey !important;
  color: grey !important;
  margin-bottom: 5px;
  padding: 5px;
}
.alert.alert-archived-content a,
.MuiAlert-root.alert-archived-content a {
  color: initial;
}
.alert.alert-archived-content i,
.MuiAlert-root.alert-archived-content i {
  color: #f39c12;
}
.list-compact {
  padding-inline-start: 25px;
}
.online-component {
  filter: grayscale(0);
  transition: filter 1s ease;
}
.online-component.offline {
  filter: grayscale(1);
}
.request-component {
  filter: grayscale(0);
  transition: filter;
}
.request-component.request-in-flight {
  transition-delay: 1s;
  transition-duration: 1s;
  transition-timing-function: ease;
  filter: grayscale(1);
  pointer-events: none;
}
.table-hover > tbody > tr:hover .hidden-actions {
  display: initial;
}
.table-hover > tbody > tr .hidden-actions {
  display: none;
}
tr.rbs-highlight {
  animation: highlight 1s;
  animation-timing-function: ease-out;
}
.clickable {
  cursor: pointer;
}
.col-margin-fix {
  margin-left: -15px;
  margin-right: -15px;
}
.clear-button {
  color: black;
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(55, 55, 55, 0.4);
}
.d3-chart-area {
  fill: black;
}
.flex-vertical-align {
  align-items: center;
}
.small-button {
  font-size: 10px;
}
.light-button {
  color: white;
}
.float-control-button-row {
  align-self: start;
  margin: 2px 4px;
  position: absolute;
  right: 0;
  z-index: 1;
}
.font-smaller {
  font-size: 0.85em;
}
.button-spacing button {
  margin-right: 2px;
  margin-left: 2px;
}
.subtitle {
  border-bottom: 1px solid #999999;
  font-size: 1.25em;
  font-weight: 500;
  margin-bottom: 16px;
  padding-bottom: 4px;
}
.text-monospace {
  font-family: monospace;
}
.toggle-cortex .react-toggle-track {
  background-color: #d2d6de;
}
.toggle-cortex.react-toggle:hover:not(.react-toggle--disabled) .react-toggle-track {
  background-color: #a8acb4;
}
.toggle-cortex.react-toggle--checked .react-toggle-thumb {
  border-color: unset;
}
.toggle-cortex.react-toggle--checked .react-toggle-track {
  background-color: #00c0ef;
}
.toggle-cortex.react-toggle--checked:hover:not(.react-toggle--disabled) .react-toggle-track {
  background-color: #0099c3;
}
.toggle-sm .react-toggle-track {
  width: 30px;
  height: 16px;
}
.toggle-sm .react-toggle-thumb {
  height: 14px;
  width: 14px;
}
.toggle-sm.react-toggle--checked .react-toggle-thumb {
  left: 15px;
}
.d-flex {
  display: flex;
}
.justify-content-between {
  justify-content: space-between;
}
.mb-2 {
  margin-bottom: 2px;
}
.mb-4 {
  margin-bottom: 4px;
}
.mb-8 {
  margin-bottom: 8px;
}
.mb-25 {
  margin-bottom: 25px;
}
.mr-2 {
  margin-right: 2px;
}
.mr-4 {
  margin-right: 4px;
}
.mr-8 {
  margin-right: 8px;
}
.mr-25 {
  margin-right: 25px;
}
.ml-2 {
  margin-left: 2px;
}
.ml-4 {
  margin-left: 4px;
}
.ml-8 {
  margin-left: 8px;
}
.ml-25 {
  margin-left: 25px;
}
.mt-2 {
  margin-top: 2px;
}
.mt-4 {
  margin-top: 4px;
}
.mt-8 {
  margin-top: 8px;
}
.mt-25 {
  margin-top: 25px;
}
.text-centered {
  text-align: center;
}
@font-face {
  font-family: 'Aeonik';
  src: url('https://assets-cdn.vistarmedia.com/fonts/Aeonik/Aeonik-Regular.woff2') format('woff2'), url('https://assets-cdn.vistarmedia.com/fonts/Aeonik/Aeonik-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aeonik';
  src: url('https://assets-cdn.vistarmedia.com/fonts/Aeonik/Aeonik-Medium.woff2') format('woff2'), url('https://assets-cdn.vistarmedia.com/fonts/Aeonik/Aeonik-Medium.woff') format('woff');
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: 'Aeonik Fono';
  src: url('https://assets-cdn.vistarmedia.com/fonts/AeonikFono/AeonikFono-Bold.woff2') format('woff2'), url('https://assets-cdn.vistarmedia.com/fonts/AeonikFono/AeonikFono-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aeonik Fono';
  src: url('https://assets-cdn.vistarmedia.com/fonts/AeonikFono/AeonikFono-Regular.woff2') format('woff2'), url('https://assets-cdn.vistarmedia.com/fonts/AeonikFono/AeonikFono-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
:root {
  --sidebar-expanded-width: 224px;
  --sidebar-collapsed-width: 56px;
}
html,
body {
  width: 100%;
  height: 100%;
  background: #eaebeb !important;
}
.main-container {
  width: 100%;
  height: 100%;
}
.wrapper.no-sidebar .content-wrapper,
.wrapper.no-sidebar .right-side,
.wrapper.no-sidebar .main-footer {
  margin-left: 0;
}
.form-group .Select-placeholder {
  color: #999999;
}
#cortex-fleet {
  height: 100%;
}
/**
 * React Select
 * ============
 * Created by Jed Watson and Joss Mackison for KeystoneJS, http://www.keystonejs.com/
 * https://twitter.com/jedwatson https://twitter.com/jossmackison https://twitter.com/keystonejs
 * MIT License: https://github.com/keystonejs/react-select
*/
.Select {
  position: relative;
}
.Select,
.Select div,
.Select input,
.Select span {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.Select.is-disabled > .Select-control {
  background-color: #f9f9f9;
}
.Select.is-disabled > .Select-control:hover {
  box-shadow: none;
}
.Select.is-disabled .Select-arrow-zone {
  cursor: default;
  pointer-events: none;
}
.Select-control {
  background-color: #fff;
  border-color: #d9d9d9 #ccc #b3b3b3;
  border-radius: 4px;
  border: 1px solid #ccc;
  color: #333;
  cursor: default;
  display: table;
  height: 36px;
  outline: none;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.Select-control:hover {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}
.is-searchable.is-open > .Select-control {
  cursor: text;
}
.is-open > .Select-control {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background: #fff;
  border-color: #b3b3b3 #ccc #d9d9d9;
}
.is-open > .Select-control > .Select-arrow {
  border-color: transparent transparent #999;
  border-width: 0 5px 5px;
}
.is-searchable.is-focused:not(.is-open) > .Select-control {
  cursor: text;
}
.is-focused:not(.is-open) > .Select-control {
  border-color: #007eff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(0, 126, 255, 0.1);
}
.Select-placeholder,
:not(.Select--multi) > .Select-control .Select-value {
  bottom: 0;
  color: #555;
  left: 0;
  line-height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  right: 0;
  top: 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.has-value:not(.Select--multi) > .Select-control > .Select-value .Select-value-label,
.has-value.is-pseudo-focused:not(.Select--multi) > .Select-control > .Select-value .Select-value-label {
  color: #333;
}
.has-value:not(.Select--multi) > .Select-control > .Select-value a.Select-value-label,
.has-value.is-pseudo-focused:not(.Select--multi) > .Select-control > .Select-value a.Select-value-label {
  cursor: pointer;
  text-decoration: none;
}
.has-value:not(.Select--multi) > .Select-control > .Select-value a.Select-value-label:hover,
.has-value.is-pseudo-focused:not(.Select--multi) > .Select-control > .Select-value a.Select-value-label:hover,
.has-value:not(.Select--multi) > .Select-control > .Select-value a.Select-value-label:focus,
.has-value.is-pseudo-focused:not(.Select--multi) > .Select-control > .Select-value a.Select-value-label:focus {
  color: #007eff;
  outline: none;
  text-decoration: underline;
}
.Select-input {
  height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
}
.Select-input > input {
  background: none transparent;
  border: 0 none;
  box-shadow: none;
  cursor: default;
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  height: 34px;
  margin: 0;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
}
.is-focused .Select-input > input {
  cursor: text;
}
.has-value.is-pseudo-focused .Select-input {
  opacity: 0;
}
.Select-control:not(.is-searchable) > .Select-input {
  outline: none;
}
.Select-loading-zone {
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 16px;
}
.Select-loading {
  -webkit-animation: Select-animation-spin 400ms infinite linear;
  -o-animation: Select-animation-spin 400ms infinite linear;
  animation: Select-animation-spin 400ms infinite linear;
  width: 16px;
  height: 16px;
  box-sizing: border-box;
  border-radius: 50%;
  border: 2px solid #ccc;
  border-right-color: #333;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.Select-clear-zone {
  -webkit-animation: Select-animation-fadeIn 200ms;
  -o-animation: Select-animation-fadeIn 200ms;
  animation: Select-animation-fadeIn 200ms;
  color: #999;
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 17px;
}
.Select-clear-zone:hover {
  color: #D0021B;
}
.Select-clear {
  display: inline-block;
  font-size: 18px;
  line-height: 1;
}
.Select--multi .Select-clear-zone {
  width: 17px;
}
.Select-arrow-zone {
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 25px;
  padding-right: 5px;
}
.Select-arrow {
  border-color: #999 transparent transparent;
  border-style: solid;
  border-width: 5px 5px 2.5px;
  display: inline-block;
  height: 0;
  width: 0;
}
.is-open .Select-arrow,
.Select-arrow-zone:hover > .Select-arrow {
  border-top-color: #666;
}
@-webkit-keyframes Select-animation-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes Select-animation-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.Select-menu-outer {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-top-color: #e6e6e6;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  margin-top: -1px;
  max-height: 200px;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 1;
  -webkit-overflow-scrolling: touch;
}
.Select-menu {
  max-height: 198px;
  overflow-y: auto;
}
.Select-option {
  box-sizing: border-box;
  background-color: #fff;
  color: #666666;
  cursor: pointer;
  display: block;
  padding: 8px 10px;
}
.Select-option:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.Select-option.is-focused {
  background-color: rgba(0, 126, 255, 0.08);
  color: #333;
}
.Select-option.is-disabled {
  color: #cccccc;
  cursor: default;
}
.Select-noresults {
  box-sizing: border-box;
  color: #999999;
  cursor: default;
  display: block;
  padding: 8px 10px;
}
.Select--multi .Select-input {
  vertical-align: middle;
  margin-left: 10px;
  padding: 0;
}
.Select--multi.has-value .Select-input {
  margin-left: 5px;
}
.Select--multi .Select-value {
  background-color: rgba(0, 126, 255, 0.08);
  border-radius: 2px;
  border: 1px solid rgba(0, 126, 255, 0.24);
  color: #007eff;
  display: inline-block;
  font-size: 0.9em;
  line-height: 1.4;
  margin-left: 5px;
  margin-top: 5px;
  vertical-align: top;
}
.Select--multi .Select-value-icon,
.Select--multi .Select-value-label {
  display: inline-block;
  vertical-align: middle;
}
.Select--multi .Select-value-label {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
  cursor: default;
  padding: 2px 5px;
}
.Select--multi a.Select-value-label {
  color: #007eff;
  cursor: pointer;
  text-decoration: none;
}
.Select--multi a.Select-value-label:hover {
  text-decoration: underline;
}
.Select--multi .Select-value-icon {
  cursor: pointer;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  border-right: 1px solid rgba(0, 126, 255, 0.24);
  padding: 1px 5px 3px;
}
.Select--multi .Select-value-icon:hover,
.Select--multi .Select-value-icon:focus {
  background-color: rgba(0, 113, 230, 0.08);
  color: #0071e6;
}
.Select--multi .Select-value-icon:active {
  background-color: rgba(0, 126, 255, 0.24);
}
.Select--multi.is-disabled .Select-value {
  background-color: #fcfcfc;
  border: 1px solid #e3e3e3;
  color: #333;
}
.Select--multi.is-disabled .Select-value-icon {
  cursor: not-allowed;
  border-right: 1px solid #e3e3e3;
}
.Select--multi.is-disabled .Select-value-icon:hover,
.Select--multi.is-disabled .Select-value-icon:focus,
.Select--multi.is-disabled .Select-value-icon:active {
  background-color: #fcfcfc;
}
@keyframes Select-animation-spin {
  to {
    transform: rotate(1turn);
  }
}
@-webkit-keyframes Select-animation-spin {
  to {
    -webkit-transform: rotate(1turn);
  }
}

.react-toggle {
  touch-action: pan-x;

  display: inline-block;
  position: relative;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  padding: 0;

  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-tap-highlight-color: transparent;
}

.react-toggle-screenreader-only {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.react-toggle--disabled {
  cursor: not-allowed;
  opacity: 0.5;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}

.react-toggle-track {
  width: 50px;
  height: 24px;
  padding: 0;
  border-radius: 30px;
  background-color: #4D4D4D;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.react-toggle:hover:not(.react-toggle--disabled) .react-toggle-track {
  background-color: #000000;
}

.react-toggle--checked .react-toggle-track {
  background-color: #19AB27;
}

.react-toggle--checked:hover:not(.react-toggle--disabled) .react-toggle-track {
  background-color: #128D15;
}

.react-toggle-track-check {
  position: absolute;
  width: 14px;
  height: 10px;
  top: 0px;
  bottom: 0px;
  margin-top: auto;
  margin-bottom: auto;
  line-height: 0;
  left: 8px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease;
  -moz-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.react-toggle--checked .react-toggle-track-check {
  opacity: 1;
  -webkit-transition: opacity 0.25s ease;
  -moz-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.react-toggle-track-x {
  position: absolute;
  width: 10px;
  height: 10px;
  top: 0px;
  bottom: 0px;
  margin-top: auto;
  margin-bottom: auto;
  line-height: 0;
  right: 10px;
  opacity: 1;
  -webkit-transition: opacity 0.25s ease;
  -moz-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.react-toggle--checked .react-toggle-track-x {
  opacity: 0;
}

.react-toggle-thumb {
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  position: absolute;
  top: 1px;
  left: 1px;
  width: 22px;
  height: 22px;
  border: 1px solid #4D4D4D;
  border-radius: 50%;
  background-color: #FAFAFA;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.react-toggle--checked .react-toggle-thumb {
  left: 27px;
  border-color: #19AB27;
}

.react-toggle--focus .react-toggle-thumb {
  -webkit-box-shadow: 0px 0px 3px 2px #0099E0;
  -moz-box-shadow: 0px 0px 3px 2px #0099E0;
  box-shadow: 0px 0px 2px 3px #0099E0;
}

.react-toggle:active:not(.react-toggle--disabled) .react-toggle-thumb {
  -webkit-box-shadow: 0px 0px 5px 5px #0099E0;
  -moz-box-shadow: 0px 0px 5px 5px #0099E0;
  box-shadow: 0px 0px 5px 5px #0099E0;
}



/*# sourceMappingURL=main.css.map*/