@charset "UTF-8";
/* Imports */
@import url(//fonts.googleapis.com/css?family=Lato:300,400,700);
/* For Alert Queue 
$panel-bg:                    #27353b;
$panel-body-padding:          0;
$panel-border-radius:         $border-radius-base;

// Border color for elements within panels
$panel-inner-border:          #ddd;
$panel-footer-bg:             #f5f5f5;

$panel-default-text:          #fff;
$panel-default-border:        #27353b;
$panel-default-heading-bg:    #374851;

$panel-primary-text:          #fff;
$panel-primary-border:        $brand-primary;
$panel-primary-heading-bg:    $brand-primary;
*/
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
@import "bootstrap-switch.min.css";
@import "map_box.css";
@import url("//fonts.googleapis.com/css?family=Montserrat:300,400,500,700,900");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300&display=swap");

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

a {
  background: transparent;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "“" "”" "‘" "’";
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 2cm 0.5cm;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  select {
    background: #fff !important;
  }

  .navbar {
    display: none;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .btn>.caret,
  .dropup>.btn>.caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Lato", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #222222;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #0a5a78;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #042531;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 0;
}

.img-thumbnail,
.thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #ddd;
}

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

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

cite {
  font-style: normal;
}

.text-muted {
  color: #999999;
}

.text-primary {
  color: #0a5a78;
}

.text-primary:hover {
  color: #063749;
}

.text-warning {
  color: #F69844;
}

.text-warning:hover {
  color: #f47d13;
}

.text-danger {
  color: #fd7566;
}

.text-danger:hover {
  color: #fc4834;
}

.text-success {
  color: #83B944;
}

.text-success:hover {
  color: #699436;
}

.text-info {
  color: #5bc0de;
}

.text-info:hover {
  color: #31b0d5;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Lato", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  line-height: 1.1;
  color: inherit;
}

h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small,
.h1 small,
.h1 .small,
.h2 small,
.h2 .small,
.h3 small,
.h3 .small,
.h4 small,
.h4 .small,
.h5 small,
.h5 .small,
.h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}

h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small {
  font-size: 65%;
}

h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small {
  font-size: 75%;
}

h1,
.h1 {
  font-size: 24px;
}

h2,
.h2 {
  font-size: 18px;
}

h3,
.h3 {
  font-size: 18px;
}

h4,
.h4 {
  font-size: 16px;
}

h5,
.h5 {
  font-size: 16px;
}

h6,
.h6 {
  font-size: 12px;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #ddd;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled,
.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline>li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

.list-inline>li:first-child {
  padding-left: 0;
}

dl {
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.428571429;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .dl-horizontal dd {
    margin-left: 180px;
  }

  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }

  .dl-horizontal dd:after {
    clear: both;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}

abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #ddd;
}

blockquote p {
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}

blockquote p:last-child {
  margin-bottom: 0;
}

blockquote small {
  display: block;
  line-height: 1.428571429;
  color: #6f6f6f;
}

blockquote small:before {
  content: "— ";
}

blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #ddd;
  border-left: 0;
}

blockquote.pull-right p,
blockquote.pull-right small,
blockquote.pull-right .small {
  text-align: right;
}

blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: "";
}

blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: " —";
}

blockquote:before,
blockquote:after {
  content: "";
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 0;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container:before,
.container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.container:after {
  clear: both;
}

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

.row:before,
.row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.row:after {
  clear: both;
}

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

.col-xs-12,
.col-xs-11,
.col-xs-10,
.col-xs-9,
.col-xs-8,
.col-xs-7,
.col-xs-6,
.col-xs-5,
.col-xs-4,
.col-xs-3,
.col-xs-2,
.col-xs-1 {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: 0%;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: 0%;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }

  .col-sm-12,
  .col-sm-11,
  .col-sm-10,
  .col-sm-9,
  .col-sm-8,
  .col-sm-7,
  .col-sm-6,
  .col-sm-5,
  .col-sm-4,
  .col-sm-3,
  .col-sm-2,
  .col-sm-1 {
    float: left;
  }

  .col-sm-1 {
    width: 8.3333333333%;
  }

  .col-sm-2 {
    width: 16.6666666667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.3333333333%;
  }

  .col-sm-5 {
    width: 41.6666666667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.3333333333%;
  }

  .col-sm-8 {
    width: 66.6666666667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.3333333333%;
  }

  .col-sm-11 {
    width: 91.6666666667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: 0%;
  }

  .col-sm-pull-1 {
    right: 8.3333333333%;
  }

  .col-sm-pull-2 {
    right: 16.6666666667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.3333333333%;
  }

  .col-sm-pull-5 {
    right: 41.6666666667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.3333333333%;
  }

  .col-sm-pull-8 {
    right: 66.6666666667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.3333333333%;
  }

  .col-sm-pull-11 {
    right: 91.6666666667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: 0%;
  }

  .col-sm-push-1 {
    left: 8.3333333333%;
  }

  .col-sm-push-2 {
    left: 16.6666666667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.3333333333%;
  }

  .col-sm-push-5 {
    left: 41.6666666667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.3333333333%;
  }

  .col-sm-push-8 {
    left: 66.6666666667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.3333333333%;
  }

  .col-sm-push-11 {
    left: 91.6666666667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }

  .col-md-12,
  .col-md-11,
  .col-md-10,
  .col-md-9,
  .col-md-8,
  .col-md-7,
  .col-md-6,
  .col-md-5,
  .col-md-4,
  .col-md-3,
  .col-md-2,
  .col-md-1 {
    float: left;
  }

  .col-md-1 {
    width: 8.3333333333%;
  }

  .col-md-2 {
    width: 16.6666666667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.3333333333%;
  }

  .col-md-5 {
    width: 41.6666666667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.3333333333%;
  }

  .col-md-8 {
    width: 66.6666666667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.3333333333%;
  }

  .col-md-11 {
    width: 91.6666666667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: 0%;
  }

  .col-md-pull-1 {
    right: 8.3333333333%;
  }

  .col-md-pull-2 {
    right: 16.6666666667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.3333333333%;
  }

  .col-md-pull-5 {
    right: 41.6666666667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.3333333333%;
  }

  .col-md-pull-8 {
    right: 66.6666666667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.3333333333%;
  }

  .col-md-pull-11 {
    right: 91.6666666667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: 0%;
  }

  .col-md-push-1 {
    left: 8.3333333333%;
  }

  .col-md-push-2 {
    left: 16.6666666667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.3333333333%;
  }

  .col-md-push-5 {
    left: 41.6666666667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.3333333333%;
  }

  .col-md-push-8 {
    left: 66.6666666667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.3333333333%;
  }

  .col-md-push-11 {
    left: 91.6666666667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }

  .col-lg-12,
  .col-lg-11,
  .col-lg-10,
  .col-lg-9,
  .col-lg-8,
  .col-lg-7,
  .col-lg-6,
  .col-lg-5,
  .col-lg-4,
  .col-lg-3,
  .col-lg-2,
  .col-lg-1 {
    float: left;
  }

  .col-lg-1 {
    width: 8.3333333333%;
  }

  .col-lg-2 {
    width: 16.6666666667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.3333333333%;
  }

  .col-lg-5 {
    width: 41.6666666667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.3333333333%;
  }

  .col-lg-8 {
    width: 66.6666666667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.3333333333%;
  }

  .col-lg-11 {
    width: 91.6666666667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: 0%;
  }

  .col-lg-pull-1 {
    right: 8.3333333333%;
  }

  .col-lg-pull-2 {
    right: 16.6666666667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.3333333333%;
  }

  .col-lg-pull-5 {
    right: 41.6666666667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.3333333333%;
  }

  .col-lg-pull-8 {
    right: 66.6666666667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.3333333333%;
  }

  .col-lg-pull-11 {
    right: 91.6666666667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: 0%;
  }

  .col-lg-push-1 {
    left: 8.3333333333%;
  }

  .col-lg-push-2 {
    left: 16.6666666667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.3333333333%;
  }

  .col-lg-push-5 {
    left: 41.6666666667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.3333333333%;
  }

  .col-lg-push-8 {
    left: 66.6666666667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.3333333333%;
  }

  .col-lg-push-11 {
    left: 91.6666666667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

table {
  max-width: 100%;
  background-color: transparent;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  margin-bottom: 20px;
}

.table>thead>tr>th,
.table>thead>tr>td,
.table>tbody>tr>th,
.table>tbody>tr>td,
.table>tfoot>tr>th,
.table>tfoot>tr>td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table>thead>tr>th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.table>caption+thead>tr:first-child>th,
.table>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>th,
.table>thead:first-child>tr:first-child>td {
  border-top: 0;
}

.table>tbody+tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #fff;
}

.table-condensed>thead>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tbody>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>tfoot>tr>td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>tfoot>tr>td {
  border: 1px solid #ddd;
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
  border-bottom-width: 2px;
}

.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
  background-color: #f9f9f9;
}

.table-hover>tbody>tr:hover>td,
.table-hover>tbody>tr:hover>th {
  background-color: #f5f5f5;
}

table col[class*=col-] {
  float: none;
  display: table-column;
}

table td[class*=col-],
table th[class*=col-] {
  float: none;
  display: table-cell;
}

.table>thead>tr>td.active,
.table>thead>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th {
  background-color: #f5f5f5;
}

.table>thead>tr>td.success,
.table>thead>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>tfoot>tr.success>td,
.table>tfoot>tr.success>th {
  background-color: #dff0d8;
}

.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover,
.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr.success:hover>th {
  background-color: #d0e9c6;
}

.table>thead>tr>td.danger,
.table>thead>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th {
  background-color: #f2dede;
}

.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover,
.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr.danger:hover>th {
  background-color: #ebcccc;
}

.table>thead>tr>td.warning,
.table>thead>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>tfoot>tr.warning>td,
.table>tfoot>tr.warning>th {
  background-color: #fcf8e3;
}

.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover,
.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr.warning:hover>th {
  background-color: #faf2cc;
}

@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive>.table {
    margin-bottom: 0;
  }

  .table-responsive>.table>thead>tr>th,
  .table-responsive>.table>thead>tr>td,
  .table-responsive>.table>tbody>tr>th,
  .table-responsive>.table>tbody>tr>td,
  .table-responsive>.table>tfoot>tr>th,
  .table-responsive>.table>tfoot>tr>td {
    white-space: nowrap;
  }

  .table-responsive>.table-bordered {
    border: 0;
  }

  .table-responsive>.table-bordered>thead>tr>th:first-child,
  .table-responsive>.table-bordered>thead>tr>td:first-child,
  .table-responsive>.table-bordered>tbody>tr>th:first-child,
  .table-responsive>.table-bordered>tbody>tr>td:first-child,
  .table-responsive>.table-bordered>tfoot>tr>th:first-child,
  .table-responsive>.table-bordered>tfoot>tr>td:first-child {
    border-left: 0;
  }

  .table-responsive>.table-bordered>thead>tr>th:last-child,
  .table-responsive>.table-bordered>thead>tr>td:last-child,
  .table-responsive>.table-bordered>tbody>tr>th:last-child,
  .table-responsive>.table-bordered>tbody>tr>td:last-child,
  .table-responsive>.table-bordered>tfoot>tr>th:last-child,
  .table-responsive>.table-bordered>tfoot>tr>td:last-child {
    border-right: 0;
  }

  .table-responsive>.table-bordered>tbody>tr:last-child>th,
  .table-responsive>.table-bordered>tbody>tr:last-child>td,
  .table-responsive>.table-bordered>tfoot>tr:last-child>th,
  .table-responsive>.table-bordered>tfoot>tr:last-child>td {
    border-bottom: 0;
  }
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}

input[type=file] {
  display: block;
}

select[multiple],
select[size] {
  height: auto;
}

select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit;
}

input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  height: auto;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #6f6f6f;
  vertical-align: middle;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #6f6f6f;
  vertical-align: middle;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control:-moz-placeholder {
  color: #999999;
}

.form-control::-moz-placeholder {
  color: #999999;
}

.form-control:-ms-input-placeholder {
  color: #999999;
}

.form-control::-webkit-input-placeholder {
  color: #999999;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  vertical-align: middle;
}

.radio label,
.checkbox label {
  display: inline;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

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

.radio+.radio,
.checkbox+.checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline+.radio-inline,
.checkbox-inline+.checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type=radio][disabled],
fieldset[disabled] input[type=radio],
input[type=checkbox][disabled],
fieldset[disabled] input[type=checkbox],
.radio[disabled],
fieldset[disabled] .radio,
.radio-inline[disabled],
fieldset[disabled] .radio-inline,
.checkbox[disabled],
fieldset[disabled] .checkbox,
.checkbox-inline[disabled],
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.input-sm,
.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}

select.input-sm,
.input-group-sm>select.form-control,
.input-group-sm>select.input-group-addon,
.input-group-sm>.input-group-btn>select.btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm,
.input-group-sm>textarea.form-control,
.input-group-sm>textarea.input-group-addon,
.input-group-sm>.input-group-btn>textarea.btn {
  height: auto;
}

.input-lg,
.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0;
}

select.input-lg,
.input-group-lg>select.form-control,
.input-group-lg>select.input-group-addon,
.input-group-lg>.input-group-btn>select.btn {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg,
.input-group-lg>textarea.form-control,
.input-group-lg>textarea.input-group-addon,
.input-group-lg>.input-group-btn>textarea.btn {
  height: auto;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #F69844;
}

.has-warning .form-control {
  border-color: #F69844;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #f47d13;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fbcea5;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fbcea5;
}

.has-warning .input-group-addon {
  color: #F69844;
  border-color: #F69844;
  background-color: #fcf8e3;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #fd7566;
}

.has-error .form-control {
  border-color: #fd7566;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #fc4834;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fed0cb;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fed0cb;
}

.has-error .input-group-addon {
  color: #fd7566;
  border-color: #fd7566;
  background-color: #f2dede;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #83B944;
}

.has-success .form-control {
  border-color: #83B944;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #699436;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #b4d58e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #b4d58e;
}

.has-success .input-group-addon {
  color: #83B944;
  border-color: #83B944;
  background-color: #dff0d8;
}

.form-control-static {
  margin-bottom: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #626262;
}

@media (min-width: 768px) {

  .form-inline .form-group,
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .form-control,
  .navbar-form .form-control {
    display: inline-block;
  }

  .form-inline .radio,
  .navbar-form .radio,
  .form-inline .checkbox,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }

  .form-inline .radio input[type=radio],
  .navbar-form .radio input[type=radio],
  .form-inline .checkbox input[type=checkbox],
  .navbar-form .checkbox input[type=checkbox] {
    float: none;
    margin-left: 0;
  }
}

.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.form-horizontal .form-group:after {
  clear: both;
}

.form-horizontal .form-control-static {
  padding-top: 7px;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
}

.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-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.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-default {
  color: #333333;
  background-color: #e7e7e7;
  border-color: #dadada;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active {
  color: #333333;
  background-color: lightgray;
  border-color: #bbbbbb;
}

.open .btn-default.dropdown-toggle {
  color: #333333;
  background-color: lightgray;
  border-color: #bbbbbb;
}

.btn-default:active,
.btn-default.active {
  background-image: none;
}

.open .btn-default.dropdown-toggle {
  background-image: none;
}

.btn-default.disabled,
.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled:active,
.btn-default.disabled.active,
.btn-default[disabled],
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled]:active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default.active {
  background-color: #e7e7e7;
  border-color: #dadada;
}

.btn-primary {
  color: #fff;
  background-color: #0a5a78;
  border-color: #084860;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
  color: #fff;
  background-color: #073e52;
  border-color: #031e28;
}

.open .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #073e52;
  border-color: #031e28;
}

.btn-primary:active,
.btn-primary.active {
  background-image: none;
}

.open .btn-primary.dropdown-toggle {
  background-image: none;
}

.btn-primary.disabled,
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled:active,
.btn-primary.disabled.active,
.btn-primary[disabled],
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
  background-color: #0a5a78;
  border-color: #084860;
}

.btn-warning {
  color: #fff;
  background-color: #F69844;
  border-color: #f58b2c;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active {
  color: #fff;
  background-color: #f4831d;
  border-color: #d96c0a;
}

.open .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #f4831d;
  border-color: #d96c0a;
}

.btn-warning:active,
.btn-warning.active {
  background-image: none;
}

.open .btn-warning.dropdown-toggle {
  background-image: none;
}

.btn-warning.disabled,
.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled:active,
.btn-warning.disabled.active,
.btn-warning[disabled],
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning.active {
  background-color: #F69844;
  border-color: #f58b2c;
}

.btn-danger {
  color: #fff;
  background-color: #fd7566;
  border-color: #fd5e4d;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active {
  color: #fff;
  background-color: #fc513e;
  border-color: #fc2810;
}

.open .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #fc513e;
  border-color: #fc2810;
}

.btn-danger:active,
.btn-danger.active {
  background-image: none;
}

.open .btn-danger.dropdown-toggle {
  background-image: none;
}

.btn-danger.disabled,
.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled:active,
.btn-danger.disabled.active,
.btn-danger[disabled],
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger.active {
  background-color: #fd7566;
  border-color: #fd5e4d;
}

.btn-success {
  color: #fff;
  background-color: #83B944;
  border-color: #76a63d;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active {
  color: #fff;
  background-color: #6e9b39;
  border-color: #567a2d;
}

.open .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #6e9b39;
  border-color: #567a2d;
}

.btn-success:active,
.btn-success.active {
  background-image: none;
}

.open .btn-success.dropdown-toggle {
  background-image: none;
}

.btn-success.disabled,
.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled:active,
.btn-success.disabled.active,
.btn-success[disabled],
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled]:active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success.active {
  background-color: #83B944;
  border-color: #76a63d;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active {
  color: #fff;
  background-color: #39b3d7;
  border-color: #269abc;
}

.open .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #39b3d7;
  border-color: #269abc;
}

.btn-info:active,
.btn-info.active {
  background-image: none;
}

.open .btn-info.dropdown-toggle {
  background-image: none;
}

.btn-info.disabled,
.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled:active,
.btn-info.disabled.active,
.btn-info[disabled],
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled]:active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-link {
  color: #0a5a78;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
  color: #042531;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}

.btn-lg,
.btn-group-lg>.btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0;
}

.btn-sm,
.btn-group-sm>.btn,
.btn-xs,
.btn-group-xs>.btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}

.btn-xs,
.btn-group-xs>.btn {
  padding: 1px 5px;
}

.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.btn-block+.btn-block {
  margin-top: 5px;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

@font-face {
  font-family: "Glyphicons Halflings";
  src: url("../fonts/glyphicons-halflings-regular.eot");
  src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon:empty {
  width: 1em;
}

.glyphicon-asterisk:before {
  content: "*";
}

.glyphicon-plus:before {
  content: "+";
}

.glyphicon-euro:before {
  content: "€";
}

.glyphicon-minus:before {
  content: "−";
}

.glyphicon-cloud:before {
  content: "☁";
}

.glyphicon-envelope:before {
  content: "✉";
}

.glyphicon-pencil:before {
  content: "✏";
}

.glyphicon-glass:before {
  content: "";
}

.glyphicon-music:before {
  content: "";
}

.glyphicon-search:before {
  content: "";
}

.glyphicon-heart:before {
  content: "";
}

.glyphicon-star:before {
  content: "";
}

.glyphicon-star-empty:before {
  content: "";
}

.glyphicon-user:before {
  content: "";
}

.glyphicon-film:before {
  content: "";
}

.glyphicon-th-large:before {
  content: "";
}

.glyphicon-th:before {
  content: "";
}

.glyphicon-th-list:before {
  content: "";
}

.glyphicon-ok:before {
  content: "";
}

.glyphicon-remove:before {
  content: "";
}

.glyphicon-zoom-in:before {
  content: "";
}

.glyphicon-zoom-out:before {
  content: "";
}

.glyphicon-off:before {
  content: "";
}

.glyphicon-signal:before {
  content: "";
}

.glyphicon-cog:before {
  content: "";
}

.glyphicon-trash:before {
  content: "";
}

.glyphicon-home:before {
  content: "";
}

.glyphicon-file:before {
  content: "";
}

.glyphicon-time:before {
  content: "";
}

.glyphicon-road:before {
  content: "";
}

.glyphicon-download-alt:before {
  content: "";
}

.glyphicon-download:before {
  content: "";
}

.glyphicon-upload:before {
  content: "";
}

.glyphicon-inbox:before {
  content: "";
}

.glyphicon-play-circle:before {
  content: "";
}

.glyphicon-repeat:before {
  content: "";
}

.glyphicon-refresh:before {
  content: "";
}

.glyphicon-list-alt:before {
  content: "";
}

.glyphicon-lock:before {
  content: "";
}

.glyphicon-flag:before {
  content: "";
}

.glyphicon-headphones:before {
  content: "";
}

.glyphicon-volume-off:before {
  content: "";
}

.glyphicon-volume-down:before {
  content: "";
}

.glyphicon-volume-up:before {
  content: "";
}

.glyphicon-qrcode:before {
  content: "";
}

.glyphicon-barcode:before {
  content: "";
}

.glyphicon-tag:before {
  content: "";
}

.glyphicon-tags:before {
  content: "";
}

.glyphicon-book:before {
  content: "";
}

.glyphicon-bookmark:before {
  content: "";
}

.glyphicon-print:before {
  content: "";
}

.glyphicon-camera:before {
  content: "";
}

.glyphicon-font:before {
  content: "";
}

.glyphicon-bold:before {
  content: "";
}

.glyphicon-italic:before {
  content: "";
}

.glyphicon-text-height:before {
  content: "";
}

.glyphicon-text-width:before {
  content: "";
}

.glyphicon-align-left:before {
  content: "";
}

.glyphicon-align-center:before {
  content: "";
}

.glyphicon-align-right:before {
  content: "";
}

.glyphicon-align-justify:before {
  content: "";
}

.glyphicon-list:before {
  content: "";
}

.glyphicon-indent-left:before {
  content: "";
}

.glyphicon-indent-right:before {
  content: "";
}

.glyphicon-facetime-video:before {
  content: "";
}

.glyphicon-picture:before {
  content: "";
}

.glyphicon-map-marker:before {
  content: "";
}

.glyphicon-adjust:before {
  content: "";
}

.glyphicon-tint:before {
  content: "";
}

.glyphicon-edit:before {
  content: "";
}

.glyphicon-share:before {
  content: "";
}

.glyphicon-check:before {
  content: "";
}

.glyphicon-move:before {
  content: "";
}

.glyphicon-step-backward:before {
  content: "";
}

.glyphicon-fast-backward:before {
  content: "";
}

.glyphicon-backward:before {
  content: "";
}

.glyphicon-play:before {
  content: "";
}

.glyphicon-pause:before {
  content: "";
}

.glyphicon-stop:before {
  content: "";
}

.glyphicon-forward:before {
  content: "";
}

.glyphicon-fast-forward:before {
  content: "";
}

.glyphicon-step-forward:before {
  content: "";
}

.glyphicon-eject:before {
  content: "";
}

.glyphicon-chevron-left:before {
  content: "";
}

.glyphicon-chevron-right:before {
  content: "";
}

.glyphicon-plus-sign:before {
  content: "";
}

.glyphicon-minus-sign:before {
  content: "";
}

.glyphicon-remove-sign:before {
  content: "";
}

.glyphicon-ok-sign:before {
  content: "";
}

.glyphicon-question-sign:before {
  content: "";
}

.glyphicon-info-sign:before {
  content: "";
}

.glyphicon-screenshot:before {
  content: "";
}

.glyphicon-remove-circle:before {
  content: "";
}

.glyphicon-ok-circle:before {
  content: "";
}

.glyphicon-ban-circle:before {
  content: "";
}

.glyphicon-arrow-left:before {
  content: "";
}

.glyphicon-arrow-right:before {
  content: "";
}

.glyphicon-arrow-up:before {
  content: "";
}

.glyphicon-arrow-down:before {
  content: "";
}

.glyphicon-share-alt:before {
  content: "";
}

.glyphicon-resize-full:before {
  content: "";
}

.glyphicon-resize-small:before {
  content: "";
}

.glyphicon-exclamation-sign:before {
  content: "";
}

.glyphicon-gift:before {
  content: "";
}

.glyphicon-leaf:before {
  content: "";
}

.glyphicon-fire:before {
  content: "";
}

.glyphicon-eye-open:before {
  content: "";
}

.glyphicon-eye-close:before {
  content: "";
}

.glyphicon-warning-sign:before {
  content: "";
}

.glyphicon-plane:before {
  content: "";
}

.glyphicon-calendar:before {
  content: "";
}

.glyphicon-random:before {
  content: "";
}

.glyphicon-comment:before {
  content: "";
}

.glyphicon-magnet:before {
  content: "";
}

.glyphicon-chevron-up:before {
  content: "";
}

.glyphicon-chevron-down:before {
  content: "";
}

.glyphicon-retweet:before {
  content: "";
}

.glyphicon-shopping-cart:before {
  content: "";
}

.glyphicon-folder-close:before {
  content: "";
}

.glyphicon-folder-open:before {
  content: "";
}

.glyphicon-resize-vertical:before {
  content: "";
}

.glyphicon-resize-horizontal:before {
  content: "";
}

.glyphicon-hdd:before {
  content: "";
}

.glyphicon-bullhorn:before {
  content: "";
}

.glyphicon-bell:before {
  content: "";
}

.glyphicon-certificate:before {
  content: "";
}

.glyphicon-thumbs-up:before {
  content: "";
}

.glyphicon-thumbs-down:before {
  content: "";
}

.glyphicon-hand-right:before {
  content: "";
}

.glyphicon-hand-left:before {
  content: "";
}

.glyphicon-hand-up:before {
  content: "";
}

.glyphicon-hand-down:before {
  content: "";
}

.glyphicon-circle-arrow-right:before {
  content: "";
}

.glyphicon-circle-arrow-left:before {
  content: "";
}

.glyphicon-circle-arrow-up:before {
  content: "";
}

.glyphicon-circle-arrow-down:before {
  content: "";
}

.glyphicon-globe:before {
  content: "";
}

.glyphicon-wrench:before {
  content: "";
}

.glyphicon-tasks:before {
  content: "";
}

.glyphicon-filter:before {
  content: "";
}

.glyphicon-briefcase:before {
  content: "";
}

.glyphicon-fullscreen:before {
  content: "";
}

.glyphicon-dashboard:before {
  content: "";
}

.glyphicon-paperclip:before {
  content: "";
}

.glyphicon-heart-empty:before {
  content: "";
}

.glyphicon-link:before {
  content: "";
}

.glyphicon-phone:before {
  content: "";
}

.glyphicon-pushpin:before {
  content: "";
}

.glyphicon-usd:before {
  content: "";
}

.glyphicon-gbp:before {
  content: "";
}

.glyphicon-sort:before {
  content: "";
}

.glyphicon-sort-by-alphabet:before {
  content: "";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "";
}

.glyphicon-sort-by-order:before {
  content: "";
}

.glyphicon-sort-by-order-alt:before {
  content: "";
}

.glyphicon-sort-by-attributes:before {
  content: "";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "";
}

.glyphicon-unchecked:before {
  content: "";
}

.glyphicon-expand:before {
  content: "";
}

.glyphicon-collapse-down:before {
  content: "";
}

.glyphicon-collapse-up:before {
  content: "";
}

.glyphicon-log-in:before {
  content: "";
}

.glyphicon-flash:before {
  content: "";
}

.glyphicon-log-out:before {
  content: "";
}

.glyphicon-new-window:before {
  content: "";
}

.glyphicon-record:before {
  content: "";
}

.glyphicon-save:before {
  content: "";
}

.glyphicon-open:before {
  content: "";
}

.glyphicon-saved:before {
  content: "";
}

.glyphicon-import:before {
  content: "";
}

.glyphicon-export:before {
  content: "";
}

.glyphicon-send:before {
  content: "";
}

.glyphicon-floppy-disk:before {
  content: "";
}

.glyphicon-floppy-saved:before {
  content: "";
}

.glyphicon-floppy-remove:before {
  content: "";
}

.glyphicon-floppy-save:before {
  content: "";
}

.glyphicon-floppy-open:before {
  content: "";
}

.glyphicon-credit-card:before {
  content: "";
}

.glyphicon-transfer:before {
  content: "";
}

.glyphicon-cutlery:before {
  content: "";
}

.glyphicon-header:before {
  content: "";
}

.glyphicon-compressed:before {
  content: "";
}

.glyphicon-earphone:before {
  content: "";
}

.glyphicon-phone-alt:before {
  content: "";
}

.glyphicon-tower:before {
  content: "";
}

.glyphicon-stats:before {
  content: "";
}

.glyphicon-sd-video:before {
  content: "";
}

.glyphicon-hd-video:before {
  content: "";
}

.glyphicon-subtitles:before {
  content: "";
}

.glyphicon-sound-stereo:before {
  content: "";
}

.glyphicon-sound-dolby:before {
  content: "";
}

.glyphicon-sound-5-1:before {
  content: "";
}

.glyphicon-sound-6-1:before {
  content: "";
}

.glyphicon-sound-7-1:before {
  content: "";
}

.glyphicon-copyright-mark:before {
  content: "";
}

.glyphicon-registration-mark:before {
  content: "";
}

.glyphicon-cloud-download:before {
  content: "";
}

.glyphicon-cloud-upload:before {
  content: "";
}

.glyphicon-tree-conifer:before {
  content: "";
}

.glyphicon-tree-deciduous:before {
  content: "";
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid #000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-bottom: 0 dotted;
}

.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.2);
}

.dropdown-menu>li>a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #555;
  white-space: nowrap;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #eee;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #fd7566;
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
  color: #999999;
}

.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: not-allowed;
}

.open>.dropdown-menu {
  display: block;
}

.open>a {
  outline: 0;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #999999;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right>.dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0 dotted;
  border-bottom: 4px solid #000;
  content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
}

.btn-default .caret {
  border-top-color: #333333;
}

.btn-primary .caret,
.btn-success .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret {
  border-top-color: #fff;
}

.dropup .btn-default .caret {
  border-bottom-color: #333333;
}

.dropup .btn-primary .caret,
.dropup .btn-success .caret,
.dropup .btn-warning .caret,
.dropup .btn-danger .caret,
.dropup .btn-info .caret {
  border-bottom-color: #fff;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group>.btn,
.btn-group-vertical>.btn {
  position: relative;
  float: left;
}

.btn-group>.btn:hover,
.btn-group>.btn:focus,
.btn-group>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn:hover,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn.active {
  z-index: 2;
}

.btn-group>.btn:focus,
.btn-group-vertical>.btn:focus {
  outline: none;
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
  margin-left: -1px;
}

.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.btn-toolbar:after {
  clear: both;
}

.btn-toolbar .btn-group {
  float: left;
}

.btn-toolbar>.btn+.btn,
.btn-toolbar>.btn+.btn-group,
.btn-toolbar>.btn-group+.btn,
.btn-toolbar>.btn-group+.btn-group {
  margin-left: 5px;
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group>.btn:first-child {
  margin-left: 0;
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group>.btn-group {
  float: left;
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
  border-radius: 0;
}

.btn-group>.btn-group:first-child>.btn:last-child,
.btn-group>.btn-group:first-child>.dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group>.btn-group:last-child>.btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group>.btn+.dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group>.btn-lg+.dropdown-toggle,
.btn-group-lg.btn-group>.btn+.dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-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-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret,
.btn-group-lg>.btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret,
.dropup .btn-group-lg>.btn .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical>.btn-group:before,
.btn-group-vertical>.btn-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.btn-group-vertical>.btn-group:after {
  clear: both;
}

.btn-group-vertical>.btn-group>.btn {
  float: none;
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
  border-radius: 0;
}

.btn-group-vertical>.btn-group:first-child>.btn:last-child,
.btn-group-vertical>.btn-group:first-child>.dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn-group:last-child>.btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.btn-group-justified .btn {
  float: none;
  display: table-cell;
  width: 1%;
}

[data-toggle=buttons]>.btn>input[type=radio],
[data-toggle=buttons]>.btn>input[type=checkbox] {
  display: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group.col {
  float: none;
  padding-left: 0;
  padding-right: 0;
}

.input-group .form-control {
  width: 100%;
  margin-bottom: 0;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #6f6f6f;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 0;
}

.input-group-addon.input-sm,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 0;
}

.input-group-addon.input-lg,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 0;
}

.input-group-addon input[type=radio],
.input-group-addon input[type=checkbox] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.dropdown-toggle,
.input-group-btn:first-child>.btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  white-space: nowrap;
}

.input-group-btn:first-child>.btn {
  margin-right: -1px;
}

.input-group-btn:last-child>.btn {
  margin-left: -1px;
}

.input-group-btn>.btn {
  position: relative;
}

.input-group-btn>.btn+.btn {
  margin-left: -4px;
}

.input-group-btn>.btn:hover,
.input-group-btn>.btn:active {
  z-index: 2;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.nav:before,
.nav:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.nav:after {
  clear: both;
}

.nav>li {
  position: relative;
  display: block;
}

.nav>li>a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav>li>a:hover,
.nav>li>a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.nav>li.disabled>a {
  color: #999999;
}

.nav>li.disabled>a:hover,
.nav>li.disabled>a:focus {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
  background-color: #eeeeee;
  border-color: #0a5a78;
}

.nav .open>a .caret,
.nav .open>a:hover .caret,
.nav .open>a:focus .caret {
  border-top-color: #042531;
  border-bottom-color: #042531;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav>li>a>img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid transparent;
}

.nav-tabs>li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs>li>a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 0 0 0 0;
}

.nav-tabs>li>a:hover {
  border-color: transparent transparent transparent;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
  color: #6f6f6f;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-pills>li {
  float: left;
}

.nav-pills>li>a {
  border-radius: 0;
}

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

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
  color: #fff;
  background-color: #fd7566;
}

.nav-pills>li.active>a .caret,
.nav-pills>li.active>a:hover .caret,
.nav-pills>li.active>a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

.nav-stacked>li {
  float: none;
}

.nav-stacked>li+li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified,
.nav-tabs.nav-justified {
  width: 100%;
}

.nav-justified>li,
.nav-tabs.nav-justified>li {
  float: none;
}

.nav-justified>li>a,
.nav-tabs.nav-justified>li>a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-justified>.dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {

  .nav-justified>li,
  .nav-tabs.nav-justified>li {
    display: table-cell;
    width: 1%;
  }

  .nav-justified>li>a,
  .nav-tabs.nav-justified>li>a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified,
.nav-tabs.nav-justified {
  border-bottom: 0;
}

.nav-tabs-justified>li>a,
.nav-tabs.nav-justified>li>a {
  margin-right: 0;
  border-radius: 0;
}

.nav-tabs-justified>.active>a,
.nav-tabs.nav-justified>.active>a,
.nav-tabs-justified>.active>a:hover,
.nav-tabs-justified>.active>a:focus {
  border: 1px solid transparent;
}

@media (min-width: 768px) {

  .nav-tabs-justified>li>a,
  .nav-tabs.nav-justified>li>a {
    border-bottom: 1px solid transparent;
    border-radius: 0 0 0 0;
  }

  .nav-tabs-justified>.active>a,
  .nav-tabs.nav-justified>.active>a,
  .nav-tabs-justified>.active>a:hover,
  .nav-tabs-justified>.active>a:focus {
    border-bottom-color: transparent;
  }
}

.tab-content>.tab-pane {
  display: none;
}

.tab-content>.active {
  display: block;
}

.nav .caret {
  border-top-color: #0a5a78;
  border-bottom-color: #0a5a78;
}

.nav a:hover .caret {
  border-top-color: #042531;
  border-bottom-color: #042531;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  min-height: 85px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

.navbar:before,
.navbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.navbar:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 0;
  }
}

.navbar-header:before,
.navbar-header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.navbar-header:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.navbar-collapse:after {
  clear: both;
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }

  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }

  .navbar-collapse.in {
    overflow-y: auto;
  }

  .navbar-collapse .navbar-nav.navbar-left:first-child {
    margin-left: -15px;
  }

  .navbar-collapse .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }

  .navbar-collapse .navbar-text:last-child {
    margin-right: 0;
  }
}

.container>.navbar-header,
.container>.navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {

  .container>.navbar-header,
  .container>.navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 768px) {

  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  padding: 32.5px 15px;
  font-size: 18px;
  line-height: 20px;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

@media (min-width: 768px) {
  .navbar>.container .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 25.5px;
  margin-bottom: 25.5px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar+.icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 16.25px -15px;
}

.navbar-nav>li>a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }

  .navbar-nav .open .dropdown-menu>li>a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }

  .navbar-nav .open .dropdown-menu>li>a {
    line-height: 20px;
  }

  .navbar-nav .open .dropdown-menu>li>a:hover,
  .navbar-nav .open .dropdown-menu>li>a:focus {
    background-image: none;
  }
}

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }

  .navbar-nav>li {
    float: left;
  }

  .navbar-nav>li>a {
    padding-top: 32.5px;
    padding-bottom: 32.5px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }

  .navbar-right {
    float: right !important;
  }
}

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 25.5px;
  margin-bottom: 25.5px;
}

@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}

@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.navbar-nav>li>.dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-nav.pull-right>li>.dropdown-menu,
.navbar-nav>li>.dropdown-menu.pull-right {
  left: auto;
  right: 0;
}

.navbar-btn {
  margin-top: 25.5px;
  margin-bottom: 25.5px;
}

.navbar-text {
  float: left;
  margin-top: 32.5px;
  margin-bottom: 32.5px;
}

@media (min-width: 768px) {
  .navbar-text {
    margin-left: 15px;
    margin-right: 15px;
  }
}

.navbar-default {
  background-color: #0a5a78;
  border-color: #074359;
}

.navbar-default .navbar-brand {
  color: #fff;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #fff;
}

.navbar-default .nav>li>a {
  color: #fff;
}

.navbar-default .nav>li>a:hover,
.navbar-default .nav>li>a:focus {
  color: #fff;
  background-color: #084D66;
}

.navbar-default .nav>.active>a,
.navbar-default .nav>.active>a:hover,
.navbar-default .nav>.active>a:focus {
  color: #fff;
  background-color: #084D66;
}

.navbar-default .nav>.disabled>a,
.navbar-default .nav>.disabled>a:hover,
.navbar-default .nav>.disabled>a:focus {
  color: #ccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: transparent;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #074359;
}

.navbar-default .navbar-nav>.dropdown>a:hover .caret,
.navbar-default .navbar-nav>.dropdown>a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
  background-color: #084D66;
  color: #fff;
}

.navbar-default .navbar-nav>.open>a .caret,
.navbar-default .navbar-nav>.open>a:hover .caret,
.navbar-default .navbar-nav>.open>a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

.navbar-default .navbar-nav>.dropdown>a .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #fff;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
    color: #fff;
    background-color: #084D66;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
    color: #fff;
    background-color: #084D66;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
  .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
    color: #ccc;
    background-color: transparent;
  }
}

.navbar-default .navbar-link {
  color: #fff;
}

.navbar-default .navbar-link:hover {
  color: #fff;
}

.navbar-inverse {
  background-color: #0a5a78;
  border-color: #063749;
}

.navbar-inverse .navbar-brand {
  color: #fff;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #fff;
}

.navbar-inverse .navbar-nav>li>a {
  color: #fff;
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
  color: #fff;
  background-color: #063749;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
  color: #fff;
  background-color: #063749;
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:hover,
.navbar-inverse .navbar-nav>.disabled>a:focus {
  color: #444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: transparent;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: transparent;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #074157;
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
  background-color: #063749;
  color: #fff;
}

.navbar-inverse .navbar-nav>.dropdown>a:hover .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

.navbar-inverse .navbar-nav>.dropdown>a .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

.navbar-inverse .navbar-nav>.open>a .caret,
.navbar-inverse .navbar-nav>.open>a:hover .caret,
.navbar-inverse .navbar-nav>.open>a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
    border-color: #063749;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
    color: #fff;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
    color: #fff;
    background-color: #063749;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
    color: #fff;
    background-color: #063749;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus {
    color: #444;
    background-color: transparent;
  }
}

.navbar-inverse .navbar-link {
  color: #fff;
}

.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 0;
}

.breadcrumb>li {
  display: inline-block;
}

.breadcrumb>li+li:before {
  content: "/ ";
  padding: 0 5px;
  color: #999999;
}

.breadcrumb>.active {
  color: #333333;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 0;
}

.pagination>li {
  display: inline;
}

.pagination>li>a,
.pagination>li>span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.428571429;
  text-decoration: none;
  background-color: transparent;
  border: 1px solid transparent;
  margin-left: -1px;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
  margin-left: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.pagination>li>a:hover,
.pagination>li>a:focus,
.pagination>li>span:hover,
.pagination>li>span:focus {
  background-color: #eeeeee;
}

.pagination>.active>a,
.pagination>.active>a:hover,
.pagination>.active>a:focus,
.pagination>.active>span,
.pagination>.active>span:hover,
.pagination>.active>span:focus {
  z-index: 2;
  color: #fff;
  background-color: #0a5a78;
  border-color: #0a5a78;
  cursor: default;
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
  color: #999999;
  background-color: transparent;
  border-color: transparent;
  cursor: not-allowed;
}

.pagination-lg>li>a,
.pagination-lg>li>span {
  padding: 10px 16px;
  font-size: 18px;
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.pagination-sm>li>a,
.pagination-sm>li>span {
  padding: 5px 10px;
  font-size: 12px;
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}

.pager:before,
.pager:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager li>a,
.pager li>span {
  display: inline-block;
  padding: 5px 14px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 3px;
}

.pager li>a:hover,
.pager li>a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.pager .next>a,
.pager .next>span {
  float: right;
}

.pager .previous>a,
.pager .previous>span {
  float: left;
}

.pager .disabled>a,
.pager .disabled>a:hover,
.pager .disabled>a:focus,
.pager .disabled>span {
  color: #999999;
  background-color: transparent;
  cursor: not-allowed;
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}

.label[href]:hover,
.label[href]:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label:empty {
  display: none;
}

.label-default {
  background-color: #999999;
}

.label-default[href]:hover,
.label-default[href]:focus {
  background-color: gray;
}

.label-primary {
  background-color: #0a5a78;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #063749;
}

.label-success {
  background-color: #83B944;
}

.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #699436;
}

.label-info {
  background-color: #5bc0de;
}

.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #F69844;
}

.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #f47d13;
}

.label-danger {
  background-color: #fd7566;
}

.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #fc4834;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #fd7566;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.btn .badge {
  position: relative;
  top: -1px;
}

a.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
  color: #fff;
  background-color: #fd7566;
}

.nav-pills>li>a>.badge {
  margin-left: 3px;
}

.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  font-size: 21px;
  font-weight: 200;
  line-height: 2.1428571435;
  color: inherit;
  background-color: #fafafa;
}

.jumbotron h1 {
  line-height: 1;
  color: inherit;
}

.jumbotron p {
  line-height: 1.4;
}

.container .jumbotron {
  border-radius: 0;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }

  .jumbotron h1 {
    font-size: 63px;
  }
}

.thumbnail {
  display: block;
  margin-bottom: 20px;
}

.thumbnail>img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.thumbnail .caption {
  padding: 9px;
  color: #222222;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #0a5a78;
}

.alert {
  padding: 15px;
  margin-bottom: 0;
  border: 0;
  border-radius: 0;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert>p,
.alert>ul {
  margin-bottom: 0;
}

.alert>p+p {
  margin-top: 5px;
}

.alert-dismissable {
  padding-right: 35px;
}

.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #83B944;
  border-color: #76a63d;
  color: #fff;
}

.alert-success hr {
  border-top-color: #699436;
}

.alert-success .alert-link {
  color: #e6e6e6;
}

.alert-info {
  background-color: #5bc0de;
  border-color: #3db5d8;
  color: #fff;
}

.alert-info hr {
  border-top-color: #2aabd2;
}

.alert-info .alert-link {
  color: #e6e6e6;
}

.alert-warning {
  background-color: #F69844;
  border-color: #f58b2c;
  color: #fff;
}

.alert-warning hr {
  border-top-color: #f47d13;
}

.alert-warning .alert-link {
  color: #e6e6e6;
}

.alert-danger {
  background-color: #fd7566;
  border-color: #fd5e4d;
  color: #fff;
}

.alert-danger hr {
  border-top-color: #fc4834;
}

.alert-danger .alert-link {
  color: #e6e6e6;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 40px 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #0a5a78;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress-striped .progress-bar {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #83B944;
}

.progress-striped .progress-bar-success {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #F69844;
}

.progress-striped .progress-bar-warning {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #fd7566;
}

.progress-striped .progress-bar-danger {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

.media,
.media .media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media-object {
  display: block;
}

.media-heading {
  margin: 0 0 5px;
}

.media>.pull-left {
  margin-right: 10px;
}

.media>.pull-right {
  margin-left: 10px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #27353b;
  border: 1px solid #27353b;
}

.list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.list-group-item>.badge {
  float: right;
}

.list-group-item>.badge+.badge {
  margin-right: 5px;
}

a.list-group-item {
  color: #fff;
}

a.list-group-item .list-group-item-heading {
  color: #fff;
}

a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #3b515a;
}

a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #fd7566;
  border-color: #fd7566;
}

a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}

a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: white;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-body:before,
.panel-body:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.panel-body:after {
  clear: both;
}

.panel>.list-group {
  margin-bottom: 0;
}

.panel>.list-group .list-group-item {
  border-width: 1px 0;
}

.panel>.list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.panel>.list-group .list-group-item:last-child {
  border-bottom: 0;
}

.panel-heading+.list-group .list-group-item:first-child {
  border-top-width: 0;
}

.panel>.table,
.panel>.table-responsive {
  margin-bottom: 0;
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive {
  border-top: 1px solid #ddd;
}

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
  border: 0;
}

.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child {
  border-left: 0;
}

.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child {
  border-right: 0;
}

.panel>.table-bordered>thead>tr:last-child>th,
.panel>.table-bordered>thead>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:last-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td {
  border-bottom: 0;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}

.panel-heading>.dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}

.panel-title>a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0;
  overflow: hidden;
}

.panel-group .panel+.panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading+.panel-collapse .panel-body {
  border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer+.panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #e6e6e6;
}

.panel-default>.panel-heading {
  color: #333333;
  background-color: #f6f6f6;
  border-color: #e6e6e6;
}

.panel-default>.panel-heading+.panel-collapse .panel-body {
  border-top-color: #e6e6e6;
}

.panel-default>.panel-heading>.dropdown .caret {
  border-color: #333333 transparent;
}

.panel-default>.panel-footer+.panel-collapse .panel-body {
  border-bottom-color: #e6e6e6;
}

.panel-primary {
  border-color: #0a5a78;
}

.panel-primary>.panel-heading {
  color: #fff;
  background-color: #0a5a78;
  border-color: #0a5a78;
}

.panel-primary>.panel-heading+.panel-collapse .panel-body {
  border-top-color: #0a5a78;
}

.panel-primary>.panel-heading>.dropdown .caret {
  border-color: #fff transparent;
}

.panel-primary>.panel-footer+.panel-collapse .panel-body {
  border-bottom-color: #0a5a78;
}

.panel-success {
  border-color: #76a63d;
}

.panel-success>.panel-heading {
  color: #83B944;
  background-color: #dff0d8;
  border-color: #76a63d;
}

.panel-success>.panel-heading+.panel-collapse .panel-body {
  border-top-color: #76a63d;
}

.panel-success>.panel-heading>.dropdown .caret {
  border-color: #83B944 transparent;
}

.panel-success>.panel-footer+.panel-collapse .panel-body {
  border-bottom-color: #76a63d;
}

.panel-warning {
  border-color: #f58b2c;
}

.panel-warning>.panel-heading {
  color: #F69844;
  background-color: #fcf8e3;
  border-color: #f58b2c;
}

.panel-warning>.panel-heading+.panel-collapse .panel-body {
  border-top-color: #f58b2c;
}

.panel-warning>.panel-heading>.dropdown .caret {
  border-color: #F69844 transparent;
}

.panel-warning>.panel-footer+.panel-collapse .panel-body {
  border-bottom-color: #f58b2c;
}

.panel-danger {
  border-color: #fd5e4d;
}

.panel-danger>.panel-heading {
  color: #fd7566;
  background-color: #f2dede;
  border-color: #fd5e4d;
}

.panel-danger>.panel-heading+.panel-collapse .panel-body {
  border-top-color: #fd5e4d;
}

.panel-danger>.panel-heading>.dropdown .caret {
  border-color: #fd7566 transparent;
}

.panel-danger>.panel-footer+.panel-collapse .panel-body {
  border-bottom-color: #fd5e4d;
}

.panel-info {
  border-color: #3db5d8;
}

.panel-info>.panel-heading {
  color: #5bc0de;
  background-color: #d9edf7;
  border-color: #3db5d8;
}

.panel-info>.panel-heading+.panel-collapse .panel-body {
  border-top-color: #3db5d8;
}

.panel-info>.panel-heading>.dropdown .caret {
  border-color: #5bc0de transparent;
}

.panel-info>.panel-footer+.panel-collapse .panel-body {
  border-bottom-color: #3db5d8;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #fafafa;
  border: 1px solid #e8e8e8;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 0;
}

.well-sm {
  padding: 9px;
  border-radius: 0;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-dialog {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  padding: 10px;
  z-index: 1050;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.428571429px;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

.modal-body {
  position: relative;
  padding: 20px;
}

.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer:before,
.modal-footer:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn+.btn {
  margin-left: 5px;
  margin-bottom: 0;
}

.modal-footer .btn-group .btn+.btn {
  margin-left: -1px;
}

.modal-footer .btn-block+.btn-block {
  margin-left: 0;
}

@media screen and (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}

.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}

.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #333333;
  border-radius: 0;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #333333;
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #333333;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #333333;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #333333;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #333333;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #333333;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #333333;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #333333;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #333333;
  background-clip: padding-box;
  border: 1px solid #333333;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}

.popover.top {
  margin-top: -10px;
}

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

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

.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #333333;
  border-bottom: 1px solid #262626;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover .arrow {
  border-width: 11px;
}

.popover .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: black;
  border-top-color: fadein(transparent, 5%);
  bottom: -11px;
}

.popover.top .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #333333;
}

.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: black;
  border-right-color: fadein(transparent, 5%);
}

.popover.right .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #333333;
}

.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: black;
  border-bottom-color: fadein(transparent, 5%);
  top: -11px;
}

.popover.bottom .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #333333;
}

.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: black;
  border-left-color: fadein(transparent, 5%);
}

.popover.left .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #333333;
  bottom: -10px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.carousel-inner>.item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
  display: block;
}

.carousel-inner>.active {
  left: 0;
}

.carousel-inner>.next,
.carousel-inner>.prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner>.next {
  left: 100%;
}

.carousel-inner>.prev {
  left: -100%;
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
  left: 0;
}

.carousel-inner>.active.left {
  left: -100%;
}

.carousel-inner>.active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-control.left {
  background-image: -webkit-gradient(linear, 0% top, 100% top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
}

.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-gradient(linear, 0% top, 100% top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
}

.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}

.carousel-control .icon-prev:before {
  content: "‹";
}

.carousel-control .icon-next:before {
  content: "›";
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}

.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {

  .carousel-control .glyphicons-chevron-left,
  .carousel-control .glyphicons-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }

  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }

  .carousel-indicators {
    bottom: 20px;
  }
}

.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs,
tr.visible-xs,
th.visible-xs,
td.visible-xs {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-xs.visible-sm {
    display: block !important;
  }

  tr.visible-xs.visible-sm {
    display: table-row !important;
  }

  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-xs.visible-md {
    display: block !important;
  }

  tr.visible-xs.visible-md {
    display: table-row !important;
  }

  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-xs.visible-lg {
    display: block !important;
  }

  tr.visible-xs.visible-lg {
    display: table-row !important;
  }

  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
    display: table-cell !important;
  }
}

.visible-sm,
tr.visible-sm,
th.visible-sm,
td.visible-sm {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-sm.visible-xs {
    display: block !important;
  }

  tr.visible-sm.visible-xs {
    display: table-row !important;
  }

  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-sm.visible-md {
    display: block !important;
  }

  tr.visible-sm.visible-md {
    display: table-row !important;
  }

  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-sm.visible-lg {
    display: block !important;
  }

  tr.visible-sm.visible-lg {
    display: table-row !important;
  }

  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important;
  }
}

.visible-md,
tr.visible-md,
th.visible-md,
td.visible-md {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-md.visible-xs {
    display: block !important;
  }

  tr.visible-md.visible-xs {
    display: table-row !important;
  }

  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-md.visible-sm {
    display: block !important;
  }

  tr.visible-md.visible-sm {
    display: table-row !important;
  }

  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-md.visible-lg {
    display: block !important;
  }

  tr.visible-md.visible-lg {
    display: table-row !important;
  }

  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important;
  }
}

.visible-lg,
tr.visible-lg,
th.visible-lg,
td.visible-lg {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-lg.visible-xs {
    display: block !important;
  }

  tr.visible-lg.visible-xs {
    display: table-row !important;
  }

  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-lg.visible-sm {
    display: block !important;
  }

  tr.visible-lg.visible-sm {
    display: table-row !important;
  }

  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-lg.visible-md {
    display: block !important;
  }

  tr.visible-lg.visible-md {
    display: table-row !important;
  }

  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

.hidden-xs {
  display: block !important;
}

tr.hidden-xs {
  display: table-row !important;
}

th.hidden-xs,
td.hidden-xs {
  display: table-cell !important;
}

@media (max-width: 767px) {

  .hidden-xs,
  tr.hidden-xs,
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {

  .hidden-xs.hidden-sm,
  tr.hidden-xs.hidden-sm,
  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {

  .hidden-xs.hidden-md,
  tr.hidden-xs.hidden-md,
  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {

  .hidden-xs.hidden-lg,
  tr.hidden-xs.hidden-lg,
  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important;
  }
}

.hidden-sm {
  display: block !important;
}

tr.hidden-sm {
  display: table-row !important;
}

th.hidden-sm,
td.hidden-sm {
  display: table-cell !important;
}

@media (max-width: 767px) {

  .hidden-sm.hidden-xs,
  tr.hidden-sm.hidden-xs,
  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {

  .hidden-sm,
  tr.hidden-sm,
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {

  .hidden-sm.hidden-md,
  tr.hidden-sm.hidden-md,
  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {

  .hidden-sm.hidden-lg,
  tr.hidden-sm.hidden-lg,
  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important;
  }
}

.hidden-md {
  display: block !important;
}

tr.hidden-md {
  display: table-row !important;
}

th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}

@media (max-width: 767px) {

  .hidden-md.hidden-xs,
  tr.hidden-md.hidden-xs,
  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {

  .hidden-md.hidden-sm,
  tr.hidden-md.hidden-sm,
  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {

  .hidden-md,
  tr.hidden-md,
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {

  .hidden-md.hidden-lg,
  tr.hidden-md.hidden-lg,
  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important;
  }
}

.hidden-lg {
  display: block !important;
}

tr.hidden-lg {
  display: table-row !important;
}

th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}

@media (max-width: 767px) {

  .hidden-lg.hidden-xs,
  tr.hidden-lg.hidden-xs,
  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {

  .hidden-lg.hidden-sm,
  tr.hidden-lg.hidden-sm,
  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {

  .hidden-lg.hidden-md,
  tr.hidden-lg.hidden-md,
  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {

  .hidden-lg,
  tr.hidden-lg,
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}

.visible-print,
tr.visible-print,
th.visible-print,
td.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }

  .hidden-print,
  tr.hidden-print,
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}

/* Custom Imports */
.color-cyan {
  color: cyan !important;
}

.h1-v7 {
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 28px;
  color: white;
}

.h2-v7 {
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 24px;
  color: white;
  margin-left: 10px;
  display: inline-block;
  margin-top: 5px;
}

.h3-v7 {
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 20px;
  color: white;
  display: inline-block;
}

.llr-switch {
  box-sizing: border-box;
  width: 45px;
  height: 20px;
}

.llr-switch .rail {
  background-color: lightgray;
  width: 35px;
  height: 10px;
  position: relative;
  top: 5px;
  left: 5px;
  border-radius: 10px;
}

.llr-switch .rail.off {
  background-color: lightgray;
}

.llr-switch .rail.on {
  background-color: cyan;
}

.llr-switch .knob {
  top: -10px;
  background-color: white;
  width: 20px;
  height: 20px;
  border-radius: 20px 20px 20px 20px;
  z-index: 1;
  position: relative;
  box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.2);
}

.llr-switch .knob.on {
  left: 25px;
  animation-name: turn-on-knob;
  animation-duration: 0.25s;
}

.llr-switch .knob.off {
  left: 0px;
  animation-name: turn-off-knob;
  animation-duration: 0.25s;
}

@keyframes turn-on-knob {
  from {
    left: 0px;
  }

  to {
    left: 25px;
  }
}

@keyframes turn-off-knob {
  from {
    left: 25px;
  }

  to {
    left: 0px;
  }
}

.llr-clear {
  z-index: 1000;
  width: 0;
  position: relative;
  right: 60px;
  display: flex;
  align-items: center;
}

.llr-clear.inline {
  display: inline-flex;
}

.llr-clear .icon-x {
  font-size: 20px;
}

.llr-clear .image-x {
  transform: scale(0.75);
}

.llr-snackbar {
  position: absolute;
  top: 0px;
  transition: top linear 0.3s;
}

.llr-snackbar.large {
  max-width: 90%;
  min-width: 50%;
  width: fit-content;
}

.llr-snackbar.small {
  width: fit-content;
}

.llr-snackbar a,
.llr-snackbar a:hover {
  cursor: pointer;
  color: white;
  text-decoration: underline;
  user-select: none;
}

.llr-snackbar .content {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.llr-snackbar .content>*:only-child {
  margin: 0 auto;
}

.llr-snackbar.ng-hide {
  display: block !important;
  top: -200px;
}

body {
  font-family: "Montserrat";
  min-height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: transparent;
}

html {
  height: 100%;
  background-color: #000000;
}

.shake {
  animation: shake 3s ease infinite;
}

@keyframes shake {

  0%,
  100% {
    -webkit-transform: translateX(0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(20px);
  }
}

::-webkit-scrollbar {
  width: 6px;
  height: 0px;
}

/* Track */
::-webkit-scrollbar-track {
  background-color: transparent;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #565662;
  border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #565662;
}

.v7 {
  font-size: 100%;
  font-family: "Montserrat" !important;
  color: #ffffff;
}

.up-title {
  color: #6161fa;
  margin-left: 10px;
  margin-bottom: 10px;
}

.side-title {
  text-transform: capitalize;
  font-size: 13px;
  margin-left: 5px;
  color: #ada7d4;
}

.modal-backdrop {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 1%, rgba(0, 0, 0, 0.65) 48%, #4b03dd 100%);
}

.modal-backdrop.in {
  opacity: 1;
}

/*Header*/

.v7-header .nav {
  background-color: #000000;
  margin-bottom: 0;
  padding: 0px 0px 35px 50px;
  list-style: none;
  position: relative;
  margin-left: 80px;
}

.v7-header .nav .nav-ul {
  padding-left: 0;
}

.v7-header .nav .nav-ul ul {
  list-style-type: none;
  padding: 0;
}

.v7-header .nav .nav-ul li {
  position: relative;
  padding: 0 30px;
}

.v7-header .nav .nav-ul li a {
  color: #818191;
  text-decoration: none;
  font-size: 13px;
  padding: 0;
  position: relative;
}

.v7-header .nav .nav-ul li a:hover {
  color: #ffffff;
}

.v7-header .nav .nav-ul li a.header-active-tab {
  color: #ffffff;
}

.v7-header .nav .nav-ul li a.header-active-tab::after {
  border-top: 1px #4b03dd;
  content: "";
  height: 5px;
  background: #4b03dd;
  position: absolute;
  top: -42px;
  left: -3px;
  right: -3px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.v7-header .nav .megamenu {
  position: absolute;
  right: 15px;
  top: 20px;
}

.v7-header .nav .megamenu .dropdown-menu {
  left: unset;
  right: 0;
  min-width: 933px;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 15px;
  box-shadow: 0 0 18px 2px rgba(45, 0, 137, 0.59);
  background-color: transparent;
  top: calc(100% + 5px);
}

.v7-header .nav .megamenu .dropdown-menu ul {
  margin: 0;
}

.v7-header .nav .megamenu .dropdown-menu ul:first-child {
  width: 70%;
  padding: 45px 40px 45px 75px;
  display: flex;
  flex-wrap: wrap;
  background-color: #32333c;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

.v7-header .nav .megamenu .dropdown-menu ul:first-child li {
  width: 50%;
}

.v7-header .nav .megamenu .dropdown-menu ul:first-child li:first-child,
.v7-header .nav .megamenu .dropdown-menu ul:first-child li:nth-child(2) {
  margin-bottom: 20px;
}

.v7-header .nav .megamenu .dropdown-menu ul:last-child {
  width: 30%;
  padding: 45px 75px 45px 40px;
  background-color: #282930;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  position: relative;
}

.v7-header .nav .megamenu .dropdown-menu ul:last-child li {
  align-items: center;
}

.v7-header .nav .megamenu .dropdown-menu ul:last-child li:not(:last-child) {
  margin-bottom: 15px;
}

.v7-header .nav .megamenu .dropdown-menu ul:last-child li:nth-last-child(2) {
  margin-bottom: 38px;
}

.v7-header .nav .megamenu .dropdown-menu ul:last-child li a {
  color: #ffffff;
  font-weight: normal;
  font-size: 14px;
}

.v7-header .nav .megamenu .dropdown-menu ul:last-child li a:hover {
  text-decoration: none;
  color: #ffffff;
}

.v7-header .nav .megamenu .dropdown-menu ul:last-child li:last-child {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #141416;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.v7-header .nav .megamenu .dropdown-menu ul:last-child li:last-child a {
  color: #818191;
}

.v7-header .nav .megamenu .dropdown-menu ul li {
  display: flex;
}

.v7-header .nav .megamenu .dropdown-menu ul li a:hover {
  text-decoration: none;
}

.v7-header .nav .megamenu .dropdown-menu ul li img {
  width: 46px;
  height: 46px;
  margin-right: 17px;
}

.v7-header .nav .megamenu .dropdown-menu ul li aside h5 {
  margin: 5px 0;
  color: #ffffff;
  font-weight: normal;
  font-size: 14px;
}

.v7-header .nav .megamenu .dropdown-menu ul li aside p {
  margin-bottom: 0;
  color: #8f8fa1;
  font-size: 13px;
  line-height: 20px;
}

.v7-header .nav .megamenu .dropdown-menu ul li aside p a {
  color: #8f8fa1;
  font-family: Montserrat;
  font-size: 13px;
}

.v7-header .nav .megamenu .dropdown-menu ul li aside p a:hover {
  text-decoration: none;
  color: #8f8fa1;
}

.v7-header .nav .megamenu.open .dropdown-menu {
  display: flex;
}

.v7-header .nav .megamenu .dropdown-toggle {
  width: 47px;
  height: 47px;
  background-color: transparent;
  border: none;
  padding: 0;
  color: #ffffff;
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #666186;
  border-radius: 15px;
}

.v7-header .nav .megamenu .dropdown-toggle img {
  width: 100%;
  height: 100%;
}

/* .v7-header::after {
  z-index: 10;
  position: fixed;
  width: 80px;
  content: " ";
  background-color: gray;
  top: 0;
  bottom: 0;
} */

.v7-header .v7-header__logo {
  z-index: 20;
  position: absolute;
  left: 17px;
  top: 26px;
}

.v7-header .v7-header__logo img {
  width: 43px;
  height: auto;
}

.header-close {
  text-align: right;
}

.header-back {
  overflow: auto;
}

.header-back .back-button {
  border-radius: 19px;
  text-transform: capitalize;
  padding: 8px 40px;
  border: 1px solid #666186;
  background-color: #141416;
  margin-left: -35px;
  margin-bottom: 30px;
  color: white;
}

.header-back .v7-button {
  float: left;
  margin-top: 23px;
  margin-left: 28px;
}

.header-back .dark-box-anchor {
  float: right;
}

/*General*/
.v7-search {
  background-color: #000000;
  display: inline-block;
  color: #ffffff;
  position: relative;
  height: 40px;
  min-width: 300px;
  border-radius: 8px;
}

.v7-search.small {
  min-width: 245px;
  width: 245px;
}

.v7-search .fa-search,
.v7-search .fa-map-marker {
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 16px;
  height: 16px;
  z-index: 10;
}

.v7-search>input {
  background-color: transparent;
  border: none;
  color: #ffffff;
  padding-left: 48px;
  height: 100%;
  width: 100%;
}

.v7-search>input:active,
.v7-search>input:focus {
  box-shadow: 0px 0px 3px 1px #4b02dd;
  border-radius: 8px;
}

.v7-search>input::placeholder {
  color: #818191;
}

.dropdown-search {
  display: inline-block;
  position: relative;
}

.dropdown-search .dropdown-search__container {
  position: absolute;
  max-height: 460px;
  background-color: #000000;
  box-shadow: -3px 8px 95px 2px rgba(21, 0, 64, 0.44);
  left: 0;
  right: 0;
  top: 36px;
  border-top: 1px solid #4b03dd;
  z-index: 1000;
}

a.v7-button {
  display: flex;
  align-items: center;
  justify-content: center;
}

a.v7-button:hover {
  text-decoration: none;
}

.v7-button {
  border-radius: 19px;
  padding: 0px 30px;
  border: none;
  min-height: 40px;
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.v7-button:disabled {
  cursor: not-allowed;
}

.v7-button.link-alike {
  background-color: transparent;
  min-height: auto;
  padding: 0;
  text-decoration: underline;
  color: #ada7d4;
}

.v7-button.link-alike.white {
  color: #ffffff;
}

.v7-button.gray {
  color: #ffffff;
  background-color: #242427;
}

.v7-button.green {
  background-color: #24a588;
  color: #ffffff;
}

.v7-button.light-gray {
  background-color: #313139;
  color: #ada7d4;
}

.v7-button.dark-gray {
  background-color: #1d1d21;
  color: #ada7d4;
}

.v7-button.pink {
  background-color: #ff3267;
  color: #ffffff;
}

.v7-button.pink-rounded {
  background-color: #f82e67;
  font-weight: 500;
  border-radius: 30px;
  min-height: 42px;
  min-width: 177px;
  line-height: 42px;
  color: #ffffff;
  box-shadow: 0 6px 13px 0px rgba(0, 0, 0, 0.77);
}

.v7-button.shadow {
  box-shadow: 0 6px 13px 0px rgba(0, 0, 0, 0.77);
}

.v7-button.icon .fa {
  font-size: 15px;
  margin-right: 10px;
}

.v7-button.icon img {
  width: 19px;
  height: auto;
  margin-right: 10px;
}

.v7-button.icon .fa-tag {
  transform: rotate(90deg);
  top: 3px;
}

.v7-button.icon:disabled .fa-trash-o {
  background-image: url("/assets-v7/images/delete-inactive@3x.png");
}

.v7-button.icon:disabled .fa-floppy-o {
  background-image: url("/assets-v7/images/template-inactive@3x.png");
}

.v7-button.icon:disabled .fa-envelope {
  background-image: url("/assets-v7/images/resend-inactive@3x.png");
}

.v7-button.img img {
  width: auto;
  height: 14px;
  margin-right: 10px;
}

.v7-button.small {
  min-height: 35px;
  padding: 0px 20px;
}

.v7-button.small.icon .fa {
  margin-right: 3px;
}

.v7-button.purple {
  background-color: #4b03dd;
  color: #ffffff;
}

.v7-button.pale-purple {
  background-color: mediumpurple;
  color: #ffffff;
}

.v7-button.pink-rounded:disabled,
.v7-button.purple:disabled {
  background-color: #818191;
  opacity: 0.8;
}

.v7-button.transparent {
  background-color: transparent;
  color: rgba(255, 255, 255, 0.5);
  border: 1px solid #565662;
}

.v7-button.transparent.purple {
  border-color: #4b03dd;
  color: #ffffff;
}

.v7-button.transparent.pink {
  border-color: #f82e67;
  color: #ffffff;
}

.v7-button.transparent.blue {
  border-color: #6d8df4;
  color: #ffffff;
}

.v7-button.transparent.grey {
  border-color: #565662;
  color: #565662;
}

.v7-button.transparent.grey .fa.white {
  color: #ffffff;
}

.v7-button.transparent.dark-purple {
  border-color: #666186;
  color: #666186;
}

.v7-button.transparent .white-text {
  color: #ffffff !important;
}

.v7-button.transparent .fa {
  color: #ffffff;
}

.v7-button.transparent .fa.purple {
  color: #6060f9;
}

.v7-button.transparent .fa.pink {
  color: #f82e67;
}

.v7-button.transparent.ready {
  border-color: #f82e67;
  color: #ffffff;
}

.v7-button.transparent:disabled {
  background-color: transparent;
  border-color: #3c394f;
  color: #3c394f;
}

.v7-button.transparent:disabled .fa {
  color: #3c394f;
}

.btn,
.btn-default {
  border-radius: 19px;
  padding: 0px 30px;
  border: none;
  min-height: 40px;
  font-size: 13px;
  background-color: #4b03dd;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn:disabled,
.btn-default:disabled {
  cursor: not-allowed;
}

.btn.btn-info:hover,
.btn.btn-info:focus,
.btn.btn-info:active,
.btn.btn-info.active,
.btn-default.btn-info:hover,
.btn-default.btn-info:focus,
.btn-default.btn-info:active,
.btn-default.btn-info.active {
  color: #ffffff;
  background-color: #4b03dd;
  border-color: #4b03dd;
}

.btn:hover,
.btn:focus,
.btn-default:hover,
.btn-default:focus {
  background-color: #4b03dd;
  color: #ffffff;
}

.button-dark,
.button-transpartent,
button-yoghurt {
  background-color: #000000;
  color: #666186;
  -webkit-border-radius: 19px;
  -moz-border-radius: 19px;
  border-radius: 19px;
  text-transform: capitalize;
  padding: 9px 52px;
  border: 1px solid #666186;
  background-color: #141416;
}

.button-dark:hover,
.button-transpartent:hover,
button-yoghurt:hover {
  border: 1px solid #f82e67;
  color: #ffffff;
}

.button-dark-purple-border {
  border: 1px solid #4b03dd;
  color: #ffffff;
}

.button-dark-purple-border:hover {
  border: 1px solid #4b03dd;
}

.button-yoghurt {
  padding-top: 10px;
  font-weight: normal;
  background: #666186;
}

.button-transpartent {
  font-weight: normal;
  background-color: inherit;
}

.button-response {
  background-color: #252528;
  color: #ada7d4;
  -webkit-border-radius: 19px;
  -moz-border-radius: 19px;
  border-radius: 19px;
  text-transform: capitalize;
  padding: 9px 50px;
  border: 1px solid #252528;
  width: 100%;
}

.button-response:hover {
  color: #ffffff;
}

.button-fa-icon {
  margin-left: -10px;
  padding-right: 10px;
}

.button-fa-icon-less-width {
  margin-left: -25px;
  padding-right: 10px;
}

.button-dark-purple {
  padding: 9px 0px !important;
  max-width: 150px;
  border: 1px solid #4b03dd !important;
  font-weight: normal;
  color: #666186;
}

.new-btn-large {
  font-size: 14px;
  font-weight: bold;
  height: 42px;
  width: 100%;
  border-radius: 22px;
}

.new-btn-dark-grey-100 {
  color: #ada7d4;
  background-color: #313131;
  border: 1px solid #313131;
}

.remove-button {
  border: 1px solid #f82e67 !important;
  color: #ffffff !important;
}

.full-pink-button {
  padding-top: 10px;
  color: #ffffff;
  background-color: #f82e67;
  border: 1px solid #f82e67;
  font-weight: normal !important;
}

span.btn-status-notif {
  border-radius: 5px;
  color: white;
  height: 26px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sorter-header {
  width: 100%;
  min-width: 100px;
}

.notif-status-0 {
  border: 1px #4800dc solid;
}

.notif-status-1 {
  border: 1px #289b8c solid;
  background: #289b8c;
}

.notif-status-2 {
  border: 1px #4b03dd solid;
  background: #4b03dd;
}

.notif-status-3 {
  border: 1px #f82e67 solid;
  background: #f82e67;
}

.notif-status-4 {
  border: 1px #5a5578 solid;
}

.v7-image {
  width: 100%;
  height: auto;
}

.v7-image-20 {
  width: 20px;
  height: auto;
}

label {
  height: auto;
  width: auto;
  color: #ada7d4;
  font-family: "Montserrat";
  font-size: 12px;
  font-weight: bold;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 10px;
  letter-spacing: 3px;
}

.label {
  display: inline-block;
}

.dark-form {
  height: 100%;
}

.dark-form .dark-form .shake-element {
  color: red;
  font-weight: bold;
  display: inline-block;
}

.dark-form .dark-form__step {
  height: 100%;
}

.dark-form .label-radio {
  color: #ada7d4;
  text-transform: capitalize !important;
  letter-spacing: 2px;
}

.dark-form .input-title {
  font-family: inherit;
  width: 100%;
  border: 0;
  border-bottom: 2px solid #4b03dd;
  outline: 0;
  font-size: 3rem;
  font-weight: 400;
  color: #ffffff;
  padding: 7px 0;
  background: transparent;
  transition: border-color 0.2s;
  caret-color: #ffffff;
  border-radius: 0;
}

.dark-form .input-title::placeholder {
  color: transparent;
}

.dark-form .input-title:placeholder-shown~.form__label {
  font-size: 1.3rem;
  cursor: text;
  top: 20px;
}

.dark-form .radio-item {
  display: inline-block;
  position: relative;
  padding: 0 6px;
  max-width: 160px;
}

.dark-form .radio-item input[type=radio] {
  display: none;
}

.dark-form .radio-item label {
  height: 14px;
  color: #ffffff;
  font-family: "Montserrat";
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
}

.dark-form .radio-item label:before {
  content: " ";
  display: inline-block;
  position: relative;
  top: 5px;
  margin: 0 11px 0 0;
  width: 20px;
  height: 20px;
  border-radius: 11px;
  border: 2px solid #6161fa;
  background-color: transparent;
}

.dark-form .radio-item .label-extra {
  margin-bottom: 1px;
  width: 100%;
}

.dark-form .radio-item input[type=radio]:checked+label:after {
  border-radius: 11px;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 11px;
  left: 12px;
  content: " ";
  display: block;
  background: #6161fa;
}

.dark-form select {
  background-color: #000000;
  color: #ffffff;
  font-size: 13px;
  border-radius: 4px;
  width: 40%;
}

.dark-form .input-black {
  background-color: #000;
  color: #565662;
  -webkit-border-radius: 8px;
  -moz-border-radius: 5px;
  border-radius: 6px;
  padding: 9px 15px;
  border: 1px solid #000;
  width: 100%;
  margin: 10px 0px;
}

.dark-form .input-dark {
  line-height: inherit;
  box-sizing: border-box;
  height: 58px;
  width: 100%;
  font-weight: bold;
  border: 1px solid #313139;
  background-color: #141416;
  color: #ffffff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 5px;
  border-radius: 8px;
  padding: 15px 15px;
}

.dark-form .input-dark label {
  font-weight: bold;
}

.dark-form .close-input-image {
  position: absolute;
  max-width: 23px;
  right: 4px;
  margin-top: 16px;
  cursor: pointer;
  z-index: 100;
}

.dark-form .button-dark,
.dark-form .button-transpartent,
.dark-form button-yoghurt {
  background-color: #000000;
  color: #666186;
  -webkit-border-radius: 19px;
  -moz-border-radius: 19px;
  border-radius: 19px;
  text-transform: capitalize;
  padding: 9px 52px;
  border: 1px solid #666186;
  background-color: #141416;
}

.dark-form .button-dark:not(.no-hover):hover,
.dark-form .button-transpartent:not(.no-hover):hover,
.dark-form button-yoghurt:not(.no-hover):hover {
  border: 1px solid #f82e67;
  color: #ffffff;
}

.dark-form .no-hover:hover {
  cursor: default;
}

.dark-form .button-yoghurt {
  padding-top: 10px;
  font-weight: normal;
  background: #666186;
}

.dark-form .button-transpartent {
  font-weight: normal;
  background-color: inherit;
}

.dark-form .button-response {
  background-color: #252528;
  color: #ada7d4;
  -webkit-border-radius: 19px;
  -moz-border-radius: 19px;
  border-radius: 19px;
  text-transform: capitalize;
  padding: 9px 50px;
  border: 1px solid #252528;
  width: 100%;
}

.dark-form .button-response:hover {
  color: #ffffff;
}

.dark-form .square-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.dark-form .rounded-box {
  border-radius: 15px;
  border: 1px solid #444;
  padding: 40px;
  width: 120px;
  height: 120px;
  min-height: 120px;
  margin-bottom: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.dark-form .rounded-box:hover {
  border: 1px solid #f82e67;
}

.dark-form .rounded-box-ready {
  border: 1px solid #33e2ff;
}

.dark-form .notification-ready {
  position: relative;
  right: -35px;
  top: -25px;
}

.dark-form .notification-ready img {
  height: auto;
  max-width: 20px;
  position: absolute;
  float: right;
}

.dark-form .rounded-box-title {
  text-align: center;
  font-weight: bold;
  color: #ffffff;
}

.dark-form .optional {
  font-style: italic;
  color: #40cbe4;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0;
  text-transform: lowercase;
}

.dark-form .char-counter {
  float: right;
  color: #5d5d5d;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0;
  text-transform: lowercase;
}

.dark-form .char-counter b {
  color: #ada7d4;
}

.dark-form span.green-span {
  float: right;
  color: #33e2ff;
  text-transform: initial;
  letter-spacing: 0;
  font-weight: 400;
}

.dark-form span.green-span.question-mark {
  margin-top: 1px;
  margin-left: 6px;
  background-color: rgba(51, 226, 255, 0.3);
  width: 18px;
  height: 18px;
  text-align: center;
  font-size: 15px;
  margin-bottom: 6px;
  border-radius: 25px;
  position: relative;
}

.dark-form span.green-span.question-mark.v7-tooltip .v7-tooltip__content.with-image {
  bottom: 24px;
  left: -50px;
  top: unset;
}

.dark-form .question-response::placeholder {
  font-style: oblique;
  font-weight: normal;
}

.dark-box-anchor {
  color: #ffffff;
  background: transparent;
  border: none;
}

.dark-box-anchor.no-margin {
  margin: 0;
}

.dark-box-anchor:hover {
  color: white;
  text-decoration: inherit;
}

.new-btn {
  font-size: 13px;
  font-weight: normal;
  height: 41px;
  min-width: 180px;
  border-radius: 22px;
  padding: 0 18px;
}

.new-btn:hover {
  color: #ffffff;
}

.new-btn.small {
  min-width: 150px;
}

.new-btn-purple {
  color: #ffffff;
  background-color: #4b03dd;
  border: 1px solid #4b03dd;
  font-weight: normal;
}

.new-btn-purple:hover {
  color: #ffffff;
}

.no-top-padding {
  padding-top: 0px;
}

.pointer {
  cursor: pointer;
}

.fill-available-space {
  width: 100%;
  height: 100%;
}

.new-btn-all-red {
  border: 1px solid #f82e67;
  background: inherit !important;
  color: #f82e67;
}

.new-btn-dark-grey-footer {
  padding-top: 10px;
  color: #ada7d4;
  background-color: #2d2d31;
  border: 1px solid #2d2d31;
}

.new-btn-dark-grey {
  color: #ada7d4;
  background-color: #252528;
  border: 1px solid #252528;
  text-align: left;
}

.new-btn-grey {
  color: #ada7d4;
  background-color: #444;
  border: 1px solid #444;
}

.new-btn-ready {
  padding-top: 10px;
  border: 1px solid #4b03dd;
}

.v7-btn-img {
  margin-right: 15px;
  display: inline-block;
  width: 20px;
  height: auto;
  vertical-align: bottom;
}

.text-aside-button {
  margin-right: 10px;
  text-decoration: underline;
  font-size: 12px;
}

.v7-content {
  max-width: 1380px;
  position: relative;
  z-index: 20;
  border-radius: 20px;
  background-color: #141416;
  margin: auto;
}

@media (max-width: 1470px) {
  .v7-content {
    margin-right: 45px;
    margin-left: 45px;
  }
}

.v7-content.to-left {
  margin-left: 40px;
}

.v7-content.to-left.container {
  padding: 0;
}

.v7-content.clear-padding {
  padding: 0;
}

.v7-content.clear-padding .header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}

.v7-content.clear-padding .header .header-back .back-button {
  margin: 0;
}

.v7-content.clear-padding .dark-box {
  margin-top: 0;
  padding-right: 0;
  padding-left: 0;
}

.v7-content .dark-box {
  width: 100%;
  background-color: #141416;
  margin-top: 30px;
  position: relative;
  padding: 0 100px 140px 100px;
  border-radius: 20px;
}

.v7-content .dark-box .dark-box__footer {
  position: absolute;
  left: 100px;
  right: 100px;
  bottom: 50px;
  z-index: 20;
}

.v7-content .dark-box .dark-box__footer hr {
  margin: 0;
  border: none;
  border-top: none;
}

.v7-content .dark-box .dark-box__footer .progress-tabs {
  width: 25%;
  float: left;
  margin-top: 20px;
}

.v7-content .dark-box .dark-box__footer .progress-tabs:first-of-type {
  padding-left: 20px;
}

.v7-content .dark-box .dark-box__footer .progress-tabs:last-of-type {
  padding-right: 20px;
}

.v7-content .dark-box .dark-footer {
  color: #ffffff;
  font-size: 13px;
  line-height: 22px;
  cursor: pointer;
}

.v7-content .dark-box .dark-footer-active {
  color: #f82e67;
  text-decoration: underline;
}

.v7-content .dark-box .dark-footer-passed {
  color: #f82e67;
  text-decoration: underline;
}

.v7-content .dark-box .progress-tabs {
  display: flex;
}

.v7-content .dark-box .progress-tabs:last-of-type {
  justify-content: flex-end;
}

.v7-content .dark-box .progress-number {
  border: 1px solid #ffffff;
  background-color: #ffffff;
  color: #141416;
  border-radius: 22px;
  width: 20px;
  height: 20px;
  text-align: center;
  font-size: 13px;
  margin-right: 5px;
}

.v7-content .dark-box .progress-number-active {
  border: 1px solid #f82e67;
  background-color: #f82e67;
  color: #141416;
}

.v7-content .dark-box .progress-number-passed {
  color: #f82e67;
  border: 1px solid #f82e67;
  color: #141416;
}

.v7-content .dark-box img.tab-ready {
  width: 20px;
  position: relative;
  left: -1px;
  top: -1px;
}

.trumbowyg-box {
  border: none;
  min-height: 100px;
}

.trumbowyg-box svg {
  width: 17px;
  height: 100%;
  fill: #fff;
}

.trumbowyg-editor {
  border: none;
  min-height: 170px;
  height: 220px;
}

.trumbowyg-editor[contenteditable=true]:empty::before {
  content: attr(placeholder);
  color: #999;
}

.trumbowyg-button-pane {
  background: #242427;
}

.trumbowyg-button-pane .trumbowyg-button-group {
  background: #000;
  border-radius: 7px 7px;
  margin-right: 5px;
}

.trumbowyg-button-pane .trumbowyg-button-group::after {
  display: none;
}

.trumbowyg-button-pane button:not(.trumbowyg-disable):hover {
  background-color: #565662;
  outline: 0;
}

.trumbowyg-button-pane button:not(.trumbowyg-disable):focus {
  background-color: #565662;
  outline: 0;
}

.trumbowyg-button-pane button.trumbowyg-active {
  background-color: #565662;
}

.trumbowyg-button-pane::after {
  background: #242427;
}

.trumbowyg-button-pane .trumbowyg-open-dropdown.trumbowyg-textual-button {
  color: #fff;
}

.trumbowyg-overlay {
  opacity: 0;
}

.trumbowyg-modal.trumbowyg-fixed-top .trumbowyg-modal-box {
  background-color: #141416;
  border-radius: 10px;
  padding-bottom: 25px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}

.trumbowyg-modal.trumbowyg-fixed-top .trumbowyg-modal-box .trumbowyg-modal-title {
  font-weight: normal;
  color: #ffffff;
  background-color: transparent;
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 10px;
  border: none;
}

.trumbowyg-modal.trumbowyg-fixed-top .trumbowyg-modal-box form label .trumbowyg-input-infos span {
  background-color: transparent;
  color: #6161fa;
  border: none;
}

.trumbowyg-modal.trumbowyg-fixed-top .trumbowyg-modal-box form label input[type=file] {
  background: transparent;
  border: none;
  position: static;
}

.trumbowyg-modal.trumbowyg-fixed-top .trumbowyg-modal-box form label input[type=text] {
  background-color: #000000;
  color: #ffffff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 5px;
  border-radius: 6px;
  padding: 9px 15px;
  border: 1px solid #000000;
  width: 100%;
}

.trumbowyg-modal.trumbowyg-fixed-top .trumbowyg-modal-box form .trumbowyg-modal-button {
  font-family: "Montserrat";
  position: static;
  display: inline-flex;
}

.trumbowyg-modal.trumbowyg-fixed-top .trumbowyg-modal-box form .trumbowyg-modal-button.trumbowyg-modal-submit {
  border-radius: 19px;
  padding: 0px 30px;
  border: none;
  min-height: 40px;
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #4b03dd;
  color: #ffffff;
  float: right;
  margin-right: 31%;
  margin-top: 10px;
}

.trumbowyg-modal.trumbowyg-fixed-top .trumbowyg-modal-box form .trumbowyg-modal-button.trumbowyg-modal-reset {
  background-color: transparent;
  min-height: auto;
  padding: 0;
  text-decoration: underline;
  color: #ffffff;
  font-size: 14px;
  float: right;
  margin-right: -30px;
  margin-top: 10px;
}

.trumbowyg-modal svg {
  width: 17px;
  height: 100%;
  fill: #fff;
}

.trumbowyg-dropdown {
  min-width: 155px;
}

.trumbowyg-dropdown button svg {
  fill: #060606;
}

.trumbowyg-dropdown-align.trumbowyg-dropdown.trumbowyg-fixed-top {
  top: -154px !important;
}

.trumbowyg-dropdown-link.trumbowyg-dropdown.trumbowyg-fixed-top {
  top: -84px !important;
}

.trumbowyg-dropdown-foreColor.trumbowyg-dropdown.trumbowyg-fixed-top {
  top: -211px !important;
}

.trumbowyg-dropdown-formatting.trumbowyg-dropdown.trumbowyg-fixed-top {
  top: -225px !important;
}

.trumbowyg-dropdown-fontsize.trumbowyg-dropdown.trumbowyg-fixed-top {
  top: -225px !important;
}

.trumbowyg-dropdown-fontfamily.trumbowyg-dropdown.trumbowyg-fixed-top {
  top: -85px !important;
}

.trumbowyg-modal .trumbowyg-fixed-top {
  top: 400px !important;
}

.trumbowyg-modal-box label input {
  width: 50%;
}

/*groups*/
/*panel*/
.v7-content-square {
  margin-left: 90px;
}

.v7 .nav-tabs {
  margin-bottom: -20px;
}

.v7 .nav-tabs>li {
  float: left;
  margin-bottom: -1px;
  margin-right: 45px;
}

.v7 .nav-tabs>li>a {
  color: #ada7d4;
}

.v7 .nav-tabs>li a:hover {
  background: inherit;
}

.v7 .nav-tabs>li.active>a {
  background-color: #000;
  border: 0px solid #ddd;
  border-bottom: 4px solid #f82e67;
  color: #ffffff;
}

.add-new-asset-button {
  float: right !important;
  margin-top: -15px;
  position: relative;
}

.v7-panel {
  background-color: #141416;
  min-height: 500px;
  margin-left: -25px;
}

.v7-panel div.panel-body {
  padding: 30px;
}

.v7-panel .panel-heading {
  color: #ffffff;
  background-color: #141416;
  border-color: #141416 #e6e6e6;
}

.v7-panel .panel-default {
  border-color: #141416;
}

.v7-table thead th {
  color: #ada7d4;
  font-size: 12px;
}

.v7-table .poi-field {
  display: flex;
  justify-content: space-around;
  margin-bottom: 0px;
}

.v7-table>thead>tr>th {
  border-bottom: 1px solid #2e323f;
  margin-bottom: 20px;
}

.v7-table>tfoot>tr>td {
  border-top: 0px;
}

.v7-table tbody tr td {
  width: auto !important;
}

#table-width-auto tbody tr td {
  width: auto;
}

.general-icon {
  width: 20px;
  height: 20px;
  background: #3c394f;
  -webkit-mask: url("/assets-v7/images/group-grey@3x.png") center/contain no-repeat;
  margin-left: 15px;
  display: inline-block;
}

.general-icon.white {
  background-color: #ffffff;
}

.general-icon svg {
  width: 17px;
  height: 16px;
}

.v7-panel .v7-checkbox {
  vertical-align: inherit;
}

.v7-panel span.members {
  color: #ada7d4;
}

.members-right-arrow {
  width: auto;
  text-align: right;
}

.dark-list-scroll-search {
  border-radius: 9px 9px 0px 0px;
  background-color: black;
  border-bottom: 1px solid #4b03dd;
}

.dark-list-scroll {
  padding: 15px;
  border-radius: 0px 0px 10px 10px;
  background: #000;
  height: 200px;
  overflow-y: scroll;
}

.dark-list-scroll::-webkit-scrollbar {
  width: 5px;
}

.dark-list-scroll::-webkit-scrollbar-thumb {
  background-color: #2f3039;
}

.label-v7 {
  background: #3c394f;
  padding: 0px 15px 0px 10px;
  font-size: 13px;
  color: #ffffff;
  margin-right: -10px;
  min-height: 26px;
  line-height: 26px;
  border: 1px solid #3c394f;
  display: inline-block;
  border-radius: 5px;
}

.label-v7-close {
  padding: 0 5px;
  border: 1px solid #3c394f;
  color: #3c394f;
  background-color: #141416;
  margin-right: 7px;
  border-radius: 0px 5px 5px 0px;
  min-height: 26px;
  line-height: 26px;
  display: inline-block;
}

.hand-over {
  cursor: pointer;
}

#country-label-container {
  margin-bottom: 15px;
}

.odd-even-list {
  padding: 5px 10px;
  margin-left: 70px;
  margin-right: 70px;
}

.odd-even-list:nth-of-type(odd) {
  background-color: #17171c;
}

.odd-even-list:nth-of-type(even) {
  background-color: inherit;
}

.odd-even-list-header {
  padding: 5px 10px;
  margin-left: 84px;
  margin-right: 70px;
  border-bottom: 1px solid;
}

.odd-even-list span.user-data {
  margin-left: 20px;
}

#search-users-modal-input {
  padding-left: 55px;
  padding-right: 45px;
  box-shadow: 1px 0px 3px #4b03dd;
  height: 49px;
}

#search-users-modal-input-icon {
  position: absolute;
  left: 30px;
  top: calc(29% - 0.5em);
}

ul.group-bread-crumb li {
  list-style-type: none;
  display: flex;
  align-items: center;
}

ul.group-bread-crumb li:first-child a {
  text-decoration: underline;
  font-size: 15px;
  font-weight: 500;
}

ul.group-bread-crumb li:first-child::before {
  content: none;
  margin-left: 0px;
}

ul.group-bread-crumb {
  margin: 0;
  display: flex;
  align-items: center;
  padding: 0;
}

ul.group-bread-crumb.multiple-link li a {
  text-decoration: underline;
  font-size: 15px;
  font-weight: 500;
}

ul.group-bread-crumb li:before {
  content: "";
  margin-right: 10px;
  margin-left: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/assets-v7/images/caret-large-right@3x.png");
  height: 12px;
  width: 7px;
  display: inline-block;
}

ul.group-bread-crumb li.active {
  font-size: 22px;
  display: flex;
  align-items: center;
}

ul.group-bread-crumb li.groups a {
  color: #f82e67;
  text-decoration: underline;
}

.alert-v7 {
  position: absolute;
  z-index: 99999;
  width: 35%;
  top: 20px;
  border-radius: 7px;
  padding: 15px 20px;
  margin: 0 auto;
  left: 0;
  right: 0;
  font-size: 16px;
  text-align: center;
}

.alert-v7.small-alert {
  width: 230px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
}

.alert-danger-v7 {
  background-color: #f82e67;
  border-color: #f82e67;
}

.alert-success-v7 {
  background-color: #4b03dd;
  border-color: #4b03dd;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.alert-v7-container {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
}

.alert-v7-container .alert-v7 {
  text-align: center;
  position: static;
  width: auto;
  padding: 15px 35px;
  font-size: 14px;
}

#modal-close-body-content {
  width: 35%;
}

div#add-users-drop-options {
  right: 0;
  left: unset;
  position: absolute;
  box-shadow: 0px 2px 9px #4b03dd;
  background-color: #2f3039;
  border-radius: 10px;
  width: 290px;
  top: 50px;
  height: 113px;
  z-index: 1;
}

.as-place-holder {
  display: inline-block;
  height: 51px;
  line-height: 51px;
  width: 50%;
  font-weight: bold;
  border: 1px solid #313139;
  border-right: 0px;
  background-color: inherit;
  -webkit-border-radius: 8px;
  -moz-border-radius: 5px;
  border-radius: 8px 0px 0px 8px;
  padding: 0 25px;
  margin-bottom: 18px;
  text-align: left;
  position: relative;
  font-size: 12px;
  color: #ada7d4;
}

.as-place-holder.full {
  width: 100%;
}

.dark-form .input-transparent {
  line-height: inherit;
  box-sizing: border-box;
  height: 51px;
  width: 50%;
  font-weight: normal;
  border: 1px solid #313139;
  border-left: 0px;
  background-color: inherit;
  color: #ffffff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 5px;
  border-radius: 0px 8px 8px 0px;
  padding: 0 20px;
  margin-bottom: 18px;
  display: inline-block;
  text-align: right;
  font-size: 14px;
}

.dark-form .mask-telephone .input-transparent {
  width: 100%;
}

.dark-form .bordered-form-section {
  border: 1px solid #313139;
  height: 51px;
  border-radius: 0px 8px 8px 0px;
  display: flex;
  width: 50%;
  border-left: none;
}

.dark-form .bordered-form-section .input-transparent {
  margin-bottom: 0;
  border: none;
  height: 100%;
  width: 60%;
}

.dark-form .bordered-form-section .mask-telephone {
  width: 60%;
}

.dark-form .bordered-form-section .mask-telephone .input-transparent {
  width: 100%;
}

.dark-form .bordered-form-section .middle {
  width: 30%;
  border-right: 1px solid #313139;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 16px;
}

.input-transparent::-webkit-input-placeholder {
  text-align: left;
}

span.as-place-holder.as-place-holder-required::after {
  content: " *";
  color: #44d9f3;
}

.input-angle-down::after {
  position: absolute;
  right: 13px;
  color: #44d9f3;
  font-size: 19px;
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  top: 0;
  bottom: 0;
  position: absolute;
  height: 19px;
  margin: auto;
}

#mini-title-green-text {
  font-size: 12px;
  margin-left: 7px;
  color: #40ac9f;
}

#upload-user-batch {
  bottom: 0;
  left: 0;
  overflow-y: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999999;
  background: #220072;
  background-image: linear-gradient(black, #220072);
  opacity: 0.96;
}

#upload-user-batch .upload-icon {
  margin-bottom: 15px;
}

#upload-user-batch h2 {
  color: white;
  font-size: 24px;
  font-weight: bold;
}

#upload-user-batch .exit-modal-batch {
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 40%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  max-width: 370px;
  border-radius: 7px;
  text-align: center;
  color: white;
  opacity: 1;
}

.header-batch {
  color: #6161fa;
  font-weight: bold;
  margin-bottom: 30px;
}

.header-batch2 {
  color: #ada7d4;
  font-weight: 400;
  margin-bottom: 20px;
}

.send-app-invite {
  padding-left: 15px;
}

#upload-user-batch h1 {
  color: white;
  font-weight: bold;
  margin-bottom: 30px;
  margin-top: 3px;
}

div#batch-table-container {
  width: 450px;
  background-color: #364882;
  margin-left: -9.5%;
  border-radius: 10px 10px 10px 10px;
  opacity: 0.8;
  height: 260px;
}

.batch-table-container-title {
  height: 58px;
  color: #e1ddf9;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  background-color: #6d8df4;
  opacity: 0.9;
  width: 450px;
  padding-top: 20px;
  border-radius: 10px 10px 0px 0px;
}

.batch-table-container-content {
  margin: 20px 20px 20px -10px;
  height: 130px;
}

.batch-table-container-content .radio-item input[type=radio]:checked+label:after {
  border-radius: 11px;
  width: 8px;
  height: 8px;
  margin-top: -14px;
  margin-left: 6px;
  content: " ";
  display: block;
  background: #6161fa;
}

.batch-table-container-content .radio-item label:before {
  content: " ";
  display: inline-block;
  position: relative;
  top: 5px;
  margin: 0 11px 0 0;
  width: 20px;
  height: 20px;
  border-radius: 11px;
  border: 2px solid #6161fa;
  background-color: transparent;
}

.batch-table-container-content .radio-item label.marked:before {
  border: 2px solid #6161fa;
}

.batch-table-container-content .radio-item input[type=radio] {
  display: none;
}

.batch-table-container-content ul {
  display: inline-block;
  text-align: left;
  vertical-align: top;
}

.batch-table-container-btn {
  border-radius: 25px;
  border: 1px solid #4b03dd;
  padding: 10px;
  margin-bottom: 20px;
  margin-top: 40px;
  max-width: 250px;
  margin-left: 58px;
}

.line-down {
  padding-left: 30px;
  text-align: left;
  margin-left: 10%;
  margin-right: 2%;
  border-bottom: 1px white solid;
  margin-top: 15px;
  margin-bottom: 10px;
}

.radio-upload-container {
  text-align: left;
  margin-left: 15%;
  padding-top: 7px;
}

.text-on-radio-upload-content {
  color: white;
  font-family: inherit;
  text-transform: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: 500;
  margin-bottom: -5px;
  letter-spacing: inherit;
  margin-left: -5px;
}

*:focus {
  outline: none;
}

.email-table {
  color: #ada7d4;
  text-decoration: underline;
}

.sort-column i.fa {
  position: absolute;
  margin-left: 10px;
}

.principal-search-input {
  padding-left: 30px !important;
  height: 40px;
}

.i-icon-search {
  position: absolute;
  left: 25px;
  top: calc(12% - 0.5em);
}

.i-icon-search-x {
  font-size: 25px;
  margin-top: 10px;
  margin-right: 5px;
}

#do-search-modal {
  height: 30px;
}

.red-fa-icon {
  color: #f82e67;
}

.user-details {
  color: #ada7d4;
}

.user-details .groups {
  background-color: #1e1e1e;
  margin: 0px;
  border-radius: 8px;
  padding: 17px 25px;
  position: relative;
}

.user-details .groups strong {
  font-size: 12px;
  color: #ada7d4;
}

.user-details .groups .add-tag {
  position: relative;
}

.user-details .groups .add-tag .tags-modal {
  width: 280px;
  position: absolute;
  right: -25px;
  bottom: 30px;
  background-color: #000000;
  border-radius: 8px;
  box-shadow: 0 18px 27px 15px rgba(0, 0, 0, 0.48);
  z-index: 100;
}

.user-details .groups .add-tag .tags-modal .fa-search {
  position: absolute;
  z-index: 100;
  height: 40px;
  width: 41px;
  background-size: 16px;
}

.user-details .groups .add-tag .tags-modal input[type=text] {
  width: 100%;
  border: none;
  color: white;
  font-size: 13px;
  padding: 16px 16px 16px 42px;
}

.user-details .groups .add-tag .tags-modal ul {
  margin: 0;
  border-top: 1px solid #141416;
  list-style-type: none;
  padding: 15px 25px;
}

.user-details .groups .add-tag .tags-modal ul .tag {
  display: inline-block;
  padding: 2px 18px;
  font-size: 13px;
  font-weight: 500;
  border: 1px solid #141416;
  border-radius: 4px;
  margin-bottom: 8px;
  margin-right: 8px;
}

.user-details .groups .add-tag .tags-modal .tags-modal__footer {
  padding: 14px;
  font-size: 13px;
  background-color: #242427;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  font-weight: 500;
  display: flex;
  align-items: center;
}

.user-details .groups .add-tag .tags-modal .tags-modal__footer img {
  margin-right: 6px;
}

.user-details .groups .add-tag .tags-modal .tags-modal__footer .tag {
  color: #565662;
  margin-left: 6px;
}

.user-details .groups .tags-submodal.submodal {
  top: unset;
  right: 0;
  bottom: 61px;
  z-index: 10;
}

.user-details .groups .group-submodal.submodal {
  top: unset;
  right: 0;
  bottom: 61px;
  z-index: 10;
}

.user-details .groups .add-tag {
  display: flex;
  cursor: pointer;
}

.user-details .groups .add-tag p {
  margin-bottom: 0;
  margin-right: 9px;
  font-size: 13px;
  text-decoration: underline;
  color: #ada7d4;
}

.user-details .groups .add-tag img {
  width: 20px;
  height: auto;
}

.user-details .groups .link {
  padding-right: 5px;
  text-decoration: underline;
}

.user-details .groups .dark-list-scroll {
  margin-bottom: 0px;
}

.user-details .groups .submodal {
  bottom: -6px;
  width: auto;
}

.user-details .groups .item {
  padding-bottom: 10px;
  font-weight: normal;
  margin-right: 15px;
}

.user-details .groups .item .general-icon {
  margin-left: 0px;
  margin-right: 5px;
}

.user-details .groups .item .fa-minus-circle {
  margin-left: 5px;
  color: red;
  display: none;
}

.user-details .groups .item:hover .fa-minus-circle {
  display: initial;
}

.user-details .dark-list-scroll {
  margin-bottom: 0px;
}

.user-details .submodal {
  bottom: -6px;
  width: auto;
}

.user-details .item .general-icon {
  margin-left: 0px;
  margin-right: 5px;
}

.user-details .item .fa-minus-circle {
  margin-left: 5px;
  color: red;
  display: none;
}

.user-details .item:hover .fa-minus-circle {
  display: initial;
}

.user-details .item {
  padding-bottom: 10px;
  font-weight: bold;
}

.user-details img {
  width: 20px;
}

.user-details .option-section {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  font-weight: bold;
  letter-spacing: 3px;
}

#uploading-user-batch-modal {
  bottom: 0;
  left: 0;
  overflow-y: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99999999;
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
}

.upload-in-progress,
.upload-in-progress:hover,
.upload-in-progress:active {
  font-style: italic;
  color: cyan;
  float: right !important;
  margin-top: -15px;
  padding: 10px;
  padding-left: 20px;
  padding-right: 20px;
  margin-right: 50px;
  font-weight: normal;
  width: auto;
}

.new-btn-gray {
  background-color: gray;
}

#modal-body-image-container {
  text-align: center;
  padding: 20px;
  height: 260px;
}

.right-20 {
  margin-right: 20px;
}

.left-25 {
  margin-right: 25px;
}

.bottom-0 {
  margin-bottom: 0px;
}

.left-20 {
  margin-left: 20px;
}

.dark-bakground {
  background-color: #000000;
}

.dark-white-bakground {
  background-color: #141416;
}

.space-between-10 {
  margin-left: 5px;
  margin-right: 5px;
}

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

.bottom-20 {
  margin-bottom: 20px !important;
}

.pr-30 {
  padding-right: 30px;
}

.p-15 {
  padding: 15px;
}

.mt-15 {
  margin-top: 15px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-5 {
  margin-right: 5px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-30 {
  margin-right: 20px;
}

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

.my-15 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.my-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.my-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.ml-0 {
  margin-left: 0;
}

.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-50 {
  margin-left: 50px;
}

.mr-15 {
  margin-right: 15px;
}

.pb-40 {
  padding-bottom: 40px;
}

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

.top-20 {
  margin-top: 20px;
}

.top-30 {
  margin-top: 30px;
}

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

.top-50 {
  margin-top: 50px;
}

.top-70 {
  margin-top: 70px;
}

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

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

.top-20-less {
  margin-bottom: -20px !important;
}

.top-50-less {
  margin-bottom: -50px;
}

.top-70-less {
  margin-bottom: -70px;
  margin-top: 20px;
}

.top-50 {
  margin-top: 50px;
}

.top-70 {
  margin-top: 70px;
}

.flex-center {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.width-100 {
  width: 100%;
}

.block {
  display: block !important;
}

.inline-block {
  display: inline-block;
}

.d-flex {
  display: flex;
  justify-content: space-around;
}

.center {
  text-align: center;
}

.flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.display-none {
  display: none;
}

.centered {
  text-align: center;
}

.button-red {
  padding-top: 10px;
  font-weight: normal;
  background: #f82e67;
  border: 1px solid #f82e67;
  color: #ffffff;
}

.button-red:hover {
  background-color: inherit;
}

.text-underline {
  text-decoration: underline;
  color: #ada7d4;
  cursor: pointer;
}

.top-7 {
  margin-top: 7px;
}

.width-40 {
  width: 40%;
}

.width-50 {
  width: 50%;
}

.width-60 {
  width: 60%;
}

.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

.top-less-10 {
  margin-top: -10px;
}

.right-less-15 {
  margin-right: -15px !important;
}

.left-less-15 {
  margin-left: -15px !important;
}

.left-30 {
  margin-left: -30px;
}

.aligned-right {
  text-align: right;
}

.white-text {
  color: white !important;
}

.white-text:hover {
  color: white !important;
}

.gray-text,
.gray-text:hover,
.gray-text:visited {
  color: #818191 !important;
}

.purple-text {
  color: #6161fa;
}

.purple-clear-text {
  color: #ada7d4;
}

.clearfix {
  overflow: auto;
}

.bordered {
  border-radius: 15px;
}

.space-between {
  justify-content: space-between;
}

.justify-center {
  justify-content: center;
}

.justify-end {
  justify-content: flex-end;
}

.align-items-center {
  align-items: center;
}

.align-items-end {
  align-items: flex-end;
}

.hidden {
  visibility: hidden;
}

.float-right {
  float: right !important;
}

.max-width-300 {
  max-width: 226px;
}

.max-width-300-block {
  max-width: 325px;
  display: block;
}

.height-50 {
  height: 50px !important;
}

.color56 {
  color: #b7b7ca;
}

.vertical-align-bottom {
  vertical-align: bottom;
}

.clean-link {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

.clean-link:hover {
  text-decoration: none;
  color: inherit;
}

.green-anchor {
  color: #33e2ff;
  text-decoration: underline;
}

.green-anchor:hover {
  color: #33e2ff;
}

.different-x-button {
  margin: 0;
  font-weight: 400;
  font-size: 30px !important;
  background-color: #545562 !important;
}

.sort_active {
  color: #f82e67 !important;
  text-decoration: underline #f82e67;
}

.center {
  text-align: center !important;
}

.text-transparent {
  color: transparent;
}

.no-hover:hover {
  text-decoration: none !important;
}

.override-max-width {
  max-width: none;
}

.transparent-background {
  background-color: transparent !important;
}

.overflow-y-scroll {
  overflow-y: scroll;
}

.overflow-y-hidden {
  overflow-y: hidden;
}

.max-height-150 {
  max-height: 150px;
}

.right-32 {
  right: 32px;
}

.inline-flex {
  display: inline-flex;
}

.width-fit-content {
  width: fit-content;
}

.flex-row {
  display: flex;
  flex-direction: row;
}

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

.child-margin-10>* {
  padding-left: 10px;
  padding-right: 10px;
}

.max-width-1000 {
  max-width: 1000px;
}

.width-90vw {
  width: 90vw !important;
}

.right-40 {
  right: 40px;
}

.small-text {
  font-size: small;
}

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

.height-fit-content {
  height: fit-content !important;
}

.margin-top-1em {
  margin-top: 1em !important;
}

.d-flex-column {
  display: flex;
  flex-direction: column;
}

.users-list {
  display: inline-block;
  padding: 8px;
  border-radius: 50%;
  position: relative;
  margin-right: -10px;
  background-color: #333340;
  z-index: 2;
  border: 2px solid #7D44FC;
  cursor: pointer;
}

.users-list:first-child {
  background: #7D44FC;
  z-index: 3;
}

.tooltipText {
  display: none;
  position: fixed;
  transform: translateX(-50%);
  background-color: #000000;
  color: #ffffff;
  padding: 5px;
  border-radius: 5px;
  font-size: 13px;
  z-index: 999999 !important;
  width: 150px;
}

.tooltipText .list {
  text-align: left;
  overflow-y: scroll;
  max-height: 100px;
}

.tooltipText .list ul {
  margin-bottom: 0px;
  list-style-type: none;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.65px;
  line-height: 18px;
  color: #ffffff;
  padding-inline-start: 10px;
}

.tooltipText .list ul li {
  margin-bottom: 5px;
}

.tooltipText .users-list {
  display: inline-block;
  padding: 8px;
  border-radius: 50%;
  position: relative;
  margin-right: -10px;
  background-color: #333340;
  z-index: 2;
  border: 2px solid #7D44FC;
  cursor: pointer;
}

.tooltipText .users-list:first-child {
  background: #7D44FC;
  z-index: 3;
}

.v7gefocences textarea {
  resize: none;
}

.v7gefocences aside {
  right: 0;
  bottom: 0;
  top: 0;
  position: absolute;
  width: 33.33%;
  background-color: #1d1d21;
  padding-top: 30px;
  text-align: center;
  z-index: 10;
  border-radius: 20px;
}

.v7gefocences span.cancel {
  position: absolute;
  right: 0;
  margin-right: 20px;
  top: 0;
  margin-top: 10px;
}

.v7gefocences .geofence-header {
  text-align: left;
  margin-left: 30px;
  margin-right: 30px;
}

.v7gefocences .geofence_form .input-black {
  text-indent: 25px;
}

.v7gefocences .geofence_form .radius-container {
  display: flex;
  justify-content: space-between;
}

.v7gefocences .geofence_form .radius-container .geofenceadd {
  width: 40%;
  min-width: auto;
}

.v7gefocences .geofence_form .radius-container .add-geofence {
  min-width: 180px;
}

.v7gefocences .geofence_form .radius-container .v7-squared-three {
  width: 60%;
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 20px;
}

.v7gefocences .geofence_form .radius-container .v7-squared-three input[type=checkbox]+label {
  top: 0;
  bottom: 0;
  margin: auto;
}

.v7gefocences .geofence_form .radius-container .v7-squared-three .text-checkbox {
  margin-left: 24px;
}

.v7gefocences .geofence_form #marker-input-image {
  position: absolute;
  top: 48px;
  left: 14px;
  max-width: 18px !important;
  z-index: 100;
}

.v7gefocences .geofence_form .relative {
  position: relative;
}

.v7gefocences .geofence_form .range-container {
  display: inline-block;
  width: calc(100% - 120px);
}

.v7gefocences .geofence_form .miles-container {
  display: inline-block;
  width: 120px;
  margin-left: 10px;
}

.v7gefocences .geofence_form .miles-container .translate-option {
  display: flex;
}

.v7gefocences .geofence_form .measure-button {
  padding-left: 10px !important;
  width: 100%;
  margin-left: 10px;
}

.v7gefocences .geofence_form .dropdown-menu {
  position: absolute;
  left: 0;
  z-index: 1000;
  float: left;
  min-width: 75px;
  max-width: 80px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.v7gefocences .geofence_form .add-button {
  border: 1px solid #666186 !important;
  border-radius: 19px;
  text-transform: capitalize;
  font-size: 14px;
  height: 42px;
  width: 159px;
  padding: 9px 0px !important;
  max-width: 150px;
  background: inherit;
}

.v7gefocences .geofence_form .translate-option ul {
  padding-left: 10px;
}

.translate-option ul li .v7gefocences .geofence_form:hover {
  background: inherit;
}

.v7gefocences .geofence_form .dropdown-search__container {
  padding: 0px 20px 10px 0;
}

.v7gefocences .geofence_form .dropdown-search__container {
  position: absolute;
  width: 100%;
  max-height: 250px;
  background-color: #000000;
  box-shadow: -3px 8px 95px 2px rgba(21, 0, 64, 0.44);
  left: 0;
  right: 0;
  margin-top: -13px;
  border-top: 1px solid #4b03dd;
  z-index: 1000;
  overflow-x: hidden;
  overflow-y: scroll;
}

.v7gefocences .geofence_form .dropdown-search__container ul {
  list-style-type: none;
  padding: 20px 40px;
  border-bottom: 1px solid #32333c;
  margin-bottom: 0;
}

.v7gefocences .geofence_form .dropdown-search__container ul li span {
  font-size: 12.5px;
}

.v7gefocences .geofence_form .dropdown-search__container ul li p {
  font-size: 12px;
  font-weight: 500;
  color: #818191;
  text-transform: uppercase;
  cursor: pointer;
  display: inline-block;
}

.v7gefocences .geofence_form .v7-squared-three .text-checkbox {
  font-size: 14px;
  margin-left: 10px;
}

.v7gefocences .geofence-body {
  background: #0c0c0f;
  color: #818191;
  min-height: 190px;
  padding: 15px 20px 105px;
  position: absolute;
  top: 347px;
  bottom: 0;
  left: 0;
  right: 0;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.v7gefocences .geofence-body .no-geofence {
  text-align: center;
  padding-top: 15%;
}

.v7gefocences .geofence-body .no-geofence img {
  max-width: 50px;
  margin-bottom: 20px;
}

.v7gefocences .geofence-body .yes-geofence {
  overflow-x: hidden;
  overflow-y: scroll;
  max-height: 200px;
  padding-right: 1px;
}

.v7gefocences .geofence-body .yes-geofence .table tbody tr:nth-child(odd) {
  background-color: transparent;
}

.v7gefocences .geofence-body .yes-geofence .table .tr-active {
  background: #19093c !important;
  border: 1px #4900de solid;
}

.v7gefocences .geofence-body .yes-geofence .table th {
  font-size: 12px;
  border-bottom: 1px solid #2e323f;
  color: #ada7d4;
}

.v7gefocences .geofence-body .yes-geofence .table td {
  font-size: 13px;
  text-align: left;
  border-top: inherit;
  max-width: 220px;
}

.v7gefocences .geofence-body .yes-geofence .table span.geo-button {
  color: white;
  font-size: 13px;
  padding: 5px 10px;
  border: 1px solid #545562;
  border-radius: 10px;
}

.v7gefocences .geofence-body .yes-geofence .table span.geo-button>img {
  transform: scale(0.75);
  margin-left: -3px;
  margin-top: -7px;
  margin-bottom: -6px;
  margin-right: -4px;
}

.v7gefocences .geofence-body .yes-geofence .table span.x-button {
  font-size: 18px;
}

.v7gefocences .geofence-body .yes-geofence .table span.edit-button {
  font-size: 12px;
  padding: 9px 20px;
  margin-right: 5px;
  border-radius: 17px;
}

.v7gefocences .geofence-body .yes-geofence .table tr:nth-child(even) {
  background-color: #17171c;
}

.v7gefocences .geofence-footer {
  text-align: right;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #1d1d21;
  padding: 25px 20px 5px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.v7gefocences .geofence-footer .v7-button {
  min-width: 160px;
}

.v7gefocences .instructions {
  height: 530px;
  margin-right: 33.33%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 300px;
  position: relative;
}

.v7gefocences .instructions #v7map-container {
  margin: 160px 70px 0px 0px;
}

.v7gefocences #geofence-title {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 55px;
  margin-left: -60px;
}

.v7gefocences #geofence-stuff {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 20px;
  margin-right: 80px;
}

.v7gefocences #geofence-stuff div {
  display: inline-block;
  background-color: #1d1d21;
  padding: 13px 15px;
  font-size: 11px;
  font-weight: bold;
}

.v7gefocences #geofence-stuff #geofence-stuff img {
  margin-top: -4px;
  margin-right: 5px;
  position: inherit;
}

.v7gefocences #geofence-stuff .member {
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
}

.v7gefocences #geofence-stuff .facility {
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
}

.v7gefocences .geofence-modal {
  height: 210px;
}

.v7gefocences .darkmodal .text-checkbox {
  margin-left: -100px;
}

.v7gefocences .darkmodal .calendar-div {
  background: #0c0c0f;
  font-size: 12px;
  padding: 10px;
  border-radius: 7px;
  width: 70%;
  max-width: 290px;
}

.v7gefocences .darkmodal .expired-text {
  margin-right: 50px;
}

.v7gefocences .darkmodal .expired-date {
  margin-right: 10px;
  cursor: pointer;
}

.v7gefocences .darkmodal .expired-time {
  margin-right: 10px;
  cursor: pointer;
  float: right;
}

.v7gefocences .darkmodal .row {
  margin-left: -20px;
  margin-right: -20px;
}

.v7gefocences .darkmodal .modal-footer {
  margin-top: -21px;
  background-color: #242427;
  border-top: 1px solid #242427;
  border-radius: 0px 0px 10px 10px !important;
}

.v7gefocences .darkmodal button.v7-button.transparent.icon.geofence-back {
  margin-top: -20px;
  position: absolute;
}

#save-geofence-modal-vcard {
  position: absolute;
  padding: 17px 37px;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #242427;
  border-radius: 16px;
  width: 450px;
  box-shadow: 2px 5px 18px #4b03dd;
  top: 30%;
  z-index: 99999;
  color: white;
  bottom: 45%;
  height: 250px;
}

#save-geofence-modal-vcard .test-notification-container h3 {
  text-align: center;
  font-weight: bold;
  margin-bottom: 18px;
}

button.btn.btn-lg.new-btn.new-btn-purple.savegeofence-add,
.btn-group-lg>button.btn.new-btn.new-btn-purple.savegeofence-add {
  font-size: 12.5px;
  display: inline-block;
}

button.savegeofence-add {
  padding-top: 0px;
}

button.btn.btn-lg.new-btn.button-dark.button-dark-purple.savegeofence-cancel,
.btn-group-lg>button.btn.new-btn.button-dark.button-dark-purple.savegeofence-cancel {
  background: inherit;
  color: white;
  font-size: 12.5px;
  font-weight: 500;
  display: inline-block;
}

button.btn.btn-lg.new-btn.button-dark.button-dark-purple.geofenceadd,
.btn-group-lg>button.btn.new-btn.button-dark.button-dark-purple.geofenceadd {
  background: inherit;
  font-weight: 500;
  color: white;
}

button.btn.button-dark.geofenceadd-deactive {
  background-color: inherit;
  color: white;
  font-weight: 200;
  border: 1px solid #818191;
}

.__range {
  margin: 30px 0 20px 0;
  -webkit-appearance: none;
  background-color: #565662;
  height: 3px;
  width: 100%;
  margin: 10px auto;
}

.__range:focus {
  outline: none;
}

.__range::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  background: #ff3267;
  border-radius: 50%;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}

.delete-geofence .modal-dialog .modal-content {
  background-color: #242427;
  border-radius: 10px;
}

.delete-geofence .modal-dialog .modal-content .modal-body {
  padding: 68px 40px 15px;
}

.delete-geofence .modal-dialog .modal-content .modal-body h3 {
  font-weight: bold;
  text-align: center;
  margin-top: 0%;
}

.delete-geofence .modal-dialog .modal-content .modal-body .buttons_geofence {
  display: flex;
  justify-content: center;
}

.delete-geofence .modal-dialog .modal-content .modal-body .buttons_geofence .v7-button {
  margin: 0 15px;
  min-width: 165px;
}

.darkmodal {
  color: #ffffff;
}

.darkmodal h1 {
  color: #ffffff;
  font-weight: normal;
}

.darkmodal .example-layout {
  float: right;
  margin-top: -5px;
}

.darkmodal .close-modal-text {
  color: #ffffff;
  float: right;
  margin-top: -20px;
  cursor: pointer;
  font-family: "Montserrat";
}

.darkmodal .modal-header {
  margin-bottom: 20px;
  background-color: #242427;
  border-radius: 10px 10px 0px 0px !important;
  border-bottom: 1px solid #242427;
  padding: 40px 20px 10px 20px;
}

.darkmodal .modal-content {
  background-color: #141416;
  border-radius: 10px 10px 10px 10px !important;
}

.darkmodal .modal-footer {
  margin-top: 50px;
  background-color: #242427;
  border-top: 1px solid #242427;
  border-radius: 0px 0px 10px 10px !important;
  text-align: center;
}

.darkmodal .modal-footer.no-margin {
  margin: 0;
}

.darkmodal textarea {
  width: 100%;
  min-height: 150px;
  height: auto;
  margin-top: 20px;
  border-radius: 10px 10px 10px 10px;
  background-color: #141416;
  padding: 10px 10px;
  font-weight: bold;
  color: #ffffff;
  resize: none;
}

.darkmodal .subtitle {
  color: #6161fa;
  font-weight: bold;
  font-size: 12px;
  display: inline-block;
}

.darkmodal.new-group-modal .dark-form .modal-dialog {
  width: 680px;
}

.darkmodal.new-group-modal .dark-form .modal-dialog .modal-content .modal-header {
  padding: 45px 65px 28px;
  margin-bottom: 0;
}

.darkmodal.new-group-modal .dark-form .modal-dialog .modal-content .modal-header .close-modal-text {
  margin-top: 0;
  margin-right: -20px;
}

.darkmodal.new-group-modal .dark-form .modal-dialog .modal-content .modal-header h1 {
  margin-top: 14px;
  margin-bottom: 0;
}

.darkmodal.new-group-modal .dark-form .modal-dialog .modal-content .modal-body {
  padding: 48px 65px;
}

.darkmodal.new-group-modal .dark-form .modal-dialog .modal-content .modal-body label[for=primary-message] {
  margin-bottom: 16px;
}

.darkmodal.new-group-modal .dark-form .modal-dialog .modal-content .modal-body .submodal {
  height: auto;
  height: 440px;
  box-shadow: 1px 3px 7px #4b03dd;
}

.darkmodal.new-group-modal .dark-form .modal-dialog .modal-content .modal-body .submodal .dark-list-scroll {
  height: 306px;
  overflow-y: scroll;
}

.darkmodal.new-group-modal .dark-form .modal-dialog .modal-content .modal-body .submodal .dark-list-scroll .v7-squared-three {
  margin-right: 16px;
}

.darkmodal.new-group-modal .dark-form .modal-dialog .modal-content .modal-body .submodal .dark-list-scroll .v7-squared-three input[type=checkbox]+label {
  bottom: 4px;
}

.darkmodal.new-group-modal .dark-form .modal-dialog .modal-content .modal-body .input-dark {
  font-size: 14px;
  font-weight: normal;
}

.darkmodal.new-group-modal .user-modal .dark-form .modal-dialog .modal-content .modal-header {
  padding-top: 60px;
}

.darkmodal.new-group-modal .user-modal .dark-form .modal-dialog .modal-content .modal-header .close-x {
  background-color: #565662;
}

.darkmodal.new-group-modal .user-modal .dark-form .modal-dialog .modal-content .modal-header .close-x.no-margin {
  margin: 0;
}

.darkmodal.new-group-modal .user-modal .dark-form .modal-dialog .modal-content .modal-header .back {
  position: absolute;
  top: 25px;
  left: 25px;
  cursor: pointer;
}

.darkmodal.new-group-modal .user-modal .dark-form .modal-dialog .modal-content .modal-header .back img {
  height: 12px;
  width: auto;
}

.darkmodal.new-group-modal .user-modal .dark-form .modal-dialog .modal-content .modal-header .back small {
  font-size: 13px;
  color: #818191;
  margin-left: 12px;
}

.darkmodal.new-group-modal .user-modal .dark-form .modal-dialog .modal-content .modal-header .subtitle {
  color: #6d8df4;
  font-size: 13px;
  font-weight: 500;
}

.darkmodal.new-group-modal .user-modal .dark-form .modal-dialog .modal-content .modal-header h1 {
  margin-top: 8px;
  font-weight: 500;
}

.darkmodal.new-group-modal .user-modal .dark-form .modal-dialog .modal-content .modal-header .input-container {
  position: relative;
  margin-top: 20px;
  margin-bottom: 10px;
}

.darkmodal.new-group-modal .user-modal .dark-form .modal-dialog .modal-content .modal-header .input-container .input-black {
  margin: 0;
}

.darkmodal.new-group-modal .user-modal .dark-form .modal-dialog .modal-content .modal-body .odd-even-list-header {
  padding: 0 17px;
}

/* submodal */
.submodal {
  position: absolute;
  bottom: 20px;
  padding: 17px 37px;
  left: 24%;
  background-color: #242427;
  border-radius: 16px;
  width: 350px;
  box-shadow: 2px 5px 18px #4b03dd;
}

.submodal input[type=text] {
  background-color: #000;
  color: #565662;
  -webkit-border-radius: 8px;
  -moz-border-radius: 5px;
  border-radius: 6px;
  padding: 9px 20px;
  border: 1px solid #000;
  width: 100%;
  margin: 10px 0px;
}

.submodal h3 {
  text-align: left;
  font-weight: bold;
  margin-bottom: 18px;
}

.submodal .content {
  text-align: left;
}

.submodal .test-notification-container img {
  width: 20px;
  float: left;
  margin-right: 15px;
}

.user-modal .dark-form .modal-dialog .modal-content {
  position: relative;
}

.user-modal .dark-form .modal-dialog .modal-content .modal-header {
  padding: 45px 58px 18px;
}

.user-modal .dark-form .modal-dialog .modal-content .close-modal-text {
  position: absolute;
  height: 49px;
  width: 49px;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  background-color: #565662;
  border-top-right-radius: 10px;
}

.user-modal .dark-form .modal-dialog .modal-content .close-modal-text .close-input-image {
  position: static;
  width: auto;
  margin: 0;
  font-size: 20px;
}

.user-modal .dark-form .modal-dialog .modal-content .close-icon {
  padding-top: 25px;
  background-color: #303036;
  padding-bottom: 30px;
  border-top-right-radius: 6px;
  cursor: pointer;
}

.user-modal .dark-form .modal-dialog .modal-content .close-icon i {
  right: 13px;
}

.user-modal .close-search {
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  font-size: 16px;
  width: 14px;
  height: 16px;
  margin: auto;
  right: 20px;
}

.user-modal label {
  text-transform: capitalize;
}

.user-modal .odd-even-list {
  margin: 0 auto;
  width: 65%;
  padding: 5px 17px;
}

.user-modal hr {
  margin-left: -20px;
  margin-right: -20px;
  margin-top: 0;
  margin-bottom: 10px;
}

.user-modal .odd-even-list-header {
  margin: 0 auto;
  width: 65%;
  border: none;
  padding: 0 17px;
}

.user-modal .modal-header {
  border-bottom: 0;
}

.user-modal .modal-header .general-icon {
  margin-left: 0px;
  background-color: #5077ed;
}

.user-modal .dark-list-scroll.no-padding {
  padding: 0;
}

.user-modal .glyphicon-search:before {
  color: #5077ed;
}

.user-modal .glyphicon-search {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  height: 16px;
  margin: auto;
}

.user-modal .modal-body .add-user-icon {
  text-align: center;
  padding: 20px;
  height: 260px;
}

.user-modal .modal-body .add-user-icon img {
  width: 90px;
  padding-top: 55px;
}

.user-modal .modal-body .fa-user {
  color: #5077ed;
  margin-right: 15px;
}

.submodal-footer {
  text-align: right;
  padding-bottom: 18px;
  padding-right: 15px;
  padding-top: 15px;
  padding-left: 15px;
  background-color: #242427;
  border-radius: 0px 0px 7px 7px;
}

.scroll-submodal {
  padding: 0px;
  left: 7%;
  box-shadow: 3px 1px 10px #4b03dd;
}

.scroll-submodal span.country-data {
  padding-bottom: 5px;
  display: inline-block;
  font-size: 13px;
}

.scroll-submodal span.country-data-title {
  color: #818191;
  font-size: 12px;
  font-weight: 500;
}

.scroll-submodal .country {
  margin-left: 5px;
  margin-bottom: 7px;
}

#group-submodal {
  width: 300px;
  background: #000;
  left: 0;
  top: 0;
  z-index: 99;
  height: 500px;
  box-shadow: 1px 3px 7px #4b03dd;
  position: absolute;
}

#group-submodal .dark-list-scroll-search {
  position: relative;
}

#group-submodal .dark-list-scroll-search #group-search-modal,
#group-submodal .dark-list-scroll-search #do-search-modal {
  padding-left: 48px;
  padding-right: 55px;
  margin: 0;
  border: none;
  background-color: #000000;
  color: #ffffff;
  position: relative;
  height: 40px;
  border-radius: 8px;
}

#group-submodal .dark-list-scroll-search .close-input-image {
  margin: auto;
  height: 18px;
  position: absolute;
  right: 20px;
  width: 15px;
  z-index: 100;
  top: 0;
  bottom: 0;
  font-size: 17px;
  cursor: pointer;
}

#group-submodal .dark-list-scroll-search .glyphicon-search {
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  width: 16px;
  height: 16px;
  margin: auto;
}

#group-submodal .dark-list-scroll-search .fa-search {
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 16px;
  height: 16px;
  z-index: 10;
}

#group-submodal-tag {
  width: 300px;
  background: #000;
  left: 0;
  top: 45px;
  z-index: 99;
  height: 200px;
}

#group-submodal-tag .dark-list-scroll-search {
  position: relative;
}

#group-submodal-tag .dark-list-scroll-search .fa {
  margin: auto;
  height: 18px;
  position: absolute;
  right: 20px;
  width: 15px;
  z-index: 100;
  top: 0;
  bottom: 0;
  font-size: 17px;
}

#group-submodal-tag .dark-list-scroll-search input {
  margin: 0;
  padding-right: 55px;
}

#group-submodal-tag-footer {
  margin-top: -25px;
  padding: 19px 20px 20px;
  background: #1e1e24;
  border-radius: 0px 0px 10px 10px;
  text-align: left;
  box-shadow: 3px 1px 10px #000;
}

#country-submodal {
  width: 210px;
  background: #000;
  height: 251px;
  left: 0;
  z-index: 10;
  top: 60px;
}

#country-submodal .dark-list-scroll {
  height: 185px;
}

#country-submodal-with-footer {
  width: 280px;
  background: #000;
  bottom: 0;
  left: 0;
  z-index: 99;
  width: 315px;
}

#country-phones-submodal,
.country-phones-submodal {
  width: 210px;
  background: #000;
  left: 0;
  top: 53px;
  z-index: 99;
  height: 251px;
  box-shadow: 1px 3px 7px #4b03dd;
}

#country-phones-submodal .dark-list-scroll,
.country-phones-submodal .dark-list-scroll {
  height: 185px;
}

#group-submodal div.dark-list-scroll {
  border-radius: 0px 0px 9px 9px;
  padding: 25px 40px;
}

#group-submodal .groups-name {
  margin-bottom: 13px;
}

.groups-name-data-border {
  border-top: 1px #333333 solid;
  margin: 35px -15px;
}

#exit-modal-container {
  bottom: 0;
  left: 0;
  overflow-y: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999999;
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
}

.exit-modal {
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 30%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  background: #1f1f22;
  max-width: 450px;
  border-radius: 7px;
  text-align: center;
  min-height: 230px;
  color: white;
}

.exit-modal.notification-incomplete {
  padding: 68px 44px 39px;
  max-width: 492px;
  height: 265px;
  position: relative;
}

.exit-modal.notification-incomplete h3 {
  margin: 0 0 25px;
}

.exit-modal.notification-incomplete .dark-box-anchor {
  margin: 0;
  top: 0;
  right: 0;
  border-radius: 0px 7px 0px 0px;
}

.exit-modal.notification-incomplete .exit-modal-button-container {
  position: absolute;
  bottom: 39px;
  left: 44px;
  right: 44px;
  display: flex;
  justify-content: space-around;
}

.remove-modal {
  height: 220px;
}

.remove-modal-text {
  margin-top: 30px;
  font-size: 18px;
  margin-bottom: 30px;
  margin-left: 60px;
  text-align: left;
}

.remove-modal-text-centered {
  margin-top: 30px;
  font-size: 18px;
  margin-bottom: 30px;
  text-align: center;
}

.remove-modal-text-container {
  margin-bottom: 30px;
  font-weight: bold;
}

.remove-modal span {
  font-size: 14px;
}

.remove-modal-text i.fa.fa-trash-o.button-fa-icon {
  position: absolute;
  left: 63px;
  top: 35px;
  color: #f82e67;
}

#exit-modal-button-container {
  margin-top: 15px;
}

#exit-modal-button-container button {
  padding: 7px 5px !important;
  display: inline-block;
}

.dark-box-anchor.close-modal-text.close-x {
  border-radius: 0px 20px 0px 0px;
  height: 49px;
  width: 49px;
  background-color: rgba(86, 86, 98, 0.3);
  border: none;
  font-size: 23px;
  padding: 0;
}

.user-modal-option {
  margin: 10px 10px;
  padding: 10px;
  width: 93%;
  cursor: pointer;
  border-radius: 8px;
}

.user-modal-option:hover {
  background: #24252d;
}

.user-modal-option span {
  margin-right: 15px;
}

.user-modal-option span img {
  width: 20px;
  margin-top: -5px;
}

.scroll-modal {
  overflow-y: scroll;
  max-height: 500px;
  height: calc(100vh - 400px);
  background: #141416;
}

.scroll-modal::-webkit-scrollbar {
  width: 5px;
}

.scroll-modal::-webkit-scrollbar-thumb {
  background-color: #2f3039;
}

.scroll-modal-footer {
  margin-top: 0px !important;
  padding: 19px 20px 7px 20px !important;
}

.close-x-modal {
  background-color: grey;
  padding: 16px;
  position: absolute;
  right: 1px;
  top: 21px;
  border-radius: 0px 5px 0px 0px;
}

.close-x-modal-icon {
  right: 4px;
  cursor: pointer;
  font-size: 17px;
}

#type-alert-email-container {
  background: #141416;
  color: #9696b2;
  margin-left: 15px;
  border-top: 1px solid #39364b;
  margin-left: 15px;
}

#type-alert-email-container a {
  color: #9696b2;
}

#type-alert-email-container div.response-on-review {
  font-style: italic;
  display: inline-block;
  background: #141416;
  padding: 0px;
  border-radius: 10px;
  margin-right: 10px;
  margin-bottom: 1px;
  color: #818191;
}

#type-alert-email-container div.response-on-review span {
  color: #818191;
  font-weight: bold;
  margin-right: 5px;
}

#type-alert-email-container div.v7-card-text {
  overflow: scroll;
}

.dark-list-scroll {
  padding-left: 15px;
  padding-top: 15px;
  background: #000;
  height: 100%;
  overflow-y: scroll;
}

#search-results-on-modal {
  position: absolute;
  z-index: 999;
  width: 100%;
  margin-top: -20px;
  height: 280px;
}

#voice-modal-balack-part {
  background: #000;
  margin-top: 50px;
  margin-left: -20px;
  margin-right: -20px;
  padding: 50px 30px;
  margin-bottom: -70px;
}

.black-button {
  background: #000;
  color: white;
  border-radius: 10px;
  vertical-align: middle;
  padding-top: 10px;
  align-items: center;
}

/*voice modal*/
#voice-message-options {
  border: 1px solid gray;
  border-radius: 5px;
  margin-left: 15px;
}

#voice-message-options div.inline-block.option {
  padding: 17px 30px;
}

#voice-message-options div.option.active {
  background: grey;
}

.modal-voice-select {
  padding: 10px;
  width: 96% !important;
}

.voice-select {
  min-width: 230px;
}

#voice-modal-mic-icon {
  text-align: center;
  background: #4b03dd;
  padding: 47px 30px;
  border-radius: 50%;
  width: 200px;
  height: 200px;
}

#voice-modal-mic-icon .fa {
  font-size: 10rem;
}

.recording {
  background: #33e2ff !important;
}

#music-bar {
  background: black;
  max-width: 400px;
  padding: 10px;
  text-align: left;
}

.pause {
  text-align: center;
  background: grey;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  padding-top: 5px;
  display: inline-block;
  margin-right: 7px;
}

#music-bar .reproduction-bar {
  width: 200px;
  background: white;
  padding: 5px;
  display: inline-block;
  margin-left: 7px;
}

.seconds-separation {
  margin-left: 2px;
  margin-right: 2px;
  display: inline;
}

.time-listened {
  color: #33e2ff;
  display: inline-block;
  margin-left: 15px;
}

.time-recorded {
  display: inline;
}

#music-bar .remove-icon {
  margin-left: 5px;
  color: #de2051;
  display: inline;
}

#music-bar .progress {
  width: 1px;
  height: 3px;
  background: #9207e2;
  background: linear-gradient(90deg, #9207e2 0%, #628f94 35%, #00d4ff 100%);
}

#button-music-bar2 {
  width: 220px;
  display: inline-block;
  text-align: left;
}

#music-bar2 {
  width: 240px;
  display: inline-block;
  text-align: left;
  margin-top: 5px;
}

#music-bar2 .seconds-separation {
  margin-left: 2px;
  margin-right: 2px;
  display: inline;
}

#music-bar2 .progress-container {
  width: 150px;
  display: inline-block;
  background-color: #255f6c;
  height: 7px;
  vertical-align: middle;
}

#music-bar2 .progress {
  overflow: inherit;
  height: 7px;
  background: #00d4ff;
  position: relative;
  z-index: 5;
}

#music-bar2 .progress-circle {
  background: white;
  border-radius: 20px;
  position: absolute;
  right: 0;
  height: 20px;
  width: 20px;
  top: -5px;
  z-index: 10;
  margin-right: -12px;
}

.expiration-modal {
  height: auto;
}

.expiration-modal .modal-body {
  padding: 0px;
}

.expiration-modal .modal-dialog {
  width: 60% !important;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.expiration-modal .x-button {
  color: #ffffff;
  cursor: pointer;
  font-family: "Montserrat";
  position: absolute;
  right: 0;
  font-size: 20px;
  padding: 10px;
  background: #4c15ba;
  border-radius: 0px 7px 0px 0px;
  margin-top: 0px;
}

.expiration-modal .wrapper {
  height: 360px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0px;
  grid-auto-rows: minmax(100px, auto);
}

.expiration-modal .wrapper .top-right {
  display: flex;
  grid-row: 1;
  justify-content: center;
  align-items: center;
}

.expiration-modal .wrapper .left,
.expiration-modal .wrapper .right {
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.expiration-modal .wrapper .left {
  grid-column: 1/3;
  grid-row: 1;
  background-color: #23242c;
  border-radius: 10px 0 0 10px !important;
}

.expiration-modal .wrapper .right {
  grid-column: 3/4;
  grid-row: 1;
  background-color: #3700d6;
  border-radius: 0 10px 10px 0 !important;
}

.expiration-modal input {
  color: white;
  padding: 10px;
  margin: 20px;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  border-bottom: 2px solid #6161fa;
  width: 150px;
}

.expiration-modal #controls {
  padding: 30px;
}

.expiration-modal #controls div {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: baseline;
}

.expiration-modal #controls #title {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #ada7d4;
  font-weight: bold;
  font-size: small;
}

.expiration-modal #controls .button {
  text-align: center;
}

.expiration-modal #controls .button button {
  width: 100%;
  margin-top: 20px;
  border: 1px solid #2a9fd8;
  color: #fff;
}

.expiration-modal #schedule-calendar,
.expiration-modal #schedule-calendar2,
.expiration-modal #schedule-calendar-snooze,
.expiration-modal #schedule-calendar3 {
  padding: 30px;
}

.expiration-modal #schedule-calendar .ui-state-default,
.expiration-modal #schedule-calendar2 .ui-state-default,
.expiration-modal #schedule-calendar-snooze .ui-state-default,
.expiration-modal #schedule-calendar3 .ui-state-default {
  background-color: transparent !important;
  background: none;
  border: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: white;
}

.expiration-modal #schedule-calendar .ui-widget-content,
.expiration-modal #schedule-calendar2 .ui-widget-content,
.expiration-modal #schedule-calendar-snooze .ui-widget-content,
.expiration-modal #schedule-calendar3 .ui-widget-content {
  border: none;
  color: white;
  font-family: "Montserrat";
}

.expiration-modal #schedule-calendar .ui-datepicker-header,
.expiration-modal #schedule-calendar2 .ui-datepicker-header,
.expiration-modal #schedule-calendar-snooze .ui-datepicker-header,
.expiration-modal #schedule-calendar3 .ui-datepicker-header {
  background-color: transparent;
  background: none;
  border: none;
}

.expiration-modal #schedule-calendar>div,
.expiration-modal #schedule-calendar2>div,
.expiration-modal #schedule-calendar-snooze>div,
.expiration-modal #schedule-calendar3>div {
  background: none;
}

.expiration-modal #schedule-calendar .ui-datepicker-current-day,
.expiration-modal #schedule-calendar2 .ui-datepicker-current-day,
.expiration-modal #schedule-calendar-snooze .ui-datepicker-current-day,
.expiration-modal #schedule-calendar3 .ui-datepicker-current-day {
  background: #4900de !important;
  border-radius: 50%;
}

.expiration-modal #schedule-calendar .ui-datepicker-calendar tbody td,
.expiration-modal #schedule-calendar2 .ui-datepicker-calendar tbody td,
.expiration-modal #schedule-calendar-snooze .ui-datepicker-calendar tbody td,
.expiration-modal #schedule-calendar3 .ui-datepicker-calendar tbody td {
  padding: 7px;
}

.expiration-modal #schedule-calendar .ui-datepicker-calendar tbody tr,
.expiration-modal #schedule-calendar2 .ui-datepicker-calendar tbody tr,
.expiration-modal #schedule-calendar-snooze .ui-datepicker-calendar tbody tr,
.expiration-modal #schedule-calendar3 .ui-datepicker-calendar tbody tr {
  background-color: #23242c !important;
}

.schedule-modal .modal-dialog {
  position: fixed;
  right: 0;
  bottom: 0;
}

.schedule-modal .modal-content {
  background-color: #23242c;
  width: 500px;
  height: auto;
}

.schedule-modal .modal-content {
  border-radius: 20px;
}

.schedule-modal .modal-content #title,
.schedule-modal .modal-content #subtitle {
  color: white;
  padding-left: 50px;
  padding-right: 50px;
}

.schedule-modal .modal-content .description {
  color: white;
}

.schedule-modal .modal-content .list-item {
  color: #9e96cb;
}

.schedule-modal .modal-content #title {
  font-weight: 500;
  padding-bottom: 20px;
}

.schedule-modal .modal-content #subtitle {
  color: #9e96cb;
  font-weight: 600;
  padding-top: 15px;
  padding-bottom: 15px;
}

.schedule-modal .modal-content .list {
  display: flex;
  flex-direction: column;
}

.schedule-modal .modal-content .list-item {
  display: grid;
  grid-template-columns: 1fr 0.25fr 1fr;
  grid-template-rows: repeat(1, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
  cursor: pointer;
}

.schedule-modal .modal-content .list-item .description {
  grid-area: 1/1/2/2;
}

.schedule-modal .modal-content .list-item .date {
  grid-area: 1/3/2/4;
}

.schedule-modal .modal-content .list-item .separator {
  grid-area: 1/2/2/3;
}

.schedule-modal .modal-content .list-item:nth-of-type(odd) {
  background: #1f2028;
}

.schedule-modal .modal-content #footer {
  padding: 25px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.schedule-modal .modal-body {
  padding: 10px;
  padding-top: 0px;
}

.schedule-toast .modal-content {
  border-radius: 10px;
  background-color: #3700d6;
  color: white;
  padding: 15px;
  font-weight: 500;
}

.schedule-toast .modal-dialog {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.error-schedule-toast .modal-content {
  border-radius: 10px;
  background-color: #de2051;
  color: white;
  padding: 15px;
  font-weight: 500;
}

.error-schedule-toast .modal-dialog {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.btn-cyan,
.btn-cyan:hover,
.btn-cyan:visited .btn-cyan:active {
  border-color: cyan;
  color: white;
  border-radius: 19px;
  padding: 9px 52px;
  border: 1px solid cyan;
  background-color: transparent;
  cursor: pointer;
}

.delivery-button {
  padding-left: 10px !important;
  width: 250px !important;
}

.delivery-fa-angle-down {
  left: 227px !important;
}

.input-black-large {
  color: white;
  padding: 0 22px;
  width: 100%;
  height: 58px;
  border: 1px solid #313139;
  background-color: #141416;
}

.delete-confirmation-group__modal.darkmodal .modal-dialog {
  width: 413px;
  border-radius: 10px 10px 10px 10px;
  background-color: #141416;
  padding: 48px 50px 40px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 288px;
  margin: auto;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}

.delete-confirmation-group__modal.darkmodal .modal-dialog .modal-content {
  box-shadow: none;
  border: none;
}

.delete-confirmation-group__modal.darkmodal .modal-dialog .modal-content .modal-body {
  padding: 0;
}

.delete-confirmation-group__modal.darkmodal .modal-dialog .modal-content .modal-body img {
  height: 18px;
  width: auto;
  margin-right: 17px;
  vertical-align: top;
}

.delete-confirmation-group__modal.darkmodal .modal-dialog .modal-content .modal-body h2 {
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  margin: 0;
}

.delete-confirmation-group__modal.darkmodal .modal-dialog .modal-content .modal-body p {
  margin: 40px 0;
  font-size: 14px;
  line-height: 30px;
}

.delete-confirmation-group__modal.darkmodal .modal-dialog .modal-content .modal-body .button-section {
  display: flex;
  justify-content: space-between;
}

.delete-confirmation-group__modal.darkmodal.medium .modal-dialog {
  height: 320px;
}

img.phone-input-image {
  position: absolute;
  top: 18px;
  left: 5px;
  max-width: 14px !important;
  z-index: 100;
}

i#search-users-email {
  position: absolute;
  top: 12px;
  left: 8px;
  max-width: 14px !important;
  z-index: 100;
}

i#search-users-email-close {
  position: absolute;
  top: 12px;
  right: 8px;
  max-width: 14px !important;
  z-index: 100;
}

.scroll-submodal-email {
  margin-top: 67px;
  margin-left: 21px;
  max-height: 340px;
  width: 323px !important;
}

.dark-list-scroll.dark-list-scroll-email {
  min-height: 250px;
  max-height: 300px;
}

.modal.image-picker .modal-dialog {
  border-radius: 10px 10px 10px 10px;
  background-color: #141416;
  padding: 48px 50px 40px;
  margin: 50px auto;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}

.modal.image-picker .modal-dialog>div {
  height: 100%;
}

.modal.image-picker .modal-dialog>div .delete-modal-container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.modal.image-picker .modal-dialog>div .delete-modal-container h1 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 0;
}

.modal.image-picker .modal-dialog>div .delete-modal-container h1 img {
  height: 18px;
  width: auto;
  margin-right: 17px;
}

.modal.image-picker .modal-dialog>div .delete-modal-container p {
  line-height: 28px;
}

.modal.image-picker .modal-dialog>div .delete-modal-container .controls {
  text-align: center;
}

.modal.image-picker .modal-dialog>div .delete-modal-container .controls button {
  margin: 0 10px;
}

.modal.image-picker .modal-dialog .quick-button-images-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.modal.image-picker .modal-dialog .quick-button-images-container .item input[type=radio] {
  display: none;
}

.modal.image-picker .modal-dialog .action-buttons-container {
  display: flex;
  justify-content: space-between;
}

.popover__title {
  font-size: 24px;
  line-height: 36px;
  text-decoration: none;
  color: #e44444;
  text-align: center;
  padding: 15px 0;
}

.popover__wrapper {
  position: relative;
  margin-top: 1.5rem;
  display: inline-block;
}

#popover__content {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 100px;
  transform: translate(0, 10px);
  background-color: #f82e67;
  padding: 0.5rem 1.5rem;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  width: auto;
  z-index: 99999999;
  margin-top: 70px;
  border-radius: 10px;
}

#popover__content:before {
  position: absolute;
  z-index: -1;
  content: "";
  right: calc(50% - 10px);
  bottom: -8px;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #f82e67;
  transition-duration: 0.3s;
  transition-property: transform;
}

.popover__wrapper__active {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translate(0, -20px) !important;
  transition: all 0.5s cubic-bezier(0.75, -0.02, 0.2, 0.97);
}

.popover__message {
  text-align: center;
  padding-top: 5px;
}

.input-black-interval {
  padding: 22px;
  width: 96% !important;
  height: 100%;
  border: 1px solid #313139;
  background-color: #141416;
  border-radius: 0px;
}

.pager {
  display: inline-block;
  margin: 0;
  text-align: center;
  font-size: 14px;
}

.pager li {
  display: inline-block;
}

.pager li span {
  display: inline;
  padding: 0;
  border: none;
}

.pager li.pager__ellipsis {
  color: #f82e67;
  font-size: 9px;
}

.pager .page {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  padding: 10px;
  cursor: pointer;
  margin: 0 1px;
  min-width: 45px;
}

.pager .page.active {
  border: 1px solid #f82e67;
  border-radius: 13px;
  pointer-events: none;
}

.pager .arrow {
  cursor: pointer;
}

.pager .arrow.disabled {
  color: #818191;
  pointer-events: none;
}

.pager .prev {
  margin: 0 15px 0 17px;
}

.pager .next {
  margin: 0 17px 0 15px;
}

.pager .prev,
.pager .next {
  color: #ffffff;
  font-weight: bold;
}

.pager .prev span,
.pager .next span {
  float: none;
  font-size: 14px;
  cursor: pointer;
}

.pager .prev.disabled,
.pager .next.disabled {
  color: #818191;
  cursor: not-allowed;
}

.tags-wrapper {
  padding: 50px 0 50px 80px;
  background-color: #141416;
}

.tags-wrapper .snackbar {
  position: fixed;
  color: #ffffff;
  font-size: 14px;
  height: 58px;
  background-color: #de2051;
  box-shadow: 0 22px 51px 15px rgba(0, 0, 0, 0.48);
  padding: 20px 35px;
  border-radius: 10px;
  top: 20px;
  left: 0;
  right: 0;
  margin: auto;
  width: 700px;
  z-index: 100;
}

.tags-wrapper .snackbar .snackbar__restore {
  text-decoration: underline;
  cursor: pointer;
}

.tags-wrapper .tags-section {
  margin: auto;
  max-width: 640px;
}

.tags-wrapper .tags-section>.h2-v7 {
  margin-bottom: 27px;
}

.tags-wrapper .tags-section .n-tags {
  color: #ada7d4;
  font-size: 13px;
  margin: 12px 0;
}

.tags-wrapper .tags-section .tags-section__table {
  margin-top: 30px;
  background-color: transparent;
  font-size: 13px;
  width: 100%;
  color: #ada7d4;
}

.tags-wrapper .tags-section .tags-section__table thead {
  border-bottom: 1px solid #2e323f;
}

.tags-wrapper .tags-section .tags-section__table thead tr th {
  width: 50%;
  padding-bottom: 8px;
}

.tags-wrapper .tags-section .tags-section__table thead tr th span.active {
  text-decoration: underline;
  color: #de2051;
}

.tags-wrapper .tags-section .tags-section__table thead tr th span.sort {
  width: 10px;
  height: 22px;
  display: inline-block;
  position: relative;
  bottom: -6px;
  margin-left: 5px;
}

.tags-wrapper .tags-section .tags-section__table thead tr th span.sort .fa:first-child {
  position: absolute;
  top: 0;
}

.tags-wrapper .tags-section .tags-section__table thead tr th span.sort .fa:last-child {
  position: absolute;
  bottom: 0;
}

.tags-wrapper .tags-section .tags-section__table tbody:before {
  content: "-";
  display: block;
  line-height: 1.3em;
  color: transparent;
}

.tags-wrapper .tags-section .tags-section__table tbody tr:nth-child(odd) {
  background-color: #1d1d21;
}

.tags-wrapper .tags-section .tags-section__table tbody tr:not(.new-tag) {
  cursor: pointer;
}

.tags-wrapper .tags-section .tags-section__table tbody tr:hover .options {
  visibility: visible;
}

.tags-wrapper .tags-section .tags-section__table tbody tr td {
  position: relative;
  width: 50%;
  height: 45px;
}

.tags-wrapper .tags-section .tags-section__table tbody tr td .assets {
  line-height: 35px;
}

.tags-wrapper .tags-section .tags-section__table tbody tr td .options {
  visibility: hidden;
}

.tags-wrapper .tags-section .tags-section__table tbody tr td .options button:first-of-type {
  margin-right: 3px;
}

.tags-wrapper .tags-section .tags-section__table .tag {
  display: inline-block;
  height: 28px;
  padding: 0px 15px;
  border-radius: 5px;
  border: 1px solid #3c394f;
  line-height: 27px;
  color: #ffffff;
  font-weight: 500;
}

.tags-wrapper .tags-section .tags-section__table .existing-tag .error-text,
.tags-wrapper .tags-section .tags-section__table .new-tag .error-text {
  color: #de2051;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  position: absolute;
  top: -14px;
}

.tags-wrapper .tags-section .tags-section__table .existing-tag .existing-tag__container-input,
.tags-wrapper .tags-section .tags-section__table .existing-tag .new-tag__container-input,
.tags-wrapper .tags-section .tags-section__table .new-tag .existing-tag__container-input,
.tags-wrapper .tags-section .tags-section__table .new-tag .new-tag__container-input {
  position: relative;
}

.tags-wrapper .tags-section .tags-section__table .existing-tag .existing-tag__container-input .existing-tag__input.error,
.tags-wrapper .tags-section .tags-section__table .new-tag .existing-tag__container-input .existing-tag__input.error {
  padding-right: 45px;
}

.tags-wrapper .tags-section .tags-section__table .existing-tag .new-tag__container-input .new-tag__input.error,
.tags-wrapper .tags-section .tags-section__table .new-tag .new-tag__container-input .new-tag__input.error {
  padding-right: 45px;
}

.tags-wrapper .tags-section .tags-section__table .existing-tag .clear-input,
.tags-wrapper .tags-section .tags-section__table .new-tag .clear-input {
  background: none;
  border: none;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
}

.tags-wrapper .tags-section .tags-section__table .existing-tag .new-tag__input,
.tags-wrapper .tags-section .tags-section__table .existing-tag .existing-tag__input,
.tags-wrapper .tags-section .tags-section__table .new-tag .new-tag__input,
.tags-wrapper .tags-section .tags-section__table .new-tag .existing-tag__input {
  background-color: transparent;
  display: inline-block;
  padding: 5px 15px;
  color: #ffffff;
  width: 100%;
  border: 1px solid #4b03dd;
  border-radius: 7px;
}

.tags-wrapper .tags-section .tags-section__table .existing-tag .new-tag__input::placeholder,
.tags-wrapper .tags-section .tags-section__table .existing-tag .existing-tag__input::placeholder,
.tags-wrapper .tags-section .tags-section__table .new-tag .new-tag__input::placeholder,
.tags-wrapper .tags-section .tags-section__table .new-tag .existing-tag__input::placeholder {
  color: #818191;
}

.tags-wrapper .tags-section .tags-section__table .existing-tag .new-tag__input.error,
.tags-wrapper .tags-section .tags-section__table .existing-tag .existing-tag__input.error,
.tags-wrapper .tags-section .tags-section__table .new-tag .new-tag__input.error,
.tags-wrapper .tags-section .tags-section__table .new-tag .existing-tag__input.error {
  border-color: #de2051;
}

.tags-wrapper .tags-section .tags-section__table .existing-tag td .cancel,
.tags-wrapper .tags-section .tags-section__table .new-tag td .cancel {
  cursor: pointer;
}

.tags-wrapper .tags-section .tags-section__table .new-tag {
  color: #ffffff;
}

.tags-wrapper .tags-section .tags-section__table .new-tag td .v7-button {
  margin-left: 20px;
}

.tags-wrapper .tags-section .tags-section__table .existing-tag {
  color: #ffffff;
}

.tags-wrapper .tags-section .tags-section__table .existing-tag .editing .v7-button {
  margin-left: 20px;
}

.tags-wrapper .tags-section .tags-section__table td,
.tags-wrapper .tags-section .tags-section__table th {
  padding: 5px 15px;
}

.tag-square {
  padding: 1px 10px;
  font-size: 11px;
  border: 1px #3c394f solid;
  margin-right: 10px;
  border-radius: 5px;
}

.tag-count-circle {
  color: #ffffff;
  background-color: transparent;
  border: 1px #3c394f solid;
  border-radius: 20px;
  padding: 7px 7px;
  border-radius: 50%;
  font-size: 11px;
  cursor: pointer;
}

.tag-count-circle:hover,
.tag-count-circle:focus {
  text-decoration: none;
}

.popup-tags {
  position: absolute;
  height: 120px;
  width: 261px;
  margin-top: -150px;
  cursor: pointer;
  background: #282828;
  z-index: 999;
  padding: 20px;
  border-radius: 10px;
  margin-left: 50px;
}

.create-new-tag-text {
  font-weight: normal;
  color: #818191;
}

.tag-breadcrumb.ng-scope {
  display: inline-block;
  margin-right: 10px;
}

.wrap-scope {
  inline-size: 150px;
  overflow-wrap: break-word;
}

.recipients {
  height: 100%;
}

.recipients .recipients__selector {
  width: 285px;
  height: 120px;
  background-color: #32333c;
  border-radius: 15px;
  padding: 15px;
  position: absolute;
  z-index: 100;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  top: -120px;
  left: -50px;
}

.recipients .recipients__selector button {
  width: 100%;
  color: #ffffff;
  border: none;
  font-size: 14px;
  padding: 10px;
  border-radius: 5px;
}

.recipients .recipients__selector button:first-of-type {
  background-color: #282930;
}

.recipients .recipients__selector button:last-of-type {
  background-color: transparent;
}

.recipients .recipients__no-coverage {
  width: calc(100% - 40px);
  background-color: #141416;
  padding: 15px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin-bottom: 30px;
  box-shadow: 0 5px 20px 2px rgba(18, 0, 151, 0.1);
  cursor: pointer;
}

.recipients .recipients__no-coverage.disabled {
  cursor: not-allowed;
  pointer-events: none;
}

.recipients .recipients__no-coverage div:first-child {
  color: #de2051;
}

.recipients .recipients__no-coverage div:first-child p {
  font-weight: 500;
}

.recipients .recipients__no-coverage div:first-child .fa {
  margin-right: 5px;
}

.recipients .recipients__no-coverage div:last-child {
  color: #ada7d4;
  padding-right: 20px;
}

.recipients .recipients__no-coverage div:last-child p span {
  color: #ffffff;
}

.recipients .recipients__no-coverage div:last-child .fa {
  font-size: 25px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 25px;
  right: 20px;
}

.recipients .recipients__no-coverage p {
  margin: 0;
  display: inline-block;
}

.recipients .recipients__tools {
  display: flex;
  align-items: center;
  margin-top: 30px;
}

.recipients .recipients__tools .h3-v7 {
  margin: 0 20px 0 0;
}

.recipients .recipients__tools .search-trigger {
  background-color: #000000;
  display: inline-block;
  color: #ffffff;
  position: relative;
  height: 39px;
  width: 39px;
  border-radius: 8px;
  border: 1px solid #3c394f;
  margin-right: 20px;
}

.recipients .recipients__tools .v7-search {
  margin-right: 20px;
}

.recipients .recipients__tools .v7-search input {
  padding-right: 48px;
}

.recipients .recipients__tools .v7-search .close {
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 16px;
  height: 16px;
  color: #ffffff;
  opacity: 1;
}

.recipients .recipients__tools .v7-button {
  border-color: #3c394f;
  padding: 0 20px;
}

.recipients .recipients__tools .v7-button.transparent .fa {
  margin-right: 7px;
  color: #3c394f;
}

.recipients .recipients__tools .v7-button.active {
  border-color: #f82e67;
  color: #ffffff;
}

.recipients .recipients__tools .v7-button.active .fa {
  color: #f82e67;
}

.recipients .recipients__tools .v7-button:disabled {
  color: #3c394f;
}

.recipients .recipients__modality-container {
  overflow-y: auto;
  height: 360px;
  padding: 0 20px;
  margin-bottom: 10px;
}

.recipients .recipients__modality-container.small-container {
  height: 170px;
}

.recipients .recipients__modality {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.recipients .recipients__modality .percentage-total {
  font-size: 14px;
  font-weight: 500;
  font-family: "Montserrat";
  margin-left: 7px;
}

.recipients .recipients__modality .badge {
  height: 40px;
  width: 40px;
  background-color: #141416;
  line-height: 31px;
}

.recipients .recipients__modality .badge img {
  height: 20px;
  width: auto;
}

.recipients .recipients__modality h4 {
  font-size: 13px;
  margin: 0;
  font-weight: 600;
  font-family: "Montserrat";
}

.recipients .recipients__modality .percentage-bar {
  height: 7px;
  width: 143px;
  background-color: #141416;
  border-radius: 7px;
  display: inline-block;
  position: relative;
}

.recipients .recipients__modality .percentage-bar span {
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 7px;
  width: 94px;
  border-radius: 7px;
  background: linear-gradient(270deg, #5b78ff 0%, #4b03dd 100%);
}

.recipients .recipients__header {
  background-color: #242427;
  padding: 40px 30px 20px 100px;
  margin-right: 33.33%;
}

.recipients .recipients__header .h2-v7 {
  margin: 0 0 30px;
  display: block;
}

.recipients .recipients__header .dropdown-search .dropdown-search__container {
  overflow: auto;
  padding: 0px 20px 10px 0;
}

.recipients .recipients__header .dropdown-search .dropdown-search__container ul {
  list-style-type: none;
  padding: 20px 40px;
  border-bottom: 1px solid #32333c;
  margin-bottom: 0;
}

.recipients .recipients__header .dropdown-search .dropdown-search__container ul li p {
  font-size: 12px;
  font-weight: 500;
  color: #818191;
  text-transform: uppercase;
  cursor: pointer;
  display: inline-block;
}

.recipients .recipients__header .dropdown-search .dropdown-search__container ul li:first-of-type p {
  cursor: default;
}

.recipients .recipients__header .dropdown-search .dropdown-search__container ul li .tag {
  cursor: pointer;
  height: 28px;
  padding: 0px 15px;
  border-radius: 5px;
  border: 1px solid #3c394f;
  line-height: 27px;
  color: #ffffff;
  font-weight: 500;
}

.recipients .recipients__header .dropdown-search .dropdown-search__container ul li span {
  cursor: pointer;
}

.recipients .recipients__header .filter-users {
  top: 89px;
  position: relative;
  left: 354px;
}

.recipients .recipients__header .filter-users .caret-large {
  cursor: pointer;
}

.recipients .recipients__header .filter-users .user-filters {
  min-height: 171px;
}

.recipients .recipients__entries {
  position: absolute;
  bottom: 162px;
  left: 125px;
  margin: 25px 0;
  color: #ada7d4;
}

.recipients .recipients__instructions {
  height: 625px;
  margin-right: 33.33%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 300px;
}

.recipients .recipients__instructions .center-image {
  text-align: center;
  font-size: 15px;
  color: #818191;
  font-weight: 500;
  margin-bottom: 50px;
}

.recipients .recipients__instructions .center-image img {
  margin-bottom: 30px;
}

.recipients .recipients__instructions .center-image p {
  max-width: 250px;
}

.recipients .recipients__table {
  height: 593px;
  position: relative;
}

.recipients .recipients__table .pager {
  position: absolute;
  bottom: 125px;
}

.recipients .recipients__table .pager li:first-of-type {
  margin-left: 0;
}

.recipients .recipients__table .v7-table {
  position: relative;
  border-spacing: 0 5px;
}

.recipients .recipients__table .v7-table thead {
  display: block;
  width: 100%;
}

.recipients .recipients__table .v7-table thead tr {
  display: block;
  width: 100%;
}

.recipients .recipients__table .v7-table thead tr th {
  padding: 4px 2px;
  display: inline-block;
  border: none;
  margin-bottom: 3px;
}

.recipients .recipients__table .v7-table thead tr th:not(:first-child),
.recipients .recipients__table .v7-table thead tr th:not(:nth-child(2)) {
  width: 8%;
}

.recipients .recipients__table .v7-table thead tr th:first-child {
  width: 8%;
  padding-left: 15px;
}

.recipients .recipients__table .v7-table thead tr th:first-child .fa-caret-down {
  color: #ffffff;
  margin-left: 7px;
}

.recipients .recipients__table .v7-table thead tr th:nth-child(2) {
  width: 40%;
  padding-left: 15px;
}

.recipients .recipients__table .v7-table thead tr th .v7-checkbox+label {
  margin-top: 11px;
  margin-bottom: 0;
}

.recipients .recipients__table .v7-table tbody {
  height: 285px;
  display: block;
  overflow-y: auto;
}

.recipients .recipients__table .v7-table tbody::before {
  content: none;
}

.recipients .recipients__table .v7-table tbody tr {
  display: block;
  width: 100%;
}

.recipients .recipients__table .v7-table tbody tr td {
  display: inline-block;
  padding: 4px 2px;
  width: auto;
  height: 40px;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 40px;
}

.recipients .recipients__table .v7-table tbody tr td:not(:first-child),
.recipients .recipients__table .v7-table tbody tr td:not(:nth-child(2)) {
  width: 8% !important;
}

.recipients .recipients__table .v7-table tbody tr td:first-child {
  width: 8% !important;
  padding-left: 15px;
}

.recipients .recipients__table .v7-table tbody tr td:nth-child(2) {
  width: 40% !important;
  padding-left: 15px;
}

.recipients .recipients__table .v7-table tbody tr td img {
  width: 14px;
  height: auto;
}

.recipients .recipients__table .v7-table tbody tr td p {
  color: #ffffff;
  margin-bottom: 0;
}

.recipients .recipients__table .v7-table tbody tr td.group>p {
  color: #ffffff;
  font-weight: 600;
  display: inline-block;
}

.recipients .recipients__table .v7-table tbody tr td.group .fa-users {
  margin-right: 5px;
}

.recipients .recipients__table .v7-table tbody tr td.tag .fa-users {
  display: none;
}

.recipients .recipients__table .v7-table tbody tr td.tag>p {
  display: inline-block;
  height: 28px;
  line-height: 17px;
  padding: 5px 20px;
  color: #ffffff;
  font-weight: 500;
  border-radius: 5px;
  border: 1px solid #3c394f;
  background-color: #3c394f;
}

.recipients .recipients__table .v7-table tbody tr td.tag span,
.recipients .recipients__table .v7-table tbody tr td.group span {
  font-family: "Poppins";
  display: inline-block;
}

.recipients .recipients__table .v7-table tbody tr td.tag span p,
.recipients .recipients__table .v7-table tbody tr td.group span p {
  color: #ffffff;
  display: inline-block;
}

.recipients .recipients__table .v7-table tbody tr td.user .fa-users,
.recipients .recipients__table .v7-table tbody tr td.user>span {
  display: none;
}

.recipients .recipients__table .v7-table tbody tr:nth-child(even) {
  background-color: #1d1d21;
}

.recipients .recipients__table .v7-table tbody tr:nth-child(odd) {
  background-color: transparent;
}

.recipients .recipients__table {
  margin-right: 33.33%;
  padding: 0 18px 218px 100px;
}

.recipients .recipients__total-badge {
  display: inline-block;
  position: relative;
  font-size: 17px;
  font-weight: 500;
  color: #ada7d4;
  margin-top: 7px;
}

.recipients .recipients__total-badge #svg circle {
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 1s linear;
  stroke-width: 5px;
}

.recipients .recipients__total-badge h1 {
  position: absolute;
  color: #ffffff;
  font-size: 29px;
  font-weight: 400;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 46px;
  text-align: center;
  margin: auto;
}

.recipients .recipients__total-badge p {
  bottom: 26px;
  position: absolute;
  left: 0;
  right: 0;
  font-weight: 500;
}

.recipients .recipients__counter {
  float: right;
}

.recipients .recipients__counter .recipients-info {
  float: right;
}

.recipients .recipients__counter .recipients-info h2 {
  font-size: 19px;
  color: #ffffff;
  display: inline-block;
  margin: 0;
}

.recipients .recipients__counter .recipients-info p {
  font-size: 13px;
  color: #818191;
  margin-bottom: 0;
}

.recipients .recipients__counter .user-icon {
  width: 40px;
  height: 40px;
  background-color: #000000;
  color: #6161fa;
  border-radius: 15px;
  line-height: 40px;
  text-align: center;
  font-size: 15px;
}

.recipients aside {
  right: 0;
  bottom: 0;
  top: 0;
  position: absolute;
  width: 33.33%;
  background-color: #1d1d21;
  padding-top: 50px;
  text-align: center;
  z-index: 10;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.recipients aside .h3-v7 {
  display: block;
  margin-top: 0;
}

.recipients__suggestion {
  background-color: #242427;
  padding: 30px;
  text-align: left;
  border-radius: 20px;
  width: calc(100% - 40px);
}

.recipients__suggestion strong {
  font-size: 12px;
  color: #ada7d4;
  display: inline-block;
  margin-bottom: 10px;
}

.recipients__suggestion p {
  font-size: 15px;
  margin-bottom: 23px;
  font-weight: 500;
}

.recipients__suggestion button {
  display: flex;
  padding: 0 20px;
  border-radius: 12px;
  background-color: transparent;
  border: 1px solid #ada7d4;
  width: 100%;
  height: 50px;
  color: #ffffff;
  font-weight: 600;
  font-size: 13px;
  align-items: center;
  justify-content: space-between;
}

.recipients__suggestion button>div img {
  width: 18px;
  height: auto;
  margin-right: 15px;
}

.recipients__suggestion button>span {
  width: 23px;
  height: 23px;
  background-color: #3b7ae8;
  border: 3px solid #2d4475;
  border-radius: 50%;
  position: relative;
}

.recipients__suggestion button>span .fa {
  font-size: 23px;
  color: #2d4475;
  position: absolute;
  top: -2px;
  bottom: 0;
  left: -1px;
  right: 0;
  display: block;
  width: 18px;
}

.recipients__no-coverage-modal {
  width: 785px;
}

.recipients__no-coverage-modal .modal-body {
  padding: 0 25px;
}

.recipients__no-coverage-modal .modal-body .pager {
  margin-left: -15px;
}

.recipients__no-coverage-modal .modal-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 25px;
  box-shadow: 0 -4px 5px 0px rgba(0, 0, 0, 0.31);
  padding-left: 35px;
  padding-right: 35px;
  text-align: initial;
}

.recipients__no-coverage-modal .modal-footer p {
  color: #818191;
  margin-bottom: 0;
}

.recipients__no-coverage-modal .modal-header {
  position: relative;
  padding: 50px 55px 10px 55px;
}

.recipients__no-coverage-modal .modal-header .dark-box-anchor.close-modal-text.close-x.no-margin {
  border-radius: 0px 10px 0px 0px;
  position: absolute;
  top: 20px;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.recipients__no-coverage-modal .modal-header>p {
  color: #ada7d4;
}

.recipients__no-coverage-modal .modal-header>p span {
  color: #ffffff;
}

.recipients__no-coverage-modal .modal-header .fa-exclamation-triangle {
  color: #de2051;
  font-size: 22px;
  margin-right: 5px;
}

.recipients__no-coverage-modal .modal-header .fa-exclamation-triangle+h1 {
  display: inline-block;
  margin-bottom: 20px;
  margin-top: 0;
}

.recipients__no-coverage-modal .modal-header .v7-search {
  display: block;
  height: 58px;
  width: 416px;
  margin-bottom: 20px;
}

.recipients__no-coverage-modal .modal-header .v7-search input[type=text] {
  height: 100%;
}

.recipients__no-coverage-modal .recipients__entries {
  margin: 20px 0;
  color: #ada7d4;
}

.recipients__no-coverage-modal .v7-table {
  position: relative;
  border-spacing: 0 5px;
}

.recipients__no-coverage-modal .v7-table thead {
  display: block;
  width: 100%;
}

.recipients__no-coverage-modal .v7-table thead tr {
  display: block;
  width: 100%;
}

.recipients__no-coverage-modal .v7-table thead tr th {
  border-bottom: none;
  margin-bottom: 3px;
  padding: 4px 2px;
  display: inline-block;
}

.recipients__no-coverage-modal .v7-table thead tr th:first-child {
  width: 42%;
  padding-left: 15px;
}

.recipients__no-coverage-modal .v7-table thead tr th:not(:first-child) {
  width: 11%;
  padding-left: 15px;
}

.recipients__no-coverage-modal .v7-table tbody {
  display: block;
  width: 100%;
  height: 200px;
  overflow-y: auto;
}

.recipients__no-coverage-modal .v7-table tbody::before {
  content: none;
}

.recipients__no-coverage-modal .v7-table tbody tr {
  display: block;
  width: 100%;
}

.recipients__no-coverage-modal .v7-table tbody tr:nth-child(even) {
  background-color: #1d1d21;
}

.recipients__no-coverage-modal .v7-table tbody tr:nth-child(odd) {
  background-color: transparent;
}

.recipients__no-coverage-modal .v7-table tbody tr td {
  padding: 4px 2px;
  display: inline-block;
  line-height: 40px;
  display: inline-block;
  height: 40px;
  padding-top: 0;
  padding-bottom: 0;
}

.recipients__no-coverage-modal .v7-table tbody tr td:first-child {
  width: 42% !important;
  padding-left: 15px;
}

.recipients__no-coverage-modal .v7-table tbody tr td:not(:first-child) {
  width: 11% !important;
  padding-left: 15px;
}

.recipients__no-coverage-modal .v7-table tbody tr td img {
  width: 14px;
  height: auto;
}

.recipients__no-coverage-modal .v7-table tbody tr td p {
  color: #ffffff;
  margin-bottom: 0;
}

.recipients__no-coverage-modal .v7-table tbody tr td.group>p {
  color: #ffffff;
  font-weight: 600;
  display: inline-block;
}

.recipients__no-coverage-modal .v7-table tbody tr td.group .fa-users {
  margin-right: 5px;
}

.recipients__no-coverage-modal .v7-table tbody tr td.tag .fa-users {
  display: none;
}

.recipients__no-coverage-modal .v7-table tbody tr td.tag>p {
  display: inline-block;
  height: 28px;
  line-height: 17px;
  padding: 5px 20px;
  color: #ffffff;
  font-weight: 500;
  border-radius: 5px;
  border: 1px solid #3c394f;
  background-color: #3c394f;
}

.recipients__no-coverage-modal .v7-table tbody tr td.tag span,
.recipients__no-coverage-modal .v7-table tbody tr td.group span {
  font-family: "Poppins";
  display: inline-block;
}

.recipients__no-coverage-modal .v7-table tbody tr td.tag span p,
.recipients__no-coverage-modal .v7-table tbody tr td.group span p {
  color: #ffffff;
  display: inline-block;
}

.recipients__no-coverage-modal .v7-table tbody tr td.user .fa-users,
.recipients__no-coverage-modal .v7-table tbody tr td.user>span {
  display: none;
}

.w215 {
  width: 215px !important;
}

.notification-response {
  margin-left: 80px;
}

.notification-response .container {
  position: relative;
  margin-left: 0;
}

.notification-response .container .notification-response__top {
  padding-bottom: 50px;
  display: flex;
}

.notification-response .container .notification-response__top .notification-response__top-first {
  width: calc(100% / 3);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.notification-response .container .notification-response__top .notification-response__top-first .v7-button+small {
  margin-top: 30px;
}

.notification-response .container .notification-response__top .notification-response__top-first .v7-button:last-child {
  margin-top: 30px;
}

.notification-response .container .notification-response__top .notification-response__top-first h1 {
  color: #ffffff;
  font-family: Montserrat;
  font-size: 30px;
  font-weight: 500;
  margin-top: 13px;
  margin-bottom: 17px;
}

.notification-response .container .notification-response__top .notification-response__top-first small {
  color: #6161fa;
  font-family: Montserrat;
  font-size: 13px;
  font-weight: bold;
  display: block;
}

.notification-response .container .notification-response__top .notification-response__top-first ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.notification-response .container .notification-response__top .notification-response__top-first ul p {
  font-family: Montserrat;
  font-size: 12px;
  color: #ffffff;
}

.notification-response .container .notification-response__top .notification-response__top-first ul p .fa {
  font-size: 14px;
  margin: 0 5px;
  display: inline-block;
}

.notification-response .container .notification-response__top .notification-response__top-first ul p .fa.yellow {
  color: #ffcc72;
}

.notification-response .container .notification-response__top .notification-response__top-first ul p .fa.blue {
  color: #6d8df4;
}

.notification-response .container .notification-response__top .notification-response__top-first ul p strong:first-child {
  color: #ada7d4;
}

.notification-response .container .notification-response__top .notification-response__top-first .notification-response__status {
  display: flex;
  align-items: center;
  height: 41px;
  width: 162px;
  justify-content: flex-start;
  margin-bottom: 30px;
  padding: 13px 25px;
  font-size: 13px;
  color: #ffffff;
  border-radius: 11px;
}

.notification-response .container .notification-response__top .notification-response__top-first .notification-response__status .fa-circle {
  font-size: 17px;
  margin-right: 13px;
}

.notification-response .container .notification-response__top .notification-response__top-first .notification-response__status.inProgress {
  background-color: #00271f;
}

.notification-response .container .notification-response__top .notification-response__top-first .notification-response__status.inProgress .fa-circle {
  color: #33e2ff;
}

.notification-response .container .notification-response__top .notification-response__top-first .notification-response__status.sent {
  background-color: #17014d;
}

.notification-response .container .notification-response__top .notification-response__top-first .notification-response__status.sent .fa-circle {
  color: #4b03dd;
}

.notification-response .container .notification-response__top .notification-response__top-first .notification-response__status.completedException {
  background-color: yellow;
  min-width: 187px;
  color: black;
  font-weight: bold;
}

.notification-response .container .notification-response__top .notification-response__top-first .notification-response__status.completedException .fa-circle {
  color: orange;
}

.notification-response .container .notification-response__top .notification-response__top-first .notification-response__status.completedErrors {
  background-color: red;
  min-width: 187px;
  color: black;
  font-weight: bold;
}

.notification-response .container .notification-response__top .notification-response__top-first .notification-response__status.completedErrors .fa-circle {
  color: orange;
}

.notification-response .container .notification-response__top .notification-response__top-first .padded-section {
  padding-left: 65px;
  padding-right: 25px;
}

.notification-response .container .notification-response__top .notification-response__top-first hr {
  width: 93%;
  border-top: 1px solid #242427;
  margin: 12px 0 12px -15px;
}

.notification-response .container .notification-response__top.no-poll .notification-response__top-first {
  width: 100%;
}

.notification-response .container .notification-response__top.no-poll .notification-response__top-first .padded-section {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.notification-response .container .notification-response__top.no-poll .notification-response__top-first .padded-section .notification-response__status {
  margin-bottom: 10px;
}

.notification-response .container .notification-response__top.no-poll .notification-response__top-first .v7-button:last-child {
  margin-top: 0;
  margin-bottom: 17px;
}

.notification-response .container .notification-response__top .notification-response__top-middle {
  width: calc(100% / 3);
  padding: 0 35px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  position: relative;
}

.notification-response .container .notification-response__top .notification-response__top-middle .notification-response__total-badge {
  display: inline-block;
  position: relative;
  font-size: 17px;
  font-weight: 500;
  color: #ada7d4;
  margin-top: 50px;
  margin-bottom: 45px;
}

.notification-response .container .notification-response__top .notification-response__top-middle .notification-response__total-badge h1 {
  position: absolute;
  color: #ffffff;
  font-weight: 400;
  left: 0;
  right: 0;
  top: 0;
  bottom: 20px;
  height: 58px;
  text-align: center;
  margin: auto;
  font-family: Montserrat;
  font-size: 55px;
}

.notification-response .container .notification-response__top .notification-response__top-middle .notification-response__total-badge p {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 62px;
  text-align: center;
  color: #ada7d4;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 600;
}

.notification-response .container .notification-response__top .notification-response__top-middle .put-bottom {
  position: absolute;
  bottom: 0;
  left: 35px;
  right: 35px;
}

.notification-response .container .notification-response__top .notification-response__top-middle .put-bottom .notification-response__percentage {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.notification-response .container .notification-response__top .notification-response__top-middle .put-bottom .notification-response__percentage p {
  font-size: 13px;
  color: #ffffff;
  margin: 0;
}

.notification-response .container .notification-response__top .notification-response__top-middle .put-bottom .notification-response__percentage p:first-child {
  width: 100%;
  margin: 12px 0 7px;
}

.notification-response .container .notification-response__top .notification-response__top-middle .put-bottom .notification-response__percentage p.total,
.notification-response .container .notification-response__top .notification-response__top-middle .put-bottom .notification-response__percentage p.percentage {
  text-align: right;
  width: 17%;
}

.notification-response .container .notification-response__top .notification-response__top-middle .put-bottom .notification-response__percentage p.percentage {
  color: #818191;
}

.notification-response .container .notification-response__top .notification-response__top-middle .put-bottom .notification-response__percentage .percentage-bar {
  height: 7px;
  width: 66%;
  background-color: #141416;
  border-radius: 7px;
  display: inline-block;
  position: relative;
}

.notification-response .container .notification-response__top .notification-response__top-middle .put-bottom .notification-response__percentage .percentage-bar span {
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 7px;
  border-radius: 7px;
}

.notification-response .container .notification-response__top .notification-response__top-middle .put-bottom .notification-response__percentage .percentage-bar span.responded {
  transform: rotate(180deg);
  background: linear-gradient(270deg, #300078 0%, #4b03dd 29.49%, #5b78ff 54.1%, #33e2ff 79.74%, #ffffff 100%);
}

.notification-response .container .notification-response__top .notification-response__top-middle .put-bottom .notification-response__percentage .percentage-bar span.no-response {
  transform: rotate(180deg);
  background: linear-gradient(270deg, #4b004a 0%, #8e0072 31.54%, #db0062 65.38%, #ff3267 100%);
}

.notification-response .container .notification-response__top .notification-response__top-last {
  width: calc(100% / 3);
  padding: 0 30px 0 25px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.notification-response .container .notification-response__top .notification-response__top-last .notification-response__delivery-stat {
  height: 95px;
  width: 325px;
  display: flex;
  align-items: center;
  background-color: #242427;
  border-radius: 10px;
  padding: 25px;
  justify-content: flex-start;
  margin-bottom: 10px;
}

.notification-response .container .notification-response__top .notification-response__top-last .notification-response__delivery-stat .square {
  border-radius: 15px;
  height: 50px;
  min-width: 93px;
  background-color: #000000;
  margin-right: 13px;
  display: flex;
  padding: 13px;
  align-items: center;
  justify-content: flex-start;
}

.notification-response .container .notification-response__top .notification-response__top-last .notification-response__delivery-stat .square .fa {
  font-size: 20px;
  margin-right: 10px;
}

.notification-response .container .notification-response__top .notification-response__top-last .notification-response__delivery-stat .square p {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  max-height: 75px;
  word-break: break-word;
}

.notification-response .container .notification-response__top .notification-response__top-last .notification-response__delivery-stat p {
  font-size: 16px;
  margin: 0;
}

.notification-response .container .notification-response__top .notification-response__top-last .notification-response__delivery-stat.purple {
  border-top: 3px solid mediumpurple;
  color: #ada7d4;
}

.notification-response .container .notification-response__top .notification-response__top-last .notification-response__delivery-stat.green {
  border-top: 3px solid #33e2ff;
  color: #33e2ff;
}

.notification-response .container .notification-response__top .notification-response__top-last .notification-response__delivery-stat.white {
  border-top: 3px solid #ffffff;
  color: #ffffff;
}

.notification-response .container .notification-response__top .notification-response__top-last .notification-response__delivery-stat.red {
  border-top: 3px solid #ff3267;
  color: #ff3267;
}

.notification-response .container .notification-response__top .notification-response__top-last .notification-response__delivery-stat.red .square {
  background-color: #512130;
}

.notification-response .container .notification-response__top .notification-response__top-last .notification-response__delivery-stat.red .square p {
  color: #ffffff;
}

.notification-response .container .notification-response__bottom {
  padding: 50px 30px 80px 45px;
  background-color: #141416;
  margin-left: -15px;
  position: relative;
}

.notification-response .container .notification-response__bottom .notification-response__tools {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.notification-response .container .notification-response__bottom .notification-response__tools .flex-container .switch-parent-container {
  display: inline-flex;
  margin-left: 10px;
}

.notification-response .container .notification-response__bottom .notification-response__tools .flex-container .switch-parent-container>p {
  align-content: center;
}

.notification-response .container .notification-response__bottom .notification-response__tools .flex-container .switch-parent-container .switch-container__switch>img {
  height: 42px;
}


.notification-response .container .notification-response__bottom .notification-response__tools .v7-button {
  border-color: #4b03dd;
}

.notification-response .container .notification-response__bottom .notification-response__tools .v7-button .fa {
  color: #5176ec;
}

.notification-response .container .notification-response__bottom .notification-response__tools .v7-button:disabled {
  border-color: #3c394f;
  color: #3c394f;
}

.notification-response .container .notification-response__bottom .notification-response__tools .v7-button:disabled .fa {
  color: #3c394f;
}

.notification-response .container .notification-response__bottom .notification-response__tools .flex-container {
  display: flex;
  align-items: center;
}

.notification-response .container .notification-response__bottom .notification-response__tools .flex-container .v7-search {
  margin-right: 20px;
}

.notification-response .container .notification-response__bottom .notification-response__tools .flex-container-wrap {
  flex-wrap: wrap;
}

.notification-response .container .notification-response__bottom .notification-response__tools .notification-response__dropdown {
  position: relative;
}

.notification-response .container .notification-response__bottom .notification-response__tools .notification-response__dropdown button {
  height: 43px;
  width: 190px;
  border: 1px solid #32333c;
  background-color: #141416;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
}

.notification-response .container .notification-response__bottom .notification-response__tools .notification-response__dropdown button>div {
  display: flex;
  align-items: center;
}

.notification-response .container .notification-response__bottom .notification-response__tools .notification-response__dropdown button>div strong {
  font-size: 12px;
  color: #ada7d4;
  margin-right: 10px;
}

.notification-response .container .notification-response__bottom .notification-response__tools .notification-response__dropdown button>div p {
  font-size: 12.5px;
  color: #ffffff;
  margin: 0;
}

.notification-response .container .notification-response__bottom .notification-response__tools .notification-response__dropdown button .fa {
  font-size: 14px;
  color: #40cbe4;
}

.notification-response .container .notification-response__bottom .notification-response__tools .notification-response__dropdown .notification-response__dropdown-menu {
  list-style-type: none;
  background-color: #282930;
  padding: 20px;
  border-radius: 7px;
  width: 250px;
  margin: 0;
  box-shadow: 0 3px 5px 2px rgba(45, 0, 137, 0.59);
  position: absolute;
  bottom: 38px;
  right: 10px;
  z-index: 9999;
}

.notification-response .container .notification-response__bottom .notification-response__tools .notification-response__dropdown .notification-response__dropdown-menu li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 15px;
}

.notification-response .container .notification-response__bottom .notification-response__tools .notification-response__dropdown .notification-response__dropdown-menu li .v7-checkbox+label {
  margin-bottom: 0px;
  margin-right: 15px;
}

.notification-response .container .notification-response__bottom .notification-response__tools .notification-response__dropdown .notification-response__dropdown-menu li p {
  color: #ffffff;
  margin: 0;
}

.notification-response .container .notification-response__bottom .notification-response__tools .notification-response__dropdown .notification-response__dropdown-menu.buttons li {
  margin-bottom: 0;
}

.notification-response .container .notification-response__bottom .notification-response__tools .notification-response__dropdown .notification-response__dropdown-menu.buttons li button {
  border-color: transparent;
  background-color: transparent;
  border-radius: 3px;
  color: #ffffff;
}

.notification-response .container .notification-response__bottom .notification-response__tools .notification-response__dropdown .notification-response__dropdown-menu.buttons li button.purple {
  color: mediumpurple;
}

.notification-response .container .notification-response__bottom .notification-response__tools .notification-response__dropdown .notification-response__dropdown-menu.buttons li button.green {
  color: #33e2ff;
}

.notification-response .container .notification-response__bottom .notification-response__tools .notification-response__dropdown .notification-response__dropdown-menu.buttons li button.white {
  color: #ffffff;
}

.notification-response .container .notification-response__bottom .notification-response__tools .notification-response__dropdown .notification-response__dropdown-menu.buttons li button.red {
  color: #ff3267;
}

.notification-response .container .notification-response__bottom .notification-response__tools .notification-response__dropdown .notification-response__dropdown-menu.buttons li button.active {
  background-color: #1d1d21;
}

.notification-response .container .notification-response__bottom .notification-export-report-btn {
  position: absolute;
  z-index: 99;
  right: 0;
  top: 0;
  margin-top: -20px;
  margin-right: 40px;
  cursor: pointer;
}

.notification-response .container .notification-response__bottom .nofication_response_table thead th {
  font-size: 12px;
  padding: 5px 8px;
}

.notification-response .container .notification-response__bottom .nofication_response_table tbody {
  font-size: 12px;
}

.notification-response .container .notification-response__bottom .nofication_response_table tbody td {
  padding: 5px 8px;
}

.notification-response .container .notification-response__bottom .nofication_response_table .yes_optin {
  position: relative;
  font-style: italic;
  color: #818191;
  cursor: pointer;
}

.notification-response .container .notification-response__bottom .nofication_response_table .yes_optin:hover:after {
  content: "Opt Out";
  position: absolute;
  z-index: 9;
  background: #000000;
  padding: 7px 13px;
  min-width: 80px;
  color: #9B9BAE;
  border-radius: 8px;
  font-style: normal;
  box-shadow: 0px 3px 3px 0px rgba(75, 3, 221, 0.5);
}

.notification-response .container .notification-response__bottom .nofication_response_table .comment_long {
  display: none;
}

.notification-response .container .notification-response__bottom .nofication_response_table .comment_short {
  cursor: pointer;
  position: relative;
}

.notification-response .container .notification-response__bottom .nofication_response_table .comment_short:hover>span {
  display: block;
  position: absolute;
  z-index: 9;
  background: #000;
  min-width: 250px;
  right: 0;
  top: 0;
  margin-top: calc(1vh - 65px);
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0px 5px 10px 0px rgba(75, 3, 221, 0.5);
  color: #9B9BAE;
}

.notification-response .container .notification-response__bottom.poll .notification-response__tools .flex-container .notification-response__dropdown {
  margin-right: 15px;
}

.notification-response .container .notification-response__bottom .notification-response__table .v7-table {
  margin-bottom: 20px;
  position: relative;
}

.notification-response .container .notification-response__bottom .notification-response__table .v7-table thead tr th .recipients__selector {
  width: 285px;
  height: 120px;
  background-color: #32333c;
  border-radius: 15px;
  padding: 15px;
  position: absolute;
  z-index: 100;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  top: -120px;
  left: -50px;
}

.notification-response .container .notification-response__bottom .notification-response__table .v7-table thead tr th .recipients__selector button {
  width: 100%;
  color: #ffffff;
  border: none;
  font-size: 14px;
  padding: 10px;
  border-radius: 5px;
  background-color: transparent;
}

.notification-response .container .notification-response__bottom .notification-response__table .v7-table thead tr th .recipients__selector button.resendselected {
  background-color: #282930;
}

.notification-response .container .notification-response__bottom .notification-response__table .v7-table tbody::before {
  line-height: 3px;
}

.notification-response .container .notification-response__bottom .notification-response__table .v7-table tbody tr td.ng-binding {
  background-color: transparent;
}

.notification-response .container .notification-response__bottom .notification-response__table .v7-table tbody tr td span.purple {
  color: mediumpurple;
}

.notification-response .container .notification-response__bottom .notification-response__table .v7-table tbody tr td span.green {
  color: #33e2ff;
}

.notification-response .container .notification-response__bottom .notification-response__table .v7-table tbody tr td span.white {
  color: #ffffff;
}

.notification-response .container .notification-response__bottom .notification-response__table .v7-table tbody tr td span.red {
  color: #ff3267;
}

.notification-response .notification-response__view-modal .modal-dialog {
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
}

.notification-response .notification-response__view-modal .modal-dialog .modal-content .modal-body {
  padding: 0;
}

.notification-response .notification-response__view-modal .modal-dialog .modal-content .modal-body .dark-box-anchor.close-modal-text.close-x {
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0px 10px 0px 0px;
}

.notification-response .notification-response__view-modal .modal-dialog .modal-content .modal-body .preview-header {
  padding: 110px 100px 40px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.notification-response .notification-response__view-modal .modal-dialog .modal-content .modal-body .preview-header .up-title {
  display: block;
  margin: 0;
}

.notification-response .notification-response__view-modal .modal-dialog .modal-content .modal-body .preview-header .h2-v7 {
  margin-left: 0;
}

.notification-response .notification-response__view-modal .modal-dialog .modal-content .modal-body .preview-header .recipients-info {
  display: flex;
  align-items: center;
}

.notification-response .notification-response__view-modal .modal-dialog .modal-content .modal-body .preview-header .recipients-info .recipients-info__user-button {
  display: inline-flex;
  width: 46px;
  height: 46px;
  background-color: black;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  margin-right: 20px;
}

.notification-response .notification-response__view-modal .modal-dialog .modal-content .modal-body .preview-header .recipients-info .recipients-info__user-button img {
  height: 15px;
  width: auto;
}

.notification-response .notification-response__view-modal .modal-dialog .modal-content .modal-body .preview-header .recipients-info h2 {
  margin: 0;
  font-size: 19px;
}

.notification-response .notification-response__view-modal .modal-dialog .modal-content .modal-body .preview-header .recipients-info p {
  font-size: 13px;
  color: #818191;
  margin: 0;
}

.notification-response .notification-response__view-modal .modal-dialog .modal-content .modal-body .dark-form__step.preview {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 100px 110px;
}

.notification-response .notification-response__view-modal .modal-dialog .modal-content .modal-body .dark-form__step.preview .preview__notification {
  width: calc(50% - 10px);
}

.notification-response .notification-response__view-modal .modal-dialog .modal-content .modal-body .dark-form__step.preview .preview__notification .v7-card {
  height: 220px;
  border-radius: 20px;
  margin-bottom: 18px;
}

.notification-response .notification-response__view-modal .modal-dialog .modal-content .modal-body .dark-form__step.preview .preview__notification .v7-card .v7-card-body .v7-card-title {
  padding: 0px 12px 0px 25px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.notification-response .notification-response__view-modal .modal-dialog .modal-content .modal-body .dark-form__step.preview .preview__notification .v7-card .v7-card-body .v7-card-title>div {
  display: flex;
  height: 100%;
  align-items: center;
}

.notification-response .notification-response__view-modal .modal-dialog .modal-content .modal-body .dark-form__step.preview .preview__notification .v7-card .v7-card-body .v7-card-title>div .v7-card-title__img-container {
  width: 25px;
  height: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.notification-response .notification-response__view-modal .modal-dialog .modal-content .modal-body .dark-form__step.preview .preview__notification .v7-card .v7-card-body .v7-card-title>div .v7-card-title__img-container.voice {
  background-image: url("/assets-v7/images/icon-notif-voice.png");
}

.notification-response .notification-response__view-modal .modal-dialog .modal-content .modal-body .dark-form__step.preview .preview__notification .v7-card .v7-card-body .v7-card-title>div .v7-card-title__img-container.email {
  background-image: url("/assets-v7/images/icon-notif-email.png");
}

.notification-response .notification-response__view-modal .modal-dialog .modal-content .modal-body .dark-form__step.preview .preview__notification .v7-card .v7-card-body .v7-card-title>div .v7-card-title__img-container.geofence {
  background-image: url("/assets-v7/images/icon-notif-geofence.png");
}

.notification-response .notification-response__view-modal .modal-dialog .modal-content .modal-body .dark-form__step.preview .preview__notification .v7-card .v7-card-body .v7-card-title>div .v7-card-title__img-container.notification {
  background-image: url("/assets-v7/images/icon-notif-push.png");
}

.notification-response .notification-response__view-modal .modal-dialog .modal-content .modal-body .dark-form__step.preview .preview__notification .v7-card .v7-card-body .v7-card-title>div .v7-card-title__img-container.sms {
  background-image: url("/assets-v7/images/icon-notif-sms.png");
}

.notification-response .notification-response__view-modal .modal-dialog .modal-content .modal-body .dark-form__step.preview .preview__notification .v7-card .v7-card-body .v7-card-title>div .v7-card-title__img-container.teams {
  background-image: url("/assets-v7/images/microsoft_teams.png");
}

.notification-response .notification-response__view-modal .modal-dialog .modal-content .modal-body .dark-form__step.preview .preview__notification .v7-card .v7-card-body .v7-card-title>div p {
  font-size: 14px;
  margin-bottom: 0;
  margin-left: 20px;
}

.notification-response .notification-response__view-modal .modal-dialog .modal-content .modal-body .dark-form__step.preview .preview__notification .v7-card .v7-card-body .v7-card-title>div:last-child .text-aside-button {
  color: #818191;
  font-weight: 400;
}

.notification-response .notification-response__view-modal .modal-dialog .modal-content .modal-body .dark-form__step.preview .preview__notification .v7-card .v7-card-body .v7-card-text {
  padding: 20px 70px;
  max-height: 158px;
  overflow: auto;
}

.notification-response .notification-response__view-modal .modal-dialog .modal-content .modal-body .dark-form__step.preview .preview__notification .v7-card .v7-card-body .v7-card-text a {
  color: #40cbe4;
  text-decoration: underline;
}

.templates {
  margin-left: 80px;
  background-color: #141416;
  padding: 30px 65px 40px 65px;
  min-height: calc(100vh - 80px);
}

.templates .container {
  position: relative;
  margin-left: 0;
}

.templates .container .v7-button.pink-rounded {
  position: absolute;
  right: 0;
  top: -50px;
}

.templates .container .templates__table {
  margin-top: 25px;
}

.templates .container .templates__table .small-purple {
  color: #ada7d4;
  font-size: 13px;
}

.templates .container .templates__table .v7-table {
  position: relative;
  border-spacing: 0 5px;
  display: block;
}

.templates .container .templates__table .v7-table thead {
  display: block;
  width: 100%;
}

.templates .container .templates__table .v7-table thead tr {
  display: flex;
  width: 100%;
}

.templates .container .templates__table .v7-table thead tr th {
  padding: 4px 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  margin-bottom: 3px;
  width: 10%;
  min-height: 38px;
}

.templates .container .templates__table .v7-table thead tr th span.sort {
  bottom: unset;
}

.templates .container .templates__table .v7-table thead tr th.active>span {
  color: #f82e67;
}

.templates .container .templates__table .v7-table thead tr th.active>span:first-child {
  text-decoration: underline;
}

.templates .container .templates__table .v7-table thead tr th:first-child {
  width: 68px;
  padding-left: 15px;
}

.templates .container .templates__table .v7-table thead tr th:nth-child(2) {
  width: 35%;
  padding-left: 8px;
}

.templates .container .templates__table .v7-table thead tr th:nth-child(2),
.templates .container .templates__table .v7-table thead tr th:nth-child(7) {
  justify-content: flex-start;
}

.templates .container .templates__table .v7-table thead tr th:nth-child(7) {
  padding-left: 15px;
}

.templates .container .templates__table .v7-table thead tr th:last-child {
  width: 185px;
}

.templates .container .templates__table .v7-table thead tr th .v7-checkbox+label {
  margin-top: -6px;
  margin-bottom: 0;
}

.templates .container .templates__table .v7-table tbody {
  overflow-y: auto;
  margin-bottom: 30px;
  display: block;
  width: 100%;
}

.templates .container .templates__table .v7-table tbody::before {
  content: none;
}

.templates .container .templates__table .v7-table tbody tr {
  display: flex;
  width: 100%;
  min-height: 46px;
  margin: 5px 0;
}

.templates .container .templates__table .v7-table tbody tr.highlight {
  position: relative;
}

.templates .container .templates__table .v7-table tbody tr.highlight .highlight-circle {
  display: none;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #4b03dd;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 11px;
}

.templates .container .templates__table .v7-table tbody tr.highlight.active .highlight-circle {
  display: block;
}

.templates .container .templates__table .v7-table tbody tr:nth-child(odd) {
  background-color: transparent;
}

.templates .container .templates__table .v7-table tbody tr:nth-child(odd).highlight.active {
  background-color: rgba(75, 3, 221, 0.2);
}

.templates .container .templates__table .v7-table tbody tr:nth-child(even) {
  background-color: #1d1d21;
}

.templates .container .templates__table .v7-table tbody tr:nth-child(even).highlight.active {
  background-color: rgba(75, 3, 221, 0.3);
}

.templates .container .templates__table .v7-table tbody tr td {
  padding: 4px 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  margin-bottom: 3px;
  width: 10% !important;
  min-height: 38px;
  color: #ffffff;
}

.templates .container .templates__table .v7-table tbody tr td.ng-binding {
  background-color: transparent;
}

.templates .container .templates__table .v7-table tbody tr td .fa.fa-exclamation-triangle {
  font-size: 16px;
  color: #f82e67;
}

.templates .container .templates__table .v7-table tbody tr td p {
  margin: 0;
}

.templates .container .templates__table .v7-table tbody tr td img {
  width: 15px;
  height: auto;
}

.templates .container .templates__table .v7-table tbody tr td:first-child {
  width: 68px !important;
  padding-left: 15px;
}

.templates .container .templates__table .v7-table tbody tr td:nth-child(2) {
  width: 35% !important;
  padding-left: 8px;
}

.templates .container .templates__table .v7-table tbody tr td:nth-child(2),
.templates .container .templates__table .v7-table tbody tr td:nth-child(7) {
  justify-content: flex-start;
}

.templates .container .templates__table .v7-table tbody tr td:nth-child(7) {
  padding-left: 15px;
}

.templates .container .templates__table .v7-table tbody tr td:last-child {
  width: 185px !important;
}

.templates .container .templates__table .v7-table tbody tr td .v7-checkbox+label {
  margin-top: 6px;
  margin-bottom: 0;
}

.templates .container .templates__table .pager {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 15px;
}

.templates .container .templates__tools .v7-button {
  padding: 0 20px;
  margin-left: 20px;
  color: #ffffff;
}

.templates .container .templates__tools .v7-button .fa {
  margin-right: 7px;
}

.templates .container .templates__tools .v7-button:first-of-type {
  border-color: #4b03dd;
}

.templates .container .templates__tools .v7-button:first-of-type .fa {
  color: #5176ec;
}

.templates .container .templates__tools .v7-button:last-of-type {
  border-color: #f82e67;
}

.templates .container .templates__tools .v7-button:last-of-type .fa {
  color: #f82e67;
}

.templates .container .templates__tools .v7-button:disabled {
  border-color: #3c394f;
  color: #3c394f;
}

.templates .container .templates__tools .v7-button:disabled .fa {
  color: #3c394f;
}

.templates__menu {
  margin-bottom: 0;
  margin-left: 80px;
  padding-left: 65px;
}

#deleteModal .modal-dialog {
  width: 420px;
}

#deleteModal .modal-dialog .modal-body {
  padding: 45px;
}

#deleteModal .modal-dialog .modal-body .fa-trash-o {
  font-size: 21px;
  color: #f82e67;
  margin-right: 20px;
}

#deleteModal .modal-dialog .modal-body h3 {
  display: inline-block;
  margin-bottom: 39px;
  margin-top: 0;
}

#deleteModal .modal-dialog .modal-body p {
  font-size: 14px;
  letter-spacing: 0;
  line-height: 30px;
}

#deleteModal .modal-dialog .modal-body .buttons-section {
  display: flex;
  justify-content: space-between;
}

#deleteModal .modal-dialog .modal-body .buttons-section button:first-of-type {
  font-size: 13px;
  background-color: transparent;
  border: none;
  color: #3c394f;
  text-decoration: underline;
}

.templates_discovery {
  width: 100%;
  background-color: #141416;
  padding: 20px 15px 40px 65px;
  min-height: 645px;
  position: absolute;
  top: -30px;
  left: 1px;
}

.templates_discovery .container {
  position: relative;
  margin-left: 0;
}

.templates_discovery .container .v7-button.pink-rounded {
  position: absolute;
  right: 0;
  top: -50px;
}

.templates_discovery .container .templates__table {
  margin-top: 25px;
}

.templates_discovery .container .templates__table .small-purple {
  color: #ada7d4;
  font-size: 13px;
}

.templates_discovery .container .templates__table .v7-table {
  position: relative;
  border-spacing: 0 5px;
  display: block;
}

.templates_discovery .container .templates__table .v7-table thead {
  display: block;
  width: 100%;
}

.templates_discovery .container .templates__table .v7-table thead tr {
  display: flex;
  width: 100%;
}

.templates_discovery .container .templates__table .v7-table thead tr th {
  padding: 4px 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  margin-bottom: 3px;
  width: 10%;
  min-height: 38px;
}

.templates_discovery .container .templates__table .v7-table thead tr th span.sort {
  bottom: unset;
}

.templates_discovery .container .templates__table .v7-table thead tr th.active>span {
  color: #f82e67;
}

.templates_discovery .container .templates__table .v7-table thead tr th.active>span:first-child {
  text-decoration: underline;
}

.templates_discovery .container .templates__table .v7-table thead tr th:first-child {
  width: 68px;
  padding-left: 15px;
}

.templates_discovery .container .templates__table .v7-table thead tr th:nth-child(2) {
  width: 35%;
  padding-left: 8px;
}

.templates_discovery .container .templates__table .v7-table thead tr th:nth-child(2),
.templates_discovery .container .templates__table .v7-table thead tr th:nth-child(7) {
  justify-content: flex-start;
}

.templates_discovery .container .templates__table .v7-table thead tr th:nth-child(7) {
  padding-left: 15px;
}

.templates_discovery .container .templates__table .v7-table thead tr th:last-child {
  width: 185px;
}

.templates_discovery .container .templates__table .v7-table thead tr th .v7-checkbox+label {
  margin-top: -6px;
  margin-bottom: 0;
}

.templates_discovery .container .templates__table .v7-table tbody {
  overflow-y: auto;
  margin-bottom: 30px;
  display: block;
  width: 100%;
}

.templates_discovery .container .templates__table .v7-table tbody::before {
  content: none;
}

.templates_discovery .container .templates__table .v7-table tbody tr {
  display: flex;
  width: 100%;
  min-height: 46px;
  margin: 5px 0;
}

.templates_discovery .container .templates__table .v7-table tbody tr.highlight {
  position: relative;
}

.templates_discovery .container .templates__table .v7-table tbody tr.highlight .highlight-circle {
  display: none;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #4b03dd;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 11px;
}

.templates_discovery .container .templates__table .v7-table tbody tr.highlight.active .highlight-circle {
  display: block;
}

.templates_discovery .container .templates__table .v7-table tbody tr:nth-child(odd) {
  background-color: transparent;
}

.templates_discovery .container .templates__table .v7-table tbody tr:nth-child(odd).highlight.active {
  background-color: rgba(75, 3, 221, 0.2);
}

.templates_discovery .container .templates__table .v7-table tbody tr:nth-child(even) {
  background-color: #1d1d21;
}

.templates_discovery .container .templates__table .v7-table tbody tr:nth-child(even).highlight.active {
  background-color: rgba(75, 3, 221, 0.3);
}

.templates_discovery .container .templates__table .v7-table tbody tr td {
  padding: 4px 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  margin-bottom: 3px;
  width: 10% !important;
  min-height: 38px;
  color: #ffffff;
}

.templates_discovery .container .templates__table .v7-table tbody tr td.ng-binding {
  background-color: transparent;
}

.templates_discovery .container .templates__table .v7-table tbody tr td .fa.fa-exclamation-triangle {
  font-size: 16px;
  color: #f82e67;
}

.templates_discovery .container .templates__table .v7-table tbody tr td p {
  margin: 0;
}

.templates_discovery .container .templates__table .v7-table tbody tr td img {
  width: 15px;
  height: auto;
}

.templates_discovery .container .templates__table .v7-table tbody tr td:first-child {
  width: 68px !important;
  padding-left: 15px;
}

.templates_discovery .container .templates__table .v7-table tbody tr td:nth-child(2) {
  width: 35% !important;
  padding-left: 8px;
}

.templates_discovery .container .templates__table .v7-table tbody tr td:nth-child(2),
.templates_discovery .container .templates__table .v7-table tbody tr td:nth-child(7) {
  justify-content: flex-start;
}

.templates_discovery .container .templates__table .v7-table tbody tr td:nth-child(7) {
  padding-left: 15px;
}

.templates_discovery .container .templates__table .v7-table tbody tr td:last-child {
  width: 185px !important;
}

.templates_discovery .container .templates__table .v7-table tbody tr td .v7-checkbox+label {
  margin-top: 6px;
  margin-bottom: 0;
}

.templates_discovery .container .templates__table .pager {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 15px;
}

.templates_discovery .container .templates__tools .v7-button {
  padding: 0 20px;
  margin-left: 20px;
  color: #ffffff;
}

.templates_discovery .container .templates__tools .v7-button .fa {
  margin-right: 7px;
}

.templates_discovery .container .templates__tools .v7-button:first-of-type {
  border-color: #4b03dd;
}

.templates_discovery .container .templates__tools .v7-button:first-of-type .fa {
  color: #5176ec;
}

.templates_discovery .container .templates__tools .v7-button:last-of-type {
  border-color: #f82e67;
}

.templates_discovery .container .templates__tools .v7-button:last-of-type .fa {
  color: #f82e67;
}

.templates_discovery .container .templates__tools .v7-button:disabled {
  border-color: #3c394f;
  color: #3c394f;
}

.templates_discovery .container .templates__tools .v7-button:disabled .fa {
  color: #3c394f;
}

.v7-table,
table,
.table {
  background-color: transparent;
  font-size: 13px;
  width: 100%;
  color: #ada7d4;
  border-spacing: 0 5px;
}

.v7-table thead,
table thead,
.table thead {
  border-bottom: 1px solid #2e323f;
}

.v7-table thead tr th,
table thead tr th,
.table thead tr th {
  padding-bottom: 8px;
  vertical-align: bottom;
}

.v7-table thead tr th span.active,
table thead tr th span.active,
.table thead tr th span.active {
  text-decoration: underline;
  color: #de2051;
}

.v7-table thead tr th span.sort,
table thead tr th span.sort,
.table thead tr th span.sort {
  width: 10px;
  height: 22px;
  display: inline-block;
  position: relative;
  bottom: -6px;
  margin-left: 5px;
}

.v7-table thead tr th span.sort .fa:first-child,
table thead tr th span.sort .fa:first-child,
.table thead tr th span.sort .fa:first-child {
  position: absolute;
  top: 0;
}

.v7-table thead tr th span.sort .fa:last-child,
table thead tr th span.sort .fa:last-child,
.table thead tr th span.sort .fa:last-child {
  position: absolute;
  bottom: 0;
}

.v7-table tbody:before,
table tbody:before,
.table tbody:before {
  content: "-";
  display: block;
  line-height: 1em;
  color: transparent;
}

.v7-table tbody tr:nth-child(odd),
table tbody tr:nth-child(odd),
.table tbody tr:nth-child(odd) {
  background-color: #1d1d21;
}

.v7-table tbody tr td,
table tbody tr td,
.table tbody tr td {
  color: #ffffff;
}

.v7-table tbody tr td.email-table,
table tbody tr td.email-table,
.table tbody tr td.email-table {
  color: #ada7d4;
  max-width: 200px;
  overflow-wrap: break-word;
}

@media only screen and (max-width: 1250px) {

  .v7-table tbody tr td.email-table,
  table tbody tr td.email-table,
  .table tbody tr td.email-table {
    max-width: 170px;
  }
}

@media only screen and (max-width: 1250px) {

  .v7-table tbody tr,
  table tbody tr,
  .table tbody tr {
    font-size: 12px !important;
  }
}

.v7-table td,
.v7-table th,
table td,
table th,
.table td,
.table th {
  padding: 5px 15px;
}

.v7-table.separated,
table.separated,
.table.separated {
  border-collapse: separate;
  border-spacing: 0 18px;
}

.v7-table.separated tbody::before,
table.separated tbody::before,
.table.separated tbody::before {
  content: none;
}

.v7-table.separated tbody tr,
table.separated tbody tr,
.table.separated tbody tr {
  box-shadow: 0 5px 20px 2px rgba(18, 0, 40, 0.2);
}

.v7-table.separated tbody tr:nth-child(odd),
.v7-table.separated tbody tr:nth-child(even),
table.separated tbody tr:nth-child(odd),
table.separated tbody tr:nth-child(even),
.table.separated tbody tr:nth-child(odd),
.table.separated tbody tr:nth-child(even) {
  background-color: #242427;
}

.v7-table.separated thead tr th,
table.separated thead tr th,
.table.separated thead tr th {
  border-bottom: 1px solid #2e323f;
}

.v7-table.separated tbody th,
.v7-table.separated tbody td,
.v7-table.separated thead th,
.v7-table.separated thead td,
.v7-table.separated tfoot th,
.v7-table.separated tfoot td,
table.separated tbody th,
table.separated tbody td,
table.separated thead th,
table.separated thead td,
table.separated tfoot th,
table.separated tfoot td,
.table.separated tbody th,
.table.separated tbody td,
.table.separated thead th,
.table.separated thead td,
.table.separated tfoot th,
.table.separated tfoot td {
  padding: 15px;
}

.v7-table.separated tbody th.pr-30,
.v7-table.separated tbody td.pr-30,
.v7-table.separated thead th.pr-30,
.v7-table.separated thead td.pr-30,
.v7-table.separated tfoot th.pr-30,
.v7-table.separated tfoot td.pr-30,
table.separated tbody th.pr-30,
table.separated tbody td.pr-30,
table.separated thead th.pr-30,
table.separated thead td.pr-30,
table.separated tfoot th.pr-30,
table.separated tfoot td.pr-30,
.table.separated tbody th.pr-30,
.table.separated tbody td.pr-30,
.table.separated thead th.pr-30,
.table.separated thead td.pr-30,
.table.separated tfoot th.pr-30,
.table.separated tfoot td.pr-30 {
  padding-right: 30px;
}

.table>thead>tr>th {
  border-bottom: none;
}

.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
  background-color: #1d1d21;
}

.table>thead>tr>th,
.table>thead>tr>td,
.table>tbody>tr>th,
.table>tbody>tr>td,
.table>tfoot>tr>th,
.table>tfoot>tr>td {
  border-top: none;
}

.table-hover>tbody>tr:hover>td,
.table-hover>tbody>tr:hover>th {
  background-color: transparent;
}

.triangulation-view {
  width: 483px;
  background-color: #242427;
  border-radius: 9px;
  box-shadow: 0 10px 57px 16px rgba(75, 3, 221, 0.36);
}

.triangulation-view .triangulation-view__header {
  height: 106px;
  background-color: #000000;
  position: relative;
  border-top-right-radius: 9px;
  border-top-left-radius: 9px;
}

.triangulation-view .triangulation-view__header .triangulation-view__close {
  position: absolute;
  right: 0;
  top: 0;
  width: 49px;
  height: 49px;
  background-color: #565662;
  border-top-right-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.triangulation-view .triangulation-view__header .circle {
  background-image: url(http://localhost:8000/img/facilities/icon_hq.png);
  width: 88px;
  height: 88px;
  display: block;
  background-color: #5176ec;
  border-radius: 50%;
  background-size: contain;
  position: absolute;
  bottom: -27px;
  left: 48px;
}

.triangulation-view .triangulation-view__content {
  padding: 35px 48px 60px;
}

.triangulation-view .triangulation-view__content h3 {
  font-size: 18px;
  font-weight: bold;
}

.triangulation-view .triangulation-view__content small {
  color: #818191;
  font-family: Montserrat;
  font-size: 14px;
  margin-bottom: 30px;
  display: block;
}

.triangulation-view .triangulation-view__content p {
  color: #818191;
  font-family: Montserrat;
  font-size: 13px;
}

.triangulation-view .triangulation-view__content p strong {
  color: #ada7d4;
  font-family: Montserrat;
  font-size: 13px;
  font-weight: 600;
  display: block;
  margin-bottom: 9px;
}

.triangulation-view .triangulation-view__content ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: #818191;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 500;
}

.triangulation-view .triangulation-view__content ul li {
  color: white;
  margin-bottom: 10px;
}

.triangulation-view .triangulation-view__content ul li span {
  color: #818191;
}

.triangulation-view .triangulation-view__content .hotel-address {
  font-family: "Montserrat";
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 0.05em;
}

.v7-checkbox {
  position: absolute;
  visibility: hidden;
  height: 0;
  width: 0;
}

.v7-checkbox+label {
  position: relative;
  cursor: pointer;
  padding: 0;
  width: auto;
  margin: 0;
}

.v7-checkbox+label::before {
  content: "";
  display: inline-block;
  height: 12px;
  width: 13px;
  border: 1px solid #ada7d4;
  border-radius: 3px;
}

.v7-checkbox:focus+label::before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}

.v7-checkbox:disabled+label {
  color: #b8b8b8;
  cursor: auto;
}

.v7-checkbox:disabled+label::before {
  box-shadow: none;
  background: #818191;
}

.v7-checkbox:checked+label::after {
  content: "";
  font-family: FontAwesome;
  font-size: 15px;
  position: absolute;
  width: 13px;
  height: 13px;
  top: -2px;
  left: 0;
  content: "";
  color: #5077ed;
  opacity: 1;
}

.v7-checkbox:checked+label::before {
  border: none;
  background-color: white;
}

.v7-squared-three {
  width: 13px;
  position: relative;
  display: inline-block;
}

.v7-squared-three input[type=checkbox] {
  visibility: hidden;
  height: 0;
  width: 0;
}

.v7-squared-three input[type=checkbox]+label {
  height: 13px;
  width: 13px;
  border: 1px solid #ada7d4;
  border-radius: 3px;
  position: absolute;
  cursor: pointer;
  margin-bottom: 0;
  line-height: normal;
  bottom: 2px;
}

.v7-squared-three input[type=checkbox]:checked+label {
  border: none;
  background-color: white;
}

.v7-squared-three input[type=checkbox]+label:after {
  font-family: FontAwesome;
  font-size: 15px;
  position: absolute;
  width: 13px;
  height: 13px;
  top: -1px;
  left: 0;
  opacity: 0;
}

.v7-squared-three input[type=checkbox]:checked+label:after {
  content: "";
  color: #5077ed;
  opacity: 1;
}

.tooltip-arrow {
  display: none;
}

.tooltip-inner {
  padding: 8px 30px;
  font-size: 13px;
  border-radius: 8px;
  font-weight: 500;
  background-color: #30313d;
}

.tooltip.in {
  opacity: 1;
}

.v7-new-notification .url {
  margin-top: 36px;
  padding-bottom: 9px;
}

.v7-new-notification .url-field {
  width: auto;
}

.v7-new-notification .new-notification {
  position: relative;
}

.v7-new-notification .new-notification .add-url {
  width: 340px;
}

.v7-new-notification .new-notification .v7.v7-content {
  position: unset;
}

.v7-new-notification .new-notification .v7.v7-content .v7-content__step {
  position: absolute;
  width: 750px;
  left: 40px;
  z-index: 100;
  padding-right: 15px;
  padding-bottom: 15px;
  width: calc(100% - 115px);
}

.v7-new-notification .new-notification .v7.v7-content .v7-content__step .spacer {
  padding-bottom: 30px;
  background-color: #141416;
  border-radius: 20px;
  position: relative;
}

.v7-new-notification .new-notification .v7.v7-content .v7-content__step .spacer.no-padding {
  padding-bottom: 0;
}

.v7-new-notification .new-notification .v7.v7-content .v7-content__step .spacer .header.gray-header {
  background-color: #242427;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.v7-new-notification .new-notification .v7.v7-content .v7-content__step .spacer .header .header-close .dark-box-anchor.close-modal-text {
  margin: 35px 35px 0 0;
}

.v7-new-notification .new-notification .v7.v7-content .v7-content__step .spacer .dark-section {
  background-color: transparent;
}

.v7-new-notification .new-notification .v7.v7-content .v7-content__step .spacer .dark-section>div {
  padding: 0 100px;
}

.v7-new-notification .new-notification .v7.v7-content .v7-content__step .spacer .dark-section>div strong.up-title {
  margin-left: 0;
  display: block;
}

.v7-new-notification .new-notification .v7.v7-content .v7-content__step .spacer .dark-section>div strong.up-title+h2.h2-v7 {
  margin-left: 0;
  margin-top: 10px;
}

.v7-new-notification .new-notification .v7.v7-content .v7-content__step .spacer .dark-section>div.methods__header b .up-title {
  margin-top: 60px;
  display: block;
  margin-left: 0;
  margin-bottom: 12px;
}

.v7-new-notification .new-notification .v7.v7-content .v7-content__step .spacer .dark-section>div.methods__header>div .h2-v7 {
  margin: 0;
}

.v7-new-notification .new-notification .v7.v7-content .v7-content__step .spacer .dark-section form.dark-form .v7-button.large {
  min-width: 160px;
}

.v7-new-notification .new-notification .v7.v7-content .v7-content__step .spacer .dark-section form.dark-form .steps.step-1 {
  margin-bottom: 95px;
  display: flex;
  justify-content: flex-start;
  padding-right: 100px;
}

.v7-new-notification .new-notification .v7.v7-content .v7-content__step .spacer .dark-section form.dark-form .steps.step-1.justify-center {
  justify-content: center;
  padding-bottom: 60px;
}

.v7-new-notification .new-notification .v7.v7-content .v7-content__step .spacer .dark-section form.dark-form .steps.step-2 {
  text-align: center;
}

.v7-new-notification .new-notification .v7.v7-content .v7-content__step .spacer .dark-section form.dark-form .dark-form__step.preview {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 100px 110px;
}

.v7-new-notification .new-notification .v7.v7-content .v7-content__step .spacer .dark-section form.dark-form .dark-form__step.preview .preview__notification {
  width: calc(50% - 10px);
}

.v7-new-notification .new-notification .v7.v7-content .v7-content__step .spacer .dark-section form.dark-form .dark-form__step.preview .preview__notification .v7-card {
  height: 220px;
  border-radius: 20px;
  margin-bottom: 18px;
}

.v7-new-notification .new-notification .v7.v7-content .v7-content__step .spacer .dark-section form.dark-form .dark-form__step.preview .preview__notification .v7-card .v7-card-body .v7-card-title {
  padding: 0px 12px 0px 25px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.v7-new-notification .new-notification .v7.v7-content .v7-content__step .spacer .dark-section form.dark-form .dark-form__step.preview .preview__notification .v7-card .v7-card-body .v7-card-title>div {
  display: flex;
  height: 100%;
  align-items: center;
}

.v7-new-notification .new-notification .v7.v7-content .v7-content__step .spacer .dark-section form.dark-form .dark-form__step.preview .preview__notification .v7-card .v7-card-body .v7-card-title>div .v7-card-title__img-container {
  width: 25px;
  height: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.v7-new-notification .new-notification .v7.v7-content .v7-content__step .spacer .dark-section form.dark-form .dark-form__step.preview .preview__notification .v7-card .v7-card-body .v7-card-title>div .v7-card-title__img-container.voice {
  background-image: url("/assets-v7/images/icon-notif-voice.png");
}

.v7-new-notification .new-notification .v7.v7-content .v7-content__step .spacer .dark-section form.dark-form .dark-form__step.preview .preview__notification .v7-card .v7-card-body .v7-card-title>div .v7-card-title__img-container.email {
  background-image: url("/assets-v7/images/icon-notif-email.png");
}

.v7-new-notification .new-notification .v7.v7-content .v7-content__step .spacer .dark-section form.dark-form .dark-form__step.preview .preview__notification .v7-card .v7-card-body .v7-card-title>div .v7-card-title__img-container.geofence {
  background-image: url("/assets-v7/images/icon-notif-geofence.png");
}

.v7-new-notification .new-notification .v7.v7-content .v7-content__step .spacer .dark-section form.dark-form .dark-form__step.preview .preview__notification .v7-card .v7-card-body .v7-card-title>div .v7-card-title__img-container.notification {
  background-image: url("/assets-v7/images/icon-notif-push.png");
}

.v7-new-notification .new-notification .v7.v7-content .v7-content__step .spacer .dark-section form.dark-form .dark-form__step.preview .preview__notification .v7-card .v7-card-body .v7-card-title>div .v7-card-title__img-container.sms {
  background-image: url("/assets-v7/images/icon-notif-sms.png");
}

.v7-new-notification .new-notification .v7.v7-content .v7-content__step .spacer .dark-section form.dark-form .dark-form__step.preview .preview__notification .v7-card .v7-card-body .v7-card-title>div .v7-card-title__img-container.teams {
  background-image: url("/assets-v7/images/microsoft_teams.png");
}

.v7-new-notification .new-notification .v7.v7-content .v7-content__step .spacer .dark-section form.dark-form .dark-form__step.preview .preview__notification .v7-card .v7-card-body .v7-card-title>div p {
  font-size: 14px;
  margin-bottom: 0;
  margin-left: 20px;
}

.v7-new-notification .new-notification .v7.v7-content .v7-content__step .spacer .dark-section form.dark-form .dark-form__step.preview .preview__notification .v7-card .v7-card-body .v7-card-title>div:last-child .text-aside-button {
  color: #818191;
  font-weight: 400;
}

.v7-new-notification .new-notification .v7.v7-content .v7-content__step .spacer .dark-section form.dark-form .dark-form__step.preview .preview__notification .v7-card .v7-card-body .v7-card-text {
  padding: 20px 70px;
  max-height: 158px;
  overflow: auto;
}

.v7-new-notification .new-notification .v7.v7-content .v7-content__step .spacer .dark-section form.dark-form .dark-form__step.preview .preview__notification .v7-card .v7-card-body .v7-card-text a {
  color: #40cbe4;
  text-decoration: underline;
}

.v7-new-notification .new-notification .v7.v7-content .v7-content__step .spacer .dark-section form.dark-form>div>section:not(.recipients) {
  padding: 0 100px;
}

.v7-new-notification .new-notification .v7.v7-content .v7-content__step .spacer .dark-section form.dark-form>div>section.v7gefocences {
  height: calc(100vh - 180px);
  padding: 0;
  display: flex;
}

.v7-new-notification .new-notification .v7.v7-content .v7-content__step .spacer .dark-section form.dark-form>div>section.v7gefocences .instructions {
  width: 65%;
  display: block;
  margin: 0;
  height: 100%;
}

.v7-new-notification .new-notification .v7.v7-content .v7-content__step .spacer .dark-section form.dark-form>div>section.v7gefocences .instructions #geofence-title {
  margin: 0;
  top: 50px;
  left: 70px;
}

.v7-new-notification .new-notification .v7.v7-content .v7-content__step .spacer .dark-section form.dark-form>div>section.v7gefocences .instructions #v7map-container {
  display: flex;
  margin: 0;
  height: 100%;
  margin-right: -20px;
}

.v7-new-notification .new-notification .v7.v7-content .v7-content__step .spacer .dark-section form.dark-form>div>section.v7gefocences .instructions #v7map-container #map-canvas {
  height: 100% !important;
  width: 100%;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.v7-new-notification .new-notification .v7.v7-content .v7-content__step .spacer .dark-section form.dark-form>div>section.v7gefocences .instructions #v7map-container #map-canvas .gmnoprint {
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
}

.v7-new-notification .new-notification .v7.v7-content .v7-content__step .spacer .dark-section form.dark-form>div>section.new-notification__black-section {
  background: #000000;
  padding: 60px 100px 20px;
}

.v7-new-notification .new-notification .v7.v7-content .v7-content__step .spacer .dark-section form.dark-form>div>section.new-notification__black-section .dark-box {
  border-radius: 0;
  background-color: transparent;
  margin-top: 0;
  padding: 0;
}

.v7-new-notification .new-notification .v7.v7-content .v7-content__step .spacer .dark-section form.dark-form>div>section.new-notification__black-section .dark-box .button-response {
  padding: 9px 20px;
  width: auto;
  margin-top: 45px;
}

.v7-new-notification .new-notification .v7.v7-content .v7-content__step .spacer .dark-section form.dark-form>div.methods .square-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 800px;
  margin: auto;
  padding-bottom: 10px;
}

.v7-new-notification .new-notification .v7.v7-content .v7-content__step .spacer .dark-section form.dark-form>div.methods .square-container .square a:hover {
  text-decoration: none;
}

.v7-new-notification .new-notification .v7.v7-content .v7-content__step .spacer .dark-section form.dark-form>div.methods label:first-child {
  margin: 75px 0px 60px 200px;
  display: block;
  font-size: 12px;
}

.v7-new-notification .new-notification .v7.v7-content .v7-content__step .spacer .dark-section .new-notification__delivery-urgency {
  width: 357px;
  margin-top: 30px;
}

.v7-new-notification .new-notification .v7.v7-content .v7-content__step .spacer .dark-section .new-notification__delivery-urgency button {
  height: 47px;
  padding: 0 20px;
  font-size: 13px;
  background-color: #000000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 10px;
  width: 100%;
  color: #ffffff;
  border: none;
}

.v7-new-notification .new-notification .v7.v7-content .v7-content__step .spacer .dark-section .new-notification__delivery-urgency button b {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  float: left;
  margin-right: 1.5px;
}

.v7-new-notification .new-notification .v7.v7-content .v7-content__step .spacer .dark-section .new-notification__delivery-urgency button .fa-angle-down {
  margin-left: 13px;
  font-size: 17px;
  color: #40cbe4;
}

.v7-new-notification .new-notification .v7.v7-content .v7-content__step .spacer .dark-section .new-notification__delivery-urgency .dropdown-menu {
  width: 160px;
  background-color: #000000;
  border-radius: 10px;
  margin-top: 5px;
  padding: 0;
  position: absolute !important;
  top: 0;
  margin-left: 198px;
  margin-top: 40px;
}

.v7-new-notification .new-notification .v7.v7-content .v7-content__step .spacer .dark-section .new-notification__delivery-urgency .dropdown-menu ul {
  list-style-type: none;
  padding: 20px;
  font-size: 12px;
  font-weight: bold;
  text-align: right;
}

.v7-new-notification .new-notification .v7.v7-content .v7-content__step .spacer .dark-section .new-notification__delivery-urgency .dropdown-menu ul li {
  padding: 7px 26px;
}

.v7-new-notification .new-notification .v7.v7-content .v7-content__step .spacer .dark-section .new-notification__delivery-urgency .dropdown-menu ul li:hover {
  background-color: #141416;
  border-radius: 5px;
}

.v7-new-notification .new-notification .v7.v7-content .v7-content__step .spacer .dark-section .new-notification__delivery-urgency .dropdown-menu ul li .fa-exclamation-triangle {
  margin-right: 5px;
  color: #ff3267;
}

.v7-new-notification .new-notification .v7.v7-content .v7-content__step .spacer .dark-section .dark-box__footer {
  padding: 0 100px 35px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  z-index: 100;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.v7-new-notification .new-notification .v7.v7-content .v7-content__step .spacer .dark-section .dark-box__footer hr {
  height: 3px;
  width: 100%;
  margin-top: 10px;
}

.v7-new-notification .new-notification .v7.v7-content .v7-content__step .spacer .dark-section .dark-box__footer .progress-tabs {
  display: flex;
  align-items: flex-start;
  font-size: 13px;
  color: #ada7d4;
}

.v7-new-notification .new-notification .v7.v7-content .v7-content__step .spacer .dark-section .dark-box__footer .progress-tabs .progress-number {
  border: 1px solid #ada7d4;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}

.v7-new-notification .new-notification .v7.v7-content .v7-content__step .spacer .dark-section .dark-box__footer .progress-tabs .progress-number.progress-number-active {
  font-weight: bold;
  border: 2px solid #ffffff;
  color: #141416;
  background-color: #ffffff;
}

.v7-new-notification .new-notification .v7.v7-content .v7-content__step .spacer .dark-section .dark-box__footer .progress-tabs .progress-number.progress-number-passed {
  color: transparent;
  border-color: transparent;
}

.v7-new-notification .new-notification .v7.v7-content .v7-content__step .spacer .dark-section .dark-box__footer .progress-tabs .progress-number.progress-number-passed img {
  width: 18px;
  height: auto;
}

.v7-new-notification .new-notification .v7.v7-content .v7-content__step .spacer .dark-section .dark-box__footer .progress-tabs .dark-footer.dark-footer-passed {
  color: #f82e67;
}

.v7-new-notification .new-notification .v7.v7-content .v7-content__step .spacer .dark-section .dark-box__footer .progress-tabs .dark-footer.dark-footer-active {
  color: #ffffff;
}

.v7-new-notification .new-notification .v7.v7-content .v7-content__step .spacer .dark-section #delivery_preview_screen {
  margin-top: -75px;
  text-align: right;
  margin-right: 50px;
}

.v7-new-notification .new-notification .v7.v7-content .v7-content__step .spacer .dark-section #delivery_preview_screen .new-notification__delivery-urgency {
  width: 262px;
  margin-right: 70px;
}

.v7-new-notification .new-notification .v7.v7-content .v7-content__step .spacer .dark-section #delivery_preview_screen .recipients__counter {
  position: relative;
  margin-right: 50px;
}

.v7-new-notification .new-notification .v7.v7-content .v7-content__step .spacer .dark-section #delivery_preview_screen h2 {
  position: absolute;
  top: -48px;
  right: -35px;
  transform: translateX(99%);
}

.v7-new-notification .new-notification .v7.v7-content .v7-content__step .spacer .dark-section #delivery_preview_screen .user-icon {
  width: 40px;
  height: 40px;
  background-color: #000000;
  color: #6161fa;
  border-radius: 15px;
  line-height: 40px;
  text-align: center;
  font-size: 15px;
  margin-top: -29px;
  position: absolute;
  right: -32px;
}

.v7-new-notification .new-notification .v7.v7-content .v7-content__step .spacer .dark-section #delivery_preview_screen p {
  margin-left: 30px;
  margin-top: -10px;
  position: absolute;
  font-size: 13px;
  color: #818191;
}

.v7-new-notification .v7gefocences.modal .darkmodal .modal-dialog {
  width: 680px;
}

.v7-new-notification .v7gefocences.modal .darkmodal .modal-dialog .modal-content .modal-header {
  padding: 27px 30px 16px 55px;
  margin-bottom: 0;
}

.v7-new-notification .v7gefocences.modal .darkmodal .modal-dialog .modal-content .modal-header h1 {
  font-size: 20px;
  font-weight: 500;
}

.v7-new-notification .v7gefocences.modal .darkmodal .modal-dialog .modal-content .modal-header .close-modal-text {
  margin-top: -10px;
}

.v7-new-notification .v7gefocences.modal .darkmodal .modal-dialog .modal-content .modal-body {
  padding: 55px 55px 0;
}

.v7-new-notification .v7gefocences.modal .darkmodal .modal-dialog .modal-content .modal-body textarea {
  margin-top: 0;
}

.v7-new-notification .v7gefocences.modal .darkmodal .modal-dialog .modal-content .modal-body .text-checkbox {
  margin-left: 0;
  color: #818191;
  font-size: 12px;
}

.v7-new-notification .v7gefocences.modal .darkmodal .modal-dialog .modal-content .modal-body .geofence-body {
  position: static;
  margin-left: -55px;
  margin-right: -55px;
  margin-top: 30px;
  border-radius: 0;
  padding: 15px 55px 15px;
}

.v7-new-notification .v7gefocences.modal .darkmodal .modal-dialog .modal-content .modal-footer {
  margin-top: 0;
  text-align: left;
}

.v7-new-notification .v7gefocences.modal .darkmodal .modal-dialog .modal-content .modal-footer .v7-button {
  min-width: 160px;
}

.v7.notifications {
  min-height: calc(100vh - 80px);
}

.v7.notifications .container {
  position: relative;
}

.v7.notifications .container .v7-button.pink-rounded {
  position: absolute;
  right: 0;
  top: -21px;
}

.v7.notifications .container .notifications__tools {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.v7.notifications .container .notifications__tools .v7-button {
  padding: 0 20px;
  margin-left: 20px;
  color: #ffffff;
}

.v7.notifications .container .notifications__tools .v7-button .fa {
  margin-right: 7px;
}

.v7.notifications .container .notifications__tools .v7-button:first-of-type {
  border-color: #4b03dd;
}

.v7.notifications .container .notifications__tools .v7-button:first-of-type .fa {
  color: #5176ec;
}

.v7.notifications .container .notifications__tools .v7-button:last-of-type {
  border-color: #f82e67;
}

.v7.notifications .container .notifications__tools .v7-button:last-of-type .fa {
  color: #f82e67;
}

.v7.notifications .container .notifications__tools .v7-button:disabled {
  border-color: #3c394f;
  color: #3c394f;
}

.v7.notifications .container .notifications__tools .v7-button:disabled .fa {
  color: #3c394f;
}

.v7.notifications .container .v7-table {
  margin-top: 40px;
}

.v7.notifications .container .v7-table .italic {
  font-style: italic;
  color: #ada7d4;
}

.v7.notifications .small-purple {
  color: #ada7d4;
  font-size: 13px;
}

.notifications__menu {
  margin-bottom: 0;
  margin-left: 80px;
  padding-left: 65px;
}

.notifications__menu .templates-saved {
  position: absolute;
  display: flex;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #4b03dd;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: bold;
  top: 7px;
  right: -17px;
}

.close-modal-mobiles {
  right: 0;
  position: absolute;
  margin-right: 65px;
  margin-top: 30px;
  font-size: 22px;
  padding: 5px 12px;
  background: #9E9E9E;
  z-index: 9;
  border-radius: 50px;
  cursor: pointer;
}

.live-map-v7 {
  overflow: auto;
  position: relative;
  z-index: 20;
  margin: 0 15px;
  padding-right: 6px;
  margin-left: 110px;
}

.live-map-v7 #map-container.live-map #map-canvas {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

.live-map-v7 #live-map-panel.live-map-panel {
  border-radius: 15px;
  box-shadow: 0 11px 87px 15px rgba(63, 15, 159, 0.59);
  background-color: #242427;
  margin-right: -6px;
  position: relative;
  z-index: 100;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.live-map-v7 #live-map-panel.live-map-panel .live-map-menu {
  border-top-left-radius: 15px;
  border-top-right-radius: 6px;
  background-color: #141416;
  padding: 30px 20px 15px;
  display: flex;
  justify-content: space-around;
  border-bottom: none;
}

.live-map-v7 #live-map-panel.live-map-panel .live-map-menu li.active a {
  background-color: transparent;
  color: #ffffff;
  width: auto;
  position: relative;
}

.live-map-v7 #live-map-panel.live-map-panel .live-map-menu li.active a::after {
  content: "";
  display: block;
  height: 3px;
  background-color: #f82e67;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  position: absolute;
  bottom: -15px;
  left: -3px;
  right: -3px;
}

.live-map-v7 #live-map-panel.live-map-panel .live-map-menu li a {
  background-color: transparent;
  font-weight: normal;
  padding: 0;
  color: #818191;
  font-family: Montserrat;
  font-size: 11px;
}

.live-map-v7 #live-map-panel.live-map-panel .filter-panel:not(.triangulation) {
  padding: 0 20px;
  color: #ffffff;
  font-size: 15px;
  height: 40px;
  border: 1px solid #32333c;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 5px;
  margin: 15px;
  position: relative;
}

.live-map-v7 #live-map-panel.live-map-panel .filter-panel:not(.triangulation) label {
  height: auto;
  width: auto;
  color: #ada7d4;
  font-family: "Montserrat";
  font-size: 13px;
  font-weight: 600;
  line-height: unset;
  text-transform: none;
  margin-bottom: 0;
  letter-spacing: normal;
}

.live-map-v7 #live-map-panel.live-map-panel .filter-panel:not(.triangulation)>div {
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  justify-content: flex-end;
}

.live-map-v7 #live-map-panel.live-map-panel .filter-panel:not(.triangulation)>div .select {
  padding-right: 10px;
  cursor: pointer;
}

.live-map-v7 #live-map-panel.live-map-panel .filter-panel:not(.triangulation)>div .select .select__dropdown-menu {
  position: absolute;
  width: 212px;
  background-color: #000000;
  box-shadow: 0 18px 27px 15px rgba(0, 0, 0, 0.48);
  padding: 25px 10px;
  z-index: 100;
  border-radius: 9px;
  list-style-type: none;
  right: 0;
  top: 42px;
}

.live-map-v7 #live-map-panel.live-map-panel .filter-panel:not(.triangulation)>div .select .select__dropdown-menu li {
  padding: 10px 20px;
  font-size: 13px;
  font-weight: 500;
  border-radius: 9px;
}

.live-map-v7 #live-map-panel.live-map-panel .filter-panel:not(.triangulation)>div .select .select__dropdown-menu li.active {
  background-color: #242427;
}

.live-map-v7 #live-map-panel.live-map-panel .filter-panel:not(.triangulation)>div .fa {
  font-size: 20px;
  color: #40cbe4;
  margin-right: 20px;
  cursor: pointer;
}

.live-map-v7 #live-map-panel.live-map-panel .filter-panel.triangulation .dropdown-menu>li>a {
  white-space: initial;
}

.live-map-v7 #live-map-panel.live-map-panel .filter-panel.triangulation .live-triangulation-menu {
  display: flex;
  border: 1px solid #565662;
  border-radius: 5px;
}

.live-map-v7 #live-map-panel.live-map-panel .filter-panel.triangulation .live-triangulation-menu li {
  width: 50%;
}

.live-map-v7 #live-map-panel.live-map-panel .filter-panel.triangulation .live-triangulation-menu li a {
  height: 40px;
  background-color: transparent;
  cursor: pointer;
  font-size: 11px;
  color: #ffffff;
  font-weight: normal;
  display: flex;
  justify-content: center;
  align-items: center;
}

.live-map-v7 #live-map-panel.live-map-panel .filter-panel.triangulation .live-triangulation-menu li.active a {
  background-color: #565662;
}

.live-map-v7 #live-map-panel.live-map-panel .filter-panel.triangulation .live-triangulation-menu li.active:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.live-map-v7 #live-map-panel.live-map-panel .filter-panel.triangulation .live-triangulation-menu li.active:last-child {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}

.live-map-v7 #live-map-panel.live-map-panel .filter-panel.triangulation #name-filter .v7-search,
.live-map-v7 #live-map-panel.live-map-panel .filter-panel.triangulation #address-filter .v7-search {
  margin-top: 12px;
  border-radius: 5px;
  width: 100%;
  min-width: 100%;
}

.live-map-v7 #live-map-panel.live-map-panel .filter-panel.triangulation #name-filter .v7-search input,
.live-map-v7 #live-map-panel.live-map-panel .filter-panel.triangulation #address-filter .v7-search input {
  font-size: 13px;
}

.live-map-v7 #live-map-panel.live-map-panel .filter-panel.triangulation #name-filter .v7-search .fa-map-marker,
.live-map-v7 #live-map-panel.live-map-panel .filter-panel.triangulation #address-filter .v7-search .fa-map-marker {
  color: #33e2ff;
}

.live-map-v7 #live-map-panel.live-map-panel .filter-panel.triangulation #name-filter .v7-search+.dropdown-menu,
.live-map-v7 #live-map-panel.live-map-panel .filter-panel.triangulation #address-filter .v7-search+.dropdown-menu {
  background-color: #000000;
  margin-top: 5px;
  border-radius: 5px;
}

.live-map-v7 #live-map-panel.live-map-panel .filter-panel.triangulation #address-filter .radius-select {
  padding: 0 20px;
  color: #ffffff;
  font-size: 15px;
  height: 40px;
  border: 1px solid #32333c;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 5px;
  margin: 10px 0;
  position: relative;
}

.live-map-v7 #live-map-panel.live-map-panel .filter-panel.triangulation #address-filter .radius-select label {
  height: auto;
  width: auto;
  color: #ada7d4;
  font-family: "Montserrat";
  font-size: 13px;
  font-weight: 600;
  line-height: unset;
  text-transform: none;
  margin-bottom: 0;
  letter-spacing: normal;
}

.live-map-v7 #live-map-panel.live-map-panel .filter-panel.triangulation #address-filter .radius-select>div {
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  justify-content: flex-end;
}

.live-map-v7 #live-map-panel.live-map-panel .filter-panel.triangulation #address-filter .radius-select>div select {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  padding-right: 50px;
  appearance: none;
  text-align-last: right;
}

.live-map-v7 #live-map-panel.live-map-panel .filter-panel.triangulation #address-filter .radius-select>div .fa {
  font-size: 20px;
  color: #40cbe4;
  margin-right: 20px;
}

.live-map-v7 #live-map-panel.live-map-panel .member-queue {
  background-color: transparent;
  overflow-y: auto;
}

.live-map-v7 #live-map-panel.live-map-panel .member-queue .panel .panel-body .list-group .list-group-item {
  padding: 15px;
  display: flex;
  position: relative;
}

.live-map-v7 #live-map-panel.live-map-panel .member-queue .panel .panel-body .list-group .list-group-item::after {
  content: "";
  display: block;
  height: 1px;
  border: 1px solid #2e323f;
  position: absolute;
  bottom: 0;
  left: 60px;
  right: 0;
}

.live-map-v7 #live-map-panel.live-map-panel .member-queue .panel .panel-body .list-group .list-group-item aside {
  padding-right: 15px;
  padding-top: 15px;
}

.live-map-v7 #live-map-panel.live-map-panel .member-queue .panel .panel-body .list-group .list-group-item section {
  display: flex;
}

.live-map-v7 #live-map-panel.live-map-panel .member-queue .panel .panel-body .list-group .list-group-item section>div:first-child .rounded-image {
  width: 46px;
  height: 46px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #5176ec;
  border-radius: 50%;
}

.live-map-v7 #live-map-panel.live-map-panel .member-queue .panel .panel-body .list-group .list-group-item section>div:last-child {
  padding-left: 15px;
}

.live-map-v7 #live-map-panel.live-map-panel .member-queue .panel .panel-body .list-group .list-group-item section>div:last-child h4 {
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 1px;
  margin: 3px 0px 8px;
}

.live-map-v7 #live-map-panel.live-map-panel .member-queue .panel .panel-body .list-group .list-group-item section>div:last-child p.text-muted {
  color: #818191;
  font-family: Montserrat;
  font-size: 13px;
}

.live-map-v7 #live-map-panel.live-map-panel .member-queue .panel .panel-body .list-group .list-group-item section>div:last-child strong {
  color: #ada7d4;
  font-family: Montserrat;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 2px;
  display: inline-block;
}

.live-map-v7 #live-map-panel.live-map-panel .member-queue .panel .panel-body .list-group .list-group-item section>div:last-child strong+p {
  color: #818191;
  font-family: Montserrat;
  font-size: 13px;
  font-weight: 600;
}

.live-map-v7 #live-map-panel.live-map-panel .member-queue .panel .panel-body .show-results-container {
  padding-top: 0;
  padding-right: 15px;
  border-bottom: none;
  position: relative;
}

.live-map-v7 #live-map-panel.live-map-panel .member-queue .panel .panel-body .show-results-container .show-results-btn {
  padding: 0 20px;
  margin-left: 15px;
  color: #ffffff;
  font-size: 15px;
  height: 40px;
  border: 1px solid #32333c;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 5px;
  position: relative;
  cursor: pointer;
}

.live-map-v7 #live-map-panel.live-map-panel .member-queue .panel .panel-body .show-results-container .show-results-btn label {
  height: auto;
  width: auto;
  color: #ada7d4;
  font-family: "Montserrat";
  font-size: 13px;
  font-weight: 600;
  line-height: unset;
  text-transform: none;
  margin-bottom: 0;
  letter-spacing: normal;
}

.live-map-v7 #live-map-panel.live-map-panel .member-queue .panel .panel-body .show-results-container .show-results-btn div .fa {
  font-size: 20px;
  color: #40cbe4;
  margin-left: 10px;
}

.live-map-v7 #live-map-panel.live-map-panel .member-queue .panel .panel-body .show-results-container .show {
  background-color: #000000;
  padding: 30px 20px;
  margin-top: 5px;
  border-radius: 5px;
  position: absolute;
  right: 15px;
  width: 60%;
  z-index: 10;
}

.live-map-v7 #live-map-panel.live-map-panel .member-queue .panel .panel-body .show-results-container .show>div {
  margin-bottom: 13px;
}

.live-map-v7 #live-map-panel.live-map-panel .member-queue .panel .panel-body .show-results-container .show>div .v7-checkbox+label {
  margin-right: 10px;
}

.live-map-v7 #live-map-panel.live-map-panel .member-queue .panel .panel-body .select-all {
  border-bottom: none;
}

.live-map-v7 #live-map-panel.live-map-panel .member-queue .panel .panel-body .select-all .v7-checkbox+label {
  margin-right: 5px;
}

.live-map-v7 #live-map-panel.live-map-panel .action-panel {
  background-color: #141416;
  padding: 20px 27px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 6px;
}

.live-map-v7 #live-map-panel.live-map-panel .action-panel .v7-button {
  width: 100%;
}

.live-map-v7 #live-map-panel.live-map-panel .report-queue .panel {
  background-color: #242427;
  border-radius: 15px;
}

.live-map-v7 #live-map-panel.live-map-panel .report-queue .panel .panel-body .list-group .list-group-item {
  padding: 15px 15px 15px 25px;
  display: flex;
  flex-wrap: wrap;
}

.live-map-v7 #live-map-panel.live-map-panel .report-queue .panel .panel-body .list-group .list-group-item.active {
  background-color: transparent;
}

.live-map-v7 #live-map-panel.live-map-panel .report-queue .panel .panel-body .list-group .list-group-item:hover,
.live-map-v7 #live-map-panel.live-map-panel .report-queue .panel .panel-body .list-group .list-group-item:focus {
  background-color: transparent;
}

.live-map-v7 #live-map-panel.live-map-panel .report-queue .panel .panel-body .list-group .list-group-item::after {
  content: "";
  height: 1px;
  background-color: #2e323f;
  width: calc(100% - 60px);
  bottom: 0;
  position: absolute;
  right: 15px;
}

.live-map-v7 #live-map-panel.live-map-panel .report-queue .panel .panel-body .list-group .list-group-item .ic-type {
  float: none;
  margin-right: 0;
  width: 46px;
  height: 46px;
  background-size: contain;
}

.live-map-v7 #live-map-panel.live-map-panel .report-queue .panel .panel-body .list-group .list-group-item section {
  width: calc(100% - 46px);
  padding-left: 15px;
}

.live-map-v7 #live-map-panel.live-map-panel .report-queue .panel .panel-body .list-group .list-group-item section .list-group-item-heading {
  font-size: 14px;
  margin-bottom: 10px;
}

.live-map-v7 #live-map-panel.live-map-panel .report-queue .panel .panel-body .list-group .list-group-item section .list-group-item-text {
  border-bottom: none;
  color: #c7c7c7;
  font-size: 13px;
  line-height: 20px;
  padding: 0;
}

.live-map-v7 #live-map-panel.live-map-panel .report-queue .panel .panel-body .list-group .list-group-item section .list-group-item-created-at {
  color: #ada7d4;
  font-size: 13px;
  font-weight: 600;
  margin-top: 15px;
}

.live-map-v7 #live-map-panel.live-map-panel .report-queue .panel .panel-body .list-group .list-group-item .approval-button-container {
  width: 100%;
}

.live-map-v7 #live-map-panel.live-map-panel .report-queue .panel .panel-body .list-group .list-group-item .approval-button-container .approval-button {
  background-color: transparent;
  height: 28px;
  font-size: 12px;
  border: 1px solid #ff3267;
  color: #ffffff;
  padding: 0 20px;
  width: auto;
}

.live-map-v7 #live-map-panel.live-map-panel .report-queue .panel .panel-body .no-items {
  color: #818191;
  font-size: 15px;
  font-weight: 500;
  line-height: 26px;
  text-align: center;
  padding: 40px 70px;
}

.live-map-v7 #live-map-panel.live-map-panel .report-queue .panel .panel-body .no-items .fa {
  color: #444;
  font-size: 50px;
}

.live-map-v7__modal .modal-dialog .modal-content .modal-header {
  padding: 0;
  display: flex;
  margin-bottom: 0;
  border-bottom: 1px solid #000000;
}

.live-map-v7__modal .modal-dialog .modal-content .modal-header .dark-box-anchor.close-modal-text {
  margin-top: 0;
}

.live-map-v7__modal .modal-dialog .modal-content .modal-header .dark-box-anchor.close-modal-text.close-x {
  border-radius: 0px 10px 0px 0px;
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.live-map-v7__modal .modal-dialog .modal-content .modal-header .report-section {
  width: 66%;
  padding: 60px 35px 35px 40px;
}

.live-map-v7__modal .modal-dialog .modal-content .modal-header .report-section h2 {
  margin-bottom: 18px;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  margin-top: 0;
}

.live-map-v7__modal .modal-dialog .modal-content .modal-header .report-section p {
  color: #ffffff;
  font-size: 13px;
}

.live-map-v7__modal .modal-dialog .modal-content .modal-header .report-section p:first-of-type {
  line-height: 20px;
}

.live-map-v7__modal .modal-dialog .modal-content .modal-header .report-section p strong {
  color: #ada7d4;
}

.live-map-v7__modal .modal-dialog .modal-content .modal-header .report-section p:last-of-type {
  line-height: 30px;
}

.live-map-v7__modal .modal-dialog .modal-content .modal-header .report-section p:last-of-type span {
  display: inline-block;
  width: 100%;
}

.live-map-v7__modal .modal-dialog .modal-content .modal-header .report-section p:last-of-type span strong {
  color: #818191;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

.live-map-v7__modal .modal-dialog .modal-content .modal-header .report-section hr {
  border-top: 1px solid #565662;
  margin-top: 15px;
  margin-bottom: 15px;
}

.live-map-v7__modal .modal-dialog .modal-content .modal-header .image-container {
  width: 33%;
  background-size: contain;
  background-color: #818191;
  background-position: center;
  background-repeat: no-repeat;
  border-top-left-radius: 10px;
}

.live-map-v7__modal .modal-dialog .modal-content .modal-footer {
  margin-top: 0;
  background-color: #000000;
  border: none;
  padding: 45px 45px 35px;
}

.live-map-v7__modal .modal-dialog .modal-content .modal-footer .message-section {
  text-align: left;
  line-height: 24px;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 50px;
}

.live-map-v7__modal .modal-dialog .modal-content .modal-footer .message-section span:first-of-type {
  text-transform: uppercase;
  color: #818191;
}

.live-map-v7__modal .modal-dialog .modal-content .modal-footer .button-section {
  text-align: center;
}

.live-map-v7__modal .modal-dialog .modal-content .modal-footer .button-section .v7-button {
  margin: 0 10px;
}

.live-map-v7__modal .modal-dialog .modal-content.approved .modal-header .report-section {
  width: 100%;
}

.live-map-v7__modal .modal-dialog .modal-content.approved .modal-footer {
  padding: 35px;
}

.image-container .img-report {
  max-width: 100%;
  min-height: 100%;
  max-height: 100%;
}

.btn-gps {
  display: inline-block;
}

.action {
  display: flex;
  overflow: auto;
  position: relative;
  z-index: 20;
  margin: 0 15px;
}

.action .action__close-link {
  position: absolute;
  z-index: 1000;
  top: 0;
  right: 6px;
  display: flex;
  height: 49px;
  width: 49px;
  background-color: #565662;
  align-items: center;
  justify-content: center;
  color: white;
  border-top-right-radius: 15px;
  font-size: 18px;
}

.action .action__close-link:hover {
  text-decoration: none;
}

.action>aside {
  width: 30%;
  margin-right: -6px;
  margin-bottom: 15px;
  box-shadow: 0 11px 87px 15px rgba(63, 15, 159, 0.59);
  position: relative;
  z-index: 10;
}

.action>aside>section {
  padding: 37px 44px 30px;
}

.action>aside>section p {
  margin: 0 0 25px;
  color: #ffffff;
  font-size: 12px;
}

.action>aside>section p strong {
  color: #ada7d4;
  display: block;
  margin-bottom: 7px;
}

.action>aside>section:nth-child(even) {
  background-color: #000000;
}

.action>aside>section:nth-child(odd) {
  background-color: #242427;
}

.action>aside>section:first-child {
  border-top-left-radius: 15px;
  border-top-right-radius: 6px;
}

.action>aside>section:first-child .action__heading {
  display: flex;
  align-items: flex-start;
  margin-left: -22px;
}

.action>aside>section:first-child .action__heading img {
  width: 46px;
  height: auto;
}

.action>aside>section:first-child .action__heading>section {
  margin-left: 15px;
}

.action>aside>section:first-child .action__heading>section h4 {
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 17px;
}

.action>aside>section:first-child .action__heading>section small {
  display: block;
  color: #c7c7c7;
  font-size: 11px;
  margin-bottom: 29px;
}

.action>aside>section:first-child .action__heading>section strong {
  color: #ada7d4;
  font-family: Montserrat;
  font-size: 13px;
}

.action>aside>section:first-child .action__heading+hr {
  margin: 30px 0;
}

.action>aside>section:last-of-type {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 6px;
}

.action>aside>section.action__member-section p {
  display: flex;
  margin: 0 0 20px;
  font-size: 12px;
}

.action>aside>section.action__member-section p strong {
  margin-right: 8px;
  color: #ada7d4;
}

.action>aside>section.action__member-section hr {
  margin: 30px 0;
}

.action>aside>section.action__command-center-section>strong {
  font-size: 12px;
  color: #ada7d4;
}

.action>aside>section.action__command-center-section>ol {
  margin: 10px 0 0;
  padding-left: 15px;
  font-size: 12px;
}

.action>aside>section.action__command-center-section>ol li {
  font-weight: 600;
  color: #ada7d4;
  margin-bottom: 10px;
}

.action>aside>section.action__command-center-section>ol li span {
  font-weight: normal;
  color: #ffffff;
}

.action>aside>section.action__command-center-section .notes-section strong {
  color: #ada7d4;
  font-size: 12px;
  display: block;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.action>aside>section.action__command-center-section .notes-section textarea {
  border: 1px solid #3c394f;
  background-color: transparent;
  border-radius: 9px;
  font-size: 14px;
  resize: none;
}

.action>aside>section.action__buttons-section .top-section {
  display: flex;
  justify-content: space-between;
  margin-bottom: 35px;
}

.action>aside>section.action__buttons-section .top-section button {
  width: calc(50% - 5px);
}

.action>aside>section.action__medical-assistance-section {
  font-size: 12px;
}

.action>aside>section.action__medical-assistance-section>div:first-of-type {
  margin-bottom: 40px;
}

.action>aside>section.action__medical-assistance-section>div:first-of-type strong {
  display: block;
  margin-bottom: 15px;
  color: #ada7d4;
}

.action>aside>section.action__medical-assistance-section>div:first-of-type ul {
  list-style: none;
  padding: 0;
}

.action>aside>section.action__medical-assistance-section>div:first-of-type ul li strong {
  color: #ffffff;
  display: block;
  margin-bottom: 15px;
}

.action>aside>section.action__medical-assistance-section>div:first-of-type ul li span {
  text-decoration: underline;
  color: #3b7ae8;
  display: block;
  margin-bottom: 15px;
}

.action>aside>section.action__medical-assistance-section>div:first-of-type ul li p {
  display: block;
  margin: 0 0 15px;
}

.action>aside>section.action__medical-assistance-section>div:last-of-type ol {
  padding-left: 15px;
  margin-bottom: 35px;
}

.action>aside>section.action__medical-assistance-section>div:last-of-type ol li {
  font-weight: 600;
  color: #ada7d4;
  margin-bottom: 30px;
}

.action>aside>section.action__medical-assistance-section>div:last-of-type ol li strong,
.action>aside>section.action__medical-assistance-section>div:last-of-type ol li span {
  color: #ffffff;
  display: inline-block;
  margin-bottom: 10px;
}

.action>aside>section.action__protocol-section {
  font-size: 12px;
}

.action>aside>section.action__protocol-section strong {
  display: block;
  color: #33e2ff;
  margin-bottom: 15px;
}

.action>aside>section.action__protocol-section p {
  margin-bottom: 30px;
  font-weight: normal;
  color: #ffffff;
}

.action>.map-container {
  width: 70%;
}

.action>.map-container #map-canvas {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

.global-threat {
  overflow: auto;
  position: relative;
  z-index: 20;
  margin: 0 15px;
}

.global-threat:first-of-type {
  margin: 0 91px 0 110px;
  padding-right: 0;
}

.global-threat .gti {
  overflow: hidden;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 6px;
}

.global-threat .gti .global-threat-panel {
  box-shadow: 0 11px 87px 15px rgba(63, 15, 159, 0.59);
  position: relative;
}

.global-threat .gti .global-threat-panel .panel.panel-default {
  border-top-left-radius: 15px;
  border-top-right-radius: 6px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 6px;
  border: none;
  margin-right: -6px;
  background-color: #242427;
  margin-bottom: 15px;
  position: unset;
}

.global-threat .gti .global-threat-panel .panel.panel-default .global-threat-menu {
  border-top-left-radius: 15px;
  border-top-right-radius: 6px;
  background-color: #141416;
  padding: 30px 20px 15px;
  display: flex;
  justify-content: space-around;
  border-bottom: none;
}

.global-threat .gti .global-threat-panel .panel.panel-default .global-threat-menu li.active a {
  background-color: transparent;
  color: #ffffff;
  width: auto;
  position: relative;
}

.global-threat .gti .global-threat-panel .panel.panel-default .global-threat-menu li.active a::after {
  content: "";
  display: block;
  height: 3px;
  background-color: #f82e67;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  position: absolute;
  bottom: -15px;
  left: -3px;
  right: -3px;
}

.global-threat .gti .global-threat-panel .panel.panel-default .global-threat-menu li a {
  background-color: transparent;
  font-weight: normal;
  padding: 0;
  color: #818191;
  font-family: Montserrat;
  font-size: 11px;
}

.global-threat .gti .global-threat-panel .panel.panel-default .panel-body#threats_filters,
.global-threat .gti .global-threat-panel .panel.panel-default .panel-body #facilities_filters,
.global-threat .gti .global-threat-panel .panel.panel-default .panel-body #travelers_filters {
  padding: 15px;
}

.global-threat .gti .global-threat-panel .panel.panel-default .panel-body.threats {
  padding: 0px;
}

.global-threat .gti .global-threat-panel .panel.panel-default .panel-body.threats .threats-container {
  background-color: #141416;
}

.global-threat .gti .global-threat-panel .panel.panel-default .panel-body.threats .threats-container .list-group-item.kml:last-of-type {
  margin-bottom: 60px;
}

.global-threat .gti .global-threat-panel .panel.panel-default .panel-body.travelers .button-bottom-container {
  position: absolute;
  bottom: 0;
  left: 0;
  right: -6px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #141416;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 6px;
  padding: 15px 27px;
}

.global-threat .gti .global-threat-panel .panel.panel-default .panel-body.travelers .load-threats {
  padding: 15px 0;
  height: 40px;
  width: 40px;
  margin-top: 10px;
  background-color: black;
  border-radius: 7px;
  font-size: 20px;
}

.global-threat .gti .global-threat-panel .panel.panel-default .panel-body.travelers .load-threats button {
  background-color: transparent;
  border: none;
}

.global-threat .gti .global-threat-panel .panel.panel-default .panel-body.travelers .load-threats i {
  color: #40cbe4;
}

.global-threat .gti .global-threat-panel .panel.panel-default .panel-body.travelers .travelers-container .list-group-item {
  margin-bottom: 10px;
}

.global-threat .gti .global-threat-panel .panel.panel-default .panel-body.travelers .travelers-container .list-group-item:last-of-type {
  margin-bottom: 300px;
}

.global-threat .gti .global-threat-panel .panel.panel-default .panel-body.travelers .travelers-container .list-group-item.kml.enabled {
  background: transparent;
  border-color: #2e323f;
  padding-left: 0;
  padding-right: 0;
  margin: 15px;
}

.global-threat .gti .global-threat-panel .panel.panel-default .panel-body.travelers .travelers-container .list-group-item.kml.enabled .info-container {
  color: #c7c7c7;
  line-height: 1.3;
  font-size: 13px;
}

.global-threat .gti .global-threat-panel .panel.panel-default .panel-body.travelers .travelers-container .list-group-item.kml.enabled .info-container h4 {
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: 600;
  color: #ffffff;
}

.global-threat .gti .global-threat-panel .panel.panel-default .panel-body.travelers .travelers-container .list-group-item .threat-content .info {
  font-size: 13px;
}

.global-threat .gti .global-threat-panel .panel.panel-default .panel-body.travelers .travelers-container .list-group-item .threat-content .info .info-container h4 {
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: 600;
  color: #ffffff;
}

.global-threat .gti .global-threat-panel .panel.panel-default .panel-body.travelers .travelers-container .list-group-item .threat-content .info .info-container p {
  color: #c7c7c7;
}

.global-threat .gti .global-threat-panel .panel.panel-default .panel-body.travelers .travelers-container .list-group-item .threat-content .info .info-container p.max-lines {
  line-height: 1.3;
}

.global-threat .gti .global-threat-panel .panel.panel-default .panel-body.global-threat {
  padding-left: 0;
  padding-right: 0;
  position: unset;
}

.global-threat .gti .global-threat-panel .panel.panel-default .panel-body.global-threat .button-bottom-container {
  position: absolute;
  bottom: 0;
  left: 0;
  right: -6px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #141416;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 6px;
  padding: 15px 27px;
}

.global-threat .gti .global-threat-panel .panel.panel-default .panel-body.global-threat .threats-container .list-group-item {
  margin-bottom: 10px;
  padding: 0;
}

.global-threat .gti .global-threat-panel .panel.panel-default .panel-body.global-threat .threats-container .list-group-item:last-of-type {
  margin-bottom: 300px;
}

.global-threat .gti .global-threat-panel .panel.panel-default .panel-body.global-threat .threats-container .list-group-item.kml.enabled {
  background: transparent;
  border-color: #2e323f;
}

.global-threat .gti .global-threat-panel .panel.panel-default .panel-body.global-threat .threats-container .list-group-item .threat-content {
  margin: 0;
}

.global-threat .gti .global-threat-panel .panel.panel-default .panel-body.global-threat .threats-container .list-group-item .threat-content .icon-threat-tab .icon-container {
  width: 100%;
}

.global-threat .gti .global-threat-panel .panel.panel-default .panel-body.global-threat .threats-container .list-group-item .threat-content .icon-threat-tab .icon-container .icon-tab {
  max-width: 100%;
}

.global-threat .gti .global-threat-panel .panel.panel-default .panel-body.global-threat .threats-container .list-group-item .threat-content .info {
  font-size: 13px;
}

.global-threat .gti .global-threat-panel .panel.panel-default .panel-body.global-threat .threats-container .list-group-item .threat-content .info .info-container h4 {
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: 600;
  color: #ffffff;
}

.global-threat .gti .global-threat-panel .panel.panel-default .panel-body.global-threat .threats-container .list-group-item .threat-content .info .info-container p {
  color: #c7c7c7;
}

.global-threat .gti .global-threat-panel .panel.panel-default .panel-body.global-threat .threats-container .list-group-item .threat-content .info .info-container p.max-lines {
  line-height: 1.3;
}

.global-threat .gti .global-threat-panel .panel.panel-default .panel-body.global-threat .settings-threats {
  background-color: transparent;
}

.global-threat .gti .global-threat-panel .panel.panel-default .panel-body.facility .button-bottom-container {
  position: absolute;
  bottom: 0;
  left: 0;
  right: -6px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #141416;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 6px;
  padding: 15px 27px;
}

.global-threat .gti .global-threat-panel .panel.panel-default .panel-body.facility .facility-container .traveler {
  margin-top: 10px;
}

.global-threat .gti .global-threat-panel .panel.panel-default .panel-body.facility .facility-container .traveler:last-of-type {
  margin-bottom: 300px;
}

.global-threat .gti .global-threat-panel .panel.panel-default .panel-body.facility .facility-container .traveler .alert-container p {
  padding: 15px;
}

.global-threat .gti .global-threat-panel .panel.panel-default .panel-body.facility .facility-container .traveler .alert-container p.red {
  background: #ff3267 !important;
}

.global-threat .gti .global-threat-panel .panel.panel-default .panel-body.facility .facility-container .traveler .list-group-item.kml.enabled {
  background: transparent;
  border-color: #2e323f;
}

.global-threat .gti .global-threat-panel .panel.panel-default .panel-body.facility .facility-container .traveler .list-group-item.kml.enabled .info-container h4 {
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: 600;
  color: #ffffff;
}

.global-threat .gti .global-threat-panel .panel.panel-default .panel-body.facility .facility-container .traveler .list-group-item.kml.enabled .info-container p {
  color: #c7c7c7;
  line-height: 1.3;
  font-size: 13px;
}

.global-threat .gti .global-threat-panel .panel.panel-default .panel-body .v7-search {
  max-width: 100%;
  min-width: 100%;
}

.global-threat .gti .global-threat-panel .panel.panel-default .panel-body .v7-search input {
  font-size: 13px;
}

.global-threat .gti .global-threat-panel .panel.panel-default .panel-body .search-filter {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-content: stretch;
}

.global-threat .gti .global-threat-panel .panel.panel-default .panel-body .search-filter .filters {
  width: 100%;
}

.global-threat .gti .global-threat-panel .panel.panel-default .panel-body .search-filter .load-threats {
  padding: 15px;
  margin-left: 10px;
}

.global-threat .gti .global-threat-panel .panel.panel-default .panel-body .filters {
  padding: 0 20px;
  color: #ada7d4;
  font-family: "Montserrat";
  font-size: 13px;
  font-weight: 600;
  min-height: 40px;
  border: 1px solid #32333c;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 5px;
  position: relative;
  margin-top: 10px;
}

.global-threat .gti .global-threat-panel .panel.panel-default .panel-body .filters .multiSelect .line {
  max-height: 31px;
}

.global-threat .gti .global-threat-panel .panel.panel-default .panel-body .filters .multiSelect button {
  font-family: Montserrat;
  color: #ffffff;
  display: flex;
  align-items: center;
}

.global-threat .gti .global-threat-panel .panel.panel-default .panel-body .filters .multiSelect button>.fa-angle-down {
  font-size: 20px;
  color: #40cbe4;
  margin-left: 10px;
}

.global-threat .gti .global-threat-panel .panel.panel-default .panel-body .filters .multiSelect button .buttonLabel .fa-angle-down {
  font-size: 20px;
  color: #40cbe4;
  margin-left: 10px;
}

.global-threat .gti .global-threat-panel .panel.panel-default .panel-body .filters .multiSelect .multiSelectFocus {
  background-image: none !important;
  border: 1px solid transparent !important;
}

.global-threat .gti .global-threat-panel .panel.panel-default .panel-body .filters .multiSelect .checkboxLayer {
  padding: 15px;
  background-color: #000000;
  border-radius: 5px;
  padding-left: 20px;
}

.global-threat .gti .global-threat-panel .panel.panel-default .panel-body .filters .multiSelect .checkboxLayer .helperContainer {
  border-bottom: none;
  padding: 0;
}

.global-threat .gti .global-threat-panel .panel.panel-default .panel-body .filters .multiSelect .checkboxLayer .checkBoxContainer {
  padding: 0;
  margin-top: 5px;
}

.global-threat .gti .global-threat-panel .panel.panel-default .panel-body .filters .multiSelect .checkboxLayer .checkBoxContainer .multiSelectItem {
  background-color: transparent;
  display: block;
  padding: 10px;
  min-width: unset;
  min-height: unset;
  cursor: pointer;
  margin-bottom: 5px;
}

.global-threat .gti .global-threat-panel .panel.panel-default .panel-body .filters .multiSelect .checkboxLayer .checkBoxContainer .multiSelectItem:not(.multiSelectGroup).selected {
  background-image: none;
  color: #ffffff;
  cursor: pointer;
  border: 1px solid #242427;
  background-color: #242427;
  border-radius: 5px;
}

.global-threat .gti .global-threat-panel .panel.panel-default .panel-body .filters .multiSelect .checkboxLayer .checkBoxContainer .multiSelectItem:hover {
  background-image: none !important;
  background-color: #242427;
  color: #ffffff !important;
  cursor: pointer;
  border-color: #242427 !important;
  border-radius: 5px;
}

.global-threat .gti .global-threat-panel .panel.panel-default .panel-body .filters .multiSelect .checkboxLayer .checkBoxContainer .multiSelectItem .tickMark {
  display: none;
}

.global-threat .gti .global-threat-panel .panel.panel-default .panel-body .filters .multiSelect .checkboxLayer .checkBoxContainer .multiSelectItem .acol {
  display: block;
}

.global-threat .gti .global-threat-panel .panel.panel-default .panel-body .filters .multiSelect .checkboxLayer .checkBoxContainer .multiSelectItem .acol label {
  display: block;
  height: auto;
  width: auto;
  padding-right: 0;
  font-size: 13px;
  color: #ffffff;
}

.global-threat .gti .global-threat-map #map-canvas {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

.travelers-list {
  overflow-y: auto;
  overflow-x: hidden;
  margin-bottom: 0;
}

.travelers-item {
  background: transparent;
  border-color: #2e323f;
  padding-left: 0;
  padding-right: 0;
  margin: 15px;
}

.travelers-item .collapsed {
  max-height: 148px;
  overflow: hidden;
}

.travelers-item .expanded {
  height: auto;
  overflow: visible;
  padding-bottom: 42px;
}

.travelers-container {
  background-color: #141416 !important;
}

.travelers-container .name-and-icon {
  display: flex !important;
}

.travelers-container .info-container {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
}

.travelers-container .segment {
  display: flex !important;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
}

.travelers-container .date {
  padding-top: 2px;
  font-size: 12px;
  font-weight: bold;
  flex-shrink: 0;
}

.travelers-container .button {
  background-color: #30313d !important;
  border: none !important;
  color: #ada7d4 !important;
}

.travelers-container .white {
  color: white !important;
}

.travelers-container .glyph-and-v-bar {
  display: inline-flex !important;
  flex-direction: column;
}

.travelers-container .glyph-and-v-bar .vertical-line {
  flex-grow: 1;
}

.fake-checkbox {
  pointer-events: none;
  margin: 0px 10px 0px 0px !important;
}

.acol label {
  display: flex !important;
  flex-direction: row;
  align-content: center;
  align-items: center;
  justify-content: flex-start;
  text-transform: none !important;
  letter-spacing: normal !important;
  font-size: smaller !important;
}

.alerts {
  overflow: auto;
  position: relative;
  z-index: 20;
  margin: 0 15px;
}

.alerts .alert-queue {
  overflow: auto;
}

.alerts .alert-queue .col-xs-3 {
  border-radius: 15px;
  padding: 65px 0 0;
  margin-right: -6px;
  position: relative;
  z-index: 100;
}

.alerts .alert-queue .col-xs-3 .panel-heading {
  border-top-left-radius: 15px;
  border-top-right-radius: 6px;
  background-color: #141416;
  padding: 30px 20px 15px;
  display: flex;
  justify-content: flex-start;
  color: #ffffff;
  position: absolute;
  left: 0;
  right: -5px;
  top: 0;
  z-index: 100;
  height: 65px;
}

.alerts .alert-queue .col-xs-3 .panel-heading .panel-title {
  font-size: 11px;
  position: relative;
}

.alerts .alert-queue .col-xs-3 .panel-heading .panel-title .badge {
  font-size: 10px;
  background-color: #f82e67;
}

.alerts .alert-queue .col-xs-3 .panel-heading .panel-title::after {
  content: "";
  display: block;
  height: 3px;
  background-color: #f82e67;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  position: absolute;
  bottom: -15px;
  left: -3px;
  right: -3px;
}

.alerts .alert-queue .col-xs-3 .panel {
  background-color: #242427;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 6px;
  border: none;
  margin-right: -6px;
  margin-bottom: 15px;
  box-shadow: 0 11px 87px 15px rgba(63, 15, 159, 0.59);
}

.alerts .alert-queue .col-xs-3 .panel .panel-body .list-group .list-group-item {
  padding: 15px 15px 15px 25px;
  display: flex;
  flex-wrap: wrap;
  background-color: transparent;
  border: none;
}

.alerts .alert-queue .col-xs-3 .panel .panel-body .list-group .list-group-item.active {
  background-color: transparent;
}

.alerts .alert-queue .col-xs-3 .panel .panel-body .list-group .list-group-item:hover,
.alerts .alert-queue .col-xs-3 .panel .panel-body .list-group .list-group-item:focus {
  background-color: transparent;
}

.alerts .alert-queue .col-xs-3 .panel .panel-body .list-group .list-group-item::after {
  content: "";
  height: 1px;
  background-color: #2e323f;
  width: calc(100% - 60px);
  bottom: 0;
  position: absolute;
  right: 15px;
}

.alerts .alert-queue .col-xs-3 .panel .panel-body .list-group .list-group-item .ic-type {
  float: none;
  margin-right: 0;
  width: 46px;
  height: 46px;
  background-size: contain;
}

.alerts .alert-queue .col-xs-3 .panel .panel-body .list-group .list-group-item section {
  width: calc(100% - 46px);
  padding-left: 15px;
}

.alerts .alert-queue .col-xs-3 .panel .panel-body .list-group .list-group-item section .list-group-item-heading {
  font-size: 14px;
  margin-bottom: 10px;
}

.alerts .alert-queue .col-xs-3 .panel .panel-body .list-group .list-group-item section .list-group-item-text {
  border-bottom: none;
  color: #c7c7c7;
  font-size: 13px;
  line-height: 20px;
  padding: 0;
}

.alerts .alert-queue .col-xs-3 .panel .panel-body .list-group .list-group-item section .list-group-item-created-at {
  color: #ada7d4;
  font-size: 13px;
  font-weight: 600;
  margin-top: 15px;
}

.alerts .alert-queue .col-xs-3 .panel .panel-body .no-items {
  color: #818191;
  font-size: 15px;
  font-weight: 500;
  line-height: 26px;
  text-align: center;
  padding: 40px 70px;
}

.alerts .alert-queue .col-xs-3 .panel .panel-body .no-items .fa {
  color: #444;
  font-size: 50px;
}

.alerts .alert-queue .map-container {
  padding: 0;
}

.alerts .alert-queue .map-container #map-canvas {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: Montserrat;
  color: #ffffff;
}

body {
  color: #ffffff;
}

a {
  color: #f82e67;
}

a:hover,
a:focus {
  color: #f82e67;
}

.pink-text {
  color: #f82e67;
}

.white-text {
  color: #ffffff !important;
}

.normal-text {
  font-weight: normal;
}

.nav-tabs {
  min-height: 35px;
}

.nav-tabs>li {
  padding: 0 15px;
  position: relative;
}

.nav-tabs>li>a,
.nav-tabs>li .a {
  cursor: pointer;
  color: #818191;
  font-family: Montserrat;
  font-size: 13px;
  position: relative;
  padding: 0;
}

.nav-tabs>li>a:hover,
.nav-tabs>li>a:focus,
.nav-tabs>li .a:hover,
.nav-tabs>li .a:focus {
  background-color: transparent;
}

.nav-tabs>li.active>a::after,
.nav-tabs>li.active .a::after {
  content: "";
  display: block;
  height: 3px;
  background-color: #f82e67;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  position: absolute;
  bottom: -15px;
  left: 0px;
  right: 0px;
}

.nav-tabs>li .templates-saved {
  background-color: #4b03dd;
  padding: 3px;
  border-radius: 50%;
  min-width: 20px;
  min-height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: -10px;
  top: 0;
  color: #ffffff;
  font-family: Montserrat;
  font-size: 10px;
  font-weight: bold;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>.a,
.nav-tabs .nav-tabs>li.active>a:hover,
.nav-tabs .nav-tabs>li.active>.a:hover .nav-tabs>li.active>a:focus,
.nav-tabs .nav-tabs>li.active>.a:focus {
  color: #ffffff;
  background-color: transparent;
  border: 1px solid transparent;
  border-bottom-color: transparent;
  cursor: pointer !important;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>.a,
.nav-tabs .nav-tabs>li.active>a:hover,
.nav-tabs .nav-tabs>li.active>.a:hover,
.nav-tabs .nav-tabs>li.active>a:focus,
.nav-tabs .nav-tabs>li.active>.a:focus {
  color: #ffffff !important;
  background-color: transparent !important;
  border: 1px solid transparent !important;
  border-bottom-color: transparent !important;
  cursor: pointer !important;
}

.nav-tabs+hr {
  display: none;
}

.nav-pills.nav-stacked {
  background-color: #242427;
  border-radius: 8px;
  padding: 10px;
}

.nav-pills.nav-stacked li a,
.nav-pills.nav-stacked li .a {
  color: #ffffff;
}

.nav-pills.nav-stacked li a:hover,
.nav-pills.nav-stacked li a:focus,
.nav-pills.nav-stacked li .a:hover,
.nav-pills.nav-stacked li .a:focus {
  background-color: #141416;
  border-radius: 8px;
}

.page-title {
  background-color: #242427 !important;
  color: #ffffff !important;
  border-bottom: none !important;
}

.page-panel-title {
  color: #6161fa !important;
}

.panel-group .panel {
  background-color: #141416;
  border-radius: 8px;
}

.panel-group .panel.panel-default {
  border-color: transparent;
}

.panel-group .panel .panel-heading {
  background-color: #242427;
  border-color: transparent;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.panel-group .panel .panel-body {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.panel-group .panel-heading+.panel-collapse .panel-body {
  border-top: none;
}

.panel {
  background-color: #141416;
  border-radius: 8px;
}

.panel.panel-default {
  border-color: transparent;
}

.panel.panel-default .admin-panel-default {
  margin-top: 60px;
}

.panel .panel-heading {
  background-color: #242427;
  border-color: transparent;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.panel .panel-heading p {
  color: #ada7d4;
}

.panel .panel-body {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.panel .admin-panel-title {
  color: white !important;
  font-size: 20px;
  font-weight: 500;
  margin-top: 60px;
  margin-bottom: 40px;
}

.panel .setting-table-roles::-webkit-scrollbar {
  height: 10px;
}

.panel .setting-table-roles::-webkit-scrollbar-thumb {
  background: #4b02dd;
}

.panel .setting-table-roles::-webkit-scrollbar-track {
  margin-left: 150px;
}

.line-space {
  border: 0.3px solid #2f2f2f;
  margin-top: 60px;
}

.panel-heading+.panel-collapse .panel-body {
  border-top: none;
}

hr {
  border-color: #3c394f;
}

.gray-background {
  background-color: #141416;
}

.with-nav-left {
  margin-left: 80px;
  padding-left: 80px;
}

@media screen and (max-width: 766px) {
  .with-nav-left {
    padding-left: 15px;
    margin: 15px !important;
  }
}

.with-nav-left .nav-tabs {
  margin-left: -15px;
}

.with-nav-left .nav-tabs.container {
  display: flex;
  padding-right: 280px;
}

.with-nav-left .nav-tabs.container>li {
  flex-grow: 1;
  text-align: center;
}

select {
  border: 1px solid #313139;
  background-color: #141416;
  color: #ffffff;
  border-radius: 8px;
  width: 100%;
  height: 45px;
}

.form-group .form-control {
  border: 1px solid #313139;
  background-color: #141416;
  color: #ffffff;
  border-radius: 8px;
}

.form-group .form-control:focus {
  box-shadow: 0 11px 87px 0 rgba(63, 15, 159, 0.59);
}

input[type=text] {
  background-color: #000000;
  color: #ffffff;
  position: relative;
  height: 40px;
  border-radius: 8px;
}

input[type=time] {
  background-image: url("/assets-v7/images/icon-time.png");
  background-repeat: no-repeat;
  background-position-x: calc(100% - 10px);
  background-position-y: center;
}

input[type=time]::-webkit-calendar-picker-indicator {
  background: none;
}

.targeted-options .autocompleted-results li:hover {
  background-color: #696969 !important;
}

.pagination {
  margin: 0;
  text-align: center;
  font-size: 14px;
  display: flex;
  align-items: center;
}

.pagination>.active>a,
.pagination>.active>a:hover,
.pagination>.active>a:focus,
.pagination>.active>span,
.pagination>.active>span:hover,
.pagination>.active>span:focus {
  border-color: #f82e67;
  cursor: pointer;
}

.pagination>li {
  display: inline-block;
}

.pagination>li:first-child {
  margin: 0 10px 0 15px;
}

.pagination>li:first-child>a {
  margin: 0;
}

.pagination>li:last-child {
  margin: 0 15px 0 10px;
}

.pagination>li:last-child>a {
  margin: 0;
}

.pagination>li:nth-last-child(2) {
  margin-left: 15px;
}

.pagination>li:nth-last-child(2)>a {
  padding: 0;
}

.pagination>li:nth-child(2) {
  margin-right: 15px;
}

.pagination>li:nth-child(2)>a {
  padding: 0;
}

.pagination>li:first-child a,
.pagination>li:last-child a {
  color: #ffffff;
  font-size: 24px;
  padding: 0;
}

.pagination>li.page a {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  padding: 10px;
  cursor: pointer;
  margin: 0 1px;
  min-width: 45px;
}

.pagination>li.page.active a {
  border: 1px solid #f82e67;
  border-radius: 13px;
  background-color: transparent;
}

.pagination>li>a {
  color: #ffffff;
  font-weight: bold;
}

.pagination>li>a .fa {
  color: #ffffff;
  font-size: 24px;
}

.pagination>li>a:hover {
  background-color: transparent;
}

.pagination>li.disabled a .fa {
  color: #818191;
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
  color: #818191;
  cursor: not-allowed;
}

.v7-pagination {
  text-align: center;
  font-size: 14px;
  display: flex;
  align-items: center;
  padding: 0;
  list-style-type: none;
  margin-bottom: 17px;
}

.v7-pagination>li a,
.v7-pagination>li span {
  cursor: pointer;
  color: #ffffff;
  font-size: 14px;
}

.v7-pagination>li a:hover,
.v7-pagination>li a:focus,
.v7-pagination>li span:hover,
.v7-pagination>li span:focus {
  text-decoration: none;
}

.v7-pagination>li .fa {
  cursor: pointer;
}

.v7-pagination>li.disabled .fa {
  cursor: not-allowed;
}

.v7-pagination>li.disabled a,
.v7-pagination>li.disabled span {
  cursor: not-allowed;
  color: #818191;
}

.v7-pagination>li.v7-pagination__ellipsis {
  color: #f82e67;
  font-size: 9px;
}

.v7-pagination>li.page a,
.v7-pagination>li.page span {
  display: block;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  padding: 10px;
  cursor: pointer;
  margin: 0 1px;
  min-width: 45px;
}

.v7-pagination>li.page a:hover,
.v7-pagination>li.page a:focus,
.v7-pagination>li.page span:hover,
.v7-pagination>li.page span:focus {
  text-decoration: none;
}

.v7-pagination>li.page.active {
  pointer-events: none;
}

.v7-pagination>li.page.active a,
.v7-pagination>li.page.active span {
  border: 1px solid #f82e67;
  border-radius: 13px;
  background-color: transparent;
}

.v7-pagination>li:first-child a,
.v7-pagination>li:first-child span {
  margin: 0 15px 0 17px;
  font-weight: bold;
}

.v7-pagination>li:last-child a,
.v7-pagination>li:last-child span {
  margin: 0 17px 0 15px;
  font-weight: bold;
}

.ats-switch:hover {
  box-shadow: 0px 0px 3px 1px #4b03dd;
}

.ats-switch.switch-small {
  min-width: 60px;
  border: none;
  border-radius: 15px;
  height: 30px;
}

.ats-switch.switch-small>div {
  width: 100%;
  height: 100%;
  position: relative;
}

.ats-switch.switch-small .switch-animate {
  left: 0;
  transition: none;
  background-color: #565662;
}

.ats-switch.switch-small .switch-animate.switch-off .knob {
  left: 6px;
}

.ats-switch.switch-small .switch-animate.switch-on {
  background-color: #33e2ff;
}

.ats-switch.switch-small .switch-animate.switch-on .knob {
  right: 6px;
}

.ats-switch.switch-small .knob {
  border-radius: 50%;
  height: 24px;
  width: 24px;
  margin: 0;
  border: none;
  padding: 0;
  position: absolute;
  top: 0;
  bottom: 0px;
  margin: auto;
}

.ats-switch.switch-small .switch-left,
.ats-switch.switch-small .switch-right {
  display: none;
}

.datepicker.dropdown-menu {
  background-color: #32333c;
  padding: 40px;
  border-radius: 15px;
}

.datepicker.dropdown-menu::before,
.datepicker.dropdown-menu::after {
  content: none;
}

.datepicker.dropdown-menu .datepicker-days .table-condensed {
  font-size: 16px;
}

.datepicker.dropdown-menu .datepicker-days .table-condensed thead tr th {
  font-weight: 500;
}

.datepicker.dropdown-menu .datepicker-days .table-condensed thead tr th.dow {
  display: none;
}

.datepicker.dropdown-menu .datepicker-days .table-condensed thead tr th:hover {
  background-color: #32333c;
}

.datepicker.dropdown-menu .datepicker-days .table-condensed tbody tr td.day {
  font-size: 14px;
  padding: 9px;
  background-color: #32333c;
}

.datepicker.dropdown-menu .datepicker-days .table-condensed tbody tr td.day.old,
.datepicker.dropdown-menu .datepicker-days .table-condensed tbody tr td.day.new {
  color: #ada7d4;
}

.datepicker.dropdown-menu .datepicker-days .table-condensed tbody tr td.day.active {
  background-color: #4b03dd;
  background-image: none;
  border-radius: 50%;
}

.v7-tooltip {
  position: relative;
}

.v7-tooltip .v7-tooltip__content {
  font-size: 13px;
  padding: 20px;
  background-color: #141416;
  border-radius: 8px;
  display: none;
  width: 375px;
  z-index: 100;
  position: absolute;
  bottom: 100%;
  right: 0;
  font-family: Montserrat;
}

.v7-tooltip .v7-tooltip__content p {
  line-height: 22px;
  color: #ffffff;
}

.v7-tooltip .v7-tooltip__content.with-image p {
  margin-top: 15px;
  text-align: left;
  padding-left: 15px;
  width: calc(100% - 50px);
}

.v7-tooltip .v7-tooltip__content.with-image div.button {
  height: 50px;
  width: 50px;
  background-color: #000000;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.v7-tooltip .v7-tooltip__content.with-image div.button img {
  width: 26px;
  height: auto;
}

.v7-tooltip:hover .v7-tooltip__content {
  display: flex;
}

.add-user {
  display: block;
  position: absolute;
  overflow: unset;
}

.add-user.darkmodal .dark-form {
  position: fixed;
  right: 10px;
  margin-top: 80px;
}

.add-user.darkmodal .dark-form .modal-dialog {
  margin: 0;
}

.add-user.darkmodal .dark-form .modal-dialog .modal-content {
  box-shadow: 0 11px 87px 1px rgba(63, 15, 159, 0.59);
}

.add-user.darkmodal .dark-form .modal-dialog .modal-content .modal-header {
  padding: 48px 35px 40px;
  position: relative;
}

.add-user.darkmodal .dark-form .modal-dialog .modal-content .modal-header .close-modal-text {
  position: absolute;
  top: 25px;
  right: 25px;
  margin: 0;
}

.add-user.darkmodal .dark-form .modal-dialog .modal-content .modal-header h2 {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
}

.add-user.darkmodal .dark-form .modal-dialog .modal-content .modal-body {
  padding: 0 35px;
}

.add-user.darkmodal .dark-form .modal-dialog .modal-content .modal-body .opt-in-label,
.add-user.darkmodal .dark-form .modal-dialog .modal-content .modal-body .opt-in-option {
  padding: 15px 25px;
  margin: 0;
}

.add-user.darkmodal .dark-form .modal-dialog .modal-content .modal-body .opt-in-label label,
.add-user.darkmodal .dark-form .modal-dialog .modal-content .modal-body .opt-in-option label {
  margin: 0;
  font-weight: normal;
  color: #ffffff;
  text-transform: initial;
}

.user-profile {
  position: absolute;
  overflow: auto;
  top: 0;
  right: 0;
  left: 0;
}

.user-profile.darkmodal .dark-form {
  display: flex;
  justify-content: flex-end;
  margin-top: 80px;
}

.user-profile.darkmodal .dark-form .width-40 {
  width: 40%;
}

.user-profile.darkmodal .dark-form .modal-dialog {
  margin: 0 25px 0 0;
}

.user-profile.darkmodal .dark-form .modal-dialog .modal-content {
  box-shadow: 0 11px 87px 1px rgba(63, 15, 159, 0.59);
}

.user-profile.darkmodal .dark-form .modal-dialog .modal-content .close-x-modal {
  margin: 0;
  z-index: 100;
  top: 0;
  right: 0;
  background-color: #565662;
  padding: 16px;
}

.user-profile.darkmodal .dark-form .modal-dialog .modal-content .close-x-modal .fa-times {
  font-size: 23px;
}

.user-profile.darkmodal .dark-form .modal-dialog .modal-content .modal-header {
  padding: 48px 35px 30px;
  position: relative;
}

.user-profile.darkmodal .dark-form .modal-dialog .modal-content .modal-header h1 {
  margin-top: 0;
  font-size: 20px;
  font-weight: 500;
  display: flex;
  align-items: center;
}

.user-profile.darkmodal .dark-form .modal-dialog .modal-content .modal-header .close-modal-text {
  position: absolute;
  top: 25px;
  right: 25px;
  margin: 0;
}

.user-profile.darkmodal .dark-form .modal-dialog .modal-content .modal-header h2 {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
}

.user-profile.darkmodal .dark-form .modal-dialog .modal-content .modal-body {
  padding: 0 35px;
}

.user-profile.darkmodal .dark-form .modal-dialog .modal-content .modal-body .country-angle::after {
  right: 0;
}

.user-profile.darkmodal .dark-form .modal-dialog .modal-content .modal-body .groups.row .col-xs-7,
.user-profile.darkmodal .dark-form .modal-dialog .modal-content .modal-body .groups.row .col-xs-5 {
  padding: 0;
}

.user-profile.darkmodal .dark-form .modal-dialog .modal-content .modal-body .groups .add-tag {
  position: relative;
}

.user-profile.darkmodal .dark-form .modal-dialog .modal-content .modal-body .groups .add-tag .tags-modal {
  width: 280px;
  position: absolute;
  right: -25px;
  bottom: 30px;
  background-color: #000000;
  border-radius: 8px;
  box-shadow: 0 18px 27px 15px rgba(0, 0, 0, 0.48);
  z-index: 100;
}

.user-profile.darkmodal .dark-form .modal-dialog .modal-content .modal-body .groups .add-tag .tags-modal .fa-search {
  position: absolute;
  z-index: 100;
  height: 40px;
  width: 41px;
  background-size: 16px;
}

.user-profile.darkmodal .dark-form .modal-dialog .modal-content .modal-body .groups .add-tag .tags-modal input[type=text] {
  width: 100%;
  border: none;
  color: white;
  font-size: 13px;
  padding: 16px 16px 16px 42px;
}

.user-profile.darkmodal .dark-form .modal-dialog .modal-content .modal-body .groups .add-tag .tags-modal ul {
  margin: 0;
  border-top: 1px solid #141416;
  list-style-type: none;
  padding: 15px 25px;
}

.user-profile.darkmodal .dark-form .modal-dialog .modal-content .modal-body .groups .add-tag .tags-modal ul .tag {
  display: inline-block;
  padding: 2px 18px;
  font-size: 13px;
  font-weight: 500;
  border: 1px solid #141416;
  border-radius: 4px;
  margin-bottom: 8px;
  margin-right: 8px;
}

.user-profile.darkmodal .dark-form .modal-dialog .modal-content .modal-body .groups .add-tag .tags-modal .tags-modal__footer {
  padding: 14px;
  font-size: 13px;
  background-color: #242427;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  font-weight: 500;
  display: flex;
  align-items: center;
}

.user-profile.darkmodal .dark-form .modal-dialog .modal-content .modal-body .groups .add-tag .tags-modal .tags-modal__footer img {
  margin-right: 6px;
}

.user-profile.darkmodal .dark-form .modal-dialog .modal-content .modal-body .groups .add-tag .tags-modal .tags-modal__footer .tag {
  color: #565662;
  margin-left: 6px;
}

.user-profile.darkmodal .dark-form .modal-dialog .modal-content .modal-body .opt-in-label,
.user-profile.darkmodal .dark-form .modal-dialog .modal-content .modal-body .opt-in-option {
  padding: 15px 25px;
  margin: 0;
}

.user-profile.darkmodal .dark-form .modal-dialog .modal-content .modal-body .opt-in-label label,
.user-profile.darkmodal .dark-form .modal-dialog .modal-content .modal-body .opt-in-option label {
  margin: 0;
  font-weight: normal;
  color: #ffffff;
  text-transform: initial;
}

.user-profile.darkmodal .dark-form .modal-dialog .modal-content .modal-body .opt-in-label label::before,
.user-profile.darkmodal .dark-form .modal-dialog .modal-content .modal-body .opt-in-option label::before {
  width: 12px;
}

.user-profile.darkmodal .dark-form .modal-dialog .modal-content .modal-body .required {
  font-size: 12px;
  margin-bottom: 6px;
}

.new-group.darkmodal .dark-form .modal-dialog .modal-content .modal-header {
  padding: 48px 35px 30px;
  position: relative;
  margin-bottom: 45px;
}

.new-group.darkmodal .dark-form .modal-dialog .modal-content .modal-header .close-modal-text {
  position: absolute;
  top: 25px;
  right: 25px;
  margin: 0;
}

.new-group.darkmodal .dark-form .modal-dialog .modal-content .modal-header h2 {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
}

.new-group.darkmodal .dark-form .modal-dialog .modal-content .modal-body {
  padding: 0 35px;
}

.new-group.darkmodal .dark-form .modal-dialog .modal-content .modal-body .submodal-footer {
  padding: 15px;
}

.v7-report {
  display: flex;
  position: relative;
  z-index: 20;
  margin: 0 15px;
}

.v7-report .report {
  border-radius: 15px;
  box-shadow: 0 11px 87px 15px rgba(63, 15, 159, 0.59);
  background-color: #242427;
  margin-right: -6px;
  position: relative;
  z-index: 100;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  width: 25%;
}

.v7-report .report .report__title {
  border-top-left-radius: 15px;
  border-top-right-radius: 6px;
  background-color: #141416;
  padding: 30px 20px 15px;
}

.v7-report .report .report__section {
  padding: 20px 20px 30px;
  overflow: auto;
}

.v7-report .report .report__section h1 {
  margin-top: 0;
}

.v7-report .map-container {
  width: 75%;
}

.v7-report .map-container #map-single {
  height: 100%;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

.v7-alert-container {
  display: flex;
  position: relative;
  z-index: 20;
  margin: 0 15px;
}

.v7-alert-container .v7-alert {
  border-radius: 15px;
  box-shadow: 0 11px 87px 15px rgba(63, 15, 159, 0.59);
  background-color: #242427;
  margin-right: -6px;
  position: relative;
  z-index: 100;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  width: 25%;
}

.v7-alert-container .v7-alert .alert__title {
  border-top-left-radius: 15px;
  border-top-right-radius: 6px;
  background-color: #141416;
  padding: 30px 20px 15px;
}

.v7-alert-container .v7-alert .alert__section {
  padding: 20px 20px 30px;
  overflow: auto;
}

.v7-alert-container .v7-alert .alert__section h1 {
  margin-top: 0;
}

.v7-alert-container .map-container {
  width: 75%;
}

.v7-alert-container .map-container #map-single {
  height: 100%;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

.v7-alert-bottom-container {
  position: relative;
  z-index: 20;
  margin: 0 15px;
  padding: 0 100px;
}

.v7-threat {
  display: flex;
  overflow: auto;
  position: relative;
  z-index: 20;
  margin: 0 15px;
  padding-right: 6px;
}

.v7-threat .map-container {
  width: 75%;
}

.v7-threat aside {
  width: 25%;
  border-top-left-radius: 15px;
  border-top-right-radius: 6px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 6px;
  background-color: #141416;
}

.v7-threat aside .v7-threat__header {
  border-top-left-radius: 15px;
  border-top-right-radius: 6px;
  background-color: #141416;
  padding: 30px 20px 15px;
}

.v7-threat aside .panel-body {
  padding: 20px;
}

.v7-threat .map-container #map-canvas {
  height: calc(100vh - 160px);
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

.infowindow-threats {
  background-color: #1f1f22 !important;
  padding-right: 12px !important;
  padding-bottom: 12px !important;
  box-shadow: 0px 0px 30px #4b03dd;
  padding: 20px;
  height: 250px;
  width: 250px;
}

.infowindow-threats .map-bubble__close {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #4b4a57;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: xx-large;
  color: white;
  cursor: pointer;
}

.infowindow-threats .map-bubble__facility-name {
  font-size: 16px;
  font-weight: 500;
  margin-top: 20px;
}

.infowindow-threats .map-bubble__status-label {
  left: 23px;
  top: 100px;
}

.infowindow-threats .map-bubble__status {
  left: 143px;
  top: 102px;
}

.infowindow-threats .map-bubble__edit-button {
  left: 20px;
  top: 145px;
}

.infowindow-threats .map-bubble__edit-button {
  background-color: transparent;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5254901961);
  margin-bottom: 20px;
  max-width: 150px;
  border: 1px solid #4b03dd !important;
  font-weight: normal;
  border-radius: 20px;
  padding: 10px 25px;
}

.infowindow-threats .traveler-exposed-map .map-bubble__traveler-name,
.infowindow-threats .traveler-map .map-bubble__traveler-name,
.infowindow-threats .traveler-map .map-bubble__traveling-dates,
.infowindow-threats .traveler-exposed-map .map-bubble__traveling-dates {
  position: relative;
}

.infowindow-threats-traveler {
  height: auto;
  width: 320px;
  min-height: 200px;
  padding-bottom: 34px !important;
  font-family: "Montserrat";
}

.infowindow-threats-traveler .infowindow-threats__username {
  margin-top: 13px;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 6px;
  text-transform: capitalize;
}

.infowindow-threats-traveler .infowindow-threats__content_up {
  font-weight: 600;
  color: #ada7d4;
  margin-bottom: 0.25em;
  font-size: 13px;
}

.infowindow-threats-traveler .infowindow-threats__content_up span {
  display: block;
  margin-bottom: 5px;
}

.infowindow-threats-traveler .infowindow-threats__county {
  color: #565662;
  font-weight: 600;
}

.infowindow-threats-traveler .infowindow-threats__separator {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 2px solid #3c394f;
  display: block;
}

.infowindow-threats-traveler .infowindow-threats__content_down {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 500;
}

.gm-style-iw-a {
  left: -66px;
  position: absolute;
  top: -88px;
}

.gm-style-iw-c {
  max-width: none !important;
}

.threat_operation {
  top: 10px;
  /*left: 0;*/
  right: 10px;
  margin: auto;
}

.threat_operation>.navbar {
  background-color: #000000 !important;
  height: 41px !important;
  border-color: #000000 !important;
}

.threat_operation>.navbar>div>.navbar-header a.navbar-brand-theatre {
  padding: 0 25px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #ada7d4 !important;
  font-family: Montserrat !important;
  font-size: 13px !important;
  font-weight: bold !important;
  background-color: #000000 !important;
}

.threat_operation>.navbar>div>.navbar-collapse.collapse>.navbar-nav>.dropdown>.dropdown-toggle {
  padding: 0 !important;
  background-color: #000000;
  color: #ffffff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Montserrat;
  font-size: 13px;
}

.threat_operation>.navbar>div>.navbar-collapse.collapse>.navbar-nav>.dropdown>.dropdown-toggle .fa-angle-down {
  margin-left: 12px;
  color: #33e2ff;
  font-size: 15px;
}

.threat_operation>.navbar>div>.navbar-collapse.collapse>.navbar-nav>.dropdown>.dropdown-menu {
  background-color: #000000;
  padding: 25px 15px;
}

.threat_operation>.navbar>div>.navbar-collapse.collapse>.navbar-nav>.dropdown>.dropdown-menu>li>a {
  color: #ffffff;
  font-size: 13px;
}

.threat_operation>.navbar>div>.navbar-collapse.collapse>.navbar-nav>.dropdown>.dropdown-menu>li>a:hover {
  background-color: #242427;
  border-radius: 5px;
}

.threat_operation_traveler {
  top: 10px;
  left: 0;
  right: 0;
  margin: auto;
}

.threat_operation_traveler>.navbar {
  background-color: #000000 !important;
  height: 41px !important;
  border-color: #000000 !important;
}

.threat_operation_traveler>.navbar>div>.navbar-header a.navbar-brand-theatre {
  padding: 0 25px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #ada7d4 !important;
  font-family: Montserrat !important;
  font-size: 13px !important;
  font-weight: bold !important;
  background-color: #000000 !important;
}

.threat_operation_traveler>.navbar>div>.navbar-collapse.collapse>.navbar-nav>.dropdown>.dropdown-toggle {
  padding: 0 !important;
  background-color: #000000;
  color: #ffffff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Montserrat;
  font-size: 13px;
}

.threat_operation_traveler>.navbar>div>.navbar-collapse.collapse>.navbar-nav>.dropdown>.dropdown-toggle .fa-angle-down {
  margin-left: 12px;
  color: #33e2ff;
  font-size: 15px;
}

.threat_operation_traveler>.navbar>div>.navbar-collapse.collapse>.navbar-nav>.dropdown>.dropdown-menu {
  background-color: #000000;
  padding: 25px 15px;
}

.threat_operation_traveler>.navbar>div>.navbar-collapse.collapse>.navbar-nav>.dropdown>.dropdown-menu>li>a {
  color: #ffffff;
  font-size: 13px;
}

.threat_operation_traveler>.navbar>div>.navbar-collapse.collapse>.navbar-nav>.dropdown>.dropdown-menu>li>a:hover {
  background-color: #242427;
  border-radius: 5px;
}

.flight_paths {
  top: 10px;
  right: 10px;
  width: 270px;
  left: unset;
  background-color: #000000;
  color: #ada7d4;
  font-weight: bold;
  font-size: 13px;
  display: flex;
  align-items: center;
  padding: 0 25px;
  justify-content: space-between;
  height: 41px;
}

.flight_paths img {
  height: 34px;
  width: auto;
  margin-top: 5px;
}

#map-canvas>div>div.gm-style>div:nth-child(5)>div.gmnoprint,
#map-single>div>div.gm-style>div:nth-child(5)>div.gmnoprint,
#map-selector>div>div.gm-style>div:nth-child(5)>div.gmnoprint {
  margin: 10px 0 0 15px !important;
}

#map-canvas>div>div.gm-style>div:nth-child(5)>div.gmnoprint>div.gm-style-mtc>button,
#map-single>div>div.gm-style>div:nth-child(5)>div.gmnoprint>div.gm-style-mtc>button,
#map-selector>div>div.gm-style>div:nth-child(5)>div.gmnoprint>div.gm-style-mtc>button {
  font-family: Montserrat !important;
  font-size: 13px !important;
  font-weight: normal !important;
  background-color: #000000 !important;
  color: #c7c7c7 !important;
}

#map-canvas>div>div.gm-style>div:nth-child(5)>div.gmnoprint>div.gm-style-mtc>button[aria-pressed=true],
#map-single>div>div.gm-style>div:nth-child(5)>div.gmnoprint>div.gm-style-mtc>button[aria-pressed=true],
#map-selector>div>div.gm-style>div:nth-child(5)>div.gmnoprint>div.gm-style-mtc>button[aria-pressed=true] {
  color: #ffffff !important;
  font-weight: bold !important;
  border: 1px solid #33e2ff !important;
}

#map-canvas>div>div.gm-style>div:nth-child(5)>div.gmnoprint>div.gm-style-mtc>button+ul,
#map-single>div>div.gm-style>div:nth-child(5)>div.gmnoprint>div.gm-style-mtc>button+ul,
#map-selector>div>div.gm-style>div:nth-child(5)>div.gmnoprint>div.gm-style-mtc>button+ul {
  background-color: #000000 !important;
}

#map-canvas>div>div.gm-style>div:nth-child(5)>div.gmnoprint>div.gm-style-mtc>button+ul li,
#map-single>div>div.gm-style>div:nth-child(5)>div.gmnoprint>div.gm-style-mtc>button+ul li,
#map-selector>div>div.gm-style>div:nth-child(5)>div.gmnoprint>div.gm-style-mtc>button+ul li {
  background-color: #000000 !important;
  color: #ffffff !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#map-canvas>div>div.gm-style>div:nth-child(5)>div.gmnoprint>div.gm-style-mtc>button+ul li>label,
#map-single>div>div.gm-style>div:nth-child(5)>div.gmnoprint>div.gm-style-mtc>button+ul li>label,
#map-selector>div>div.gm-style>div:nth-child(5)>div.gmnoprint>div.gm-style-mtc>button+ul li>label {
  color: #ffffff;
  text-transform: none;
  letter-spacing: 1px;
  margin-bottom: 0;
}

#map-canvas>div>div.gm-style>div:nth-child(5)>div.gmnoprint>div.gm-style-mtc>button+ul li>span,
#map-single>div>div.gm-style>div:nth-child(5)>div.gmnoprint>div.gm-style-mtc>button+ul li>span,
#map-selector>div>div.gm-style>div:nth-child(5)>div.gmnoprint>div.gm-style-mtc>button+ul li>span {
  background-color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
}

#map-canvas>div>div.gm-style>div:nth-child(5)>div.gmnoprint>div.gm-style-mtc>button+ul li>span img,
#map-single>div>div.gm-style>div:nth-child(5)>div.gmnoprint>div.gm-style-mtc>button+ul li>span img,
#map-selector>div>div.gm-style>div:nth-child(5)>div.gmnoprint>div.gm-style-mtc>button+ul li>span img {
  transform: none !important;
}

#map-canvas>div>div.gm-style .gm-fullscreen-control,
#map-single>div>div.gm-style .gm-fullscreen-control,
#map-selector>div>div.gm-style .gm-fullscreen-control {
  display: none !important;
  margin: 30px !important;
  top: 67px !important;
  background-color: #000000 !important;
}

#map-canvas>div>div.gm-style .gmnoprint.gm-bundled-control.gm-bundled-control-on-bottom .gm-svpc,
#map-single>div>div.gm-style .gmnoprint.gm-bundled-control.gm-bundled-control-on-bottom .gm-svpc,
#map-selector>div>div.gm-style .gmnoprint.gm-bundled-control.gm-bundled-control-on-bottom .gm-svpc {
  background-color: #000000 !important;
}

#map-canvas>div>div.gm-style .gmnoprint.gm-bundled-control.gm-bundled-control-on-bottom>.gmnoprint>div,
#map-single>div>div.gm-style .gmnoprint.gm-bundled-control.gm-bundled-control-on-bottom>.gmnoprint>div,
#map-selector>div>div.gm-style .gmnoprint.gm-bundled-control.gm-bundled-control-on-bottom>.gmnoprint>div {
  background-color: #000000 !important;
}

#map-canvas>div>div.gm-style .gmnoprint.gm-bundled-control.gm-bundled-control-on-bottom>.gmnoprint>div>button>img,
#map-single>div>div.gm-style .gmnoprint.gm-bundled-control.gm-bundled-control-on-bottom>.gmnoprint>div>button>img,
#map-selector>div>div.gm-style .gmnoprint.gm-bundled-control.gm-bundled-control-on-bottom>.gmnoprint>div>button>img {
  height: 13px !important;
  width: 13px !important;
}

#map-canvas>div>div.gm-style .gmnoprint.gm-bundled-control.gm-bundled-control-on-bottom>.gmnoprint>div>button:first-of-type+div,
#map-single>div>div.gm-style .gmnoprint.gm-bundled-control.gm-bundled-control-on-bottom>.gmnoprint>div>button:first-of-type+div,
#map-selector>div>div.gm-style .gmnoprint.gm-bundled-control.gm-bundled-control-on-bottom>.gmnoprint>div>button:first-of-type+div {
  right: 0 !important;
  left: 0 !important;
  height: 1px !important;
  margin: 0 !important;
  background-color: #3c394f !important;
  width: 100% !important;
}

.customize-app .ats-switch.switch-small {
  margin: 25px 0;
  min-width: 37px;
  height: 18px;
}

.customize-app .ats-switch.switch-small .knob {
  min-height: 10px;
  width: 16px;
  height: 16px;
}

.customize-app .ats-switch.switch-small .switch-animate.switch-off .knob {
  left: 3px;
}

.customize-app .ats-switch.switch-small .switch-animate.switch-on .knob {
  right: 3px;
}

.customize-app .has-error .control-label {
  position: absolute;
}

.customize-app .v7-tooltip {
  margin-left: 10px;
}

.customize-app>section {
  padding: 38px 0 50px;
}

.customize-app>section:nth-child(odd) {
  background-color: #1d1d21;
}

.customize-app>section:first-child h3:first-of-type {
  margin: 0 0 55px;
}

.customize-app>section:first-child h3:nth-of-type(2) {
  margin: 0 0 28px;
}

.customize-app>section:first-child h3:nth-of-type(3) {
  margin: 0 0 32px;
}

.customize-app>section:first-child hr:first-of-type {
  margin: 57px 0;
}

.customize-app>section:first-child hr:nth-of-type(2) {
  margin: 76px 0 62px 0;
}

.customize-app>section:first-child ol {
  list-style: none;
  margin-top: 70px;
  padding: 0;
}

.customize-app>section:first-child ol li {
  padding-bottom: 20px;
  display: flex;
  align-items: center;
}

.customize-app>section:first-child ol li>strong {
  color: #ada7d4;
  font-size: 15px;
}

.customize-app>section:first-child ol li>div {
  display: flex;
  align-items: center;
}

.customize-app>section:first-child ol li>div button.customize-app__select-button {
  margin: 0 48px 0 34px;
}

.customize-app>section:first-child ol li>div .img-circle {
  width: 96px;
  height: 96px;
  margin: 0 48px 0 34px;
}

.customize-app>section:first-child ol li>div .customize-app__labeled-input {
  margin-bottom: 25px;
}

.customize-app>section:first-child ol li>div .customize-app__labeled-input input {
  width: 376px;
}

.customize-app>section:nth-child(2) h3 {
  margin: 0 0 50px;
}

.customize-app>section:nth-child(2) hr:first-of-type {
  margin: 55px 0 25px;
  max-width: 800px;
}

.customize-app>section:nth-child(2) hr:nth-of-type(2) {
  margin: 32px 0 27px;
  max-width: 800px;
}

.customize-app>section:nth-child(2) hr:nth-of-type(3) {
  margin: 29px 0 0;
  max-width: 800px;
}

.customize-app>section:nth-child(2) table {
  max-width: 800px;
}

.customize-app>section:nth-child(2) table tbody tr:nth-child(even) {
  background-color: #1d1d21;
}

.customize-app>section:nth-child(2) table tbody tr:nth-child(odd) {
  background-color: transparent;
}

.customize-app>section:nth-child(2) table tbody tr td:first-child {
  width: 30%;
}

.customize-app>section:nth-child(2) table tbody tr td:nth-child(2) {
  width: 50%;
  color: #818191;
}

.customize-app>section:nth-child(2) table tbody tr td:nth-child(3) {
  width: 10%;
  text-align: right;
}

.customize-app>section:nth-child(2) table tbody tr td:nth-child(4) {
  text-align: right;
  width: 10%;
}

.customize-app>section:nth-child(2) table tbody tr td:nth-child(4) img {
  width: 16px;
  height: auto;
}

.customize-app>section:nth-child(3) .v7-button {
  margin-right: 25px;
}

.customize-app>section:nth-child(3) .clean-button {
  background-color: transparent;
  border: none;
  color: #ffffff;
  font-size: 13px;
}

.customize-app h3 {
  font-size: 20px;
  font-weight: 500;
}

.customize-app p {
  font-size: 14px;
  line-height: 28px;
}

.customize-app p.customize-app__third-gender-p {
  display: inline-block;
  margin: 0 0 0 20px;
}

.customize-app p.customize-app__quick-access-p {
  display: inline-block;
}

.customize-app p.customize-app__quick-access-p+.v7-tooltip {
  display: inline-block;
  vertical-align: top;
}

.customize-app .customize-app__upload {
  display: flex;
  align-items: center;
  margin-top: 33px;
  position: relative;
}

.customize-app .customize-app__upload .customize-app__remove-directory-container {
  margin-top: 25px;
}

.customize-app .customize-app__upload img:not(.img-circle) {
  width: 230px;
  height: auto;
  margin-right: 33px;
}

.customize-app .customize-app__upload img.img-circle {
  position: absolute;
  width: 98px;
  height: 98px;
  top: 285px;
  left: 66px;
}

.customize-app .customize-app__upload>section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.customize-app .customize-app__upload>section .customize-app__upload-button {
  position: relative;
  margin-bottom: 50px;
}

.customize-app .customize-app__upload>section .customize-app__upload-button input {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
}

.customize-app .customize-app__upload>section .customize-app__toggle img {
  width: 37px;
  height: auto;
}

.customize-app .customize-app__toggle {
  display: inline-block;
}

.customize-app .customize-app__toggle img {
  width: 37px;
  height: auto;
}

.customize-app .customize-app__help-img {
  width: 18px;
  height: auto;
  display: inline-block;
}

.customize-app .customize-app__labeled-input {
  color: #ada7d4;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 0;
  margin-right: 20px;
}

.customize-app .customize-app__labeled-input input {
  display: block;
  height: 58px;
  width: 378px;
  border: 1px solid #313139;
  background-color: #141416;
  padding: 0 25px;
  border-radius: 12px;
  font-size: 14px;
  margin-top: 17px;
}

.customize-app .customize-app__labeled-input small {
  color: #818191;
  font-size: 13px;
  display: inline-block;
  margin-left: 13px;
  text-transform: none;
  font-weight: normal;
}

.customize-app .customize-app__select-button {
  height: 96px;
  width: 96px;
  border: 1px dashed #6d8df4;
  background-color: transparent;
  border-radius: 50%;
  color: white;
  text-decoration: underline;
  font-size: 13px;
}

section.organization {
  position: absolute;
  z-index: 999;
  left: 20px;
  right: 0;
  background-color: #242427;
  margin-left: 20px;
  border-radius: 15px;
  padding: 0;
  font-weight: 500;
}

section.organization .v7-button.purple {
  min-width: 130px;
}

section.organization .radio-item {
  display: inline-block;
  position: relative;
  padding: 0 6px;
  max-width: 160px;
}

section.organization .radio-item input[type=radio] {
  display: none;
}

section.organization .radio-item label {
  color: #ffffff;
  font-family: "Montserrat";
  font-size: 13px;
  line-height: normal;
  font-weight: 600;
  text-transform: capitalize;
  letter-spacing: normal;
}

section.organization .radio-item label:before {
  content: " ";
  display: inline-block;
  position: relative;
  top: 5px;
  margin: 0 11px 0 0;
  width: 20px;
  height: 20px;
  border-radius: 11px;
  border: 2px solid #6161fa;
  background-color: transparent;
}

section.organization .radio-item .label-extra {
  margin-bottom: 1px;
  width: 100%;
}

section.organization .radio-item input[type=radio]:checked+label:after {
  border-radius: 11px;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 11px;
  left: 12px;
  content: " ";
  display: block;
  background: #6161fa;
}

section.organization .organization__top-section {
  position: absolute;
  right: 37px;
  top: 69px;
  display: flex;
  align-items: center;
}

section.organization .organization__top-section a {
  display: inline-block;
  margin-right: 35px;
  color: #ffffff;
}

section.organization>form .switch-container {
  display: inline-flex;
  align-items: center;
}

section.organization>form .switch-container .switch-container__switch img {
  height: 42px;
  width: auto;
  margin-left: -8px;
}

section.organization>form .switch-container p {
  margin: 0 0 8px 15px;
}

section.organization>form .switch-container.to-right p {
  margin: 0 15px 8px 0px;
}

section.organization>form .chexbox-text {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 35px;
}

section.organization>form .chexbox-text span {
  margin-left: 27px;
}

section.organization>form hr {
  margin-top: 0;
  margin-bottom: 50px;
  display: block;
  margin-right: -105px;
}

section.organization>form hr.top-50 {
  margin-top: 50px;
}

section.organization>form hr.no-overgrow {
  margin-right: 0;
  margin-bottom: 0;
}

section.organization>form hr.full-grow {
  margin-right: -105px;
  margin-left: -105px;
}

section.organization>form>section.section-black {
  background-color: #000000;
  padding: 47px 105px 87px;
}

section.organization>form>section.section-black.less-padding-bottom {
  padding-bottom: 50px;
}

section.organization>form>section.medical-assistance {
  padding: 34px 105px;
}

section.organization>form>section.footer-section {
  padding: 21px 105px 62px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

section.organization>form>section.footer-section a {
  display: inline-block;
  margin-left: 25px;
  color: #ffffff;
}

section.organization>form>section.footer-section .v7-button.light-gray img {
  width: auto;
  height: 15px;
}

section.organization>form>section.threat-settings {
  padding: 52px 105px 72px;
}

section.organization>form>section.threat-settings .threat-settings__report-settings .report-settings__chexbox-text {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 35px;
}

section.organization>form>section.threat-settings .threat-settings__report-settings .report-settings__chexbox-text span {
  margin-left: 27px;
}

section.organization>form>section.threat-settings .threat-settings__report-settings .report-settings__text-area-section {
  font-size: 14px;
  font-weight: 500;
}

section.organization>form>section.threat-settings .threat-settings__report-settings .report-settings__text-area-section small {
  font-size: 13px;
  display: inline-block;
  margin-left: 10px;
  margin-right: 20px;
}

section.organization>form>section.threat-settings .threat-settings__report-settings .report-settings__text-area-section .customized-protocol-container-setup {
  margin-top: 25px;
}

section.organization>form>section.threat-settings .threat-settings__report-settings .report-settings__text-area-section .customized-protocol-container-setup .form-group {
  margin-bottom: 0;
}

section.organization>form>section.threat-settings .threat-settings__report-settings .report-settings__text-area-section .customized-protocol-container-setup .form-group textarea {
  max-width: 598px;
  font-size: 14px;
  height: 159px;
  padding: 23px;
}

section.organization>form>section.organization__administrative-info .administrative-info__product-settings .product-settings__checkbox-text {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 35px;
}

section.organization>form>section.organization__administrative-info .administrative-info__product-settings .product-settings__checkbox-text span {
  margin-left: 27px;
}

section.organization>form>section:first-of-type {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 69px 105px 30px;
}

section.organization>form>section:first-of-type>aside .upload-button-container {
  display: flex;
  flex-wrap: wrap;
}

section.organization>form>section:first-of-type>aside .upload-button-container aside {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  margin-left: 49px;
}

section.organization>form>section:first-of-type>aside .upload-button-container aside .upload-button {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 183px;
  margin-bottom: 37px;
}

section.organization>form>section:first-of-type>aside .upload-button-container aside .upload-button input {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  opacity: 0;
}

section.organization>form>section:first-of-type>aside .upload-button-container aside p {
  margin: 0;
  width: 100%;
}

@media (max-width: 1422px) {
  section.organization>form>section:first-of-type>aside .upload-button-container {
    flex-direction: column;
  }

  section.organization>form>section:first-of-type>aside .upload-button-container aside {
    margin-top: 30px;
    margin-left: 0;
  }
}

section.organization>form>section:first-of-type>aside .upload-button-container .image-container {
  height: 184px;
  width: 184px;
  border: 1px solid #464646;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 20px;
}

section.organization>form>section:first-of-type>aside:first-child {
  width: 50%;
}

section.organization>form>section:first-of-type>aside:first-child .organization__name-input {
  color: #ada7d4;
  font-family: Montserrat;
  font-size: 12px;
  display: block;
  margin-top: 79px;
  margin-bottom: 66px;
}

section.organization>form>section:first-of-type>aside:first-child .organization__name-input input[type=text] {
  font-size: 30px;
  border: none;
  border-radius: 0;
  background-color: transparent;
  border-bottom: 1px solid #666186;
  padding: 17px 0;
  display: block;
  height: auto;
  width: 100%;
}

section.organization>form>section:first-of-type>aside:first-child>strong {
  color: #6161fa;
  font-size: 13px;
}

section.organization>form>section:first-of-type>aside:first-child h1 {
  font-size: 24px;
  font-weight: 500;
  margin: 19px 0 55px;
}

section.organization>form>section:first-of-type>aside:last-child {
  width: 50%;
  padding-left: 54px;
}

section.organization>form>section:first-of-type>aside:last-child .upload-button-container {
  margin-top: 120px;
}

section.organization>form>section:first-of-type>aside:last-child .organization__switch-container {
  margin-top: 35px;
  border-radius: 10px;
  height: 65px;
  padding: 0 25px;
  width: 100%;
  border: 1px solid #313139;
  background-color: #141416;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 300px;
}

section.organization>form>section:first-of-type>aside:last-child .organization__switch-container>div {
  display: flex;
  align-items: center;
}

section.organization>form>section:first-of-type>aside:last-child .organization__switch-container>div .switch-container__switch {
  margin-right: 10px;
}

section.organization>form>section:first-of-type>aside:last-child .organization__switch-container p {
  font-size: 13px;
  margin: 0;
}

section.organization>form>section:first-of-type>aside:last-child .organization__switch-container img {
  height: 26px;
  width: auto;
  margin-top: 7px;
}

section.organization>form>section:nth-of-type(2) {
  position: relative;
  padding: 0 105px;
}

section.organization>form>section:nth-of-type(2) .organization__map-form {
  position: absolute;
  top: 0;
  left: 338px;
  right: 106px;
  z-index: 1000;
  display: flex;
  align-items: flex-end;
  padding: 6px 50px 0 0;
  justify-content: space-between;
  flex-wrap: wrap;
}

section.organization>form>section:nth-of-type(2) .organization__map-form .btn {
  width: auto;
  margin: 0 15px;
}

section.organization>form>section:nth-of-type(2) .organization__map-form p {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 10px;
}

section.organization>form>section:nth-of-type(2) .organization__map-form .map-form__address-input {
  margin-bottom: 0;
}

section.organization>form>section:nth-of-type(2) .organization__map-form .map-form__address-input input[type=text] {
  display: block;
  margin-top: 8px;
  height: 41px;
  min-width: 452px;
  background-color: #242427;
  font-size: 13px;
  padding: 0 42px;
  border: none;
}

section.organization>form>section:nth-of-type(3) {
  padding: 53px 105px 30px;
}

section.organization .organization__title {
  color: #ffffff;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 49px;
}

section.organization .organization__title.top-50 {
  margin-top: 50px;
}

section.organization .table.organization__table tbody tr:nth-child(odd) {
  background-color: transparent;
}

section.organization .table.organization__table tbody tr:nth-child(even) {
  background-color: #141416;
}

section.organization .table.organization__table tr td {
  font-size: 13px;
  color: #818191;
}

section.organization .table.organization__table tr td .delete-img {
  width: 16px;
  height: auto;
  cursor: pointer;
}

section.organization .table.organization__table tr td:first-child {
  color: #ffffff;
  font-weight: 600;
}

section.organization .position-static {
  position: static !important;
}

section.organization .organization__input {
  display: block;
  margin-bottom: 50px;
  overflow: auto;
  position: relative;
}

section.organization .organization__input input[type=text],
section.organization .organization__input input[type=email],
section.organization .organization__input input[type=tel],
section.organization .organization__input input[type=url],
section.organization .organization__input input[type=number],
section.organization .organization__input select {
  background-color: #141416;
  color: #ffffff;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: bold;
  height: 58px;
  padding: 0 25px;
  display: block;
  margin-top: 2px;
  border: 1px solid #313139;
  width: 100%;
  border-radius: 8px;
}

section.organization .organization__input.mb-30 {
  margin-bottom: 30px;
}

section.organization .organization__input .select {
  position: relative;
}

section.organization .organization__input .select select {
  appearance: none;
  padding-right: 40px;
}

section.organization .organization__input .select .fa-angle-down {
  position: absolute;
  font-size: 17px;
  color: #40cbe4;
  right: 18px;
  height: 17px;
  top: 0;
  bottom: 0;
  margin: auto;
}

section.organization .organization__input .text-danger {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}

section.organization .organization__input>p {
  margin-bottom: 0;
  height: 30px;
}

section.organization .organization__input a,
section.organization .organization__input .link-alike {
  float: right;
  color: #33e2ff;
  font-family: Montserrat;
  font-size: 14px;
  text-transform: none;
  font-weight: 500;
  letter-spacing: 1px;
  text-decoration: underline;
  margin-left: 18px;
  margin-top: 20px;
}

section.organization .organization__input.reminders {
  display: inline-block;
}

section.organization .organization__input.reminders input {
  width: 230px;
  padding-right: 160px;
}

section.organization .organization__input.reminders small {
  position: absolute;
  bottom: 21px;
  font-size: 13px;
  right: 45%;
  text-transform: lowercase;
  color: #818191;
}

.organization__modal .modal-dialog {
  display: flex;
  justify-content: center;
}

.organization__modal .modal-dialog .modal-content {
  padding: 40px;
  height: 265px;
  width: 413px;
  background-color: #242427;
  box-shadow: 0 12px 29px 1px rgba(255, 50, 103, 0.04);
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.organization__modal .modal-dialog .modal-content h1 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 38px;
  margin-top: 0;
}

.organization__modal .modal-dialog .modal-content h1 img {
  height: 18px;
  width: auto;
  margin-right: 17px;
}

.organization__modal .modal-dialog .modal-content p {
  margin-bottom: 28px;
  line-height: 28px;
}

.organization__modal .modal-dialog .modal-content>div:last-child {
  display: flex;
  justify-content: space-between;
}

.fa.fa-search {
  color: transparent !important;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/assets-v7/images/search-blue@2x.png");
}

.fa.fa-trash-o {
  color: transparent !important;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/assets-v7/images/delete@3x.png");
}

.fa.fa-arrow-left {
  color: transparent !important;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/assets-v7/images/arrow-left-white@3x.png");
}

.fa.fa-floppy-o {
  color: transparent !important;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/assets-v7/images/template@3x.png");
}

.fa.fa-chevron-right {
  color: transparent !important;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/assets-v7/images/caret-large-right@3x.png");
}

.fa.fa-chevron-left {
  color: transparent !important;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/assets-v7/images/caret-large-right@3x.png");
  transform: rotate(180deg);
}

.fa.fa-envelope {
  color: transparent !important;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/assets-v7/images/resend@3x.png");
}

.fa.fa-times::before {
  content: "✕";
}

.admin .organization-list {
  position: relative;
}

.admin .organization-list .organization-list__head {
  overflow: auto;
}

.admin .organization-list .organization-list__head>.v7-button {
  position: absolute;
  z-index: 999;
  right: 0;
  top: -20px;
}

.admin .organization-list .organization-list__head>h3 {
  font-size: 20px;
  font-weight: 500;
  margin: 38px 0 27px;
}

.admin .organization-list .organization-list__head>.select {
  display: inline-block;
  position: relative;
}

.admin .organization-list .organization-list__head>.select select {
  height: 41px;
  min-width: 388px;
  background-color: #000000;
  border: none;
  padding: 0 45px 0 140px;
  font-size: 14px;
  font-weight: bold;
  appearance: none;
}

.admin .organization-list .organization-list__head>.select strong {
  color: #ada7d4;
  font-family: Montserrat;
  font-size: 12px;
  position: absolute;
  left: 48px;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding-top: 2px;
}

.admin .organization-list .organization-list__head>.select .fa {
  position: absolute;
  font-size: 17px;
  color: #40cbe4;
  right: 18px;
  height: 17px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.admin .organization-list .organization-list__head>.select img {
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  height: 14px;
  width: auto;
  margin: auto;
}

.admin .organization-list .organization-list__head>strong {
  font-size: 13px;
  color: #ada7d4;
  float: right;
  margin-top: 5px;
}

.admin .organization-list .organization-list__bottom-counter {
  font-size: 13px;
  color: #ada7d4;
  margin-top: 100px;
  margin-bottom: 60px;
}

.admin .organization-list .table {
  margin-top: 20px;
}

.admin .organization-list .table.table-role .enabled {
  width: 20px;
  height: 20px;
}

.admin .organization-list .table.table-role .disabled {
  background-image: url("../assets-v7/images/x-red@3x.png");
  width: 20px;
  height: 20px;
}

.admin .organization-list .table.table-role tbody tr td.self-service>span,
.admin .organization-list .table.table-role tbody tr td.emails>span {
  width: 16px;
  height: 16px;
}

.admin .organization-list .table thead {
  font-size: 12px;
}

.admin .organization-list .table thead tr th.organization,
.admin .organization-list .table thead tr th.emails {
  width: 20%;
}

.admin .organization-list .table tbody::before {
  content: none;
}

.admin .organization-list .table tbody tr td {
  vertical-align: middle;
}

.admin .organization-list .table tbody tr td.organization {
  display: flex;
  align-items: center;
}

.admin .organization-list .table tbody tr td.organization .image-container {
  display: inline-block;
  height: 71px;
  width: 71px;
  min-width: 71px;
  border: 1px solid #464646;
  border-radius: 15px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 15px;
}

.admin .organization-list .table tbody tr td.emails>span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}

.infowindow-traveler {
  width: 360px;
  background-color: #242427;
  border-radius: 9px;
  box-shadow: 0px 0px 30px #4b03dd;
  font-family: "Montserrat";
}

.infowindow-traveler .header {
  height: 86px;
  background-color: #000000;
  position: relative;
  border-top-right-radius: 9px;
  border-top-left-radius: 9px;
}

.infowindow-traveler .header .close-x {
  position: absolute;
  right: 0;
  top: 0;
  width: 39px;
  height: 39px;
  background-color: #555462;
  color: white;
  border-top-right-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: x-large;
  cursor: pointer;
}

.infowindow-traveler .header .circle {
  width: 88px;
  height: 88px;
  display: block;
  background-color: #5176ec;
  border-radius: 50%;
  background-size: contain;
  position: absolute;
  bottom: -27px;
  left: 18px;
}

.infowindow-traveler .header .initial {
  font-size: xx-large;
  color: white;
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}

.infowindow-traveler .content {
  padding: 22px;
}

.infowindow-traveler .content .name {
  font-size: 18px;
  font-weight: bold;
  margin: 5px 0px;
}

.infowindow-traveler .content .coords {
  color: #818191;
  font-size: 14px;
}

.infowindow-traveler .content .duration {
  color: #ada7d4;
  font-family: Montserrat;
  font-size: 13px;
  font-weight: 600;
  display: block;
  margin-bottom: 9px;
}

.infowindow-traveler .content .segment .type {
  color: #818191;
  margin: 5px 0px;
  font-weight: 500;
}

.infowindow-traveler .content .segment .address {
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 0.05em;
}

.infowindow-traveler .actions {
  margin-top: 10px;
}

.infowindow-traveler .actions a {
  color: white;
  box-shadow: 0px 1px 15px 0.1px rgba(0, 0, 0, 0.3) inset, 0px 1px 15px 0.1px rgba(0, 0, 0, 0.3);
}

.infowindow-traveler .status {
  display: grid;
  margin: 8px 12px 0px 0px;
  justify-items: end;
  letter-spacing: 0.15em;
}

.infowindow-traveler .status .ok,
.infowindow-traveler .status .risk {
  padding: 8px;
  border-radius: 4px;
}

.infowindow-traveler .status .ok {
  background-color: #24a588;
}

.infowindow-traveler .status .risk {
  background-color: #ff3267;
}

.modal-footer .label-wait-speach {
  color: #2fe3ff;
}

/* TAGS SECTION */
.tags-wrapper {
  padding: 50px 0 50px 80px;
  background-color: #141416;
}

.tags-wrapper .snackbar {
  position: fixed;
  color: #ffffff;
  font-size: 14px;
  height: 58px;
  background-color: #de2051;
  box-shadow: 0 22px 51px 15px rgba(0, 0, 0, 0.48);
  padding: 20px 35px;
  border-radius: 10px;
  top: 20px;
  left: 0;
  right: 0;
  margin: auto;
  width: 700px;
  z-index: 100;
}

.tags-wrapper .snackbar .snackbar__restore {
  text-decoration: underline;
  cursor: pointer;
}

.tags-wrapper .tags-section {
  margin: auto;
  max-width: 640px;
}

.tags-wrapper .tags-section>.h2-v7 {
  margin-bottom: 27px;
}

.tags-wrapper .tags-section .n-tags {
  color: #ada7d4;
  font-size: 13px;
  margin: 12px 0;
}

.tags-wrapper .tags-section .tags-section__table {
  margin-top: 30px;
  background-color: transparent;
  font-size: 13px;
  width: 100%;
  color: #ada7d4;
}

.tags-wrapper .tags-section .tags-section__table thead {
  border-bottom: 1px solid #2e323f;
}

.tags-wrapper .tags-section .tags-section__table thead tr th {
  width: 50%;
  padding-bottom: 8px;
}

.tags-wrapper .tags-section .tags-section__table thead tr th span.active {
  text-decoration: underline;
  color: #de2051;
}

.tags-wrapper .tags-section .tags-section__table thead tr th span.sort {
  width: 10px;
  height: 22px;
  display: inline-block;
  position: relative;
  bottom: -6px;
  margin-left: 5px;
}

.tags-wrapper .tags-section .tags-section__table thead tr th span.sort .fa:first-child {
  position: absolute;
  top: 0;
}

.tags-wrapper .tags-section .tags-section__table thead tr th span.sort .fa:last-child {
  position: absolute;
  bottom: 0;
}

.tags-wrapper .tags-section .tags-section__table tbody:before {
  content: "-";
  display: block;
  line-height: 1em;
  color: transparent;
}

.tags-wrapper .tags-section .tags-section__table tbody tr:nth-child(odd) {
  background-color: #1d1d21;
}

.tags-wrapper .tags-section .tags-section__table tbody tr:not(.new-tag) {
  cursor: pointer;
}

.tags-wrapper .tags-section .tags-section__table tbody tr:hover .options {
  visibility: visible;
}

.tags-wrapper .tags-section .tags-section__table tbody tr td {
  width: 50%;
  height: 45px;
}

.tags-wrapper .tags-section .tags-section__table tbody tr td .assets {
  line-height: 35px;
}

.tags-wrapper .tags-section .tags-section__table tbody tr td .options {
  visibility: hidden;
}

.tags-wrapper .tags-section .tags-section__table tbody tr td .options button:first-of-type {
  margin-right: 3px;
}

.tags-wrapper .tags-section .tags-section__table .tag {
  display: inline-block;
  height: 28px;
  padding: 0px 15px;
  border-radius: 5px;
  border: 1px solid #3c394f;
  line-height: 27px;
  color: #ffffff;
  font-weight: 500;
}

.tags-wrapper .tags-section .tags-section__table .existing-tag .new-tag__input,
.tags-wrapper .tags-section .tags-section__table .existing-tag .existing-tag__input,
.tags-wrapper .tags-section .tags-section__table .new-tag .new-tag__input,
.tags-wrapper .tags-section .tags-section__table .new-tag .existing-tag__input {
  background-color: transparent;
  display: inline-block;
  padding: 5px 15px;
  color: #ffffff;
  width: 100%;
  border: 1px solid #4b03dd;
  border-radius: 7px;
}

.tags-wrapper .tags-section .tags-section__table .existing-tag .new-tag__input::placeholder,
.tags-wrapper .tags-section .tags-section__table .existing-tag .existing-tag__input::placeholder,
.tags-wrapper .tags-section .tags-section__table .new-tag .new-tag__input::placeholder,
.tags-wrapper .tags-section .tags-section__table .new-tag .existing-tag__input::placeholder {
  color: #818191;
}

.tags-wrapper .tags-section .tags-section__table .existing-tag td .cancel,
.tags-wrapper .tags-section .tags-section__table .new-tag td .cancel {
  cursor: pointer;
}

.tags-wrapper .tags-section .tags-section__table .new-tag {
  color: #ffffff;
}

.tags-wrapper .tags-section .tags-section__table .new-tag td .v7-button {
  margin-left: 20px;
}

.tags-wrapper .tags-section .tags-section__table .existing-tag {
  color: #ffffff;
}

.tags-wrapper .tags-section .tags-section__table .existing-tag .editing .v7-button {
  margin-left: 20px;
}

.tags-wrapper .tags-section .tags-section__table td,
.tags-wrapper .tags-section .tags-section__table th {
  padding: 5px 15px;
}

.popup-tags {
  position: absolute;
  min-height: 80px;
  width: 261px;
  margin-top: -130px;
  cursor: pointer;
  background: #282828;
  z-index: 999;
  padding: 20px;
  border-radius: 10px;
  margin-left: 50px;
}

/* TAGS SECTION END */
#search-results-on-modal {
  position: absolute;
  z-index: 999;
  width: 100%;
  margin-top: -20px;
  height: 280px;
}

.popover-tags {
  min-height: 80px;
  width: 261px;
  cursor: pointer;
  background: #282828;
  z-index: 999;
  padding: 20px;
  border-radius: 10px;
}

.popover-tags .tag-square {
  margin-bottom: 8px;
}

.popover {
  border-radius: 10px;
}

.popover .arrow {
  display: none;
}

.popover-content {
  padding: 0px;
}

.group-user-tags-link:hover,
.group-user-tags-link:focus {
  color: #ffffff;
  outline: none;
}

.div-scroll {
  overflow-y: scroll;
}

.div-scroll::-webkit-scrollbar-track {
  border: 1px solid #000;
  padding: 2px 0;
  background-color: #404040;
}

.div-scroll::-webkit-scrollbar {
  width: 10px;
}

.div-scroll::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #737272;
  border: 1px solid #000;
}

/* vcards */
#vcard-cotainer {
  height: 310px;
  margin-top: 20px;
}

.v7-card {
  border: #464646 1px solid;
  border-radius: 13px;
  margin-bottom: 40px;
  height: 250px;
}

.v7-card-title {
  border-bottom: #464646 1px solid;
  padding: 20px 20px;
  color: #ada7d4;
  font-weight: bold;
  font-size: 12px;
}

.v7-card-text {
  padding: 20px 50px;
  height: 150px;
}

.v7-card img {
  width: 27px;
  margin-right: 10px;
}

.v7-card-type {
  text-transform: capitalize;
}

.v7-card-text div.question-on-review {
  margin-bottom: 12px;
  text-transform: uppercase;
  font-weight: bold;
}

.v7-card-text div.response-on-review {
  display: inline-block;
  color: white;
  background: black;
  padding: 10px 20px;
  border-radius: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.v7-card-text div.response-on-review2 {
  margin-top: 20px;
  margin-bottom: 10px;
}

a.anchor-white {
  color: white !important;
  text-decoration: underline !important;
}

.v7-card-text a img {
  width: 12px;
}

#v7-card-audio-container {
  width: 70%;
  margin-top: 20px;
}

#test-modal-vcard-background {
  z-index: 9999;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  top: 0;
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
}

#test-modal-vcard {
  position: absolute;
  padding: 17px 37px;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #242427;
  border-radius: 16px;
  width: 350px;
  box-shadow: 2px 5px 18px #4b03dd;
  top: 30%;
  z-index: 99999;
  color: white;
  bottom: 45%;
  min-height: 240px;
}

#test-modal-vcard img {
  width: 20px;
  float: left;
  margin-right: 15px;
}

.translate-option .dropdown-menu,
.translate-option button {
  justify-content: flex-start;
  width: 240px;
  border-radius: 10px;
  font-size: 13px;
  padding-left: 40px;
}

.translate-option .dropdown-menu,
.translate-option input,
.translate-option button {
  color: white;
  background: black;
}

.translate-option i.fa.fa-search {
  position: absolute;
  top: 20px;
  z-index: 99;
  margin-left: -20px;
}

.translate-option .fa-search {
  margin-left: 8px;
  color: #40cbe4;
}

.translate-option .fa-globe {
  color: #6161fa;
  left: 15px;
  position: absolute;
  top: 12px;
}

.translate-option .globe-img {
  margin-right: 10px;
}

.translate-option .fa-angle-down {
  position: absolute;
  right: 10px;
  top: 12px;
  color: #40cbe4;
  font-size: 18px;
  pointer-events: none;
}

.translate-option input {
  border: none;
}

.translate-option ul {
  padding-left: 1px;
  max-height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
}

.translate-option ul li {
  list-style-type: none;
  padding-top: 10px;
  cursor: pointer;
  text-align: left;
}

.translate-option ul li:hover {
  background: #1d1d21;
}

.translate-option ul::-webkit-scrollbar {
  -webkit-appearance: none;
}

.translate-option ul::-webkit-scrollbar:vertical {
  width: 8px;
}

.translate-option ul::-webkit-scrollbar-button:increment,
.translate-option ul::-webkit-scrollbar-button {
  display: none;
}

.translate-option ul::-webkit-scrollbar:horizontal {
  height: 10px;
}

.translate-option ul::-webkit-scrollbar-thumb {
  background-color: #1d1d21;
  border-radius: 5px;
  border: 1px solid #1d1d21;
}

.translate-option ul::-webkit-scrollbar-track {
  border-radius: 5px;
}

.translate-voice {
  padding-top: 48px;
}

.container {
  width: auto;
  margin-right: 75px;
}

.main.translate-option {
  margin-left: 100px;
  padding-right: 18px;
  font-size: 13px;
}

.opt-in-container {
  background: #1e1e1e;
  margin-bottom: 20px;
  border-radius: 8px;
}

.opt-in-container.disabled>* {
  color: #818191 !important;
}

.opt-in-label {
  display: inline-block;
  height: 48px;
  width: 50%;
  font-weight: bold;
  text-transform: none;
  padding: 13.5px 15px;
  margin-bottom: 10px;
  margin-right: -3px;
  text-align: left;
  position: relative;
}

.opt-in-option {
  display: inline-flex;
  padding: 13.5px;
}

.opt-in-check {
  margin-left: 15px !important;
}

form.two-factor {
  min-width: 600px;
}

form.two-factor button.enter {
  min-width: 150px;
  margin-top: 45px;
  margin-bottom: 45px;
}

form.two-factor .code {
  margin-top: 30px;
}

form.two-factor input {
  font-size: 43px;
  width: 50px;
  margin-right: 7px;
  height: 100px;
  text-align: center;
  margin-bottom: 20px;
}

form.two-factor a {
  color: #767689;
  text-decoration: underline;
}

#email-translate {
  float: left;
}

.voice-modality textarea {
  font-weight: normal;
}

.voice-modality button.black-button {
  padding-top: 0px;
}

.voice-modality .translate-icon {
  position: absolute;
  left: 12px;
}

.voice-modality .new-btn-purple {
  padding-top: 0px;
}

.v7infowindow {
  font-family: "Montserrat";
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 0.05em;
}

.v7infowindow>div,
.v7infowindow a {
  margin-left: 25px;
  margin-right: 25px;
  margin-top: 25px;
}

.v7infowindow a {
  background-color: transparent;
  color: white;
  box-shadow: 0px 0px 5px #00000086;
  margin-bottom: 20px;
}

.v7infowindow .separator {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 2px solid #3c394f;
  margin-left: 10px;
  margin-right: 10px;
  display: block;
}

.v7infowindow .header div {
  margin-bottom: 0.25em;
}

.v7infowindow .feed {
  font-size: medium;
}

.v7infowindow .date {
  font-weight: 600;
  color: #ada7d4;
}

.v7infowindow .coord {
  color: #565662;
  font-weight: 600;
}

.v7infowindow .close-button {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  background-color: #4b4a57;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: xx-large;
}

.v7infowindow .description {
  max-height: 150px;
  max-width: 300px;
}

.gm-style .gm-style-iw-c {
  background-color: #1f1f22;
  padding-right: 12px !important;
  padding-bottom: 12px !important;
  box-shadow: 0px 0px 30px #4b03dd;
}

.gm-style .gm-style-iw-t::after {
  display: none;
  background: linear-gradient(45deg, black 50%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, 0) 100%);
  box-shadow: -2px 2px 2px 0 rgba(75, 3, 221, 0.4);
}

.gm-style .gm-style-iw-t .gm-ui-hover-effect {
  color: transparent;
  width: 30px;
  height: 30px;
}

.gm-ui-hover-effect>span {
  background-color: #ffffff;
}

.gm-style .gm-style-iw-t>span {
  background-color: transparent;
}

.gm-style .gm-style-iw-d {
  overflow: hidden !important;
  /* Track */
  /* Handle */
  /* Handle on hover */
}

.gm-style .gm-style-iw-d::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

.gm-style .gm-style-iw-d::-webkit-scrollbar-track {
  background-color: transparent;
}

.gm-style .gm-style-iw-d::-webkit-scrollbar-thumb {
  background: #565662;
  border-radius: 5px;
}

.gm-style .gm-style-iw-d::-webkit-scrollbar-thumb:hover {
  background: #565662;
}

.translate-icon {
  position: absolute;
  left: 12px;
}

.asset-total-image {
  height: 15px;
  padding-right: 10px;
  margin-top: -5px;
}

.v7-image.img-buton.menu-manage-assets {
  height: 38px;
  width: auto;
}

.v7-image.img-calendar {
  width: 18px;
  height: auto;
  margin-left: 15px;
}

.groups-users-table+.small-purple {
  color: #ada7d4;
  font-size: 13px;
}

.groups-table+.small-purple {
  color: #ada7d4;
  font-size: 13px;
}

.groups-table thead tr th:first-child {
  width: 28px;
  padding-right: 0;
}

.groups-table tbody tr td:first-child {
  padding-right: 0;
}

.geofenceadd.new-btn-purple {
  padding-top: 0px;
}

#map-canvas.v7-map-edit-geofence {
  margin-right: -74px !important;
}

/*users*/
.input-title-users {
  border-bottom: 2px solid #353535 !important;
}

.users__input_phone {
  margin-left: 94px !important;
  position: absolute !important;
  max-width: 236px;
}

.remove-select-arrow {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  -ms-appearance: none !important;
  -o-appearance: none !important;
  appearance: none !important;
}

#country_code_list {
  max-width: 100px;
  height: 40px;
}

.select-arrow1::after {
  color: #44d9f3;
  z-index: 99999;
  left: 250px;
  margin-top: 15px;
  font-size: 20px;
  content: "";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  height: 19px;
  pointer-events: none;
}

.select-arrow2::after {
  color: #44d9f3;
  z-index: 99999;
  margin-right: 16px;
  right: 0;
  margin-top: 25px;
  font-size: 20px;
  content: "";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  height: 19px;
  pointer-events: none;
}

.notification-response a.back {
  width: 123px;
}

.modal .v7geofence-aside {
  top: 100px;
  height: 850px;
}

.modal .v7gefocences .instructions {
  width: 85%;
  height: 850px;
  top: 100px;
}

.modal .v7gefocences .instructions .v7-map-edit-geofence {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.min-width-200 {
  min-width: 200px;
}

.live-map-v7__modal .modal-content {
  box-shadow: 0 11px 87px 15px rgba(63, 15, 159, 0.59);
}

.report-label {
  z-index: 21;
  position: absolute;
  overflow: auto;
  width: 705px;
  height: 65px;
  border-radius: 10px;
  margin: auto;
  top: 30px;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 40px;
}

.report-label div {
  padding-left: 25px;
  padding-top: 25px;
}

.report-approved {
  background-color: #4b03dd;
}

.report-rejected {
  background-color: #f82e67;
}

.template-label {
  position: absolute;
  z-index: 99999;
  width: 600px;
  top: 55px;
  border-radius: 7px;
  padding: 1px 20px 17px;
  margin: 0 auto;
  left: 0;
  right: 0;
  font-size: 16px;
  text-align: center;
}

.template-label div {
  padding-left: 25px;
  padding-top: 25px;
  text-align: center;
}

.template-label-delete {
  background-color: #f82e67;
}

.template-sms,
.template-app {
  display: flex;
}

.padding-left-30 {
  padding-left: 30px;
}

.padding-left-15 {
  padding-left: 15px;
}

.padding-left-10 {
  padding-left: 10px;
}

.padding-left-0 {
  padding-left: 0px;
}

.templates__table .globe-img {
  margin-left: 12px;
}

.pink-color {
  color: #f82e67;
}

.no-text-transform {
  text-transform: none;
  letter-spacing: normal;
}

.exit-modal-body {
  max-width: 317px;
}

.exit-modal-title {
  padding-left: 30px;
  font-size: 17px !important;
}

.notification-exit-modal .remove-modal {
  height: 246px;
}

.exit-modal-button-notification {
  text-align: left;
  margin-left: 60px;
}

.delete-notification {
  margin-left: 50px;
}

.delete-notification-btn {
  padding-top: 0px;
}

.notification-exit-modal .exit-modal {
  max-width: 430px;
}

#template-nevermind {
  color: #ada7d4 !important;
  font-size: 14px !important;
}

#add-new-asset-button-disabled {
  background-color: #403e52;
  color: #33e2ff;
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
}

.color-aqua {
  color: #44d9f3;
}

.radio label h4 {
  text-transform: none;
  font-size: initial;
  letter-spacing: normal;
}

.kibana {
  border: none;
}

.alerts-detail-tracking-bar {
  position: fixed;
  top: 50px;
  width: 90%;
  height: 40px;
  padding-top: 0px;
  padding-bottom: 2px;
  text-align: center;
}

.alerts-detail-tracking-bar h2 {
  width: inherit;
}

.alert.alert-v7.alert-success-v7.small-alert p {
  width: 100%;
}

.wrong-input {
  border-color: #f82e67 !important;
}

.wrong-label {
  color: #f82e67;
  text-transform: none;
  font-weight: normal;
}

.facility-address-wrong {
  text-align: right;
  padding-right: 3px;
  margin-top: 20px;
}

.tags-wrong-label {
  width: 95%;
  position: absolute;
  top: -23px;
  text-align: right;
}

.wrong-tags {
  border-style: solid;
  border-width: 1px;
  margin-top: 25px !important;
}

.alert-v7-container .alert-v7-move {
  text-align: center;
  position: static;
  width: auto;
  padding: 15px 35px;
  font-size: 14px;
  font-weight: Bold;
}

.alert-v7-move {
  z-index: 99999;
  width: 35%;
  top: -55px;
  border-radius: 7px;
  padding: 15px 20px;
  margin: 0 auto;
  left: 0;
  right: 0;
  font-size: 16px;
  text-align: center;
  position: relative;
  animation: slidein 6s;
  animation-direction: alternate;
}

.snackbar-v7-move {
  position: relative;
  animation: slidein 6s;
  animation-direction: alternate;
}

.alert-v7-small-move {
  top: -60px;
  background-color: #4b03dd;
  border-color: #4b03dd;
  text-align: center !important;
  justify-content: space-between;
  animation: slideinspeed 5s;
  animation-direction: alternate;
}

.snackbar-v7-move {
  color: #ffffff;
  font-size: 14px;
  height: 58px;
  background-color: #de2051;
  box-shadow: 0 22px 51px 15px rgba(0, 0, 0, 0.48);
  padding: 20px 35px;
  border-radius: 10px;
  top: -60px;
  left: 0;
  right: 0;
  margin: auto;
  width: 700px;
  z-index: 100;
  position: absolute;
  animation: slidein 8s;
  animation-direction: alternate;
}

@keyframes slidein {
  0% {
    top: -55px;
  }

  25% {
    top: 20px;
  }

  50% {
    top: 20px;
  }

  75% {
    top: 20px;
  }

  100% {
    top: -55px;
  }
}

@keyframes slideinspeed {
  0% {
    top: -60px;
  }

  25% {
    top: 20px;
  }

  50% {
    top: 20px;
  }

  75% {
    top: 20px;
  }

  100% {
    top: -60px;
  }
}

.response-on-review-container {
  align-content: flex-end;
  padding-top: 20px;
}

.recipients__table .group,
.recipients__table .tag {
  min-height: 66.64px;
}

.recipients__table .has-sublevel {
  vertical-align: bottom;
}

.recipients__table img.sub-level-image {
  width: auto !important;
  left: 2px;
  top: -28px;
  position: relative;
  cursor: pointer;
}

.recipients__table .sub-level-container {
  min-height: 40px;
}

.recipients__table .sub-level-container .fa-users {
  margin-right: 0px;
  position: relative;
  top: 7px;
  left: 7px;
  display: block !important;
}

.recipients__table .sub-level {
  padding-left: 10px;
  display: inline-block;
  height: 28px;
  line-height: 17px;
  padding: 5px 20px;
  color: #ffffff;
  font-weight: 500;
  border-radius: 5px;
  border: 1px solid #3c394f;
  background-color: #3c394f;
  margin-left: 10px;
}

.recipients__table .and-sub-level {
  font-family: "Montserrat" !important;
  font-size: 12px;
  line-height: 30px;
  color: #ADA7D4;
}

.recipients__table .check-sublevel {
  padding-top: 25px !important;
}

.recipients__table .check-sublevel label {
  top: -35px;
}

.recipients__table .dropdown-menu {
  display: block;
  box-shadow: -1px 2px 40px -4px #40cbe4;
  width: 262px;
  border-radius: 12px;
  background-color: #141416;
  font-size: 17px;
  top: 0%;
  left: 52px;
}

.recipients__table .dropdown-menu input {
  padding-left: 39.5px;
  padding-right: 40px;
  border: none;
  border-bottom: solid 1px #3c394f;
  border-radius: 0;
  font-size: 14px;
  font-family: "Montserrat";
  line-height: 18px;
}

.recipients__table .dropdown-menu .inner-addon {
  margin-bottom: 0px;
  height: 50px;
}

.recipients__table .dropdown-menu .close-search {
  position: absolute;
  top: 15px;
  right: 15px;
  width: auto;
  pointer-events: all;
}

.recipients__table .dropdown-menu .search-icon {
  position: absolute;
  z-index: 100;
  height: 20px;
  width: auto;
  left: 15px;
  background-size: 16px;
  top: 12px;
}

.recipients__table .dropdown-menu .cancel-link {
  position: relative;
  left: 275px;
  font-size: 12px;
  top: -43px;
  color: white;
  line-height: 15px;
  font-family: "Montserrat";
  text-decoration: underline;
}

.recipients__table .dropdown-menu a.cancel-link:hover {
  background-color: transparent;
}

.recipients__table .dropdown-menu .sub-level-item {
  padding-left: 20px;
  font-size: 14px;
  line-height: 30px;
  font-family: "Montserrat Bold";
}

.recipients__table .dropdown-menu .unknown-group-label {
  display: none !important;
}

.recipients__table .dropdown-menu.unknown-group {
  box-shadow: -1px 2px 40px -9px Red;
}

.recipients__table .dropdown-menu.unknown-group .unknown-group-label {
  display: inline-block !important;
  position: relative;
  top: -84px;
  right: -110px;
  color: Red;
  line-height: 16px;
  font-size: 13px;
  font-weight: 600;
}

.recipients__table .dropdown-menu.unknown-group input {
  border-bottom: solid 1px Red;
}

.table-row {
  min-height: max-content;
  padding-top: 10px;
}

td.height-auto {
  height: auto !important;
}

.display-flex {
  display: flex;
}

.non-margin-left {
  margin-left: 0px;
}

.m-top-25 {
  margin-top: 25px;
}

.top-25 {
  top: -25px !important;
}

.p-bottom5 {
  padding-bottom: 5px;
}

.coverage-image {
  margin-bottom: 3px;
  padding-right: 5px;
}

.check-circle-icon2 {
  margin-bottom: 10px;
}

.check-circle-icon-title {
  display: contents;
}

.notif-status-5 {
  background-color: yellow;
  min-width: 214px;
  color: black !important;
  font-weight: bold;
}

.notif-status-6 {
  background-color: red;
  min-width: 214px;
  color: black !important;
  font-weight: bold;
}

#upload-user-batch #batch-table-container,
#upload-user-batch .batch-table-container-title {
  width: 460px;
}

@media (min-width: 768px) {
  .facilityv7 .row-fluid {
    display: flex;
    align-items: flex-end;
    margin-left: auto;
    margin-right: auto;
  }
}

.facilityv7 .inner-addon {
  position: relative;
}

.facilityv7 .inner-addon .glyphicon {
  position: absolute;
  padding: 10px;
  pointer-events: none;
}

.facilityv7 .left-addon .glyphicon {
  left: 0px;
}

.facilityv7 .left-addon input {
  padding-left: 30px;
}

.facilityv7 .search-group-input {
  cursor: default !important;
  background-color: white !important;
}

.facilityv7 #organization__name-input {
  margin-top: 34px;
  margin-bottom: 34px;
}

.facilityv7 #organization__administrative-info_section {
  padding-top: 10px;
}

.facilityv7 #map-selector {
  width: 100%;
  height: 400px;
  margin-bottom: 50px;
}

.facilityv7 section.organization .radio-item input[type=radio]:checked+label:after {
  display: none !important;
}

.facilityv7 input[type=radio] {
  -webkit-appearance: none;
  appearance: none;
  background-color: var(--form-background);
  margin: 0;
  font: inherit;
  color: #5077ed;
  width: 1.15em;
  height: 1.15em;
  border: 0.15em solid #5077ed;
  border-radius: 50%;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
}

.facilityv7 input[type=radio]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  border-radius: 50%;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--form-control-color);
  /* Windows High Contrast Mode */
  background-color: #5077ed;
}

.facilityv7 input[type=radio]:checked::before {
  transform: scale(1);
}

.facilityv7 input[type=radio]:focus {
  outline: max(2px, 0.15em) solid currentColor;
  outline-offset: max(2px, 0.15em);
}

.facilityv7 .facility_type_checkbox {
  text-align: center;
  margin-right: 30px;
  min-width: fit-content;
  min-width: auto;
  min-height: 180px;
  max-height: 180px;
}

.facility-errors-modal .rounded-rectangle-730 {
  background-color: #FF3267;
  color: #FFFFFF;
}

.facility-errors-modal .rounded-rectangle-730:hover {
  background-color: #FF3267;
  color: #FFFFFF;
}

.facility-errors-modal .exit-modal.notification-incomplete {
  height: unset;
}

.facility-errors-modal .exit-modal.notification-incomplete .exit-modal-button-container {
  display: flex;
  justify-content: space-around;
  position: unset;
}

.facility_type_image {
  max-width: 50px;
  max-height: 50px;
}

.facilityv7 .radiobutton-img-div {
  padding-left: 0px;
}

.facilityv7 .facility_type_text {
  overflow-wrap: break-word;
}

.v7_history_threats .h__dropdown {
  margin-bottom: 15px;
}

.v7_history_threats .h__info-traveler {
  margin-top: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #323232;
}

.v7_history_threats .h__info-traveler a {
  color: white;
}

.v7_history_threats .h__info-traveler a:hover {
  text-decoration: none;
  color: white;
}

.v7_history_threats .h__info-traveler .list-group-item.kml {
  border-bottom: 0px;
}

.v7_history_threats .h__info-container {
  margin-top: 5px !important;
  display: block !important;
  max-width: 100% !important;
}

.v7_history_threats .h__info-container h4 {
  width: 95%;
  display: inline-block;
  font-weight: bold;
  margin: 0;
}

.v7_history_threats .h__info-container p {
  color: white;
  margin-bottom: 0;
}

.v7_history_threats .h__info-container2 {
  width: 100%;
  display: block;
}

.organization-user .section-darker {
  background-color: #141416;
}

.organization-user #section-header-title-first {
  margin-bottom: 0px;
  font-size: 2em;
}

.organization-user #section-header-title-second {
  margin-bottom: 50px;
  margin-top: 70px;
  font-size: 2em;
}

.organization-user .padding-left-0 {
  padding-left: 0px;
}

.organization-user #delete-dark-button {
  background-color: #141416;
  border-color: #FF3267 !important;
  border: 2px solid;
  border-radius: 20px;
  color: #fafafa;
}

.organization-user .add-button {
  background-color: #2E3036;
  border-radius: 20px;
  color: #fafafa;
  margin-bottom: 20px;
  margin-top: 20px;
  padding: 0 25px 0 15px;
}

.organization-user th {
  border-style: hidden !important;
}

.organization-user .section-subtitle {
  font-size: 1.7em;
  margin: 0 20px 0 0;
  display: inline-block;
}

.organization-user .span-padding-left {
  padding-left: 10px;
}

.organization-user .hr-margin-bottom {
  margin: 20px 0 20px 0;
}

.organization-user .section-margin-bottom {
  margin-bottom: 50px;
}

.organization-user .cancel-button {
  color: #CCCCCD;
  margin-right: 25px;
}

.organization-user .delete-img {
  padding-top: 20px;
}

.organization-user .mini-delete-img {
  max-width: 19px;
  max-height: 19px;
}

.organization-user .associated-locations-title {
  color: #ffffff;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 500;
}

.organization-user .associated-locations-title+.row {
  margin-top: 40px;
}

.organization .associated-locations-hr {
  margin-top: 25px;
  margin-bottom: 25px;
  margin-right: 0;
}

.organization .associated-locations-text {
  font-size: 1em;
}

.organization .radio-item {
  margin: 15px 0 0 15px;
}

.organization .no-padding-left {
  padding-left: 0px;
}

.new-organization-user-address {
  background-color: #242429;
}

.new-organization-user-modal-body {
  background-color: #242429;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.organization-user .organization__input .select select {
  appearance: none;
  padding-right: 40px;
}

.organization-user .organization__input select {
  background-color: #141416;
  color: #ffffff;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: bold;
  height: 58px;
  padding: 0 25px;
  display: block;
  margin-top: 2px;
  border: 1px solid #313139;
  width: 100%;
  border-radius: 8px;
  position: relative;
}

.organization-user .organization__input {
  display: block;
  margin-bottom: 50px;
  overflow: auto;
  position: relative;
}

.organization-user .organization__input .select .fa-angle-down {
  position: absolute;
  font-size: 17px;
  color: #40cbe4;
  right: 18px;
  height: 17px;
  top: 0;
  bottom: 0;
  margin: auto;
  pointer-events: none;
}

.organization__input_modal .select select {
  appearance: none;
  padding-right: 40px;
}

.organization__input_modal select {
  background-color: #141416;
  color: #ffffff;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: bold;
  height: 58px;
  padding: 0 25px;
  display: block;
  margin-top: 2px;
  border: 1px solid #313139;
  width: 100%;
  border-radius: 8px;
  position: relative;
}

.organization__input_modal {
  display: block;
  margin-bottom: 50px;
  overflow: auto;
  position: relative;
}

.organization__input_modal .select .fa-angle-down {
  position: absolute;
  font-size: 17px;
  color: #40cbe4;
  right: 18px;
  height: 17px;
  top: 0;
  bottom: 0;
  margin: auto;
  pointer-events: none;
}

.modal-input_modal {
  margin-bottom: 10px;
}

.modal-select_modal {
  margin-bottom: 0;
}

.modal-button_modal {
  margin-top: 25px;
  margin-bottom: 30px;
}

.modal-button_modal .threat-detail-container .loading-label {
  margin-left: 18px;
}

.modal-button_modal .threat-detail-container .exposure-list .panel-body {
  margin-bottom: 0px;
  overflow: auto;
  height: 300px;
}

.modal-button_modal .threat-detail-container .exposure-list .travelers-container {
  height: 300px;
}

#add-group-users-dropdown {
  margin-top: unset;
}

.gti-travelers-container .v7-pagination {
  padding-top: 12px;
  padding-bottom: 24px;
  margin: 0px;
  justify-content: center;
}

.gti-travelers-container .travelers-container.limitedheight {
  max-height: 511px;
}

.gti-travelers-container .travelers-container.notlimitedheight {
  height: 591px !important;
}

.notification-preparing-animation {
  --border-size: 1px;
  --border-angle: 0turn;
  background-image: conic-gradient(from var(--border-angle), #213, #112 50%, #213), conic-gradient(from var(--border-angle), transparent 20%, #08f, #f03);
  background-size: calc(100% - (var(--border-size) * 2)) calc(100% - (var(--border-size) * 2)), cover;
  background-position: center center;
  background-repeat: no-repeat;
  animation: bg-spin 2s linear infinite;
}

@keyframes bg-spin {
  to {
    --border-angle: 1turn;
  }
}

@property --border-angle {
  syntax: "<angle>";
  inherits: true;
  initial-value: 0turn;
}

div.notification-preparing-animation {
  margin-bottom: 5px;
}

section.organization .table.facility__table tbody tr:nth-child(odd) {
  background-color: transparent;
}

section.organization .table.facility__table tbody tr:nth-child(even) {
  background-color: transparent;
}

section.organization .table.facility__table tr td {
  font-size: 13px;
  color: #818191;
}

section.organization .table.facility__table tr td .delete-img {
  width: 16px;
  height: auto;
  cursor: pointer;
}

section.organization .table.facility__table tr td:first-child {
  color: #ffffff;
  font-weight: 600;
}

.facility__table .delete-img {
  padding-top: 20px;
}

.facility__table .mini-delete-img {
  max-width: 19px;
  max-height: 19px;
}

section.organization .table.facility__table tr td .delete-img {
  width: 16px;
  height: auto;
  cursor: pointer;
}

.add-element {
  background-color: #2E3036;
  border-radius: 20px;
  color: #fafafa;
  margin-bottom: 20px;
  margin-top: 20px;
  padding: 0 25px 0 15px;
}

.filter-counter {
  position: absolute;
  left: 174px;
  background: #3b7ae8;
  border-radius: 25px;
  min-width: 25px;
  text-align: center;
  margin-left: 5px;
}

.filter-button {
  min-width: 145px;
}

.filter-button .filter-counter {
  left: 243px;
}

.dropdown-search .user-filters {
  left: 300px !important;
}

.dropdown-search .user-types {
  left: 545px !important;
}

.dropdown-search .facilities-filter,
.dropdown-search .groups-filter,
.dropdown-search .hierarchies-filter {
  left: 545px !important;
}

.dropdown-search .hierarchies-values-filter {
  left: 790px !important;
}

.dropdown-search .filter-counter {
  left: 412px;
}

.filter-users .no-padding {
  padding-left: 0px !important;
}

.filter-users .gray-color {
  background-color: #565662;
}

.filter-users .fa-search {
  position: absolute;
  top: 52px;
  left: 39px;
  z-index: 9;
}

.filter-users .form-control {
  padding-left: 36px;
}

.filter-users .user-filters {
  position: absolute;
  min-width: 236px;
  min-height: 270px;
  background: #000000;
  z-index: 999;
  left: -50px;
  top: -86px;
  border-radius: 10px;
  font-size: 14px;
  list-style-type: none;
  padding-left: 0px;
}

.filter-users .user-filters .caret-large {
  height: 20px;
}

.filter-users .user-filters .btn-link {
  position: absolute;
  left: 160px;
  color: white;
}

.filter-users .user-filters .v7-squared-three {
  margin-right: 15px;
}

.filter-users .user-filters .search-filter {
  margin-top: 10px;
  margin-left: 25px;
  margin-right: 25px;
}

.filter-users .user-filters .clear-all {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.filter-users .user-filters li {
  height: 38.5px;
  padding-top: 10px;
  padding-left: 30px;
  border-bottom: 1px solid #565662;
}

.filter-users .user-filters li .right-item,
.filter-users .user-filters li .caret-large {
  position: absolute;
  left: 206px;
}

.filter-users .user-filters li:hover {
  background-color: #565662;
}

.filter-users .user-types {
  left: 186px;
  min-height: 100px;
}

.filter-users .facilities-filter,
.filter-users .groups-filter,
.filter-users .hierarchies-filter {
  left: 186px;
  min-height: 200px;
}

.filter-users .hierarchies-values-filter {
  left: 424px;
}

.recipient-name {
  text-transform: capitalize;
}

.user-filter-modal .modal-dialog {
  width: 4px !important;
  left: 114px !important;
}

.organization-user #manually_created_label {
  cursor: default;
}

.procedure-inline-button {
  display: inline;
}

.customized-protocol-container {
  border: 2px solid #ff3267;
  background-color: #ff3267;
  padding: 10px;
}

#customize-app-container {
  /* Gender Picker */
  /* Save All*/
  /* Group */
  /* Image Picker */
  /* Quick Buttons */
  /* Custom Button */
  /* Directory */
  /* Modal */
  /* Forms */
  /* Delete Modals */
}

#customize-app-container .section-header {
  background-color: #F6F6F6;
  padding: 8px 10px;
  margin-bottom: 10px;
}

#customize-app-container .section-header>i {
  color: #67c0e2;
  font-size: 24px;
  float: right;
  line-height: 0.8;
}

#customize-app-container .section-header>i:hover {
  cursor: pointer;
  filter: brightness(85%);
}

#customize-app-container .gender-options-container {
  margin-bottom: 20px;
}

#customize-app-container .gender-options-container>img {
  display: inline-block;
}

#customize-app-container .gender-options-container>span {
  padding: 36px;
}

#customize-app-container .btn-save-all-container {
  margin-top: 20px;
  margin-bottom: 20px;
}

#customize-app-container .btn-create-group-container div {
  display: inline-block;
}

#customize-app-container .btn-create-group-container {
  border: 1px solid #CCCCCC;
  padding: 5px 7px;
  margin-top: 15px;
}

#customize-app-container .btn-create-group-container button,
#customize-app-container .btn-create-group-container button:hover {
  font-size: 16px;
  color: #1BA7DD;
}

#customize-app-container .btn-create-group-container img {
  margin-right: 11px;
}

#customize-app-container .button-image-container img:hover {
  cursor: pointer;
}

#customize-app-container .quick-buttons-container {
  border-top: 2px solid #E5E5EE;
  margin-top: 30px;
  padding-top: 25px;
}

#customize-app-container .quick-button-images-container {
  background-color: #F6F6F6;
  height: 730px;
  padding: 20px 30px;
  width: 906px;
}

#customize-app-container .quick-access-buttons-list>li>.counter {
  margin-top: 55px;
}

#customize-app-container .quick-access-buttons-list>li+li {
  margin-top: 35px;
}

#customize-app-container .quick-access-buttons-list .media-body {
  margin-top: 25px;
}

#customize-app-container .quick-access-buttons-list .media-body form {
  margin-left: 30px;
}

#customize-app-container .add-quick-button-container button {
  font-size: 16px;
  color: #1BA7DD;
}

#customize-app-container .add-quick-button-container img {
  margin-right: 11px;
}

#customize-app-container .button-image-container.empty>input {
  display: none;
}

#customize-app-container .button-image-container.empty {
  position: relative;
}

#customize-app-container .quick-access-buttons-list .button-image-container {
  width: 130px;
}

#customize-app-container .button-image-container>img {
  max-width: 130px;
}

#customize-app-container .button-image-container.empty>img {
  position: relative;
}

#customize-app-container .button-image-container.empty>label {
  position: absolute;
  color: #1BA7DD;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#customize-app-container .remove-custom-directory-container {
  margin-top: 25px;
}

#customize-app-container button.remove-custom-directory img {
  margin-right: 5px;
}

#customize-app-container button.remove-custom-directory,
#customize-app-container button.remove-custom-directory:hover,
#customize-app-container button.remove-custom-directory:focus {
  border: 2px solid #FF7A60;
  background: #fff;
  border-radius: 5px;
  color: #FF7A60;
  box-shadow: none;
  width: 250px;
}

#customize-app-container .custom-button-switcher {
  margin-top: 25px;
  margin-left: 25px;
}

#customize-app-container .custom-button-images-container {
  background-color: #6D7DB1;
  height: 447px;
  width: 906px;
  padding: 50px;
}

#customize-app-container .custom-button-images-container>div.item:not(.empty)>label:hover,
#customize-app-container .custom-button-images-container>div.item:not(.empty)>input:checked+label {
  background-color: #466292;
}

#customize-app-container .quick-button-images-container>div.item>label:hover,
#customize-app-container .quick-button-images-container>div.item>input:checked+label {
  background-color: #E7E7E7;
}

#customize-app-container .custom-button-images-container>div.item,
#customize-app-container .quick-button-images-container>div.item {
  display: inline-block;
}

#customize-app-container .custom-button-images-container>div.item>input,
#customize-app-container .quick-button-images-container>div.item>input {
  display: none;
}

#customize-app-container .custom-button-images-container>div.item>label,
#customize-app-container .quick-button-images-container>div.item>label {
  border-radius: 5px;
  padding: 5px;
}

#customize-app-container .custom-button-images-container>div.item>label:hover,
#customize-app-container .quick-button-images-container>div.item>label:hover {
  cursor: pointer;
}

#customize-app-container .custom-button-images-container .action-buttons-container button,
#customize-app-container .quick-button-images-container .action-buttons-container button {
  width: 155px;
  height: 34px;
  color: #fff;
}

#customize-app-container .custom-button-images-container .action-buttons-container,
#customize-app-container .quick-button-images-container .action-buttons-container {
  margin-top: 35px;
}

#customize-app-container .custom-button-images-container .action-buttons-container button.apply,
#customize-app-container .quick-button-images-container .action-buttons-container button.apply {
  border: 1px solid #79BBD0;
  background-color: #8AD3EA;
}

#customize-app-container .custom-button-images-container .action-buttons-container button.cancel,
#customize-app-container .quick-button-images-container .action-buttons-container button.cancel {
  border: 1px solid #929292;
  background-color: #B2B2B2;
}

#customize-app-container .custom-button-images-container .action-buttons-container button+button,
#customize-app-container .quick-button-images-container .action-buttons-container button+button {
  margin-left: 35px;
}

#customize-app-container .directory-container {
  border-top: 2px solid #E5E5EE;
  padding-top: 20px;
  margin-top: 20px;
}

#customize-app-container .directory-container form {
  margin: 15px 0px 15px 0px;
}

#customize-app-container .directory-container form button {
  width: 98px;
  background-color: #67BFE1;
  border: 1px solid #50AFD4;
  color: #fff;
  margin-left: 20px;
}

#customize-app-container .contact-parent {
  background-color: #F3F3F9;
}

#customize-app-container .directory-item>.content>.link>a {
  color: #56BFF2;
}

#customize-app-container .directory-item>.content>.link img {
  margin-right: 10px;
}

#customize-app-container .directory-item>.content>div {
  display: inline-block;
}

#customize-app-container .directory-item.group>.content>.contact-label img {
  margin-right: 10px;
}

#customize-app-container .directory-item.group>.content {
  background-color: #F3F3F9;
  color: #474950;
}

#customize-app-container .directory-item.group>.content>.contact-label>span {
  display: inline-block;
  margin-top: 7px;
}

#customize-app-container div.modal.image-picker .modal-dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
}

#customize-app-container form.form-inline .form-group input,
#customize-app-container form.navbar-form .form-group input {
  width: 249px;
}

#customize-app-container form.form-inline .form-group+.form-group,
#customize-app-container form.navbar-form .form-group+.form-group {
  margin-left: 20px;
}

#customize-app-container form.form-inline .form-group label,
#customize-app-container form.navbar-form .form-group label {
  display: block;
}

#customize-app-container form.form-inline button,
#customize-app-container form.navbar-form button {
  vertical-align: bottom;
}

#customize-app-container .delete-modal-container {
  font-size: 16px;
  padding: 40px 30px;
  width: 569px;
  background-color: #FFFFFF;
  box-shadow: 0 10px 25px 1px rgba(4, 22, 44, 0.15);
}

#customize-app-container .delete-modal-container .controls {
  margin-top: 30px;
}

#customize-app-container .delete-modal-container>.controls button {
  width: 194px;
  height: 48px;
  font-size: 16px;
}

#customize-app-container .delete-modal-container>.controls button.cancel {
  margin-right: 30px;
  border: 2px solid #858893;
  background: #fff;
}

#customize-app-container .delete-modal-container>.controls button.delete {
  height: 48px;
  width: 194px;
  background-color: #FF7A60;
  color: #fff;
}

.threats-container .item>.threat-content>div {
  display: inline-block;
}

.threats-container .item>.threat-content>div:first-child {
  vertical-align: top;
}

@media only screen and (max-width: 360px) {
  .threats-container .item>.threat-content>div.info {
    width: 90%;
  }

  .threats-container .item>.threat-content>div.info h4 {
    width: 95%;
    display: inline-block;
    vertical-align: middle;
  }
}

@media all and (max-width: 768px) {
  #GeofenceEditModal>div.row {
    margin: auto;
  }

  #GeofenceEditModal>div>div {
    position: absolute;
    top: 0;
  }
}

#notification-responses-page .select-items-container {
  display: flex;
  align-items: center;
}

#notification-responses-page .select-items-container>*+* {
  margin-left: 10px;
}

#notification-responses-page .select-items-container .members-counter {
  color: #00ADF9;
}

#user-form-container .send-account-setup-email-container label {
  margin-right: 20px;
}

#map-container button.approve {
  background-color: #9ACF25;
  margin-right: 15px;
}

#map-container button.reject {
  background-color: #B5B6BC;
}

#live-map-panel .report-queue a .approval-button-container {
  margin-bottom: 10px;
}

#live-map-panel .report-queue a .approval-button-container>button.approval-button {
  width: 133px;
  border: 1px solid #9ACF25;
  color: #9ACF25;
  font-size: 14px;
  background-color: #384556;
  border-radius: 5px;
}

#live-map-panel .report-queue a.active .approval-button-container>button.approval-button {
  background-color: #1B2128;
}

.live-map-item-detail div.detail-body {
  margin-bottom: 100px;
}

.live-map-item-detail div.detail-footer {
  position: fixed;
  bottom: 10px;
  width: 100%;
  left: 0;
  right: 0;
}

.live-map-item-detail div.detail-footer button {
  border-radius: 5px;
  border: none;
  color: #fff;
  font-weight: bold;
}

.live-map-item-detail div.detail-footer button.approve {
  background-color: #9cd021;
}

.live-map-item-detail div.detail-footer button.reject {
  background-color: #b7b8bd;
}

#settings-threat-table .approved {
  color: green;
}

#settings-threat-table .rejected {
  color: red;
}

#settings-threat-table .pending {
  color: orange;
}

.body-login {
  background-image: url(/assets-v7/images/login-globe-graphic@3x.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: right;
}

.body-reset {
  background-image: url(/assets-v7/images/v7-login-reset-background.png);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: contain;
}

.body-reset:before {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 1%, rgba(0, 0, 0, 0.15) 70%, rgba(75, 3, 221, 0.7) 100%);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
}

.login-container label {
  width: 100%;
}

.login-container a:hover {
  color: white;
  text-decoration: none;
}

.login-container .login-form-container {
  margin-top: 120px;
  margin-left: 170px;
  width: 100%;
  max-width: 500px;
  position: relative;
}

.login-container .bar-logo {
  text-align: center;
  position: absolute;
  top: -20px;
  left: 0;
}

.login-container .bar-logo:before {
  z-index: 10;
  position: fixed;
  width: 80px;
  content: url("/assets-v7/images/logox1.png");
  background-color: #4b03dd;
  top: 0;
  bottom: 0;
  padding-top: 40px;
}

.login-container h1 {
  color: #ffffff;
  font-family: Montserrat;
  font-size: 60px;
  display: inline-block;
  font-weight: 400;
}

.login-container .subheading {
  height: 15px;
  width: 391px;
  color: #818191;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 300;
}

.login-container #error-message ul {
  list-style-type: none;
}

.login-container #error-message li {
  list-style-type: none;
  background-color: #f82e67;
  padding: 7px;
  margin-left: -40px;
  border-radius: 8px;
  max-width: 400px;
  margin-bottom: 20px;
}

.login-container #error-message .li-left {
  margin-left: -56px !important;
}

.login-container .dark-form {
  position: relative;
}

.login-container .dark-form input[type=text],
.login-container .dark-form input[type=password] {
  color: #ffffff;
  background-color: #1d1d21;
  border-radius: 8px;
  border-color: #1d1d21;
  margin-left: -5px;
  width: 400px;
  height: 46px;
}

.login-container .dark-form #password:focus {
  border: 1px solid #48e3ff;
}

.login-container .dark-form img {
  position: absolute;
  right: 0;
  margin-right: 120px;
  margin-top: 17px;
  font-size: 20px;
}

.login-container .dark-form .form-group {
  margin-bottom: 20px;
}

.login-container .dark-form #signin {
  max-width: 145px;
  margin-top: 50px;
}

.login-container .dark-form .rst-psw {
  position: absolute;
  margin-right: 108px;
  right: 0;
}

.login-container .dark-form .rst-psw a {
  color: #767689;
  font-size: 12px;
  font-weight: 500;
  text-decoration: underline;
  letter-spacing: 1.8px;
}

.login-container .or-block {
  margin-top: 50px;
  margin-bottom: 50px;
  position: relative;
  background-color: #1d1d21;
  border-bottom: 1px solid #1d1d21;
  line-height: 0.1em;
  text-align: center;
  max-width: 290px;
}

.login-container .or-block .or-tex {
  position: absolute;
  background: #000;
  width: 40px;
  margin-left: -15px;
  color: #ada7d4;
}

.login-container #signon {
  max-width: 290px;
  box-sizing: border-box;
  height: 42px;
  border: 1px solid #4b03dd;
  background-color: inherit;
}

.login-container #rst-psw {
  max-width: 260px;
  margin-top: 20px;
}

.login-container #back-btn-container {
  margin-top: -20px;
  margin-bottom: 50px;
  margin-left: -20px;
}

.login-container #back-btn-container a {
  color: white;
}

.login-container h3 {
  margin-left: -18px;
  font-weight: 500;
  margin-bottom: 30px;
}

#showpsw {
  cursor: pointer;
  height: 20px;
  width: 20px;
  margin-top: 14px;
  vertical-align: middle;
  object-fit: contain;
}

.threat-settings .page-title {
  padding-left: 247px;
  padding-top: 60px;
  font-weight: 100;
  z-index: 1;
  position: absolute;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.threat-settings .feed-container {
  margin-top: 160px;
  margin-left: 85px;
  margin-right: 85px;
}

.threat-settings .feed-container .title {
  margin-bottom: 25px;
}

.threat-settings .feed-container .title .feed-icon {
  padding-left: 0px;
  width: 25px;
}

.threat-settings .feed-container .feed-item {
  margin-right: 80px;
}

.threat-settings hr {
  width: 110%;
}

.threat-settings .row {
  margin-left: 0px;
  margin-right: 0px;
}

.threat-settings .padding-left-35 {
  padding-left: 35px;
}

.threat-settings .no-padding-left {
  padding-left: 0px;
}

.threat-settings .threat-alert {
  margin-top: 50px;
}

.threat-settings .threat-alert .send-alerts {
  padding-top: 18px;
}

.threat-settings .threat-alert .dropdown {
  margin-bottom: 5px;
}

.threat-settings .threat-alert select {
  background: url(../assets-v7/images/dark-arrow.png) no-repeat right #141416;
  -webkit-appearance: none;
  background-position-x: 117px;
}

.threat-settings .threat-view-title,
.threat-settings .threat-alert-title {
  border-bottom: solid 1px #3c394f;
}

.threat-settings .check-container-feed {
  padding-top: 17px;
  padding-bottom: 12px;
}

.threat-settings .threat-view-portal-title,
.threat-settings .threat-view-app-title {
  padding-top: 12px;
}

.threat-settings .threat-view-portal-signal,
.threat-settings .threat-view-app-signal {
  padding-top: 17px;
}

.threat-settings .switch-container {
  display: inline-flex;
}

.threat-settings .switch-container p {
  margin: 7px 0 8px 15px;
  font-weight: 500;
}

.threat-settings .switch-container .switch-container__switch img {
  height: 42px;
  width: auto;
}

.threat-settings .title label {
  color: white;
  font-weight: 500;
}

.threat-settings .title .switch-container {
  display: contents;
}

.threat-settings .threat-view-priorities,
.threat-settings .threat-view-app-priorities {
  border-left: solid 1px #3c394f;
  border-right: solid 1px #3c394f;
}

.threat-settings input[type=checkbox]+label::before {
  height: 20px;
  width: 20px;
}

.threat-settings input[type=checkbox]:checked+label::after {
  font-size: 25px;
  width: 20px;
  height: 20px;
  top: -2px;
  left: -1px;
}

.threat-settings select {
  min-width: 120px;
  max-width: 150px;
  display: initial;
}

.threat-settings .check-container-feed-off label {
  pointer-events: none;
}

.threat-settings .check-container-feed-off input[type=checkbox]:checked+label::before {
  background-color: #83819c;
}

.threat-settings .check-container-feed-off input[type=checkbox]+label::before {
  background-color: transparent;
}

.threat-settings .check-container-feed-off input[type=checkbox]:checked+label::after {
  color: #3c394f;
}

.threat-settings .check-container-feed-off .v7-checkbox+label::before {
  border: 1px solid #3c394f;
}

.threat-settings .purple-white-color {
  color: #ada7d4;
}

.threat-settings a.group-link {
  color: #40cbe4;
  text-decoration: underline;
  padding-left: 20px;
}

.threat-settings a.group-link img {
  width: 20px;
  height: auto;
  margin-left: 0px;
  margin-right: 5px;
}

.threat-settings .dropdown-menu {
  box-shadow: -1px 2px 40px -4px #40cbe4;
  width: 300px;
  border-radius: 12px;
  background-color: #141416;
  font-size: 17px;
  top: -565%;
  left: 100px;
}

.threat-settings .dropdown-menu .close-search {
  position: absolute;
  top: 15px;
  right: 15px;
  width: auto;
  pointer-events: all;
}

.threat-settings .dropdown-menu .dropdown-header {
  font-size: 17px;
  margin-bottom: 10px;
  margin-top: 15px;
  padding-left: 44px;
}

.threat-settings .dropdown-menu .group-link:hover,
.threat-settings .dropdown-menu .group-link:focus {
  background-color: darkslategray;
}

.threat-settings .dropdown-menu .search-icon {
  position: absolute;
  z-index: 100;
  height: 20px;
  width: auto;
  left: 15px;
  background-size: 16px;
  top: 10px;
}

.threat-settings .dropdown-menu input {
  padding-left: 55px;
  padding-right: 40px;
  border: none;
  border-bottom: solid 1px #3c394f;
  border-radius: 0;
}

.threat-settings .dropdown-menu .group-item {
  padding-left: 26px;
  margin-bottom: 10px;
}

.threat-settings .dropdown-menu .group-item a {
  color: white;
}

.threat-settings .dropdown-menu .group-item a:hover {
  background-color: darkslategray;
}

.browsehappy {
  margin: 0.2em 0;
  background: #c7c7c7;
  color: #000000;
  padding: 0.2em 0;
}

body {
  padding: 0;
  overflow-x: hidden;
}

.no-pad-right {
  padding-right: 0;
}

.no-pad-left {
  padding-left: 0;
}

.no-wrap {
  white-space: nowrap;
}

.breadcrumb {
  margin-bottom: 0;
}

.clickable {
  cursor: pointer;
}

.uppercase {
  text-transform: uppercase;
}

/* Bootstrap changes */
.btn-link {
  text-decoration: underline;
}

.btn-export {
  height: 34px;
  width: 34px;
  background: url("img/history/export_sheets_icon.png") no-repeat;
}

.modal-header {
  background-color: #c7c7c7;
}

.modal-header .modal-title {
  color: #0a5a78;
  font-weight: 600;
}

.inner-addon {
  position: relative;
}

.inner-addon i {
  position: absolute;
  padding: 10px 12px;
  pointer-events: none;
}

.inner-addon.left-inner-addon input {
  padding-left: 30px;
}

.inner-addon.right-inner-addon i {
  right: 10px;
}

.user-icon {
  float: left;
  margin-right: 10px;
  max-width: 150px;
}

.lifeline-icon {
  max-width: 75px;
}

.alert-meta {
  margin: 0;
}

.alert-meta p {
  margin: 5px 0;
  font-size: 15px;
}

.alert-meta h3 {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 0;
}

.alert-meta .alert-emergency {
  background-color: #f82e67;
  border-color: #ff3267;
  color: white;
}

.alert-meta .fa {
  color: #0a5a78;
}

#accordion h4 a {
  cursor: pointer;
}

#accordion p {
  padding: 10px;
}

#accordion .collapse.active {
  display: block;
}

.header {
  /* Make the masthead heading the same height as the navigation */
}

.header h3 {
  float: left;
  margin: 0;
  padding: 0;
  line-height: 40px;
  background-color: #ffffff;
}

.header h3 img {
  width: 100px;
  height: 85px;
}

.header .header-icon {
  display: block;
  margin: 6px auto;
  width: 30px;
  height: 30px;
}

.header .header-icon.alerts {
  background: url("img/header/ic_alerts.png") 50% 50% no-repeat;
}

.header .header-icon.live-map {
  background: url("img/header/ic_live_map.png") 50% 50% no-repeat;
}

.header .header-icon.global-threats {
  background: url("img/header/ic_global_threats.png") 50% 50% no-repeat;
}

.header .header-icon.history {
  background: url("img/header/ic_history.png") 50% 50% no-repeat;
}

.header .header-icon.notifications {
  background: url("img/header/ic_notifications.png") 50% 50% no-repeat;
}

.header .header-icon.analytics {
  background: url("img/header/ic_analytics.png") 50% 50% no-repeat;
}

.header .header-icon.settings {
  background: url("img/header/ic_settings.png") 50% 50% no-repeat;
}

.header .header-icon.help {
  background: url("img/header/ic_help.png") 50% 50% no-repeat;
}

.header .header-icon.my-account {
  background: url("img/header/ic_myaccount.png") 50% 50% no-repeat;
}

.header .header-icon.admin-panel {
  background: url("img/header/icon_admin_panel.png") 50% 50% no-repeat;
}

.header .alert {
  text-align: center;
}

.header .alert h2 {
  margin: 0;
}

.header li a.icon {
  padding-bottom: 14px;
}

.header .edit-account-dropdown {
  padding: 5px 15px 15px;
  min-width: 210px;
}

/* Common on all pages */
.page-title {
  width: auto;
  display: block;
  padding: 15px 100px;
  font-size: 22px;
  font-weight: 600;
  background: #e8e8e8;
  border-bottom: 1px solid #e6e6e6;
  color: #0a5a78;
  margin-bottom: 30px;
}

.page-title .btn-lg,
.page-title .btn-group-lg>.btn {
  margin-top: -5px;
}

.page-title.title-map {
  margin-bottom: 0;
}

.page-panel-title {
  font-size: 18px;
  font-weight: 600;
  margin: 8px 0;
  color: #0a5a78;
}

.panel-body {
  padding: 0;
}

.panel-body .content {
  padding: 15px;
}

.footer {
  padding-top: 19px;
  color: #818191;
  border-top: 1px solid #e5e5e5;
}

/* Login Page */
.login-container {
  /* For vertical centering */
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: auto;
}

.login-container .login-form {
  margin-top: 25px;
}

.login-container img {
  margin: auto;
}

@media all and (max-width: 480px) {
  .login-container h1 {
    margin-top: 20vh;
  }

  .login-container img {
    width: 120px;
  }
}

/* Icons */
.ic-type {
  display: block;
  float: left;
  width: 52px;
  height: 52px;
  margin-right: 20px;
  background: url("img/alerts/passive_sidebar.png") no-repeat;
}

.ic-type.timer {
  background: url("img/alerts/timermode_sidebar.png") no-repeat;
}

.ic-type.thumb {
  background: url("img/alerts/thumbmode_sidebar.png") no-repeat;
}

.ic-type.disturbance {
  background: url("../assets-v7/images/icon-disturbance@3x.png") no-repeat;
}

.ic-type.repair-needed {
  background: url("../assets-v7/images/icon-repair@3x.png") no-repeat;
}

.ic-type.shady-activity {
  background: url("../assets-v7/images/icon-shady@3x.png") no-repeat;
}

.ic-type.meetup {
  background: url("../assets-v7/images/icon-meetup@3x.png") no-repeat;
}

.ic-type.other {
  background: url("../assets-v7/images/icon-other@3x.png") no-repeat;
}

.map-label {
  color: #000000;
  font-size: 15px;
  font-weight: 700;
  padding: 5px 0;
  text-align: center;
  width: 28px;
  white-space: nowrap;
}

/* Autocomplete */
.targeted-options .label {
  display: inline-block;
  margin-right: 2px;
}

.targeted-options .autocompleted-results {
  padding-left: 0;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-left: 1px solid #c7c7c7;
  border-bottom: 1px solid #c7c7c7;
  border-right: 1px solid #c7c7c7;
}

.targeted-options .autocompleted-results li {
  list-style: none;
  padding: 5px 10px 5px 10px;
  cursor: pointer;
}

.targeted-options .autocompleted-results li:hover {
  background-color: #e8e8e8;
}

/* Admin Page */
.alert-queue {
  position: relative;
  padding: 0;
}

.alert-queue .panel {
  background-color: #27353b;
  margin-bottom: 0;
  border-width: 0;
  overflow: auto;
}

.alert-queue .panel .panel-heading {
  display: block;
  background-color: #374851;
  color: #ffffff;
  border-width: 1px;
  border-bottom: 0;
}

.alert-queue .panel .panel-body a.list-group-item {
  padding-bottom: 0;
  cursor: pointer;
  padding-top: 15px;
}

.alert-queue .panel .panel-body a.list-group-item .list-group-item-heading {
  font-weight: 600;
}

.alert-queue .panel .panel-body a.list-group-item .list-group-item-text {
  padding-left: 72px;
  padding-bottom: 15px;
  border-bottom: 1px solid #3b515a;
}

.alert-queue .panel .panel-body a.list-group-item .triangle {
  display: none;
  float: right;
  margin-top: 5px;
  margin-right: -16px;
}

.alert-queue .panel .panel-body a.list-group-item .triangle .triangle-top {
  width: 0px;
  height: 0px;
  border-left: 17px solid #fd7566;
  border-bottom: 17px solid #ffffff;
}

.alert-queue .panel .panel-body a.list-group-item .triangle .triangle-bottom {
  width: 0px;
  height: 0px;
  border-left: 17px solid #fd7566;
  border-top: 17px solid #ffffff;
}

.alert-queue .panel .panel-body a.list-group-item.active,
.alert-queue .panel .panel-body a.list-group-item.assigned {
  background-color: #fd7566;
  border-color: #fd7566;
}

.alert-queue .panel .panel-body a.list-group-item.active .triangle,
.alert-queue .panel .panel-body a.list-group-item.assigned .triangle {
  display: block;
}

.alert-queue .panel .panel-body a.list-group-item.active .list-group-item-text,
.alert-queue .panel .panel-body a.list-group-item.assigned .list-group-item-text {
  border-color: #fd7566;
}

.alert-queue .panel .panel-body a.list-group-item.disabled {
  background-color: #0c1012;
  pointer-events: none;
}

.alert-queue .panel .panel-body a.list-group-item.disabled .list-group-item-heading,
.alert-queue .panel .panel-body a.list-group-item.disabled .list-group-item-text {
  color: #999;
}

.alert-queue .panel .panel-body a.list-group-item.disabled .list-group-item-text {
  border-bottom: 1px solid #0c1012;
}

.alert-queue .panel .panel-body h1 {
  text-align: center;
  color: #ffffff;
}

.alert-queue .panel .dropdown-menu {
  background-color: #374851;
  padding: 0;
  margin: 0;
  border: 0;
  width: 100%;
}

.alert-queue .panel .dropdown-menu li a {
  padding: 15px 25px;
  background-color: #374851;
  color: #ffffff;
  border-top: 1px solid #5f6c73;
}

.alert-queue .panel .dropdown-menu li a:hover {
  background-color: #5bc0de;
}

.alert-queue .panel .dropdown-menu li a.selected {
  background-color: #0a5a78;
}

.alert-queue .alert-detail {
  position: absolute;
  left: 33.3333%;
  z-index: 1010;
  /* Shadow goes over triangle
  -webkit-box-shadow: 0 0 5px $dark-color;
  -moz-box-shadow: 0 0 5px $dark-color;
  box-shadow: 0 0 5px $dark-color;
  */
  background: #ffffff;
  width: 250px;
  max-width: 250px;
  padding: 15px;
}

/* Reports Page */
.report-queue {
  position: relative;
  padding: 0;
}

.report-queue .panel {
  background-color: #27353b;
  margin-bottom: 0;
  border-width: 0;
  overflow-y: scroll;
}

.report-queue .panel .panel-heading {
  display: block;
  background-color: #374851;
  color: #ffffff;
  border-width: 1px;
  border-bottom: 0;
  cursor: pointer;
}

.report-queue .panel .panel-body a.list-group-item {
  padding-bottom: 0;
  cursor: pointer;
  padding-top: 15px;
}

.report-queue .panel .panel-body a.list-group-item .list-group-item-heading {
  font-weight: 600;
}

.report-queue .panel .panel-body a.list-group-item .list-group-item-text {
  padding-left: 72px;
  padding-bottom: 15px;
  border-bottom: 1px solid #3b515a;
}

.report-queue .panel .panel-body a.list-group-item.active {
  background-color: #1d272b;
  border-color: #1d272b;
}

.report-queue .panel .panel-body a.list-group-item.active .list-group-item-text {
  border-color: #1d272b;
}

.report-queue .panel .panel-body h1 {
  text-align: center;
  color: #ffffff;
}

.report-queue .panel .dropdown-menu {
  background-color: #374851;
  padding: 0;
  margin: 0;
  border: 0;
  width: 100%;
}

.report-queue .panel .dropdown-menu li a {
  cursor: pointer;
  padding: 15px 25px;
  background-color: #374851;
  color: #ffffff;
  border-top: 1px solid #5f6c73;
}

.report-queue .panel .dropdown-menu li a:hover {
  background-color: #5bc0de;
}

.report-queue .panel .dropdown-menu li a.selected {
  background-color: #0a5a78;
}

.live-map-menu {
  display: table;
  width: 100%;
  padding: 0;
  margin-bottom: 0;
  border-bottom: 1px solid white;
}

.live-map-menu li {
  display: table-cell;
}

.live-map-menu a {
  background-color: #ececec;
  font-weight: bold;
  font-size: 13px;
  color: #9a9b9a;
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 15px 0;
  position: relative;
}

.live-map-menu a:hover {
  background-color: #f6f6f6;
  text-decoration: none;
}

.live-map-menu .active a {
  font-size: 13px;
  background-color: #26303b;
  color: white;
}

.table-role .center {
  text-align: center;
}

.table-role .enabled {
  display: block;
  margin: 0 auto;
  width: 15px;
  height: 15px;
  background: url("../assets-v7/images/icon-checkmark-green.png") no-repeat;
  background-size: contain;
}

.table-role .disabled {
  display: block;
  margin: 0 auto;
  width: 15px;
  height: 15px;
  background: url("../assets-v7/images/icon-close-input.png") no-repeat;
  background-size: contain;
}

.live-triangulation-menu {
  display: table;
  width: 100%;
  padding: 0;
  margin-bottom: 0;
}

.live-triangulation-menu li {
  display: table-cell;
}

.live-triangulation-menu a {
  background-color: #26303b;
  color: white;
  font-weight: bold;
  font-size: 13px;
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 10px 0;
  position: relative;
}

.live-triangulation-menu a:hover {
  background-color: #3b515a;
  text-decoration: none;
}

.live-triangulation-menu .active a {
  background-color: #384557;
}

.live-map-panel .white-text {
  color: white;
}

.live-map-panel .bluegray-text {
  color: #c4dcea;
}

.live-map-panel .lightgray-text {
  color: #999;
}

.live-map-panel .bold {
  font-weight: bold;
}

.live-map-panel .search-controls {
  padding: 10px 15px;
}

.live-map-panel .search-controls div {
  margin-bottom: 10px;
}

.live-map-panel .search-controls input,
.live-map-panel .search-controls select {
  background-color: #26303b;
  border: none;
  padding-left: 40px;
}

.live-map-panel .search-controls .btn-info {
  padding: 5px;
}

.live-map-panel .search-controls select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.live-map-panel .member-queue {
  background-color: #26303b;
  overflow-y: scroll;
  color: white;
}

.live-map-panel .member-queue .select-all {
  padding: 3px 15px;
  border-bottom: 1px solid #3b515a;
}

.live-map-panel .member-queue .list-group {
  display: table;
  width: 100%;
  margin-bottom: 0;
}

.live-map-panel .member-queue .list-group-item {
  display: table-row;
}

.live-map-panel .member-queue .list-group-item>div {
  display: table-cell;
  padding: 15px 0;
  overflow-x: hidden;
}

.live-map-panel .member-queue .list-group-item .border-bottom {
  border-bottom: 1px solid #3b515a;
}

.live-map-panel .action-panel {
  padding: 15px;
  background-color: #26303b;
}

#global-threat-menu-upper {
  display: table;
  margin-bottom: 0px;
  margin-left: 89px;
}

#global-threat-menu-upper li {
  display: inline-block;
  margin-right: 60px;
  padding-bottom: 10px;
  cursor: pointer;
}

#global-threat-menu-upper li a {
  text-decoration: none;
  color: #818191;
}

#global-threat-menu-upper li a:hover {
  color: #ffffff;
}

#global-threat-menu-upper .active {
  border-bottom: 2px #ff2e67 solid;
}

#global-threat-menu-upper .active a {
  color: #ffffff;
}

#threat-discover {
  height: 100%;
}

#threat-discover .global-threat-map {
  position: relative;
}

#threat-discover #aside {
  box-shadow: 0 11px 87px 15px rgba(63, 15, 159, 0.59);
  position: relative;
}

#threat-discover .aside-threat-discover .panel-body {
  border-radius: 8px;
}

#threat-discover .aside-threat-discover #threats_filters {
  min-height: 500px;
  background: #1f1f22;
  height: 100%;
  position: relative;
}

#threat-discover .aside-threat-discover #threats_filters .scroll {
  overflow-y: scroll;
  height: 85%;
}

#threat-discover .aside-threat-discover #threats_filters #discover-tabs {
  margin: 0px;
  padding: 0px;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
}

#threat-discover .aside-threat-discover #threats_filters #discover-tabs li {
  color: #818191;
}

#threat-discover .aside-threat-discover #threats_filters #discover-tabs li:hover {
  cursor: pointer;
  color: white;
}

#threat-discover .aside-threat-discover #threats_filters #discover-tabs li.active {
  border-bottom: 2px solid #ff2e67;
  color: white;
}

#threat-discover .aside-threat-discover #threats_filters .active_send_notif {
  background-color: #5176ec !important;
}

#threat-discover .aside-threat-discover #threats_filters #discover-send-notif {
  position: absolute;
  bottom: 0;
  background-color: #484848;
  width: 100%;
  left: 0;
  height: 65px;
  font-size: 18px;
  padding-left: 30px;
  padding-top: 20px;
  -webkit-box-shadow: 0px -4px 3px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0px -4px 3px rgba(50, 50, 50, 0.75);
  box-shadow: 0px -4px 3px rgba(50, 50, 50, 0.75);
  border-bottom-left-radius: 10px;
}

#threat-discover .aside-threat-discover #threats_filters #discover-send-notif:hover {
  cursor: pointer;
}

#threat-discover .aside-threat-discover #threats_filters #discover-send-notif span {
  display: inline-block;
  float: right;
  margin-right: 40px;
}

#threat-discover .aside-threat-discover #threats_filters #discover-send-notif span img {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

#threat-discover .aside-threat-discover #threats_filters #prepare-notif {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  border-radius: 10px;
  padding: 10px 20px;
}

#threat-discover .aside-threat-discover #threats_filters #prepare-notif h1.title {
  font-weight: bold;
}

#threat-discover .aside-threat-discover #threats_filters #prepare-notif .assets_container {
  background: #373941;
  border-radius: 15px;
  padding: 6px 20px;
}

#threat-discover .aside-threat-discover #threats_filters #prepare-notif .sub_title h3 {
  font-weight: bold;
  display: inline-block;
}

#threat-discover .aside-threat-discover #threats_filters #prepare-notif .sub_title span.counter {
  background: #666186;
  padding: 5px 10px;
  border-radius: 20px;
  float: right;
  margin-top: 10px;
}

#threat-discover .aside-threat-discover #threats_filters #prepare-notif ul {
  margin-left: -40px;
  margin-top: 15px;
}

#threat-discover .aside-threat-discover #threats_filters #prepare-notif ul li {
  list-style: none;
  background: black;
  padding: 10px 15px;
  border-radius: 10px;
  cursor: pointer;
  margin-bottom: 7px;
}

#threat-discover .aside-threat-discover #threats_filters #prepare-notif ul li .right-arrow {
  float: right;
  margin-right: 10px;
  width: 8px;
  height: auto;
}

#threat-discover .aside-threat-discover #threats_filters #prepare-notif ul li .layer-container {
  overflow-y: scroll !important;
  max-height: 300px;
  font-size: 12px;
  display: none;
  overflow: hidden;
  margin-top: 10px;
}

#threat-discover .aside-threat-discover #threats_filters #prepare-notif ul li .layer-container--list {
  margin-bottom: 5px;
}

#threat-discover .aside-threat-discover #threats_filters #prepare-notif ul li .layer-container--all {
  padding-bottom: 8px;
  margin-bottom: 15px;
  border-bottom: 2px solid #3a3a3a;
  width: 95%;
}

#threat-discover .aside-threat-discover #threats_filters #prepare-notif ul li .layer-container .layer_name {
  margin-left: 5px;
}

#threat-discover .aside-threat-discover #threats_filters #prepare-notif ul li .layer-container .pagination.pagination_notif {
  text-align: left;
  margin-left: -27px;
}

#threat-discover .aside-threat-discover #threats_filters #prepare-notif ul li .layer-container li.pagination_notif.ng-scope {
  font-size: 12px;
  margin: 0px !important;
  padding: 0px !important;
  margin-bottom: 20px !important;
}

#threat-discover .aside-threat-discover #threats_filters #prepare-notif .option_buttons {
  position: relative;
  margin-top: 40px;
}

#threat-discover .aside-threat-discover #threats_filters #prepare-notif .option_buttons #notif-assets-error {
  background: #5176ec;
  width: 200px;
  text-align: center;
  font-weight: bold;
  padding: 10px;
  border-radius: 10px;
  position: absolute;
  top: 0;
  right: 0;
  margin-top: -40px;
  margin-right: 5px;
  opacity: 0;
  transition: opacity 1s;
}

#threat-discover .aside-threat-discover #threats_filters #prepare-notif .option_buttons div {
  display: inline-block;
  width: 45%;
  text-align: center;
  padding: 10px;
  border-radius: 20px;
  cursor: pointer;
}

#threat-discover .aside-threat-discover #threats_filters #prepare-notif .option_buttons .active_send_btn {
  background: #4b03dd !important;
}

#threat-discover .aside-threat-discover #threats_filters #prepare-notif .option_buttons .send_btn {
  background: #666186;
}

#threat-discover .aside-threat-discover #threats_filters #prepare-notif .option_buttons .close_btn {
  border: 2px solid #9a9b9a;
  margin-right: 5px;
}

#threat-discover .aside-threat-discover #threats_filters .slide__up {
  animation: slide-out-top 1.1s cubic-bezier(0.215, 0.61, 0, 1);
  top: 0;
  background: #242427;
}

@keyframes slide-out-top {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

#threat-discover .aside-threat-discover #threats_filters #layers-v8 {
  margin-top: 15px;
  display: block;
}

#threat-discover .aside-threat-discover #threats_filters #layers-v8 .live-layer {
  margin-right: 10px;
}

#threat-discover .aside-threat-discover #threats_filters #layers-v8 .hierarchy-filter .hierarchy-data-title {
  display: inline-block;
  width: 35%;
}

#threat-discover .aside-threat-discover #threats_filters #layers-v8 .hierarchy-filter .hierarchy-data-title .title {
  padding: 10px 15px;
  border-radius: 10px 0px 0px 10px;
  background-color: #141416;
  font-weight: 400;
  color: white;
}

#threat-discover .aside-threat-discover #threats_filters #layers-v8 .hierarchy-filter .hierarchy-data-search {
  display: inline-block;
  width: 60%;
  position: relative;
}

#threat-discover .aside-threat-discover #threats_filters #layers-v8 .hierarchy-filter .hierarchy-data-search .search-box {
  background-color: #141416;
  border: 0;
  border-radius: 0px 10px 10px 0px;
  color: #747482;
  padding-left: 10px;
  width: 100%;
}

#threat-discover .aside-threat-discover #threats_filters #layers-v8 .hierarchy-filter .hierarchy-data-search .results {
  position: absolute;
  background: #343440;
  border-radius: 10px;
  box-shadow: rgba(77, 51, 143, 0.35) 0px 5px 15px;
  z-index: 99;
  min-width: 120px;
}

#threat-discover .aside-threat-discover #threats_filters #layers-v8 .hierarchy-filter .hierarchy-data-search .results .select-all {
  margin: 10px 20px 0px 20px;
  font-size: 12px;
  border-bottom: 1px solid #4d4b64;
  padding-bottom: 5px;
}

#threat-discover .aside-threat-discover #threats_filters #layers-v8 .hierarchy-filter .hierarchy-data-search .results ul {
  list-style-type: none;
  margin: 10px 20px 10px -20px;
  overflow-y: scroll;
  max-height: 140px;
}

#threat-discover .aside-threat-discover #threats_filters #layers-v8 .hierarchy-filter .hierarchy-data-search .results ul li {
  font-size: 12px;
}

#threat-discover .aside-threat-discover #threats_filters #layers-v8 .hierarchy-filter .hierarchy-data-search .results .v7-squared-three {
  margin-right: 5px;
}

#threat-discover .aside-threat-discover #threats_filters #layers-v8 .hierarchy-filter .hierarchy-data-search .results .ok {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
}

#threat-discover .aside-threat-discover #threats_filters #layers-v8 .hierarchy-filter .hierarchy-data-search .results .ok .button {
  background: #4b03dd;
  padding: 5px 15px;
  border-radius: 10px;
  font-size: 13px;
  margin-top: 10px;
  color: #9a9b9a;
}

#threat-discover .aside-threat-discover #threats_filters #layers-v8 .hierarchy-filter .hierarchy-data-search .results .ok .button:hover {
  color: #ffffff;
  cursor: pointer;
}

#threat-discover .aside-threat-discover #threats_filters #layers-v8 .hierarchy-filter .selected-up {
  margin-top: 20px;
  margin-bottom: 20px;
}

#threat-discover .aside-threat-discover #threats_filters #layers-v8 .hierarchy-filter .selected-up .selected {
  overflow-y: scroll;
  max-height: 120px;
  padding-top: 10px;
}

#threat-discover .aside-threat-discover #threats_filters #layers-v8 .hierarchy-filter .selected-up .selected .selected-detail {
  margin-left: 4px;
  margin-bottom: 8px;
  display: block;
}

#threat-discover .aside-threat-discover #threats_filters #layers-v8 .hierarchy-filter .selected-up .selected .selected-detail .clear-all {
  right: 0;
  margin-right: 45px;
  font-size: 12px;
  text-decoration: underline;
  cursor: pointer;
  float: right;
}

#threat-discover .aside-threat-discover #threats_filters .v7-search {
  margin-top: 5px;
  position: relative;
  z-index: 5;
}

#threat-discover .aside-threat-discover #threats_filters .v7-search .option_selected {
  position: absolute;
  top: 0;
  z-index: 6;
  margin-left: 46px;
  margin-top: 10px;
  background-color: #000000;
  font-size: 12.7px;
}

#threat-discover .aside-threat-discover #threats_filters .v7-search .close-input-image {
  position: absolute;
  left: 90%;
  z-index: 6;
  cursor: pointer;
}

#threat-discover .aside-threat-discover #threats_filters .v7-search .result-list {
  position: absolute;
  z-index: 4;
  background: #000000;
  width: 100%;
  padding: 20px;
  margin-top: -5px;
  border-radius: 0px 0px 10px 10px;
  box-shadow: 1px 1px 7px #4b03dd;
  font-size: 13px;
  align-content: center;
  margin-top: 3px;
}

#threat-discover .aside-threat-discover #threats_filters .v7-search .result-list div {
  cursor: pointer;
  margin-bottom: 5px;
}

#threat-discover .aside-threat-discover #threats_filters .v7-search .result-list div span {
  opacity: 0.6;
}

#threat-discover .aside-threat-discover #threats_filters #marker-input-image {
  position: absolute;
  top: 8px;
  left: 14px;
  max-width: 18px !important;
  z-index: 100;
}

#threat-discover .aside-threat-discover #threats_filters .option {
  margin-top: 30px;
}

#threat-discover .aside-threat-discover #threats_filters .option .title {
  font-weight: 600;
  font-weight: 600;
  font-size: 12px;
  color: #61616e;
}

#threat-discover .aside-threat-discover #threats_filters .option ul {
  color: #c7c7c7;
  list-style-type: none;
  margin-left: -38px;
}

#threat-discover .aside-threat-discover #threats_filters .option ul li {
  cursor: pointer;
  padding-top: 15px;
}

#threat-discover .aside-threat-discover #threats_filters .option ul li .v7-squared-three {
  margin-right: 10px;
}

#threat-discover .aside-threat-discover #threats_filters .option ul .counter {
  background: #666187;
  padding: 2px 10px;
  border-radius: 10px;
  font-size: 13px;
  margin-left: 15px;
}

#threat-discover .aside-threat-discover #threats_filters .option ul span.loading-msg {
  font-size: 12px;
  margin-left: 10px;
}

#threat-discover .aside-threat-discover #threats_filters .option ul .selected-content {
  margin-left: 26px;
}

#threat-discover .aside-threat-discover #threats_filters .option ul .selected-content .selected-detail {
  margin-top: 10px;
  display: inline-block;
}

#threat-discover .aside-threat-discover #threats_filters .option ul .selected-content .selected-detail .label-v7 {
  font-size: 12px;
}

#threat-discover .aside-threat-discover #threats_filters .option .more {
  padding-top: 15px;
  color: #c7c7c7;
  text-decoration: underline;
  margin-left: 28px;
  font-size: 12px;
  cursor: pointer;
}

#threat-discover .aside-threat-discover .loading_animation {
  animation: blink-animation 1s steps(5, start) infinite;
  -webkit-animation: blink-animation 1s steps(5, start) infinite;
}

#threat-discover .aside-threat-discover .pagination ul {
  margin-left: -12px !important;
}

#threat-discover .aside-threat-discover .pagination ul li {
  display: inline-block;
}

#threat-discover .aside-threat-discover .pagination ul li span {
  margin-right: 10px;
  margin-right: 5px;
  padding: 5px 7px;
  border: 1px solid #f82e67;
  background: #000000;
  border-radius: 5px;
  font-size: 12px;
}

#threat-discover .aside-threat-discover .pagination ul .active {
  background: #444;
}

#threat-discover .map-container {
  height: 100%;
}

#threat-discover #map-canvas {
  height: 100%;
}

#threat-discover .shaking {
  animation: close-shaking 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}

@keyframes close-shaking {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }

  25% {
    transform: translate(5px, 5px) rotate(5deg);
  }

  50% {
    transform: translate(0, 0) rotate(0eg);
  }

  75% {
    transform: translate(-5px, 5px) rotate(-5deg);
  }

  100% {
    transform: translate(0, 0) rotate(0deg);
  }
}

#threat-discover .checkbox_disabled {
  background: #818191;
}

@-moz-keyframes blink-animation {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes blink-animation {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes blink-animation {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

#hierarchyModal {
  z-index: 99999999999;
  top: 10%;
}

#hierarchyModal h1 {
  margin-bottom: 3px;
}

#hierarchyModal .darkmodal .modal-content {
  background-color: #242429;
}

#hierarchyModal .hierarchy-list {
  color: #c7c7c7;
  list-style-type: none;
  margin-left: -38px;
  cursor: pointer;
}

#hierarchyModal .pagination {
  margin-left: -25px;
  padding-top: 10px;
}

#hierarchyModal .pagination ul {
  margin-left: -12px !important;
}

#hierarchyModal .pagination ul li {
  display: inline-block;
  cursor: pointer;
}

#hierarchyModal .pagination ul li span {
  margin-right: 10px;
  margin-right: 5px;
  padding: 5px 7px;
  border: 1px solid #f82e67;
  background: #000000;
  border-radius: 5px;
  font-size: 12px;
}

#hierarchyModal .pagination ul .active {
  background: #444;
}

.global-threat-menu {
  display: table;
  width: 100%;
  padding: 0;
  margin-bottom: 0;
}

.global-threat-menu li {
  display: table-cell;
}

.global-threat-menu a {
  background-color: #ececec;
  font-weight: bold;
  font-size: 13px;
  color: #9a9b9a;
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 15px 0;
  position: relative;
}

.global-threat-menu a:hover {
  background-color: #f6f6f6;
  text-decoration: none;
}

.global-threat-menu .active a {
  font-size: 13px;
  background-color: #ffffff;
  color: #3a6a82;
}

.threat-detail-title {
  text-align: center;
  padding: 10px 5px;
  position: relative;
  background-color: #141416;
  margin: 0;
}

.threat-detail-title .title {
  font-size: 16px;
  color: gray;
  font-weight: normal;
}

.threat-detail-title .back {
  color: gray;
  font-size: 20px;
  position: absolute;
  left: 10px;
}

@media (max-width: 1282px) {

  .live-map-menu a,
  .global-threat-menu a {
    padding: 10px 3px;
  }
}

/* Menu Active States */
.alerts #menu-alerts {
  background-color: #084d66;
}

.settings #menu-settings {
  background-color: #084d66;
}

/* For heatmap */
#map-heat-panel {
  position: absolute;
  top: 5px;
  left: 210px;
  z-index: 5;
  background-color: #ffffff;
  padding: 5px;
  border: 1px solid #999;
}

#map-heat-panel a {
  cursor: pointer;
}

.heatmap .enterprise {
  display: none;
}

.heatmap.page-title-control .retail {
  display: none;
}

.heatmap.page-title-control .enterprise {
  display: block;
}

.date-picker-month {
  margin-top: 3px;
}

.page-title-label {
  font-size: 15px;
}

.page-title-control {
  margin-top: -20px;
}

.page-title-control .page-title-label {
  font-size: 15px;
}

.page-title-control .form-group {
  margin-bottom: 0;
}

.page-title-label-middle {
  margin-top: 15px;
}

.page-title-label-middle input {
  margin-top: 5px;
}

.browser-not-supported {
  background: #5bc0de;
  color: white;
  padding: 10px;
  position: fixed;
  bottom: 0;
  width: 100%;
}

.hide-browser-not-supported-notice {
  display: none;
}

.info-panel {
  background-color: #e6f3f9;
  color: #13587c;
  padding: 5px 15px;
  margin: 20px 0;
}

#map-single {
  width: 100%;
  height: 600px;
}

.map-container .marker {
  display: none;
}

.marker-media img {
  max-width: 100%;
  margin-top: 20px;
}

/* Single Report */
.report img {
  max-width: 100%;
}

/* Notifications */
.notifications-empty {
  display: block;
  width: 500px;
  height: 326px;
  margin: 15px auto;
  background: url("img/notifications/empty.jpg") no-repeat;
}

.notification:nth-of-type(3n + 1) {
  display: table;
  content: "";
  clear: both;
}

/* Settings Page */
.ic_edit {
  display: block;
  width: 21px;
  height: 21px;
  background: url("img/settings/edit_icon.png") no-repeat;
  cursor: pointer;
}

.ic_delete {
  display: block;
  width: 21px;
  height: 21px;
  background: url("../assets-v7/images/icon-close-input.png") no-repeat;
  cursor: pointer;
}

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

.list-group-item {
  overflow-x: hidden;
}

.detail-threat {
  border: none;
  margin-bottom: 0;
}

.detail-threat .info-container {
  margin: 5px 0;
  display: block;
}

.detail-threat .info-container .name {
  font-weight: bold;
  margin: 0;
}

.detail-threat .switch-container {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 20%;
}

.detail-threat .tag-container {
  font-size: smaller;
  margin-bottom: 20px;
  margin-top: 14px;
}

.detail-threat .title-container {
  font-size: medium;
  line-height: 1.7em;
  margin-bottom: 14px;
  margin-top: 20px;
  font-weight: 500;
  display: block;
}

.detail-threat .source-container {
  color: #979797;
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 20px;
  margin-top: 14px;
}

.detail-threat .source-container a {
  text-decoration: underline;
  font-size: smaller;
  color: #979797;
}

.detail-threat .source-container a:hover,
.detail-threat .source-container a:visited {
  text-decoration: underline;
  color: #979797;
}

.detail-threat .date-container {
  color: #979797;
  margin-bottom: 20px;
  margin-top: 20px;
}

.detail-threat .location-container {
  font-size: smaller;
}

.detail-threat .icon-threat-tab {
  padding-left: 0px;
  padding-right: 0px;
  text-align: center;
}

.detail-threat hr {
  border: none;
  border-top: 1px solid lightgray;
  height: 5px;
}

.detail-threat .tags-label,
.detail-threat .location-label,
.detail-threat .source-label {
  color: #ada7d4;
}

.detail-threat .tags {
  color: white;
  font-weight: bold;
}

.dynamic-filters {
  display: flex;
  justify-content: space-evenly;
}

.dynamic-filters .filter-style {
  background: #141416;
  padding: 10px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: bold;
  border-style: groove;
  border-width: 1px;
  color: #676767;
  border-radius: 3px;
}

.dynamic-filters .filter {
  background-color: #141416;
  color: white;
}

.dynamic-filters .filters {
  padding: 5px 10px;
}

.dynamic-filters ul {
  padding: 15px;
  background-color: #000000;
  border-radius: 5px;
  padding-left: 20px;
}

.dynamic-filters ul .active>a,
.dynamic-filters ul .active>a:focus {
  background-image: none;
  color: #ffffff;
  cursor: pointer;
  border: 1px solid #242427;
  background-color: #242427;
  border-radius: 5px;
}

.dynamic-filters ul a:hover,
.dynamic-filters ul a:focus {
  border: none;
}

.list-group-item.kml {
  padding-top: 20px;
  padding-bottom: 10px;
  padding-left: 30px;
  padding-right: 30px;
  background: #e5e5e5;
  border: none;
  border-bottom: 1px solid #202020;
  margin-bottom: 0;
}

.list-group-item.kml .icon-container {
  /* margin-right:15px;
  display:block;
  float:left; */
  display: inline-block;
  text-align: center;
  width: 10%;
  height: 25px;
  vertical-align: middle;
}

.list-group-item.kml .miles-container {
  /* margin-right:15px;
  display:block;
  float:left; */
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}

.list-group-item.kml .miles-container p {
  color: #6594ab !important;
  font-weight: bold !important;
}

.list-group-item.kml .info-container {
  display: inline-block;
  vertical-align: middle;
  margin: 5px 0 0 0;
}

.list-group-item.kml .info-container .name {
  font-weight: bold;
  margin: 0;
}

.list-group-item.kml .switch-container {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 20%;
}

.list-group-item.kml .tag-container {
  font-size: smaller;
  margin-bottom: 20px;
  margin-top: 14px;
}

.list-group-item.kml .title-container {
  font-size: medium;
  line-height: 1.7em;
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 14px;
  display: block;
}

.list-group-item.kml .source-container {
  color: #979797;
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 20px;
  margin-top: 14px;
}

.list-group-item.kml .source-container a {
  text-decoration: underline;
  font-size: smaller;
  color: #979797;
}

.list-group-item.kml .source-container a:hover,
.list-group-item.kml .source-container a:visited {
  text-decoration: underline;
  font-size: smaller;
  color: #979797;
}

.list-group-item.kml .date-container {
  color: #979797;
  margin-bottom: 20px;
  margin-top: 20px;
}

.list-group-item.kml .history-date-container {
  color: #979797;
}

.list-group-item.kml h4,
.list-group-item.kml p {
  color: #aaa;
}

.list-group-item.kml p {
  margin-bottom: 0;
}

.list-group-item.kml .icon {
  margin-right: 15px;
  display: block;
  float: left;
  width: 21px;
  height: 42px;
}

.list-group-item.kml.enabled {
  background: #141416;
}

.list-group-item.kml.enabled h4,
.list-group-item.kml.enabled p {
  color: white;
}

.list-group-item.kml.enabled .icon {
  background: url("img/settings/social_approve.png") 0 50% no-repeat;
}

.list-group-item.kml.disabled .icon {
  background: url("../assets-v7/images/icon-close-input.png") 0 50% no-repeat;
}

.list-group-item.kml:hover {
  cursor: pointer;
  background: #111;
}

.list-group-item.kml.threat_active {
  background-color: #281018;
}

.list-group-item.kml .exposed_link_box {
  background-color: #5d172b;
  border-radius: 5px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 14px;
  margin-bottom: 15px;
}

.list-group-item.kml .tags-label {
  font-weight: 600;
  color: #ada7d4;
}

/* Incoming Alert Modal */
.ic-new-alert {
  display: block;
  width: 66px;
  height: 66px;
  background: url("img/alerts/new_alert.png");
  margin: 0 auto;
}

.modal.loading_modal {
  display: block;
  position: fixed;
  z-index: 1101;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  /* http://ajaxload.info/ */
  background: rgba(255, 255, 255, 0.8) url("img/ajax-loader.gif") 50% 50% no-repeat;
}

.loading_icon {
  display: block;
  width: 50px;
  height: 50px;
  background: url("img/ajax-loader.gif") 50% 50% no-repeat;
}

.loading-title {
  margin-top: -8px;
}

.modal.assigned_alert {
  display: block;
  background: url("img/bg/bg-assigned.png") repeat;
}

.modal.new_alert {
  background-image: linear-gradient(to top, rgba(248, 46, 103, 0.7), rgba(240, 0, 122, 0.7), rgba(225, 0, 143, 0.7), rgba(202, 0, 166, 0.7), rgba(168, 0, 188, 0.7), rgba(147, 1, 172, 0.7), rgba(127, 1, 155, 0.7), rgba(107, 0, 139, 0.7), rgba(95, 0, 91, 0.7), rgba(71, 2, 53, 0.7), rgba(41, 9, 26, 0.7), rgba(0, 0, 0, 0.7));
}

.modal.new_alert.fade {
  opacity: 1;
}

.modal.new_alert .modal-dialog {
  padding: 0;
  height: 289px;
  width: 492px;
  background-color: #242427;
  box-shadow: 0 12px 76px 1px rgba(30, 26, 27, 0.63);
  position: relative;
  margin-top: 205px;
  border-radius: 9px;
}

.modal.new_alert .modal-dialog h3 {
  font-size: 18px;
  font-weight: bold;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 147px;
  margin: auto;
  height: 19px;
  padding-top: 14px;
}

.modal.new_alert .modal-dialog .v7-button {
  position: absolute;
  bottom: 48px;
  left: 0;
  right: 0;
  margin: auto;
  height: 40px;
  width: 180px;
}

.modal.new_alert .modal-dialog .new_alert-images {
  position: absolute;
  margin: auto;
  width: 300px;
  left: 0;
  right: 0;
  top: -62px;
}

.modal.new_alert .modal-dialog .new_alert-images img.rings {
  width: 300px;
  height: auto;
}

.modal.new_alert .modal-dialog .new_alert-images img.bell-img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 27px;
  height: auto;
}

/* on off switch - http://proto.io/freebies/onoff/ */
.onoffswitch {
  position: relative;
  width: 100px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.onoffswitch-checkbox {
  display: none;
}

.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #ffffff;
  border-radius: 20px;
}

.onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  -moz-transition: margin 0.3s ease-in 0s;
  -webkit-transition: margin 0.3s ease-in 0s;
  -o-transition: margin 0.3s ease-in 0s;
  transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before,
.onoffswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 35px;
  padding: 0;
  line-height: 35px;
  font-size: 14px;
  color: white;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.onoffswitch-inner:before {
  content: "DEMO";
  padding-left: 10px;
  background-color: #83b944;
  color: #ffffff;
}

.onoffswitch-inner:after {
  content: "LIVE";
  padding-right: 10px;
  background-color: #5bc0de;
  color: #ffffff;
  text-align: right;
}

.onoffswitch-inner-land {
  display: block;
  width: 200%;
  margin-left: -100%;
  -moz-transition: margin 0.3s ease-in 0s;
  -webkit-transition: margin 0.3s ease-in 0s;
  -o-transition: margin 0.3s ease-in 0s;
  transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner-land:before,
.onoffswitch-inner-land:after {
  display: block;
  float: left;
  width: 50%;
  height: 35px;
  padding: 0;
  line-height: 35px;
  font-size: 14px;
  color: white;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.onoffswitch-inner-land:before {
  content: "ON";
  padding-left: 10px;
  background-color: #83b944;
  color: #ffffff;
}

.onoffswitch-inner-land:after {
  content: "OFF";
  padding-right: 10px;
  background-color: #5bc0de;
  color: #ffffff;
  text-align: right;
}

.onoffswitch-switch {
  display: block;
  width: 12px;
  margin: 11.5px;
  background: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 61px;
  -moz-transition: all 0.3s ease-in 0s;
  -webkit-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-inner-land {
  margin-left: 0;
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-switch {
  right: 0px;
}

#copy-input {
  text-decoration: none;
}

.input-error {
  border: 3px solid red;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {

  /* Remove the padding we set earlier */
  .header,
  .marketing,
  .footer {
    padding-left: 0;
    padding-right: 0;
  }
}

/* UI-Lightness Overwrites */
.ui-widget-header {
  background: #0a5a78;
  border-color: #0988e4;
}

.ui-state-default,
.ui-widget-content .ui-state-default {
  color: #c2b69c;
}

.ui-state-active,
.ui-widget-content .ui-state-active {
  border-color: #0988e4;
  color: #0a5a78;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight,
.ui-state-hover,
.ui-widget-content .ui-state-hover {
  background: #0a5a78;
  border-color: #0988e4;
  color: #f6f6f6;
}

.ui-spinner {
  border: none !important;
  background: transparent !important;
}

.ui-spinner:hover {
  background: transparent !important;
}

/* For public facing alert */
.lifeline-container a.btn-link {
  color: #5bc0de;
}

.lifeline-container .page-title {
  margin: 0;
  background: #0a5a78;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  border-bottom: 0;
  padding: 10px 0;
  font-weight: 300;
  font-size: 42px;
}

.lifeline-container .page-title:before {
  content: url("img/header/large_logo_white.png");
  margin-right: 10px;
}

.lifeline-container .lifeline-alert {
  position: relative;
}

.lifeline-container .alert-detail {
  position: relative;
  left: 0;
  top: 0;
  z-index: 1010;
  -webkit-box-shadow: 0 3px 3px #000000;
  -moz-box-shadow: 0 3px 3px #000000;
  box-shadow: 0 3px 3px #000000;
  background: #27353b;
  color: #ffffff;
  padding: 15px 0;
}

.lifeline-container .alert-detail p {
  text-align: center;
}

.lifeline-container .alert-detail p.address {
  color: #5bc0de;
  padding: 15px 0;
  text-align: left;
}

.lifeline-container .alert-detail p,
.lifeline-container .alert-detail ol {
  font-size: 18px;
  font-weight: 300;
}

.lifeline-container .alert-detail ol li {
  padding: 10px 0;
}

.lifeline-container .alert-detail h3 {
  text-align: center;
  background-color: #374851;
  font-size: 24px;
  padding: 15px 0;
}

/* For command center alert */
.cc-container a.btn-link,
.action-container a.btn-link {
  color: #5bc0de;
}

.cc-container .page-title,
.action-container .page-title {
  margin: 0;
  background: #0a5a78;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  border-bottom: 0;
  padding: 10px 0;
  font-weight: 300;
  font-size: 42px;
}

.cc-container .page-title:before,
.action-container .page-title:before {
  content: url("img/header/large_logo_white.png");
  margin-right: 10px;
}

.cc-container .page-title a,
.cc-container .page-title a:hover,
.action-container .page-title a,
.action-container .page-title a:hover {
  color: #ffffff;
}

.cc-container .alert,
.action-container .alert {
  text-align: center;
}

.cc-container .alert h2,
.action-container .alert h2 {
  margin: 0;
}

.cc-container .cc-alert,
.action-container .cc-alert {
  position: relative;
}

.cc-container .alert-detail,
.action-container .alert-detail {
  position: relative;
  left: 0;
  top: 0;
  z-index: 1010;
  -webkit-box-shadow: 0 3px 3px #000000;
  -moz-box-shadow: 0 3px 3px #000000;
  box-shadow: 0 3px 3px #000000;
  background: #ffffff;
  padding: 15px;
}

.cc-container .alert-detail img,
.action-container .alert-detail img {
  max-width: 100%;
}

.cc-container .alert-detail hr,
.action-container .alert-detail hr {
  margin-top: 0;
  margin-bottom: 5px;
}

.cc-container .alert-detail p.address,
.action-container .alert-detail p.address {
  color: #5bc0de;
  text-align: left;
}

.cc-container .alert-detail p,
.cc-container .alert-detail ol,
.action-container .alert-detail p,
.action-container .alert-detail ol {
  font-weight: 300;
}

.cc-container .alert-detail h3,
.action-container .alert-detail h3 {
  background-color: #374851;
}

.cc-container .alert-detail .info-container,
.action-container .alert-detail .info-container {
  margin: 10px 0;
}

.cc-container .alert-detail .margin-error,
.action-container .alert-detail .margin-error {
  color: #c7c7c7;
}

.cc-container .alert-detail .gray-container,
.action-container .alert-detail .gray-container {
  background-color: #ececec;
}

.cc-container .alert-detail .red-container,
.action-container .alert-detail .red-container {
  background-color: #fcbbbb;
}

.cc-container .alert-detail .current-container,
.action-container .alert-detail .current-container {
  margin: 10px 0;
}

@media screen and (max-width: 992px) {
  .lifeline-container .login-container {
    position: relative;
    height: auto;
  }

  .lifeline-container h3,
  .lifeline-container .login-form {
    margin-top: 10px;
  }

  .lifeline-container .alert-detail {
    width: 100%;
    max-width: 100%;
    padding: 15px 0 0 0;
  }

  .lifeline-container .page-title {
    text-transform: normal;
    font-size: 21px;
  }

  .lifeline-container .page-title:before {
    content: none;
  }

  .lifeline-container p.text-center {
    font-size: 13px;
  }

  .lifeline-container p.text-center a.btn-link {
    font-size: 13px;
  }

  .lifeline-container .expand {
    background-color: #374851;
  }

  .lifeline-container .expand .expand-toggle {
    color: #ffffff;
    cursor: pointer;
    display: block;
    text-transform: uppercase;
    text-align: center;
    padding: 10px;
  }

  .lifeline-container .expand .expand-toggle i.fa {
    margin-left: 5px;
  }

  .lifeline-container .expand ol {
    margin-bottom: 0;
    padding-bottom: 10px;
  }
}

.form-send-pdf {
  padding: 15px;
  margin: 0 auto;
  max-width: 400px;
}

.form-send-pdf .container-button {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.form-send-pdf button {
  width: 150px;
}

.form-send-pdf input {
  padding: 15px;
  margin: 0 auto;
  width: 230px;
}

/*global threat intelligence - travelers*/
.gti .panel {
  margin-bottom: 0;
  border-bottom: none;
  border-top: 0;
}

.travelers .list-group {
  overflow-y: auto;
  overflow-x: hidden;
  margin-bottom: 0;
}

.facility .list-group {
  overflow: auto;
  margin-bottom: 0;
}

.add-facility {
  background-color: #e8e8e8;
  padding: 10px 25px;
  text-align: center;
}

.travelers-container .traveler .icon-container {
  vertical-align: middle;
}

.travelers-container .exposed .icon-container {
  vertical-align: top;
}

.travelers-container .traveler .itinerary-item:not(:last-child) .vertical-line {
  display: block;
  height: 28px;
  border-left: solid 2px #38acec;
  margin: 5px 0 5px 10px;
}

.travelers-container .traveler .collapsed .itinerary-item:not(:last-child) .vertical-line {
  display: block;
  height: 44px;
}

.travelers-container .traveler .collapsed {
  max-height: 148px;
  overflow: hidden;
}

.travelers-container .traveler .expanded {
  height: auto;
  overflow: visible;
  padding-bottom: 42px;
}

.travelers-container .traveler .list-group-item .button {
  display: block;
  position: absolute;
  border: solid 1px #888888;
  color: #888888;
  border-radius: 1000px;
  background-color: #ffffff;
  text-align: center;
  font-size: 11px;
  padding: 3px;
  font-weight: bold;
}

.travelers-container .traveler .list-group-item .view-more {
  width: 96px;
  bottom: 11px;
  left: 82px;
}

.travelers-container .traveler .list-group-item .collapse {
  display: block;
  width: 80px;
  bottom: 14px;
  left: 82px;
}

.travelers .filters {
  padding: 10px;
}

.travelers .filters .inner-addon.right-inner-addon i {
  right: 20px;
  top: 0px;
}

.travelers .filters input[type=text] {
  border-radius: 500px;
  padding-right: 43px;
  padding-top: 4px;
}

.travelers a.list-group-item {
  color: #888888;
}

.travelers .list-group-item.kml .info-container {
  width: 80%;
}

.travelers-container .list-group-item.kml .info-container {
  width: 80%;
  display: inline-block;
}

.list-group-item.kml .info-container {
  max-width: 90%;
}

.travelers .list-group-item.kml .info-container.itinerary {
  padding-left: 15px;
}

.traveler .list-group-item.kml .info-container {
  max-width: 70%;
}

.travelers img {
  display: inline-block;
}

.travelers .itinerary-item img {
  padding: 4px;
}

.travelers .itinerary div {
  display: inline-block;
}

.travelers .add-traveler {
  background-color: #e8e8e8;
  padding: 10px 25px;
  text-align: center;
}

.gti .panel-body .btn {
  width: 100%;
}

.exposed_link {
  color: white;
  font-weight: bold;
}

.miles_threat {
  color: #58c2e1;
  font-weight: bold;
}

.settings-threats {
  padding: 10px 25px;
  display: flex;
  justify-content: center;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #141416;
  padding: 20px;
}

.settings-threats .btn {
  border-color: #8e8e8e !important;
  border-radius: 5px !important;
  border-width: 2px !important;
}

.settings-threats a {
  width: 100%;
  max-width: 100%;
}

.send-notification {
  padding: 5px 25px;
  padding-top: 20px;
  margin-bottom: 10px;
  text-align: center;
}

.send-notification .btn {
  border-radius: 5px !important;
  border-width: 2px !important;
  color: #ffffff;
}

h3.travel-history-detail {
  margin-top: 5px;
}

.exposed-info {
  margin-top: 5px;
  padding: 10px;
}

.exposed-info .blue {
  font-weight: bold;
  color: mediumpurple;
}

.dotgreen {
  border: solid 4px #32cd32;
  border-radius: 50%;
  height: 1px;
  width: 1px;
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 5px;
}

.dotred {
  border: solid 4px #f87217;
  border-radius: 50%;
  height: 1px;
  width: 1px;
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 5px;
}

.info-container .colorred {
  color: #f87217 !important;
  font-weight: bold;
}

.info-container .colorgreen {
  color: #32cd32 !important;
  font-weight: bold;
}

.info-container .date-style {
  color: #58c2e1 !important;
  font-weight: bold;
}

.modal-help span.fa-info-circle {
  color: #67c0e2 !important;
}

.modal-help .modal-icon-info {
  font-size: 45px;
}

.modal-help .close-modal-info {
  padding-right: 10px;
  padding-top: 10px;
  float: right;
}

a.load-message {
  font-size: 14px;
}

.badge-global {
  display: inline-block;
  min-width: 20px;
  padding: 3px 5px;
  font-size: 10px;
  font-weight: normal;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #fd7566;
  border-radius: 10px;
}

.badge-global:empty {
  display: none;
}

a.badge-global:hover,
a.badge-global:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.btn .badge-global {
  position: relative;
  top: -1px;
}

a.list-group-item.active>.badge-global,
.nav-pills>.active>a>.badge-global {
  color: #fff;
  background-color: #fd7566;
}

.nav-pills>li>a>.badge-global {
  margin-left: 3px;
}

.nav-justified>li,
.nav-tabs.nav-justified>li {
  white-space: nowrap;
}

.bs-sidebar.affix {
  top: 15px;
  left: 107px;
}

@media (min-width: 992px) {
  .bs-sidebar.affix {
    width: 16.6666666667%;
  }
}

a:hover>.no-decoration {
  text-decoration: none;
}

.mb-1 {
  margin-bottom: 1rem;
}

.mt-1 {
  margin-top: 1rem;
}

.mb-2 {
  margin-bottom: 2rem;
}

.mt-2 {
  margin-top: 2rem;
}

.default-height {
  max-height: 52px;
}

.selected-background-notification {
  background-color: rgba(0, 173, 255, 0.1);
}

body.modal-open .timeoutModal {
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  border: none !important;
  background: rgba(255, 255, 255, 0.75) !important;
}

.timeoutModalBlur {
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -o-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: blur(2px);
}

body.modal-open .timeoutModal .modal-dialog {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

body.modal-open .timeoutModal .modal-content {
  background-color: transparent !important;
  height: 100%;
  min-height: 100%;
  height: auto;
  border-radius: 0;
}

.flash-color {
  color: red;
}

.urgent-color {
  color: #ff8834;
}

.alert-color {
  color: #edb73b;
}

.setting-table-roles {
  position: relative;
}

.setting-table-roles>table:first-of-type {
  position: absolute;
  width: 150px;
  bottom: 10px;
  z-index: 1000;
}

.setting-table-roles>table:first-of-type tbody tr:nth-child(even) {
  background-color: #141416;
}

.setting-table-roles>table:first-of-type thead tr th {
  min-width: 150px;
  background-color: #141416;
  height: 61px;
}

.setting-table-roles>section {
  overflow-x: scroll;
  position: relative;
}

.setting-table-roles>section::-webkit-scrollbar {
  height: 10px;
}

.setting-table-roles>section::-webkit-scrollbar-thumb {
  background: #4b02dd;
}

.setting-table-roles>section::-webkit-scrollbar-track {
  margin-left: 150px;
}

.setting-table-roles table {
  margin-bottom: 0;
}

.setting-table-roles table::before {
  content: none;
}

.priority-level-label {
  text-align: center;
  letter-spacing: normal;
  font-weight: 500;
  font-size: 12px;
}

.priority-level-5-color,
.priority-level-5-color label,
.priority-level-5-color label:before,
.flash-color {
  color: #b90d0d;
}

.priority-level-4-color,
.priority-level-4-color label,
.priority-level-4-color label:before,
.urgent-color {
  color: #da7706;
}

.priority-level-3-color,
.priority-level-3-color label,
.priority-level-3-color label:before,
.alert-color {
  color: #e3b52a;
}

.priority-level-2-color,
.priority-level-2-color label,
.priority-level-2-color label:before {
  color: #3366cc;
}

.priority-level-1-color,
.priority-level-1-color label,
.priority-level-1-color label:before {
  color: #a5d796;
}

.setting-table-roles {
  overflow-x: auto;
}

.history-report span.disabled,
.history-report span.enabled {
  width: 80px;
  padding-left: 25px;
}

.without-margin {
  margin-left: 0px;
  margin-right: 0px;
}

.timeline-tab {
  background-color: black;
  padding-top: 25px;
  padding-bottom: 13px;
}

.timeline-tab.cursor-pointer {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.timeline-tab.border-bottom,
.timeline-body {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.row.threat-content .icon-threat-tab {
  padding-left: 0px;
  padding-right: 0px;
  text-align: center;
}

.without-margin-bottom {
  margin-bottom: 0px;
}

.notification-geofences-header {
  background-color: #f6f6f6;
  border-color: #e6e6e6;
  padding-top: 10px;
  padding-bottom: 10px;
}

.notification-table .notification-table-item .message,
.table-history-notification .item-history-notification .history-notification-message {
  word-break: break-all;
}

.live-map .gm-style .gm-style-iw-t::after,
.live-map .gm-style-iw-t::before {
  display: none !important;
}

.info-container .selected-members span.label.label-success {
  display: inline-block;
  margin-right: 2px;
  cursor: pointer;
}

.load-threats {
  padding: 15px 0;
  display: flex;
  height: 50px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #10242a;
}

.load-threats a.load-message {
  color: #00b6ff;
}

.threat-detail-container {
  background-color: #141416;
}

.threat-detail-container.global-detail p.global-description {
  font-size: 13px;
  text-align: justify;
  word-break: break-all;
  background-color: #141416;
}

.settings-facilities .onoffswitch-inner:before {
  content: "";
  padding-left: 10px;
  background-color: #c1c0c0;
  color: #ffffff;
}

.settings-facilities .onoffswitch-inner:before {
  content: "";
  padding-left: 10px;
  background-color: #afd583;
  color: #ffffff;
}

.settings-facilities .onoffswitch-inner:after {
  content: "";
  padding-right: 10px;
  background-color: #c1c0c0;
  color: #ffffff;
  text-align: right;
}

.settings-facilities .onoffswitch-switch {
  border: 13px solid #ffffff;
  top: -5px;
}

.settings-facilities .onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-switch {
  right: -5px;
}

.settings-facilities .onoffswitch-checkbox:not(:checked)+.onoffswitch-label .onoffswitch-switch {
  left: -5px;
}

.without-pading-left {
  padding-left: 0px;
}

.without-pading-right {
  padding-right: 0px;
}

.with-space {
  white-space: pre-line;
}

.require-language.label.label-danger {
  font-size: 100%;
}

.require-language {
  background-color: #fd7566;
  padding-top: 5px;
  padding-bottom: 5px;
}

.mono {
  font-family: monospace;
}

.exit-modal-content .head {
  margin-top: 50px;
}

.exit-modal-content .message {
  padding: 10px 60px;
  line-height: 2em;
}

.exit-modal-content .foot {
  margin-bottom: 50px;
  display: flex;
  justify-content: space-evenly;
}

.alert-success-v7-modal {
  background-color: #4b03dd;
  border-color: #4b03dd;
}

.alert-v7-modal {
  position: absolute;
  z-index: 99999;
  width: 50%;
  top: 5px;
  border-radius: 7px;
  padding: 10px 15px 10px 15px;
  margin: 0 auto;
  left: 0;
  right: 0;
  font-size: 16px;
  text-align: center;
}

.padding-top-20 {
  padding-top: 20px;
}

.padding-bottom-5 {
  padding-bottom: 5px;
}

/* incident manager */
.incident-exit-modal .remove-modal {
  height: 246px;
}

.exit-modal-button-incident {
  text-align: left;
  margin-left: 60px;
}

.delete-incident {
  margin-left: 50px;
}

.delete-incident-btn {
  padding-top: 0px;
}

.incident-exit-modal .exit-modal {
  max-width: 430px;
}

.v7.incidents .container .incidents__tools {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.v7.incidents .container .incidents .v7-button {
  padding: 0 20px;
  margin-left: 20px;
  color: #ffffff;
}

.v7.incidents .container .incidents__tools .v7-button .fa {
  margin-right: 7px;
}

.v7.incidents .container .incidents__tools .v7-button:first-of-type {
  border-color: #4b03dd;
}

.v7.incidents .container .incidents__tools .v7-button:first-of-type .fa {
  color: #5176ec;
}

.v7.incidents .container .incidents__tools .v7-button:last-of-type {
  border-color: #f82e67;
}

.v7.incidents .container .incidents__tools .v7-button:last-of-type .fa {
  color: #f82e67;
}

.v7.incidents .container .incidents__tools .v7-button:disabled {
  border-color: #3c394f;
  color: #3c394f;
}

.v7.incidents .container .incidents__tools .v7-button:disabled .fa {
  color: #3c394f;
}

.v7-button.pink-rounded-incident {
  background-color: #f82e67;
  font-weight: 500;
  border-radius: 30px;
  min-height: 42px;
  min-width: 177px;
  line-height: 42px;
  color: #ffffff;
  box-shadow: 0 6px 13px 0px rgba(0, 0, 0, 0.77);
  position: absolute;
  top: opx;
  right: 80px;
}

.incident-auto-td {
  width: auto;
}

.v7-button.transparent.pink {
  border-color: #f82e67;
  color: #ffffff;
}

.v7-button.transparent.pink:disabled {
  background-color: transparent;
  border-color: #3c394f;
  color: #3c394f;
}

.small-purple {
  color: #ada7d4;
  font-size: 13px;
  display: flex;
  width: auto;
}

.container.form-create-case {
  height: 694px;
  width: 1381px;
  border-radius: 14px 14px 0 0;
  background-color: #242427;
}

.container.button-solid-purple {
  height: 39px;
  width: 165px;
}

.form-create-case .rectangle {
  box-sizing: border-box;
  height: 58px;
  width: 244px;
  border: 1px solid #313139;
  border-radius: 10px;
  background-color: #141416;
}

.form-create-case .dropdown {
  height: 58px;
  width: 244px;
}

.label-select-create-case {
  height: 22px;
  width: 79px;
  color: #FEFEFE;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 22px;
}

.box {
  box-sizing: border-box;
  min-height: 1600px;
  height: auto;
  width: 1381px;
  background-color: #141416;
  box-shadow: 0 6px 35px 0 rgba(19, 0, 57, 0.32);
  border-radius: 14px 14px 0 0;
  background-color: #141416;
  position: absolute;
  left: 50px;
  z-index: 100;
}

.box .form-create-case {
  height: 694px;
  width: 1381px;
  border-radius: 14px 14px 0 0;
  background-color: #242427;
  z-index: 99999;
}

.box .title-head {
  padding-right: 28px;
  padding-top: 5.5px;
  padding-bottom: 40px;
}

.box .form-create-case .content-fields-first {
  padding-left: 200px;
}

.box .form-create-case .content-fields .row-field {
  border: solid thin green;
}

.box .form-create-case .dark-form .content-fields-first .rectangle {
  box-sizing: border-box;
  height: 54px;
  width: 410px;
  border: 1px solid #313139;
  border-radius: 10px;
  background-color: #141416;
  display: inline-flex;
  margin: 10px;
  vertical-align: middle;
}

.box .form-create-case .dark-form .content-fields-first .rectangle .label-select-create-case {
  height: 54px;
  width: 106px;
  color: #FEFEFE;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 22px;
  vertical-align: bottom;
  padding-left: 18px;
  padding-top: 16px;
  padding-right: 5px;
}

.box .form-create-case .dark-form .content-fields .label-select-create-case-single {
  height: 15px;
  width: 300px;
  color: #ADA7D4;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 2.4px;
  line-height: 15px;
  padding-left: 4px;
}

.box .form-create-case .dark-form .content-fields-first .rectangle .dropdown {
  height: 50px;
  width: 280px !important;
  border: 0px;
}

.box .form-create-case .content-fields {
  padding-left: 209px;
}

.box .form-create-case .content-fields .inputs-empty {
  height: 81px;
  width: 842px;
}

.box .form-create-case .content-fields .optional {
  height: 16px;
  width: 59px;
  color: #9B9BAE;
  font-family: Montserrat;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.19px;
  line-height: 16px;
}

.box .form-create-case .content-fields .textarea-optional {
  height: 121px;
  width: 842px;
}

.box .form-create-case .content-fields .icons-plus-icons-attachment {
  height: 18px;
  width: 18px;
  color: #00b6ff;
}

.box .form-create-case .content-fields .inputs-empty .button-attachment {
  height: 39px;
  width: 195px;
  border-radius: 20px;
  background-color: #2E3036;
  border: 0px;
}

.box .form-create-case .content-fields .inputs-empty .button-title {
  height: 18px;
  width: 119px;
  color: #FFFFFF;
  font-family: Montserrat;
  font-size: 13px;
  letter-spacing: 0.65px;
  line-height: 18px;
}

.box .form-create-case .dark-form .content-fields-first .rectangle .dropdown .btn-selector {
  background-color: #141416;
  height: 50px;
  width: 280px;
  color: #9B9BAE;
  font-family: Montserrat;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.21px;
  line-height: 19px;
  border: 0px;
  padding-top: 8px;
}

.box .form-create-case .dark-form .content-fields-first .rectangle .dropdown .imgoption {
  z-index: 99999 !important;
  border: solid thin red !important;
}

.box .form-create-case .dark-form .content-fields-first .rectangle .dropdown .dropdown-menu {
  background-color: #374851;
  padding: 0;
  margin: 0;
  border: 0;
  width: 100%;
}

.box .form-create-case .dark-form .content-fields-first .rectangle .dropdown .dropdown-menu ul {
  background-color: #374851;
}

.box .form-create-case .dark-form .content-fields-first .rectangle .dropdown .dropdown-menu li {
  padding: 7px 26px;
  list-style: none;
  background-color: #374851;
}

.box .form-create-case .dark-form .content-fields-first .rectangle .dropdown .dropdown-menu li a {
  cursor: pointer;
  padding: 15px 25px;
  background-color: #374851;
  color: #fff;
  border-top: 1px solid #5f6c73;
}

.box .form-create-case .dark-form .content-fields-first .rectangle .dropdown .dropdown-menu li a:hover {
  background-color: #5bc0de;
}

.box .form-create-case .dark-form .content-fields-first .rectangle .dropdown .dropdown-menu li a.selected {
  background-color: #0a5a78;
}

.position-down-angle {
  padding-top: 4px;
  color: #40cbe4;
  float: right;
}

.imgurlicon {
  position: absolute;
  right: 25px;
}

.box .form-create-case .dark-form .content-issues {
  height: 439px;
  width: 888px;
  position: absolute;
  left: 209px;
}

.box .form-create-case .dark-form .content-field-issues {
  box-sizing: border-box;
  min-height: 712px;
  height: auto;
  width: 988px;
  border: 1px solid #606573;
  border-radius: 16px;
  padding-left: 60px;
  padding-top: 50px;
  padding-right: 60px;
  padding-bottom: 60px;
}

.box .form-create-case .dark-form .content-field-issues .content-issue-option {
  position: absolute;
  left: 32px;
  width: 830px;
  padding-top: 20px;
  display: flex;
  flex-flow: row wrap;
}

.box .form-create-case .dark-form .content-issues .title-head-issues {
  height: 60px;
  width: 355px;
  color: #FFFFFF;
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.34px;
  line-height: 29px;
  padding-top: 40px;
  padding-bottom: 60px;
  padding-left: 20px;
}

.box .form-create-case .dark-form .content-issues .title-sub-head-issues {
  height: 15px;
  width: 112px;
  color: #ADA7D4;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 2.4px;
  line-height: 15px;
}

.box .form-create-case .dark-form .content-field-issues .content-issue-option .rectangle-issue-option {
  box-sizing: border-box;
  height: 41px;
  width: 170px;
  border: 1px solid #666186;
  border-radius: 4px;
  padding-left: 17.23px;
  padding-right: 17.23px;
  padding-top: 6.5px;
  padding-bottom: 7px;
  vertical-align: center;
  text-align: center;
  margin: 10px;
}

.box .form-create-case .dark-form .content-field-issues .content-issue-option .rectangle-issue-option .text-issue-option {
  height: 18px;
  width: 105px;
  color: #FFFFFF;
  font-family: Montserrat;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.65px;
  line-height: 18px;
}

.box .form-create-case .dark-form .content-issues .title-sub-head-location {
  height: 15px;
  width: 112px;
  color: #ADA7D4;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 2.4px;
  line-height: 15px;
  border: solid thin red;
}

.box .form-create-case .dark-form .title-end {
  padding-left: 30px;
  position: absolute;
  left: 150px;
  bottom: 30px;
  width: 912px;
}

.box .form-create-case .dark-form .title-end .btn-save-case {
  height: 39px;
  width: 165px;
  color: #ffffff;
  margin-top: 23px;
  margin-left: 28px;
  border-radius: 20px;
  background-color: #4B03DD;
}

.box .section-margin-bottom .rectangle-form-issue .dropdown .btn-selector {
  background-color: #141416;
  height: 50px;
  width: 310px;
  color: #9B9BAE;
  font-family: Montserrat;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.21px;
  line-height: 19px;
  border: 0px;
}

.box .section-margin-bottom .rectangle-form-issue .dropdown .dropdown-menu {
  background-color: #374851;
  padding: 0;
  margin: 0;
  border: 0;
  width: 100%;
}

.box .section-margin-bottom .rectangle-form-issue .dropdown .dropdown-menu ul {
  background-color: #374851;
}

.box .section-margin-bottom .rectangle-form-issue .dropdown .dropdown-menu li {
  padding: 7px 26px;
  list-style: none;
  background-color: #374851;
}

.box .section-margin-bottom .rectangle-form-issue .dropdown .dropdown-menu li a {
  cursor: pointer;
  padding: 15px 25px;
  background-color: #374851;
  color: #fff;
  border-top: 1px solid #5f6c73;
}

.box .section-margin-bottom .rectangle-form-issue .dropdown .dropdown-menu li a:hover {
  background-color: #5bc0de;
}

.box .section-margin-bottom .rectangle-form-issue .dropdown .dropdown-menu li a.selected {
  background-color: #0a5a78;
}

.notifications__tools .dropdown-search__container {
  overflow: auto;
  padding: 0px 20px 10px 0;
}

.notifications__tools .dropdown-search__container ul {
  list-style-type: none;
  padding: 20px 40px;
  border-bottom: 1px solid #32333c;
  margin-bottom: 0;
}

.notifications__tools .dropdown-search__container ul li {
  padding-bottom: 9px;
}

.notifications__tools .dropdown-search__container {
  position: absolute;
  max-height: 760px;
  background-color: #242427;
  box-shadow: -3px 8px 95px 2px rgba(21, 0, 64, 0.44);
  left: -160px;
  right: -10px;
  top: 38px;
  border-top: 1px solid #4b03dd;
  z-index: 1000;
  border: solid #4b03dd;
  border-radius: 30px;
}

.notifications__tools .dropdown-search__container ul li span {
  cursor: pointer;
}

.notifications__tools .dropdown-search__container ul li p {
  font-size: 12px;
  font-weight: 500;
  color: #818191;
  text-transform: uppercase;
  cursor: pointer;
  display: inline-block;
}

.notifications__tools .dropdown-search__container ul li:first-of-type p {
  cursor: default;
}

.notifications__tools .dropdown-search__container ul li .tag {
  cursor: pointer;
  height: 28px;
  padding: 0px 15px;
  border-radius: 5px;
  border: 1px solid #3c394f;
  line-height: 27px;
  color: #ffffff;
  font-weight: 500;
}

.button-red-event {
  padding-top: 10px;
  font-weight: normal;
  background: #f82e67;
  border: 1px solid #f82e67;
  color: #ffffff;
}

.buttons-del-export {
  position: relative;
  top: -10px;
}

.min-height-30 {
  min-height: 30px;
}

.add-child {
  border: solid 1px #565662;
  border-radius: 15px;
}

.add-child .row {
  margin-left: 0px;
  margin-right: 0px;
}

.child-container {
  background: #000000;
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 5px;
}

.child-container .step-delete-inside {
  border-radius: 44%;
  border: 1px solid #3c394f;
  padding: 13px;
  background: #242427;
  cursor: pointer;
  width: 43px;
}

.incident-manager-detail {
  background-color: #141416;
  min-height: 794px;
  max-height: 794px;
  position: relative;
  z-index: 20;
  margin-left: 110px;
  padding-right: 0px;
  margin-right: 20px;
  border-radius: 20px;
  overflow: auto;
}

.incident-manager-detail .form-control[disabled] {
  background-color: #141416;
}

.incident-manager-detail p {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1.3px;
  line-height: 20px;
}

.incident-manager-detail .pink-option {
  background-color: #f82e67 !important;
}

.incident-manager-detail .blue-option {
  background-color: #4b03dd !important;
}

.incident-manager-detail .max-height {
  height: 794px;
}

.incident-manager-detail .closed .v7-checkbox:checked+label::after {
  color: #565662;
}

.incident-manager-detail .no-pading-right {
  padding-right: 0px;
}

.incident-manager-detail .no-pading-left {
  padding-left: 0px;
}

.incident-manager-detail .row {
  margin-left: 0px;
  margin-right: 0px;
}

.incident-manager-detail .purple-dark-color {
  color: #6161fa;
  font-weight: bold;
}

.incident-manager-detail .purple-white-color {
  color: #ada7d4;
  font-weight: 600;
}

.incident-manager-detail .m-bottom-5 {
  margin-bottom: 5px;
}

.incident-manager-detail .m-top-15 {
  margin-top: 15px;
}

.incident-manager-detail .m-bottom-15 {
  margin-bottom: 15px;
}

.incident-manager-detail h3 {
  font-size: 24px;
  letter-spacing: 0.31px;
  font-weight: 400;
}

.incident-manager-detail hr {
  border-radius: 25px;
}

.incident-manager-detail .line {
  text-decoration: line-through;
  color: #fff;
}

.incident-manager-detail label {
  text-transform: none;
  overflow-wrap: anywhere;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.4px;
  line-height: 22px;
}

.incident-manager-detail circle {
  stroke-width: 5px;
}

.incident-manager-detail svg {
  rotate: -90deg;
}

.incident-manager-detail .progress-bar {
  display: flex;
  background-color: unset;
  width: 100%;
}

.incident-manager-detail .v7-button.purple {
  box-shadow: 0 6px 13px 0px rgba(0, 0, 0, 0.77);
  margin-left: 25px;
}

.incident-manager-detail .black-button {
  padding-bottom: 10px;
}

.incident-manager-detail textarea {
  background-color: #141416;
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  width: 100%;
  color: white;
}

.incident-manager-detail .procedure-filter {
  border: solid 1px #565662;
  border-radius: 15px;
  margin-top: 30px;
  background-color: #242427;
}

.incident-manager-detail .container-footer {
  padding-bottom: 23px;
}

.incident-manager-detail .delete-image:hover {
  border: solid 1px red;
  border-radius: 10px;
}

.incident-manager-detail .send-email:hover {
  border: solid 1px #4b03dd;
  border-radius: 10px;
}

.incident-manager-detail .delete-image,
.incident-manager-detail .send-email {
  padding: 8px;
}

.incident-manager-detail .task-status {
  position: absolute;
  right: 61px;
  bottom: 45px;
}

.incident-manager-detail .task-status-checkbox {
  position: absolute;
  cursor: pointer;
  right: 185px;
  bottom: 48px;
}

.incident-manager-detail .incident-manager-detail {
  position: absolute;
  right: 185px;
  bottom: 48px;
  width: 13px;
  border: 1px solid #ada7d4;
  border-radius: 3px;
  cursor: pointer;
  margin-bottom: 0;
  line-height: normal;
}

.incident-manager-detail .completed {
  color: #32cd32;
}

.incident-manager-detail .incompleted {
  color: #ff2e67;
}

.incident-manager-detail .task-type-container {
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 25px;
  padding-bottom: 25px;
}

.incident-manager-detail .task-type-container .task-type-item {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-top: 25px;
  background-color: #141416;
  border: solid 1px #565662;
  border-radius: 25px;
}

.incident-manager-detail .name {
  padding-top: 25px;
  padding-bottom: 25px;
}

.incident-manager-detail .left-container {
  border-right: solid 1px #565662;
}

.incident-manager-detail .incident-detail {
  min-height: 180px;
  max-height: 330px;
  border-bottom: solid 1.5px #565662;
  padding-left: 15px;
}

.incident-manager-detail .incident-detail .severity-icon {
  position: absolute;
  top: 20px;
}

.incident-manager-detail .incident-detail h3 {
  padding-left: 37px;
}

.incident-manager-detail .incident-detail .time-remaing {
  min-height: 160px;
}

.incident-manager-detail .incident-issues {
  min-height: 387px;
}

.incident-manager-detail .incident-issues .issues {
  padding-left: 25px;
  min-height: 80px;
  display: flex !important;
  min-width: 300px !important;
}

.incident-manager-detail .incident-issues .issues span {
  position: relative;
  top: 25px;
  font-size: 20px;
  line-height: 24px;
}

.incident-manager-detail .incident-issues .issues .img-right {
  width: 80px;
  position: absolute;
  right: 25px;
  padding-top: 13px;
}

.incident-manager-detail .incident-issues .issues-container {
  max-height: 346px;
  overflow: auto;
}

.incident-manager-detail .incident-issues .issues-container .issue-icon {
  width: 11px;
  position: absolute;
}

.incident-manager-detail .incident-issues .issues-container .issue-row {
  margin-left: 25px;
}

.incident-manager-detail .incident-issues .issue,
.incident-manager-detail .incident-issues .all-issues {
  min-height: 80px;
  padding: 20px 10px;
  border-bottom: 1px solid #333340;
  position: relative;
}

.incident-manager-detail .incident-issues .all-issues {
  background: #333340;
}

.incident-manager-detail .incident-issues .all-issues .white-line-parent {
  width: 11px;
  position: absolute;
  margin-left: -17.5px;
  margin-top: -4px;
}

.incident-manager-detail .incident-issues .all-issues .white-line-data {
  margin-left: 25px;
}

.incident-manager-detail .incident-issues .--all {
  color: #FFFFFF;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1.5px;
  line-height: 19px;
}

.incident-manager-detail .incident-issues .--all img {
  max-width: 15px;
}

.incident-manager-detail .incident-issues .--status {
  color: #9B9BAE;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.4px;
  line-height: 16px;
}

.incident-manager-detail .incident-issues .--complete {
  color: #33E2FF;
}

.incident-manager-detail .incident-issues .--time {
  color: #FFF;
}

.incident-manager-detail .white-line-2:after {
  z-index: 1;
  position: absolute;
  width: 1.5px;
  content: " ";
  background-color: #fff;
  top: 0;
  bottom: 0;
  left: 0px;
}

.incident-manager-detail .white-list {
  position: absolute;
  background: white;
  height: 100%;
  width: 3px;
  overflow: hidden;
}

.incident-manager-detail .incident-top {
  min-height: 100px;
  border-bottom: solid 1.5px #565662;
  position: relative;
}

.incident-manager-detail .incident-top #note .--note-btn {
  margin-top: 28px;
  width: 270px;
  border-radius: 6px;
  background-color: #3F3D4F;
  height: 47px;
}

.incident-manager-detail .incident-top #note .--note-btn .--note {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1.4px;
  line-height: 18px;
  padding: 15px;
}

.incident-manager-detail .incident-top #users {
  margin-top: 28px;
}

.incident-manager-detail .incident-top #users .users-list {
  display: inline-block;
  padding: 8px;
  border-radius: 50%;
  position: relative;
  margin-right: -10px;
  background-color: #333340;
  z-index: 2;
  border: 2px solid #7D44FC;
  cursor: pointer;
}

.incident-manager-detail .incident-top #users .users-list:first-child {
  background: #7D44FC;
  z-index: 3;
}

.incident-manager-detail .incident-top #users .users-list-plus {
  background: transparent;
  border-style: dotted;
  border-color: white;
  z-index: 1;
  cursor: pointer;
  opacity: 0.5;
}

.incident-manager-detail .incident-top #users-list {
  position: absolute;
  background: #000;
  margin-top: 50px;
  margin-left: -30px;
  width: 290px;
  text-align: center;
  border-radius: 10px;
  z-index: 9;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(75, 3, 221, 0.1) 0px 8px 24px, rgba(75, 3, 221, 0.1) 0px 16px 56px;
  padding-left: 10px;
}

.incident-manager-detail .incident-top #users-list .serach {
  border-bottom: 1px solid #4b03dd;
  margin-bottom: 10px;
  width: 270px;
}

.incident-manager-detail .incident-top #users-list .serach i {
  display: inline-block;
}

.incident-manager-detail .incident-top #users-list .serach input {
  height: 30px;
  border: none;
  display: inline-block;
  width: 250px;
}

.incident-manager-detail .incident-top #users-list .serach .x {
  position: absolute;
  top: 0;
  right: 7px;
  margin: 4px 8px 0px 0px;
  cursor: pointer;
}

.incident-manager-detail .incident-top #users-list .list {
  text-align: left;
  overflow-y: scroll;
  max-height: 100px;
}

.incident-manager-detail .incident-top #users-list .list ul {
  margin-bottom: 0px;
  list-style-type: none;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.65px;
  line-height: 18px;
  /*color:#999999;*/
  padding-inline-start: 10px;
  margin-top: 10px;
}

.incident-manager-detail .incident-top #users-list .list ul li {
  margin-bottom: 5px;
  cursor: pointer;
}

.incident-manager-detail .incident-top .form-group {
  padding-top: 25px;
}

.incident-manager-detail .incident-top .form-group .form-control {
  min-height: 50px;
}

.incident-manager-detail .incident-top select {
  padding-left: 20px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1.4px;
  line-height: 18px;
  max-width: 200px;
}

.incident-manager-detail .incident-top #x-button {
  position: absolute;
  right: 0;
  top: 0;
  height: 57px;
  width: 57px;
  border-radius: 0 14px 0 0;
  background-color: #565662;
  margin-right: -15px;
  color: #ffffff;
  cursor: pointer;
}

.incident-manager-detail .incident-top #x-button .--button {
  font-size: 28px;
  text-align: center;
  padding-top: 8px;
  font-weight: 500;
}

.incident-manager-detail .incident-top .delete-admin {
  position: absolute;
  left: -250px;
  width: 200px;
  height: 100px;
  align-content: center;
}

.incident-manager-detail .incident-top .delete-admin .delete-admin-img {
  position: absolute;
  top: 16px;
  left: 35px;
  margin-top: -15px;
  margin-right: 0px;
  border: 1px solid #3c394f;
  padding: 13px;
  background: #242427;
  cursor: pointer;
  width: 43px;
  opacity: 0.8;
}

.incident-manager-detail .incident-top .delete-admin .delete-admin-img:hover {
  opacity: 1;
}

.incident-manager-detail .incident-top .delete-admin .cancel-delete {
  position: absolute;
  top: 16px;
  left: 115px;
  cursor: pointer;
}

.incident-manager-detail .incident-top .delete-admin .delete-text-user {
  align-content: center;
  position: absolute;
  top: 60px;
}

.incident-manager-detail .incident-steps {
  min-height: 660px;
  padding-left: 31px;
  padding-right: 31px;
  max-height: 694px;
  overflow: auto;
}

.incident-manager-detail .incident-steps .sub-modal-container {
  height: auto !important;
  max-height: 380px;
  min-height: 220px;
  width: 300px;
  background: #000;
  left: 0;
  top: 40px;
  z-index: 99;
  box-shadow: 1px 3px 7px #4b03dd;
  position: absolute;
}

.incident-manager-detail .incident-steps .sub-modal-container .fa-search {
  margin-top: 13px;
}

.incident-manager-detail .incident-steps .sub-modal-container .sub-modal-search {
  padding-left: 48px;
  padding-right: 55px;
  margin: 0;
  border: none;
  background-color: #000000;
  color: #ffffff;
  position: relative;
  height: 40px;
  border-radius: 8px;
}

.incident-manager-detail .incident-steps .delete-img {
  position: absolute !important;
  left: 80px !important;
  top: 2px !important;
  height: 20px;
}

.incident-manager-detail .incident-steps .delete-img-facility {
  position: absolute !important;
  left: 40px !important;
  top: 10px !important;
  height: 20px;
}

.incident-manager-detail .incident-steps .step .step-container {
  border-bottom: solid 1.5px #565662;
  padding-bottom: 25px;
}

.incident-manager-detail .incident-steps .step .v7-button {
  margin-top: 20px;
}

.incident-manager-detail .incident-steps .step .v7-button img {
  width: 20px;
  margin-left: -10px;
  margin-right: 10px;
}

.incident-manager-detail .incident-steps .step .item_selected {
  padding-left: 30px;
  min-height: 40px;
  background-color: black;
  padding-top: 10px;
  padding-right: 0px;
  margin-top: 5px;
  margin-right: 5px;
  border-radius: 11px;
}

.incident-manager-detail .incident-steps .step .item_selected img {
  position: absolute;
  left: 8px;
  top: 10px;
  height: 20px;
}

.incident-manager-detail .incident-steps .step .percentage {
  padding-bottom: 25px;
  margin-top: 25px;
}

.incident-manager-detail .incident-steps .step .percentage span {
  position: absolute;
  top: 22px;
  left: 28px;
  font-size: 16px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1.3px;
  line-height: 20px;
}

.incident-manager-detail .incident-steps .step .percentage-data {
  margin-top: 15px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1.3px;
  line-height: 20px;
}

.incident-manager-detail .incident-steps .step .new-task {
  margin-top: 18px;
}

.incident-manager-detail .incident-steps .step .task-container {
  background-color: #242427;
  border-radius: 20px;
  border: solid 1px #565662;
}

.incident-manager-detail .incident-steps .step .task-container h3 {
  background-color: #242427 !important;
  padding-left: 32px;
}

.incident-manager-detail .incident-steps .step .task-container .task {
  padding-top: 23px;
}

.incident-manager-detail .incident-steps .step .task-container .task .subtask {
  padding-left: 37px;
  padding-top: 10px;
  padding-bottom: 5px;
}

.incident-manager-detail .incident-steps .step .task-container .task-footer {
  padding: 20px 23px;
}

.incident-manager-detail .incident-steps .step .task-container .header {
  padding: 20px 23px;
  border-bottom: solid 1.5px #565662;
}

.incident-manager-detail .incident-steps .step .task-container .header .hedaer-text {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.26px;
  line-height: 26px;
}

.incident-manager-detail .incident-steps .step .task-container .v7-checkbox+label::before {
  margin-right: 12px;
}

.incident-manager-detail .incident-timeline {
  min-height: 694px;
  border-left: solid 1px #565662;
}

.incident-manager-detail .incident-timeline .add-message {
  padding-left: 18px;
}

.incident-manager-detail .incident-timeline .add-message textarea {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border: solid 1px #565662;
}

.incident-manager-detail .incident-timeline .avatar-wrapper {
  position: absolute;
  left: -19px;
  top: 15px;
}

.incident-manager-detail .incident-timeline .timelines-container {
  max-height: 450px;
  overflow: auto;
  overflow-wrap: break-word;
  padding-left: 18px;
}

.incident-manager-detail .incident-timeline .timelines-container .timeline-item {
  min-height: 102px;
  padding-top: 25px;
  padding-left: 25px;
  padding-right: 0px;
  padding-bottom: 25px;
  border-left: solid 1px #565662;
}

.incident-manager-detail .incident-timeline .timelines-container .timeline-item .list-item img {
  position: absolute;
  left: -15px;
  background-color: #141416;
  width: 25px;
}

.incident-manager-detail .incident-timeline .timelines-container .timeline-item .date {
  padding-top: 15px;
  color: #767689;
  font-size: 11px;
  letter-spacing: 0.28px;
  line-height: 16px;
}

.incident-manager-detail .incident-timeline .timelines-container .timeline-item .message {
  font-size: 13px;
  letter-spacing: 1.3px;
  line-height: 20px span;
  line-height-word-break: break-all;
}

#CloseEventModal .modal-dialog {
  max-width: 480px;
}

#CloseEventModal .modal-content {
  background-color: #333340;
}

#CloseEventModal .modal-body {
  padding: 50px;
}

#CloseEventModal .modal-body h3 {
  font-size: 24px;
  letter-spacing: 0.31px;
  font-weight: 400;
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}

#CloseEventModal .modal-body .purple-dark-color {
  color: #6161fa;
  font-weight: bold;
}

#CloseEventModal .modal-body .white-dark-color {
  color: #9b96be;
  font-weight: bold;
}

#CloseEventModal .note-text {
  color: #9da3b5;
  padding-top: 20px;
  margin-bottom: -15px;
  font-weight: 600;
}

#CloseEventModal textarea {
  margin-bottom: 40px;
}

#CloseEventModal .modal-footer2 {
  text-align: right;
  margin-bottom: 20px;
  padding-top: 20px;
  margin-right: 65px;
}

#CloseEventModal .x-button {
  position: absolute;
  right: 0;
  top: 0;
  background: #565662;
  padding: 10px 20px;
  font-size: 22px;
  border-radius: 0px 16px 0px 0px;
  z-index: 1;
  cursor: pointer;
}

.modal_event_details .modal-dialog {
  max-width: 580px;
}

.modal_event_details .modal-content {
  background-color: #333340;
}

.modal_event_details .modal-body {
  padding-top: 51px;
  padding-left: 0px;
}

.modal_event_details .modal-body .task-container {
  width: 558px;
  background-color: #242427;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border: solid 1px #565662;
}

.modal_event_details .modal-body .task-container h3 {
  background-color: #242427 !important;
  padding-left: 32px;
}

.modal_event_details .modal-body .task-container .task {
  padding-top: 23px;
}

.modal_event_details .modal-body .task-container .task .subtask {
  padding-left: 37px;
  padding-top: 10px;
  padding-bottom: 5px;
}

.modal_event_details .modal-body .task-container .task-footer {
  padding: 20px 23px;
}

.modal_event_details .modal-body .task-container .header {
  padding: 20px 23px;
  border-bottom: solid 1.5px #565662;
}

.modal_event_details .modal-body .task-container .header .hedaer-text {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.26px;
  line-height: 26px;
}

.modal_event_details .modal-body .task-container .v7-checkbox+label::before {
  margin-right: 12px;
}

.modal_event_details .modal-body .procedure-filter {
  width: 558px;
  background-color: #242427;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border: solid 1px #565662;
}

.modal_event_details .modal-body .procedure-filter .row {
  margin: 0px;
}

.modal_event_details .modal-body .item_selected {
  padding-left: 30px;
  min-height: 40px;
  background-color: black;
  padding-top: 10px;
  padding-right: 0px;
  margin-top: 5px;
  margin-right: 5px;
  border-radius: 11px;
}

.modal_event_details .modal-body .item_selected img {
  position: absolute;
  left: 8px;
  top: 10px;
  height: 20px;
}

.modal_event_details .modal-body .container-footer {
  padding-top: 23px;
  padding-bottom: 23px;
}

.modal_event_details .x-button {
  position: absolute;
  right: 0;
  top: 0;
  background: #565662;
  padding: 10px 20px;
  font-size: 22px;
  border-radius: 0px 16px 0px 0px;
  z-index: 1;
  cursor: pointer;
}

.float-left {
  float: left;
}

#EmailEventModal .form-control[disabled] {
  background-color: black;
}

#EmailEventModal .email-body.preview-mode .trumbowyg-editor {
  min-height: 595px;
}

#EmailEventModal .email-body {
  min-height: 570px;
}

#EmailEventModal .email-body .trumbowyg-button-pane {
  position: absolute;
  top: -33px;
}

#EmailEventModal .email-body .trumbowyg-editor {
  position: absolute;
  top: 10px;
  min-height: 335px;
  background-color: black;
}

#EmailEventModal .email-body .btn-add-file {
  display: inline-block;
  width: 35px;
  height: 35px;
  padding: 1px 6px !important;
  margin-bottom: 1px;
  overflow: hidden;
  border: none;
  cursor: pointer;
  background: 0 0;
  vertical-align: middle;
  transition: background-color 150ms, opacity 150ms;
  background-color: black;
  border-radius: 9px;
  position: relative;
  left: 363px;
  z-index: 99;
  top: 24px;
}

#EmailEventModal .file-attached {
  background-color: black;
  min-height: 33px;
  padding-top: 5px;
  margin-top: 24px;
  border: solid 1px white;
  border-radius: 12px;
  margin-left: 15px;
}

#EmailEventModal .file-attached img {
  max-width: 20px;
  min-width: 20px;
}

#EmailEventModal .email-attachment {
  margin-left: 0px;
  margin-right: 0px;
}

#EmailEventModal .modal-dialog {
  max-width: 1000px;
}

#EmailEventModal .email-subject-to {
  padding-left: 15px;
  padding-right: 15px;
}

#EmailEventModal .email-to {
  border: solid 1px #ccc;
  border-radius: 8px;
  background: black;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  min-height: 40px;
}

#EmailEventModal .email-to .recipient {
  padding-top: 8px;
  padding-left: 15px;
}

#EmailEventModal .modal-header {
  margin-bottom: 20px;
  background-color: #242427;
  border-radius: 10px 10px 0px 0px !important;
  border-bottom: 1px solid #242427;
  padding: 40px 20px 10px 20px;
  height: 120px;
}

#EmailEventModal .modal-content {
  background-color: #333340;
  max-height: 1500px;
}

#EmailEventModal .modal-body {
  top: -40px;
}

#EmailEventModal .modal-footer {
  margin-top: -70px;
  background-color: #333340;
  border-top: 1px solid #333340;
  border-radius: 0px 0px 10px 10px !important;
  text-align: center;
}

#EmailEventModal .x-button {
  position: absolute;
  right: 0;
  top: 0;
  background: #565662;
  padding: 10px 20px;
  font-size: 22px;
  border-radius: 0px 16px 0px 0px;
  z-index: 1;
  cursor: pointer;
}

.event-description .mini-crud-button {
  margin-right: 0px;
  border-radius: 44%;
  border: 1px solid #3c394f;
  padding: 13px;
  background: #242427;
  cursor: pointer;
  width: 41px;
  opacity: 0.8;
  vertical-align: middle;
  align: right;
  margin-left: 10px;
}

.event-detail-description .mini-crud-button {
  margin-right: 0px;
  border-radius: 44%;
  border: 1px solid #3c394f;
  padding: 13px;
  background: #242427;
  cursor: pointer;
  width: 41px;
  opacity: 0.8;
  vertical-align: middle;
  align: right;
  margin-left: 10px;
}

.event-description #incident-name-label {
  cursor: pointer;
}

.user-admin {
  position: relative;
  right: 150px;
  padding-left: 105px;
}

.file-attached-notification {
  background-color: black;
  min-height: 33px;
  padding-top: 5px;
  margin-top: -15px;
  border: solid 1px white;
  border-radius: 12px;
  margin-left: 15px;
  width: 280px;
  padding-left: 0px;
}

.file-attached-notification img {
  max-width: 20px;
  min-width: 20px;
}

.file-attached-notification .cuttext {
  width: 220px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: absolute;
}

.file-attached-notification .imgCloseFile {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 35px;
}

.procedure-manager-crud .email-body {
  min-height: 700px;
}

.procedure-manager-crud .email-body .trumbowyg-button-pane {
  position: absolute;
  top: 13px;
}

.procedure-manager-crud .email-body .trumbowyg-editor {
  position: absolute;
  top: 57px;
  min-height: 650px;
  background-color: black;
}

.procedure-manager-crud .email-body .btn-add-file {
  display: inline-block;
  width: 35px;
  height: 35px;
  padding: 1px 6px !important;
  margin-bottom: 1px;
  overflow: hidden;
  border: none;
  cursor: pointer;
  background: 0 0;
  vertical-align: middle;
  transition: background-color 150ms, opacity 150ms;
  background-color: black;
  border-radius: 9px;
  position: relative;
  left: 363px;
  z-index: 99;
  top: 50px;
}

.procedure-manager-crud .file-attached {
  background-color: black;
  min-height: 33px;
  padding-top: 5px;
  margin-top: 24px;
  border: solid 1px white;
  border-radius: 12px;
  margin-left: 15px;
}

.procedure-manager-crud .file-attached img {
  max-width: 20px;
  min-width: 20px;
}

/*general fixes*/
.llr-clear img.image-x:hover {
  cursor: pointer;
}

.scroll-submodal span.country-data {
  cursor: pointer;
}

#group-submodal {
  height: auto !important;
  max-height: 380px;
  min-height: 220px;
}

.without-margin {
  margin: 0;
}

.edit-emails-modal label {
  padding-left: 15px;
}

#incident-manager-create {
  background-color: #242427;
}

#incident-manager-create .cancel-btn {
  color: #ffffff;
  margin-top: 10px;
  display: block;
}

#incident-manager-create .save-btn {
  width: 120px;
  cursor: pointer;
}

#incident-manager-create select {
  width: 100%;
  background: #141416;
}

#incident-manager-create #add-step {
  padding: 0px 10px;
}

#incident-manager-create #add-step:hover {
  opacity: 0.8;
}

#incident-manager-create .child-buttons-menu {
  margin-top: 20px;
  margin-bottom: -20px;
}

#incident-manager-create .add-button {
  margin-right: 5px;
}

#incident-manager-create .add-button:hover {
  opacity: 0.8;
}

@media screen and (max-width: 640px) {
  #incident-manager-create .add-button {
    margin-bottom: 10px;
    margin-top: 0px;
  }
}

#incident-manager-create .move-up {
  width: 25px;
  height: 25px;
  position: absolute;
  left: 0px;
  transform: rotate(90deg);
  cursor: pointer;
}

#incident-manager-create .move-down {
  width: 25px;
  height: 25px;
  position: absolute;
  left: 0px;
  top: 27px;
  transform: rotate(-90deg);
  cursor: pointer;
}

#incident-manager-create .edit-task {
  position: absolute;
  left: 50px;
  width: 30px;
  height: 40px;
  cursor: pointer;
}

#incident-manager-create .task-body {
  padding-left: 100px;
  min-height: 50px;
  cursor: pointer;
}

#incident-manager-create .steps-list {
  border: 1px solid #3c394f;
  border-radius: 15px;
  padding: 20px;
  margin-top: 40px;
  position: relative;
}

#incident-manager-create .steps-list .organization-user {
  margin-top: -20px;
}

#incident-manager-create .steps-list .organization-user .dark-form input.input-dark {
  height: 48px;
}

#incident-manager-create .steps-list .step-name {
  position: absolute;
  top: 0;
  margin: -30px 0px 0px 5px;
  z-index: 1;
  padding: 0px 10px;
  background: #242427;
  text-transform: capitalize;
  font-weight: bold;
}

#incident-manager-create .steps-list .step-edit {
  right: 60px;
  position: absolute;
  margin-top: -32px;
  margin-right: -10px;
  border-radius: 50%;
  border: 1px solid #3c394f;
  padding: 10px 12px;
  background: #242427;
  cursor: pointer;
}

#incident-manager-create .steps-list .step-edit img {
  width: 20px;
  height: 20px;
}

#incident-manager-create .steps-list .step-delete {
  position: absolute;
  right: 0;
  margin-top: -32px;
  margin-right: -10px;
  border-radius: 50%;
  border: 1px solid #3c394f;
  padding: 10px 12px;
  background: #242427;
  cursor: pointer;
}

#incident-manager-create .steps-list .step-delete img {
  width: 15px;
}

#incident-manager-create .steps-list h3 {
  font-weight: 500;
}

#incident-manager-create .steps-list .step-delete-inside {
  position: absolute;
  top: 16px;
  left: 85px;
  margin-top: -15px;
  margin-right: 0px;
  border-radius: 44%;
  border: 1px solid #3c394f;
  padding: 13px;
  background: #242427;
  cursor: pointer;
  width: 43px;
}

#incident-manager-create .steps-list .step-edit-inside {
  position: absolute;
  top: 16px;
  left: 33px;
  margin-top: -15px;
  margin-right: 0px;
  border-radius: 44%;
  border: 1px solid #3c394f;
  padding: 10px;
  background: #242427;
  cursor: pointer;
  width: 42px;
  height: 45px;
}

#incident-manager-create .accordion-heder {
  background: #000000;
  border-radius: 8px;
  padding: 15px;
  position: relative;
  width: 100%;
}

#incident-manager-create .accordion-heder i {
  position: absolute;
  right: 0px;
  margin-right: 15px;
}

#incident-manager-create .add-email-button {
  width: 141px;
  margin-bottom: 10px;
}

#incident-manager-create .height-45px {
  height: 45px !important;
}

#incident-manager-create .hr-bottom {
  margin: 20px 0px;
}

#incident-manager-create .right-75 {
  padding-right: 75px;
}

.templates-error-block {
  color: #ff3267;
  font-size: 12px;
  margin-left: 5px;
  margin-top: 0px;
}

.red-art {
  color: #ff3267;
  font-size: 12px;
}

#editor {
  border-radius: 15px !important;
  border: solid 1px white !important;
}

.procedure-manager-crud .file-attached {
  background-color: black;
  min-height: 38px;
  padding-top: 8px;
  margin-top: 24px;
  border: solid 1px grey;
  border-radius: 12px;
  margin-left: 15px;
  min-width: 150px;
  width: 300px;
}

.procedure-manager-crud .file-attached .imgCloseFile {
  max-width: 20px;
  min-width: 20px;
  position: absolute;
  right: -10px;
}

.procedure-manager-crud .file-attached .imgFile {
  max-width: 20px;
  min-width: 20px;
  position: absolute;
  left: -7px;
}

.procedure-manager-crud .file-attached .cuttext {
  width: 220px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: absolute;
  left: -20px;
}

.file-attached {
  background-color: black;
  min-height: 38px;
  padding-top: 8px;
  margin-top: 24px;
  border: solid 1px grey;
  border-radius: 12px;
  margin-left: 15px;
  min-width: 150px;
  width: 300px;
}

.file-attached .imgCloseFile {
  max-width: 20px;
  min-width: 20px;
  position: absolute;
  right: -10px;
}

.file-attached .imgFile {
  max-width: 20px;
  min-width: 20px;
  position: absolute;
  left: -7px;
}

.file-attached .cuttext {
  width: 220px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: absolute;
  left: -20px;
}

.row .container-steps-buttons {
  width: 300px;
  display: flex;
}

.header .step-delete-inside {
  position: absolute;
  top: -25px;
  right: -100px;
  margin-top: -15px;
  margin-right: 0px;
  border-radius: 44%;
  border: 1px solid #3c394f;
  padding: 13px;
  background: #242427;
  cursor: pointer;
  width: 43px;
}

.mailEvent {
  position: absolute;
  align-items: center;
}

.mailEvent .modal-dialog .modal-content {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  width: 1400px !important;
  height: 900px !important;
  padding-bottom: 50px !important;
}

.mailEvent .modal-dialog .modal-footer {
  margin-top: 15px;
  padding: 130px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.trumbowyg-editor {
  border: none;
  min-height: 170px;
  height: 545px !important;
}

#threat-discover {
  height: 100%;
}

#threat-discover .global-threat-map {
  position: relative;
}

#threat-discover #aside {
  box-shadow: 0 11px 87px 15px rgba(63, 15, 159, 0.59);
  position: relative;
}

#threat-discover .aside-threat-discover .panel-body {
  border-radius: 8px;
}

#threat-discover .aside-threat-discover #threats_filters {
  min-height: 400px;
  background: #1f1f22;
  height: 100%;
  position: relative;
}

#threat-discover .aside-threat-discover #threats_filters .scroll {
  overflow-y: scroll;
  height: 85%;
}

#threat-discover .aside-threat-discover #threats_filters #discover-tabs {
  margin: 0px;
  padding: 0px;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
}

#threat-discover .aside-threat-discover #threats_filters #discover-tabs li {
  color: #818191;
}

#threat-discover .aside-threat-discover #threats_filters #discover-tabs li:hover {
  cursor: pointer;
  color: white;
}

#threat-discover .aside-threat-discover #threats_filters #discover-tabs li.active {
  border-bottom: 2px solid #ff2e67;
  color: white;
}

#threat-discover .aside-threat-discover #threats_filters .active_send_notif {
  background-color: #5176ec !important;
}

#threat-discover .aside-threat-discover #threats_filters #prepare-notif {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  border-radius: 10px;
  padding: 10px 20px;
}

#threat-discover .aside-threat-discover #threats_filters #prepare-notif h1.title {
  font-weight: bold;
}

#threat-discover .aside-threat-discover #threats_filters #prepare-notif .assets_container {
  background: #373941;
  border-radius: 15px;
  padding: 6px 20px;
}

#threat-discover .aside-threat-discover #threats_filters #prepare-notif .sub_title h3 {
  font-weight: bold;
  display: inline-block;
}

#threat-discover .aside-threat-discover #threats_filters #prepare-notif .sub_title span.counter {
  background: #666186;
  padding: 5px 10px;
  border-radius: 20px;
  float: right;
  margin-top: 10px;
}

#threat-discover .aside-threat-discover #threats_filters #prepare-notif ul {
  margin-left: -40px;
  margin-top: 15px;
}

#threat-discover .aside-threat-discover #threats_filters #prepare-notif ul li {
  list-style: none;
  background: black;
  padding: 10px 15px;
  border-radius: 10px;
  cursor: pointer;
  margin-bottom: 7px;
}

#threat-discover .aside-threat-discover #threats_filters #prepare-notif ul li .right-arrow {
  float: right;
  margin-right: 10px;
  width: 8px;
  height: auto;
}

#threat-discover .aside-threat-discover #threats_filters #prepare-notif ul li .layer-container {
  overflow-y: scroll !important;
  max-height: 300px;
  font-size: 12px;
  display: none;
  overflow: hidden;
  margin-top: 10px;
}

#threat-discover .aside-threat-discover #threats_filters #prepare-notif ul li .layer-container--list {
  margin-bottom: 5px;
}

#threat-discover .aside-threat-discover #threats_filters #prepare-notif ul li .layer-container--all {
  padding-bottom: 8px;
  margin-bottom: 15px;
  border-bottom: 2px solid #3a3a3a;
  width: 95%;
}

#threat-discover .aside-threat-discover #threats_filters #prepare-notif ul li .layer-container .layer_name {
  margin-left: 5px;
}

#threat-discover .aside-threat-discover #threats_filters #prepare-notif ul li .layer-container .pagination.pagination_notif {
  text-align: left;
  margin-left: -27px;
}

#threat-discover .aside-threat-discover #threats_filters #prepare-notif ul li .layer-container li.pagination_notif.ng-scope {
  font-size: 12px;
  margin: 0px !important;
  padding: 0px !important;
  margin-bottom: 20px !important;
}

#threat-discover .aside-threat-discover #threats_filters #prepare-notif .option_buttons {
  position: relative;
  margin-top: 40px;
}

#threat-discover .aside-threat-discover #threats_filters #prepare-notif .option_buttons #notif-assets-error {
  background: #5176ec;
  width: 200px;
  text-align: center;
  font-weight: bold;
  padding: 10px;
  border-radius: 10px;
  position: absolute;
  top: 0;
  right: 0;
  margin-top: -40px;
  margin-right: 5px;
  opacity: 0;
  transition: opacity 1s;
}

#threat-discover .aside-threat-discover #threats_filters #prepare-notif .option_buttons div {
  display: inline-block;
  width: 45%;
  text-align: center;
  padding: 10px;
  border-radius: 20px;
  cursor: pointer;
}

#threat-discover .aside-threat-discover #threats_filters #prepare-notif .option_buttons .active_send_btn {
  background: #4b03dd !important;
}

#threat-discover .aside-threat-discover #threats_filters #prepare-notif .option_buttons .send_btn {
  background: #666186;
}

#threat-discover .aside-threat-discover #threats_filters #prepare-notif .option_buttons .close_btn {
  border: 2px solid #9b9bae;
  margin-right: 5px;
}

#threat-discover .aside-threat-discover #threats_filters .slide__up {
  animation: slide-out-top 1.1s cubic-bezier(0.215, 0.61, 0, 1);
  top: 0;
  background: #252629;
}

@keyframes slide-out-top {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

#threat-discover .aside-threat-discover #threats_filters #kml-v8 div {
  margin-bottom: 15px;
}

#threat-discover .aside-threat-discover #threats_filters #kml-v8 button {
  margin-top: 15px;
  width: 100%;
}

#threat-discover .aside-threat-discover #threats_filters #kml-v8 .drag-file {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding-top: 25px;
  border: 1px dashed rgba(255, 255, 255, 0.4);
  border-radius: 3px;
  transition: 0.2s;
  height: 160px;
  text-align: center;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 400;
  padding-top: 15%;
  padding-left: 33%;
}

#threat-discover .aside-threat-discover #threats_filters #kml-v8 .drag-file:hover {
  background: rgba(255, 255, 255, 0.2);
}

#threat-discover .aside-threat-discover #threats_filters #kml-v8 .drag-file i {
  margin-right: 10px;
}

#threat-discover .aside-threat-discover #threats_filters #kml-v8 .drag-file::-webkit-file-upload-button {
  display: none;
}

#threat-discover .aside-threat-discover #threats_filters #kml-v8 .issue_on_kml {
  color: red;
  font-size: 18px;
}

#threat-discover .aside-threat-discover #threats_filters #layers-v8 {
  margin-top: 15px;
  display: block;
}

#threat-discover .aside-threat-discover #threats_filters #layers-v8 .live-layer {
  margin-right: 10px;
}

#threat-discover .aside-threat-discover #threats_filters #layers-v8 .hierarchy-filter .hierarchy-data-title {
  display: inline-block;
  width: 30%;
}

#threat-discover .aside-threat-discover #threats_filters #layers-v8 .hierarchy-filter .hierarchy-data-title .title {
  padding: 10px 8px;
  border-radius: 10px 0px 0px 10px;
  background-color: #141416;
  font-weight: 400;
  color: white;
}

#threat-discover .aside-threat-discover #threats_filters #layers-v8 .hierarchy-filter .hierarchy-data-search {
  display: inline-block;
  width: 68%;
  position: relative;
}

#threat-discover .aside-threat-discover #threats_filters #layers-v8 .hierarchy-filter .hierarchy-data-search .search-box-close {
  position: absolute;
  right: 0;
  margin-right: -8px;
  margin-top: -6px;
  padding: 3px 8px;
  background-color: #343440;
  border-radius: 15px;
  box-shadow: rgba(77, 51, 143, 0.35) 0px 5px 15px;
  cursor: pointer;
}

#threat-discover .aside-threat-discover #threats_filters #layers-v8 .hierarchy-filter .hierarchy-data-search .search-box {
  background-color: #141416;
  border: 0;
  border-radius: 0px 10px 10px 0px;
  color: #747482;
  margin-left: 1px;
  width: 100%;
}

#threat-discover .aside-threat-discover #threats_filters #layers-v8 .hierarchy-filter .hierarchy-data-search .results {
  position: absolute;
  background: #343440;
  border-radius: 10px;
  box-shadow: rgba(77, 51, 143, 0.35) 0px 5px 15px;
  z-index: 99;
  min-width: 120px;
}

#threat-discover .aside-threat-discover #threats_filters #layers-v8 .hierarchy-filter .hierarchy-data-search .results .select-all {
  padding: 13px;
  font-size: 12px;
  border-bottom: 1px solid #4d4b64;
  padding-bottom: 5px;
}

#threat-discover .aside-threat-discover #threats_filters #layers-v8 .hierarchy-filter .hierarchy-data-search .results ul {
  list-style-type: none;
  padding-top: -5px;
  padding-left: 40px;
  overflow-y: scroll;
  max-height: 140px;
}

#threat-discover .aside-threat-discover #threats_filters #layers-v8 .hierarchy-filter .hierarchy-data-search .results ul li {
  font-size: 11px;
}

#threat-discover .aside-threat-discover #threats_filters #layers-v8 .hierarchy-filter .hierarchy-data-search .results .v7-squared-three {
  margin-right: 3px;
}

#threat-discover .aside-threat-discover #threats_filters #layers-v8 .hierarchy-filter .hierarchy-data-search .results .ok {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
}

#threat-discover .aside-threat-discover #threats_filters #layers-v8 .hierarchy-filter .hierarchy-data-search .results .ok .button {
  background: #4b03dd;
  padding: 5px 15px;
  border-radius: 10px;
  font-size: 13px;
  margin-top: 10px;
  color: #a3a3a3;
}

#threat-discover .aside-threat-discover #threats_filters #layers-v8 .hierarchy-filter .hierarchy-data-search .results .ok .button:hover {
  color: #fff;
  cursor: pointer;
}

#threat-discover .aside-threat-discover #threats_filters #layers-v8 .hierarchy-filter .selected-up {
  margin-top: 20px;
  margin-bottom: 20px;
}

#threat-discover .aside-threat-discover #threats_filters #layers-v8 .hierarchy-filter .selected-up .selected {
  overflow-y: scroll;
  max-height: 120px;
  padding-top: 10px;
}

#threat-discover .aside-threat-discover #threats_filters #layers-v8 .hierarchy-filter .selected-up .selected .selected-detail {
  margin-left: 4px;
  margin-bottom: 8px;
  display: block;
}

#threat-discover .aside-threat-discover #threats_filters #layers-v8 .hierarchy-filter .selected-up .selected .selected-detail .clear-all {
  right: 0;
  font-size: 12px;
  text-decoration: underline;
  cursor: pointer;
  float: right;
}

#threat-discover .aside-threat-discover #threats_filters .v7-search {
  margin-top: 5px;
  position: relative;
  z-index: 5;
}

#threat-discover .aside-threat-discover #threats_filters .v7-search .option_selected {
  position: absolute;
  top: 0;
  z-index: 6;
  margin-left: 46px;
  margin-top: 10px;
  background-color: #000;
  font-size: 12.7px;
}

#threat-discover .aside-threat-discover #threats_filters .v7-search .close-input-image {
  position: absolute;
  left: 90%;
  z-index: 6;
  cursor: pointer;
}

#threat-discover .aside-threat-discover #threats_filters .v7-search .result-list {
  position: absolute;
  z-index: 4;
  background: #000;
  width: 100%;
  padding: 20px;
  margin-top: -5px;
  border-radius: 0px 0px 10px 10px;
  box-shadow: 1px 1px 7px #4b03dd;
  font-size: 13px;
  align-content: center;
  margin-top: 3px;
}

#threat-discover .aside-threat-discover #threats_filters .v7-search .result-list div {
  cursor: pointer;
  margin-bottom: 5px;
}

#threat-discover .aside-threat-discover #threats_filters .v7-search .result-list div span {
  opacity: 0.6;
}

#threat-discover .aside-threat-discover #threats_filters .results-detail-content {
  max-width: 70%;
  display: inline-block;
  overflow: hidden;
  height: 32px;
}

#threat-discover .aside-threat-discover #threats_filters #marker-input-image {
  position: absolute;
  top: 8px;
  left: 14px;
  max-width: 18px !important;
  z-index: 100;
}

#threat-discover .aside-threat-discover #threats_filters .m-top-45 {
  margin-top: 45px;
}

#threat-discover .aside-threat-discover #threats_filters .option {
  margin-top: 30px;
}

#threat-discover .aside-threat-discover #threats_filters .option .title {
  font-weight: 600;
  font-size: 12px;
  color: #61616e;
  display: inline-block;
}

#threat-discover .aside-threat-discover #threats_filters .option #all-impactzones {
  float: right;
  margin-top: 30px;
  margin-right: -25px;
}

#threat-discover .aside-threat-discover #threats_filters .option .impact-zone-title {
  display: inline-block;
  float: right;
  text-align: center;
  padding-top: -30px;
}

#threat-discover .aside-threat-discover #threats_filters .option .impact-risk-title {
  display: inline-block;
  float: left;
  text-align: center;
  padding-top: 20px;
}

#threat-discover .aside-threat-discover #threats_filters .option ul {
  color: #c9c9ca;
  list-style-type: none;
  margin-left: -38px;
}

#threat-discover .aside-threat-discover #threats_filters .option ul li {
  cursor: pointer;
  padding-top: 15px;
  font-size: 12px;
}

#threat-discover .aside-threat-discover #threats_filters .option ul li .v7-squared-three {
  margin-right: 10px;
  vertical-align: top;
}

#threat-discover .aside-threat-discover #threats_filters .option ul li .impact-zone-checkbox {
  float: right;
  margin-right: 8px;
}

#threat-discover .aside-threat-discover #threats_filters .option ul .counter {
  background: #666187;
  padding: 2px 10px;
  border-radius: 10px;
  font-size: 13px;
  margin-left: 15px;
}

#threat-discover .aside-threat-discover #threats_filters .option ul span.loading-msg {
  font-size: 12px;
  margin-left: 10px;
}

#threat-discover .aside-threat-discover #threats_filters .option ul .selected-content {
  margin-left: 26px;
}

#threat-discover .aside-threat-discover #threats_filters .option ul .selected-content .selected-detail {
  margin-top: 10px;
  display: inline-block;
}

#threat-discover .aside-threat-discover #threats_filters .option ul .selected-content .selected-detail .label-v7 {
  font-size: 12px;
}

#threat-discover .aside-threat-discover #threats_filters .option .more {
  padding-top: 15px;
  color: #c9c9ca;
  text-decoration: underline;
  margin-left: 28px;
  font-size: 12px;
  cursor: pointer;
}

#threat-discover .aside-threat-discover .loading_animation {
  animation: blink-animation 1s steps(5, start) infinite;
  -webkit-animation: blink-animation 1s steps(5, start) infinite;
}

#threat-discover .aside-threat-discover .pagination ul {
  margin-left: -12px !important;
}

#threat-discover .aside-threat-discover .pagination ul li {
  display: inline-block;
}

#threat-discover .aside-threat-discover .pagination ul li span {
  margin-right: 10px;
  margin-right: 5px;
  padding: 5px 7px;
  border: 1px solid #f82e67;
  background: #000;
  border-radius: 5px;
  font-size: 12px;
}

#threat-discover .aside-threat-discover .pagination ul .active {
  background: #333;
}

#threat-discover .map-container {
  height: 100%;
}

#threat-discover #map-canvas {
  height: 100%;
}

#threat-discover .shaking {
  animation: close-shaking 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}

@keyframes close-shaking {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }

  25% {
    transform: translate(5px, 5px) rotate(5deg);
  }

  50% {
    transform: translate(0, 0) rotate(0eg);
  }

  75% {
    transform: translate(-5px, 5px) rotate(-5deg);
  }

  100% {
    transform: translate(0, 0) rotate(0deg);
  }
}

#threat-discover .checkbox_disabled {
  background: #8b8b8b;
}

@-moz-keyframes blink-animation {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes blink-animation {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes blink-animation {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

#threat-discover #threats {
  overflow-x: scroll;
  width: 100%;
}

#threat-discover #threats .threats-plus {
  margin-left: -5px;
}

#threat-discover #threats .ul-threat-detail-container .li-threat-detail {
  padding-left: 22px;
  margin-top: -8px;
  font-size: 12px;
}

#threat-discover #expoert_btn_container {
  position: absolute;
  bottom: 0;
  margin-bottom: 20px;
  cursor: pointer;
}

#discover-send-notif {
  position: relative;
  bottom: 0;
  background-color: #484848;
  width: 100%;
  left: 0;
  height: 65px;
  font-size: 18px;
  padding-left: 30px;
  padding-top: 20px;
  -webkit-box-shadow: 0px -4px 3px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0px -4px 3px rgba(50, 50, 50, 0.75);
  box-shadow: 0px -4px 3px rgba(50, 50, 50, 0.75);
}

#discover-send-notif:hover {
  cursor: pointer;
}

#discover-send-notif span {
  margin-right: 40px;
  position: absolute;
  right: 0;
  top: 0;
  margin-top: 20px;
}

#discover-send-notif span img {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.impact-zone-btn {
  border-radius: 7px;
  border: 0;
  color: white;
  margin-top: 5px;
  font-size: 12px;
  margin-bottom: -5px;
  padding: 0 5px;
}

.impact-zone-btn-zone {
  background: #ff2e67;
}

.impact-zone-btn-assets {
  background: #ff932e;
}

.active_send_notif {
  background: #2196f3 !important;
}

li.li-threat-detail {
  margin-right: 8px;
}

.detail_impact_zone {
  float: right;
}

.clear-all-general {
  margin-right: 45px;
  font-size: 12px;
  text-decoration: underline;
  cursor: pointer;
}

#export_topsecgeo360_limit_label {
  color: red;
  margin: 5px;
  letter-spacing: 1px;
  font-size: 10px;
}

.pulse {
  -webkit-animation: pulse 3s infinite;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  animation: pulse 3s infinite;
  opacity: 0.5;
}

.mb-10 {
  margin-bottom: 10px;
}

@-webkit-keyframes pulse {
  0% {
    opacity: 0.5;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0.5;
  }
}

@keyframes pulse {
  0% {
    opacity: 0.5;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0.5;
  }
}

.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

body {
  padding: 0;
  overflow-x: hidden;
}

.no-pad-right {
  padding-right: 0;
}

.no-pad-left {
  padding-left: 0;
}

.no-wrap {
  white-space: nowrap;
}

.breadcrumb {
  margin-bottom: 0;
}

.clickable {
  cursor: pointer;
}

.uppercase {
  text-transform: uppercase;
}

/* Bootstrap changes */
.btn-link {
  text-decoration: underline;
}

.btn-export {
  height: 34px;
  width: 34px;
  background: url("img/history/export_sheets_icon.png") no-repeat;
}

.modal-header {
  background-color: #d8d8d8;
}

.modal-header .modal-title {
  color: #0a5a78;
  font-weight: 600;
}

.inner-addon {
  position: relative;
}

.inner-addon i {
  position: absolute;
  padding: 10px 12px;
  pointer-events: none;
}

.inner-addon.left-inner-addon input {
  padding-left: 30px;
}

.inner-addon.right-inner-addon i {
  right: 10px;
}

.user-icon {
  float: left;
  margin-right: 10px;
  max-width: 150px;
}

.lifeline-icon {
  max-width: 75px;
}

.alert-meta {
  margin: 0;
}

.alert-meta p {
  margin: 5px 0;
  font-size: 15px;
}

.alert-meta h3 {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 0;
}

.alert-meta .alert-emergency {
  background-color: #f50000;
  border-color: #ff2929;
  color: white;
}

.alert-meta .fa {
  color: #0a5a78;
}

#accordion h4 a {
  cursor: pointer;
}

#accordion p {
  padding: 10px;
}

#accordion .collapse.active {
  display: block;
}

.header {
  /* Make the masthead heading the same height as the navigation */
}

.header h3 {
  float: left;
  margin: 0;
  padding: 0;
  line-height: 40px;
  background-color: #fff;
}

.header h3 img {
  width: 100px;
  height: 85px;
}

.header .header-icon {
  display: block;
  margin: 6px auto;
  width: 30px;
  height: 30px;
}

.header .header-icon.alerts {
  background: url("img/header/ic_alerts.png") 50% 50% no-repeat;
}

.header .header-icon.live-map {
  background: url("img/header/ic_live_map.png") 50% 50% no-repeat;
}

.header .header-icon.global-threats {
  background: url("img/header/ic_global_threats.png") 50% 50% no-repeat;
}

.header .header-icon.history {
  background: url("img/header/ic_history.png") 50% 50% no-repeat;
}

.header .header-icon.notifications {
  background: url("img/header/ic_notifications.png") 50% 50% no-repeat;
}

.header .header-icon.analytics {
  background: url("img/header/ic_analytics.png") 50% 50% no-repeat;
}

.header .header-icon.settings {
  background: url("img/header/ic_settings.png") 50% 50% no-repeat;
}

.header .header-icon.help {
  background: url("img/header/ic_help.png") 50% 50% no-repeat;
}

.header .header-icon.my-account {
  background: url("img/header/ic_myaccount.png") 50% 50% no-repeat;
}

.header .header-icon.admin-panel {
  background: url("img/header/icon_admin_panel.png") 50% 50% no-repeat;
}

.header .alert {
  text-align: center;
}

.header .alert h2 {
  margin: 0;
}

.header li a.icon {
  padding-bottom: 14px;
}

.header .edit-account-dropdown {
  padding: 5px 15px 15px;
  min-width: 210px;
}

/* Common on all pages */
.page-title {
  width: auto;
  display: block;
  padding: 15px 100px;
  font-size: 22px;
  font-weight: 600;
  background: #e8e8e8;
  border-bottom: 1px solid #e6e6e6;
  color: #0a5a78;
  margin-bottom: 30px;
}

.page-title .btn-lg,
.page-title .btn-group-lg>.btn {
  margin-top: -5px;
}

.page-title.title-map {
  margin-bottom: 0;
}

.page-panel-title {
  font-size: 18px;
  font-weight: 600;
  margin: 8px 0;
  color: #0a5a78;
}

.panel-body {
  padding: 0;
}

.panel-body .content {
  padding: 15px;
}

.footer {
  padding-top: 19px;
  color: #777;
  border-top: 1px solid #e5e5e5;
}

/* Login Page */
.login-container {
  /* For vertical centering */
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: auto;
}

.login-container .login-form {
  margin-top: 25px;
}

.login-container img {
  margin: auto;
}

@media all and (max-width: 480px) {
  .login-container h1 {
    margin-top: 20vh;
  }

  .login-container img {
    width: 120px;
  }
}

/* Icons */
.ic-type {
  display: block;
  float: left;
  width: 52px;
  height: 52px;
  margin-right: 20px;
  background: url("img/alerts/passive_sidebar.png") no-repeat;
}

.ic-type.timer {
  background: url("img/alerts/timermode_sidebar.png") no-repeat;
}

.ic-type.thumb {
  background: url("img/alerts/thumbmode_sidebar.png") no-repeat;
}

.ic-type.disturbance {
  background: url("../assets-v7/images/icon-disturbance@3x.png") no-repeat;
}

.ic-type.repair-needed {
  background: url("../assets-v7/images/icon-repair@3x.png") no-repeat;
}

.ic-type.shady-activity {
  background: url("../assets-v7/images/icon-shady@3x.png") no-repeat;
}

.ic-type.meetup {
  background: url("../assets-v7/images/icon-meetup@3x.png") no-repeat;
}

.ic-type.other {
  background: url("../assets-v7/images/icon-other@3x.png") no-repeat;
}

.map-label {
  color: #000;
  font-size: 15px;
  font-weight: 700;
  padding: 5px 0;
  text-align: center;
  width: 28px;
  white-space: nowrap;
}

/* Autocomplete */
.targeted-options .label {
  display: inline-block;
  margin-right: 2px;
}

.targeted-options .autocompleted-results {
  padding-left: 0;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.targeted-options .autocompleted-results li {
  list-style: none;
  padding: 5px 10px 5px 10px;
  cursor: pointer;
}

.targeted-options .autocompleted-results li:hover {
  background-color: #eee;
}

/* Admin Page */
.alert-queue {
  position: relative;
  padding: 0;
}

.alert-queue .panel {
  background-color: #27353b;
  margin-bottom: 0;
  border-width: 0;
  overflow: auto;
}

.alert-queue .panel .panel-heading {
  display: block;
  background-color: #374851;
  color: #fff;
  border-width: 1px;
  border-bottom: 0;
}

.alert-queue .panel .panel-body a.list-group-item {
  padding-bottom: 0;
  cursor: pointer;
  padding-top: 15px;
}

.alert-queue .panel .panel-body a.list-group-item .list-group-item-heading {
  font-weight: 600;
}

.alert-queue .panel .panel-body a.list-group-item .list-group-item-text {
  padding-left: 72px;
  padding-bottom: 15px;
  border-bottom: 1px solid #3b515a;
}

.alert-queue .panel .panel-body a.list-group-item .triangle {
  display: none;
  float: right;
  margin-top: 5px;
  margin-right: -16px;
}

.alert-queue .panel .panel-body a.list-group-item .triangle .triangle-top {
  width: 0px;
  height: 0px;
  border-left: 17px solid #fd7566;
  border-bottom: 17px solid #fff;
}

.alert-queue .panel .panel-body a.list-group-item .triangle .triangle-bottom {
  width: 0px;
  height: 0px;
  border-left: 17px solid #fd7566;
  border-top: 17px solid #fff;
}

.alert-queue .panel .panel-body a.list-group-item.active,
.alert-queue .panel .panel-body a.list-group-item.assigned {
  background-color: #fd7566;
  border-color: #fd7566;
}

.alert-queue .panel .panel-body a.list-group-item.active .triangle,
.alert-queue .panel .panel-body a.list-group-item.assigned .triangle {
  display: block;
}

.alert-queue .panel .panel-body a.list-group-item.active .list-group-item-text,
.alert-queue .panel .panel-body a.list-group-item.assigned .list-group-item-text {
  border-color: #fd7566;
}

.alert-queue .panel .panel-body a.list-group-item.disabled {
  background-color: #0c1012;
  pointer-events: none;
}

.alert-queue .panel .panel-body a.list-group-item.disabled .list-group-item-heading,
.alert-queue .panel .panel-body a.list-group-item.disabled .list-group-item-text {
  color: #999;
}

.alert-queue .panel .panel-body a.list-group-item.disabled .list-group-item-text {
  border-bottom: 1px solid #0c1012;
}

.alert-queue .panel .panel-body h1 {
  text-align: center;
  color: #fff;
}

.alert-queue .panel .dropdown-menu {
  background-color: #374851;
  padding: 0;
  margin: 0;
  border: 0;
  width: 100%;
}

.alert-queue .panel .dropdown-menu li a {
  padding: 15px 25px;
  background-color: #374851;
  color: #fff;
  border-top: 1px solid #5f6c73;
}

.alert-queue .panel .dropdown-menu li a:hover {
  background-color: #5bc0de;
}

.alert-queue .panel .dropdown-menu li a.selected {
  background-color: #0a5a78;
}

.alert-queue .alert-detail {
  position: absolute;
  left: 33.3333%;
  z-index: 1010;
  /* Shadow goes over triangle
  -webkit-box-shadow: 0 0 5px #000;
  -moz-box-shadow: 0 0 5px #000;
  box-shadow: 0 0 5px #000;
  */
  background: #fff;
  width: 250px;
  max-width: 250px;
  padding: 15px;
}

/* Reports Page */
.report-queue {
  position: relative;
  padding: 0;
}

.report-queue .panel {
  background-color: #27353b;
  margin-bottom: 0;
  border-width: 0;
  overflow-y: scroll;
}

.report-queue .panel .panel-heading {
  display: block;
  background-color: #374851;
  color: #fff;
  border-width: 1px;
  border-bottom: 0;
  cursor: pointer;
}

.report-queue .panel .panel-body a.list-group-item {
  padding-bottom: 0;
  cursor: pointer;
  padding-top: 15px;
}

.report-queue .panel .panel-body a.list-group-item .list-group-item-heading {
  font-weight: 600;
}

.report-queue .panel .panel-body a.list-group-item .list-group-item-text {
  padding-left: 72px;
  padding-bottom: 15px;
  border-bottom: 1px solid #3b515a;
}

.report-queue .panel .panel-body a.list-group-item.active {
  background-color: #1d272b;
  border-color: #1d272b;
}

.report-queue .panel .panel-body a.list-group-item.active .list-group-item-text {
  border-color: #1d272b;
}

.report-queue .panel .panel-body h1 {
  text-align: center;
  color: #fff;
}

.report-queue .panel .dropdown-menu {
  background-color: #374851;
  padding: 0;
  margin: 0;
  border: 0;
  width: 100%;
}

.report-queue .panel .dropdown-menu li a {
  cursor: pointer;
  padding: 15px 25px;
  background-color: #374851;
  color: #fff;
  border-top: 1px solid #5f6c73;
}

.report-queue .panel .dropdown-menu li a:hover {
  background-color: #5bc0de;
}

.report-queue .panel .dropdown-menu li a.selected {
  background-color: #0a5a78;
}

.live-map-menu {
  display: table;
  width: 100%;
  padding: 0;
  margin-bottom: 0;
  border-bottom: 1px solid white;
}

.live-map-menu li {
  display: table-cell;
}

.live-map-menu a {
  background-color: #ececec;
  font-weight: bold;
  font-size: 13px;
  color: #9a9b9a;
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 15px 0;
  position: relative;
}

.live-map-menu a:hover {
  background-color: #f6f6f6;
  text-decoration: none;
}

.live-map-menu .active a {
  font-size: 13px;
  background-color: #26303b;
  color: white;
}

.table-role .center {
  text-align: center;
}

.table-role .enabled {
  display: block;
  margin: 0 auto;
  width: 15px;
  height: 15px;
  background: url("../assets-v7/images/icon-checkmark-green.png") no-repeat;
  background-size: contain;
}

.table-role .disabled {
  display: block;
  margin: 0 auto;
  width: 15px;
  height: 15px;
  background: url("../assets-v7/images/icon-close-input.png") no-repeat;
  background-size: contain;
}

.live-triangulation-menu {
  display: table;
  width: 100%;
  padding: 0;
  margin-bottom: 0;
}

.live-triangulation-menu li {
  display: table-cell;
}

.live-triangulation-menu a {
  background-color: #26303b;
  color: white;
  font-weight: bold;
  font-size: 13px;
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 10px 0;
  position: relative;
}

.live-triangulation-menu a:hover {
  background-color: #3b515a;
  text-decoration: none;
}

.live-triangulation-menu .active a {
  background-color: #384557;
}

.live-map-panel .white-text {
  color: white;
}

.live-map-panel .bluegray-text {
  color: #c4dcea;
}

.live-map-panel .lightgray-text {
  color: #999;
}

.live-map-panel .bold {
  font-weight: bold;
}

.live-map-panel .search-controls {
  padding: 10px 15px;
}

.live-map-panel .search-controls div {
  margin-bottom: 10px;
}

.live-map-panel .search-controls input,
.live-map-panel .search-controls select {
  background-color: #26303b;
  border: none;
  padding-left: 40px;
}

.live-map-panel .search-controls .btn-info {
  padding: 5px;
}

.live-map-panel .search-controls select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.live-map-panel .member-queue {
  background-color: #26303b;
  overflow-y: scroll;
  color: white;
}

.live-map-panel .member-queue .select-all {
  padding: 3px 15px;
  border-bottom: 1px solid #3b515a;
}

.live-map-panel .member-queue .list-group {
  display: table;
  width: 100%;
  margin-bottom: 0;
}

.live-map-panel .member-queue .list-group-item {
  display: table-row;
}

.live-map-panel .member-queue .list-group-item>div {
  display: table-cell;
  padding: 15px 0;
  overflow-x: hidden;
}

.live-map-panel .member-queue .list-group-item .border-bottom {
  border-bottom: 1px solid #3b515a;
}

.live-map-panel .action-panel {
  padding: 15px;
  background-color: #26303b;
}

#global-threat-menu-upper {
  display: table;
  margin-bottom: 0px;
  margin-left: 89px;
}

#global-threat-menu-upper li {
  display: inline-block;
  margin-right: 60px;
  padding-bottom: 10px;
  cursor: pointer;
}

#global-threat-menu-upper li a {
  text-decoration: none;
  color: #818191;
}

#global-threat-menu-upper li a:hover {
  color: #ffffff;
}

#global-threat-menu-upper .active {
  border-bottom: 2px #ff2e67 solid;
}

#global-threat-menu-upper .active a {
  color: #ffffff;
}

#hierarchyModal {
  z-index: 99999999999;
  top: 10%;
}

#hierarchyModal h1 {
  margin-bottom: 3px;
}

#hierarchyModal .darkmodal .modal-content {
  background-color: #242429;
}

#hierarchyModal .hierarchy-list {
  color: #c9c9ca;
  list-style-type: none;
  margin-left: -38px;
  cursor: pointer;
}

#hierarchyModal .pagination {
  margin-left: -25px;
  padding-top: 10px;
}

#hierarchyModal .pagination ul {
  margin-left: -12px !important;
}

#hierarchyModal .pagination ul li {
  display: inline-block;
  cursor: pointer;
}

#hierarchyModal .pagination ul li span {
  margin-right: 10px;
  margin-right: 5px;
  padding: 5px 7px;
  border: 1px solid #f82e67;
  background: #000;
  border-radius: 5px;
  font-size: 12px;
}

#hierarchyModal .pagination ul .active {
  background: #333;
}

.global-threat-menu {
  display: table;
  width: 100%;
  padding: 0;
  margin-bottom: 0;
}

.global-threat-menu li {
  display: table-cell;
}

.global-threat-menu a {
  background-color: #ececec;
  font-weight: bold;
  font-size: 13px;
  color: #9a9b9a;
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 15px 0;
  position: relative;
}

.global-threat-menu a:hover {
  background-color: #f6f6f6;
  text-decoration: none;
}

.global-threat-menu .active a {
  font-size: 13px;
  background-color: #fff;
  color: #3a6a82;
}

.threat-detail-title {
  text-align: center;
  padding: 10px 5px;
  position: relative;
  background-color: #141416;
  margin: 0;
}

.threat-detail-title .title {
  font-size: 16px;
  color: gray;
  font-weight: normal;
}

.threat-detail-title .back {
  color: gray;
  font-size: 20px;
  position: absolute;
  left: 10px;
}

@media (max-width: 1282px) {

  .live-map-menu a,
  .global-threat-menu a {
    padding: 10px 3px;
  }
}

/* Menu Active States */
.alerts #menu-alerts {
  background-color: #084d66;
}

.settings #menu-settings {
  background-color: #084d66;
}

/* For heatmap */
#map-heat-panel {
  position: absolute;
  top: 5px;
  left: 210px;
  z-index: 5;
  background-color: #fff;
  padding: 5px;
  border: 1px solid #999;
}

#map-heat-panel a {
  cursor: pointer;
}

.heatmap .enterprise {
  display: none;
}

.heatmap.page-title-control .retail {
  display: none;
}

.heatmap.page-title-control .enterprise {
  display: block;
}

.date-picker-month {
  margin-top: 3px;
}

.page-title-label {
  font-size: 15px;
}

.page-title-control {
  margin-top: -20px;
}

.page-title-control .page-title-label {
  font-size: 15px;
}

.page-title-control .form-group {
  margin-bottom: 0;
}

.page-title-label-middle {
  margin-top: 15px;
}

.page-title-label-middle input {
  margin-top: 5px;
}

.browser-not-supported {
  background: #5bc0de;
  color: white;
  padding: 10px;
  position: fixed;
  bottom: 0;
  width: 100%;
}

.hide-browser-not-supported-notice {
  display: none;
}

.info-panel {
  background-color: #e6f3f9;
  color: #13587c;
  padding: 5px 15px;
  margin: 20px 0;
}

#map-single {
  width: 100%;
  height: 600px;
}

.map-container .marker {
  display: none;
}

.marker-media img {
  max-width: 100%;
  margin-top: 20px;
}

/* Single Report */
.report img {
  max-width: 100%;
}

/* Notifications */
.notifications-empty {
  display: block;
  width: 500px;
  height: 326px;
  margin: 15px auto;
  background: url("img/notifications/empty.jpg") no-repeat;
}

.notification:nth-of-type(3n + 1) {
  display: table;
  content: "";
  clear: both;
}

/* Settings Page */
.ic_edit {
  display: block;
  width: 21px;
  height: 21px;
  background: url("img/settings/edit_icon.png") no-repeat;
  cursor: pointer;
}

.ic_delete {
  display: block;
  width: 21px;
  height: 21px;
  background: url("../assets-v7/images/icon-close-input.png") no-repeat;
  cursor: pointer;
}

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

.list-group-item {
  overflow-x: hidden;
}

.detail-threat {
  border: none;
  margin-bottom: 0;
}

.detail-threat .info-container {
  margin: 5px 0;
  display: block;
}

.detail-threat .info-container .name {
  font-weight: bold;
  margin: 0;
}

.detail-threat .switch-container {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 20%;
}

.detail-threat .tag-container {
  font-size: smaller;
  margin-bottom: 20px;
  margin-top: 14px;
}

.detail-threat .title-container {
  font-size: medium;
  line-height: 1.7em;
  margin-bottom: 14px;
  margin-top: 20px;
  font-weight: 500;
  display: block;
}

.detail-threat .source-container {
  color: #979797;
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 20px;
  margin-top: 14px;
}

.detail-threat .source-container a {
  text-decoration: underline;
  font-size: smaller;
  color: #979797;
}

.detail-threat .source-container a:hover,
.detail-threat .source-container a:visited {
  text-decoration: underline;
  color: #979797;
}

.detail-threat .date-container {
  color: #979797;
  margin-bottom: 20px;
  margin-top: 20px;
}

.detail-threat .location-container {
  font-size: smaller;
}

.detail-threat .icon-threat-tab {
  padding-left: 0px;
  padding-right: 0px;
  text-align: center;
}

.detail-threat hr {
  border: none;
  border-top: 1px solid lightgray;
  height: 5px;
}

.detail-threat .tags-label,
.detail-threat .location-label,
.detail-threat .source-label {
  color: #ada7d4;
}

.detail-threat .tags {
  color: white;
  font-weight: bold;
}

.dynamic-filters {
  display: flex;
  justify-content: space-evenly;
}

.dynamic-filters .filter-style {
  background: #141416;
  padding: 10px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: bold;
  border-style: groove;
  border-width: 1px;
  color: #676767;
  border-radius: 3px;
}

.dynamic-filters .filter {
  background-color: #141416;
  color: white;
}

.dynamic-filters .filters {
  padding: 5px 10px;
}

.dynamic-filters ul {
  padding: 15px;
  background-color: #000000;
  border-radius: 5px;
  padding-left: 20px;
}

.dynamic-filters ul .active>a,
.dynamic-filters ul .active>a:focus {
  background-image: none;
  color: #ffffff;
  cursor: pointer;
  border: 1px solid #242427;
  background-color: #242427;
  border-radius: 5px;
}

.dynamic-filters ul a:hover,
.dynamic-filters ul a:focus {
  border: none;
}

.list-group-item.kml {
  padding-top: 20px;
  padding-bottom: 10px;
  padding-left: 30px;
  padding-right: 30px;
  background: #e0e0e0;
  border: none;
  border-bottom: 1px solid #202020;
  margin-bottom: 0;
}

.list-group-item.kml .icon-container {
  /* margin-right:15px;
  display:block;
  float:left; */
  display: inline-block;
  text-align: center;
  width: 10%;
  height: 25px;
  vertical-align: middle;
}

.list-group-item.kml .miles-container {
  /* margin-right:15px;
  display:block;
  float:left; */
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}

.list-group-item.kml .miles-container p {
  color: #6594ab !important;
  font-weight: bold !important;
}

.list-group-item.kml .info-container {
  display: inline-block;
  vertical-align: middle;
  margin: 5px 0 0 0;
}

.list-group-item.kml .info-container .name {
  font-weight: bold;
  margin: 0;
}

.list-group-item.kml .switch-container {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 20%;
}

.list-group-item.kml .tag-container {
  font-size: smaller;
  margin-bottom: 20px;
  margin-top: 14px;
}

.list-group-item.kml .title-container {
  font-size: medium;
  line-height: 1.7em;
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 14px;
  display: block;
}

.list-group-item.kml .source-container {
  color: #979797;
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 20px;
  margin-top: 14px;
}

.list-group-item.kml .source-container a {
  text-decoration: underline;
  font-size: smaller;
  color: #979797;
}

.list-group-item.kml .source-container a:hover,
.list-group-item.kml .source-container a:visited {
  text-decoration: underline;
  font-size: smaller;
  color: #979797;
}

.list-group-item.kml .date-container {
  color: #979797;
  margin-bottom: 20px;
  margin-top: 20px;
}

.list-group-item.kml .history-date-container {
  color: #979797;
}

.list-group-item.kml h4,
.list-group-item.kml p {
  color: #aaa;
}

.list-group-item.kml p {
  margin-bottom: 0;
}

.list-group-item.kml .icon {
  margin-right: 15px;
  display: block;
  float: left;
  width: 21px;
  height: 42px;
}

.list-group-item.kml.enabled {
  background: #141416;
}

.list-group-item.kml.enabled h4,
.list-group-item.kml.enabled p {
  color: white;
}

.list-group-item.kml.enabled .icon {
  background: url("img/settings/social_approve.png") 0 50% no-repeat;
}

.list-group-item.kml.disabled .icon {
  background: url("../assets-v7/images/icon-close-input.png") 0 50% no-repeat;
}

.list-group-item.kml:hover {
  cursor: pointer;
  background: #111;
}

.list-group-item.kml.threat_active {
  background-color: #281018;
}

.list-group-item.kml .exposed_link_box {
  background-color: #5d172b;
  border-radius: 5px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 14px;
  margin-bottom: 15px;
}

.list-group-item.kml .tags-label {
  font-weight: 600;
  color: #ada7d4;
}

/* Incoming Alert Modal */
.ic-new-alert {
  display: block;
  width: 66px;
  height: 66px;
  background: url("img/alerts/new_alert.png");
  margin: 0 auto;
}

.modal.loading_modal {
  display: block;
  position: fixed;
  z-index: 1101;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  /* http://ajaxload.info/ */
  background: rgba(255, 255, 255, 0.8) url("img/ajax-loader.gif") 50% 50% no-repeat;
}

.loading_icon {
  display: block;
  width: 50px;
  height: 50px;
  background: url("img/ajax-loader.gif") 50% 50% no-repeat;
}

.loading-title {
  margin-top: -8px;
}

.modal.assigned_alert {
  display: block;
  background: url("img/bg/bg-assigned.png") repeat;
}

.modal.new_alert {
  background-image: linear-gradient(to top, rgba(248, 46, 103, 0.7), rgba(240, 0, 122, 0.7), rgba(225, 0, 143, 0.7), rgba(202, 0, 166, 0.7), rgba(168, 0, 188, 0.7), rgba(147, 1, 172, 0.7), rgba(127, 1, 155, 0.7), rgba(107, 0, 139, 0.7), rgba(95, 0, 91, 0.7), rgba(71, 2, 53, 0.7), rgba(41, 9, 26, 0.7), rgba(0, 0, 0, 0.7));
}

.modal.new_alert.fade {
  opacity: 1;
}

.modal.new_alert .modal-dialog {
  padding: 0;
  height: 289px;
  width: 492px;
  background-color: #242427;
  box-shadow: 0 12px 76px 1px rgba(30, 26, 27, 0.63);
  position: relative;
  margin-top: 205px;
  border-radius: 9px;
}

.modal.new_alert .modal-dialog h3 {
  font-size: 18px;
  font-weight: bold;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 147px;
  margin: auto;
  height: 19px;
  padding-top: 14px;
}

.modal.new_alert .modal-dialog .v7-button {
  position: absolute;
  bottom: 48px;
  left: 0;
  right: 0;
  margin: auto;
  height: 40px;
  width: 180px;
}

.modal.new_alert .modal-dialog .new_alert-images {
  position: absolute;
  margin: auto;
  width: 300px;
  left: 0;
  right: 0;
  top: -62px;
}

.modal.new_alert .modal-dialog .new_alert-images img.rings {
  width: 300px;
  height: auto;
}

.modal.new_alert .modal-dialog .new_alert-images img.bell-img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 27px;
  height: auto;
}

/* on off switch - http://proto.io/freebies/onoff/ */
.onoffswitch {
  position: relative;
  width: 100px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.onoffswitch-checkbox {
  display: none;
}

.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #ffffff;
  border-radius: 20px;
}

.onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  -moz-transition: margin 0.3s ease-in 0s;
  -webkit-transition: margin 0.3s ease-in 0s;
  -o-transition: margin 0.3s ease-in 0s;
  transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before,
.onoffswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 35px;
  padding: 0;
  line-height: 35px;
  font-size: 14px;
  color: white;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.onoffswitch-inner:before {
  content: "DEMO";
  padding-left: 10px;
  background-color: #83b944;
  color: #ffffff;
}

.onoffswitch-inner:after {
  content: "LIVE";
  padding-right: 10px;
  background-color: #5bc0de;
  color: #ffffff;
  text-align: right;
}

.onoffswitch-inner-land {
  display: block;
  width: 200%;
  margin-left: -100%;
  -moz-transition: margin 0.3s ease-in 0s;
  -webkit-transition: margin 0.3s ease-in 0s;
  -o-transition: margin 0.3s ease-in 0s;
  transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner-land:before,
.onoffswitch-inner-land:after {
  display: block;
  float: left;
  width: 50%;
  height: 35px;
  padding: 0;
  line-height: 35px;
  font-size: 14px;
  color: white;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.onoffswitch-inner-land:before {
  content: "ON";
  padding-left: 10px;
  background-color: #83b944;
  color: #ffffff;
}

.onoffswitch-inner-land:after {
  content: "OFF";
  padding-right: 10px;
  background-color: #5bc0de;
  color: #ffffff;
  text-align: right;
}

.onoffswitch-switch {
  display: block;
  width: 12px;
  margin: 11.5px;
  background: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 61px;
  -moz-transition: all 0.3s ease-in 0s;
  -webkit-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-inner-land {
  margin-left: 0;
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-switch {
  right: 0px;
}

#copy-input {
  text-decoration: none;
}

.input-error {
  border: 3px solid red;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {

  /* Remove the padding we set earlier */
  .header,
  .marketing,
  .footer {
    padding-left: 0;
    padding-right: 0;
  }
}

/* UI-Lightness Overwrites */
.ui-widget-header {
  background: #0a5a78;
  border-color: #0988e4;
}

.ui-state-default,
.ui-widget-content .ui-state-default {
  color: #c2b69c;
}

.ui-state-active,
.ui-widget-content .ui-state-active {
  border-color: #0988e4;
  color: #0a5a78;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight,
.ui-state-hover,
.ui-widget-content .ui-state-hover {
  background: #0a5a78;
  border-color: #0988e4;
  color: #f8f8f8;
}

.ui-spinner {
  border: none !important;
  background: transparent !important;
}

.ui-spinner:hover {
  background: transparent !important;
}

/* For public facing alert */
.lifeline-container a.btn-link {
  color: #5bc0de;
}

.lifeline-container .page-title {
  margin: 0;
  background: #0a5a78;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  border-bottom: 0;
  padding: 10px 0;
  font-weight: 300;
  font-size: 42px;
}

.lifeline-container .page-title:before {
  content: url("img/header/large_logo_white.png");
  margin-right: 10px;
}

.lifeline-container .lifeline-alert {
  position: relative;
}

.lifeline-container .alert-detail {
  position: relative;
  left: 0;
  top: 0;
  z-index: 1010;
  -webkit-box-shadow: 0 3px 3px #000;
  -moz-box-shadow: 0 3px 3px #000;
  box-shadow: 0 3px 3px #000;
  background: #27353b;
  color: #fff;
  padding: 15px 0;
}

.lifeline-container .alert-detail p {
  text-align: center;
}

.lifeline-container .alert-detail p.address {
  color: #5bc0de;
  padding: 15px 0;
  text-align: left;
}

.lifeline-container .alert-detail p,
.lifeline-container .alert-detail ol {
  font-size: 18px;
  font-weight: 300;
}

.lifeline-container .alert-detail ol li {
  padding: 10px 0;
}

.lifeline-container .alert-detail h3 {
  text-align: center;
  background-color: #374851;
  font-size: 24px;
  padding: 15px 0;
}

/* For command center alert */
.cc-container a.btn-link,
.action-container a.btn-link {
  color: #5bc0de;
}

.cc-container .page-title,
.action-container .page-title {
  margin: 0;
  background: #0a5a78;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  border-bottom: 0;
  padding: 10px 0;
  font-weight: 300;
  font-size: 42px;
}

.cc-container .page-title:before,
.action-container .page-title:before {
  content: url("img/header/large_logo_white.png");
  margin-right: 10px;
}

.cc-container .page-title a,
.cc-container .page-title a:hover,
.action-container .page-title a,
.action-container .page-title a:hover {
  color: #fff;
}

.cc-container .alert,
.action-container .alert {
  text-align: center;
}

.cc-container .alert h2,
.action-container .alert h2 {
  margin: 0;
}

.cc-container .cc-alert,
.action-container .cc-alert {
  position: relative;
}

.cc-container .alert-detail,
.action-container .alert-detail {
  position: relative;
  left: 0;
  top: 0;
  z-index: 1010;
  -webkit-box-shadow: 0 3px 3px #000;
  -moz-box-shadow: 0 3px 3px #000;
  box-shadow: 0 3px 3px #000;
  background: #fff;
  padding: 15px;
}

.cc-container .alert-detail img,
.action-container .alert-detail img {
  max-width: 100%;
}

.cc-container .alert-detail hr,
.action-container .alert-detail hr {
  margin-top: 0;
  margin-bottom: 5px;
}

.cc-container .alert-detail p.address,
.action-container .alert-detail p.address {
  color: #5bc0de;
  text-align: left;
}

.cc-container .alert-detail p,
.cc-container .alert-detail ol,
.action-container .alert-detail p,
.action-container .alert-detail ol {
  font-weight: 300;
}

.cc-container .alert-detail h3,
.action-container .alert-detail h3 {
  background-color: #374851;
}

.cc-container .alert-detail .info-container,
.action-container .alert-detail .info-container {
  margin: 10px 0;
}

.cc-container .alert-detail .margin-error,
.action-container .alert-detail .margin-error {
  color: #ccc;
}

.cc-container .alert-detail .gray-container,
.action-container .alert-detail .gray-container {
  background-color: #f0f0f0;
}

.cc-container .alert-detail .red-container,
.action-container .alert-detail .red-container {
  background-color: #fcbbbb;
}

.cc-container .alert-detail .current-container,
.action-container .alert-detail .current-container {
  margin: 10px 0;
}

@media screen and (max-width: 992px) {
  .lifeline-container .login-container {
    position: relative;
    height: auto;
  }

  .lifeline-container h3,
  .lifeline-container .login-form {
    margin-top: 10px;
  }

  .lifeline-container .alert-detail {
    width: 100%;
    max-width: 100%;
    padding: 15px 0 0 0;
  }

  .lifeline-container .page-title {
    text-transform: normal;
    font-size: 21px;
  }

  .lifeline-container .page-title:before {
    content: none;
  }

  .lifeline-container p.text-center {
    font-size: 13px;
  }

  .lifeline-container p.text-center a.btn-link {
    font-size: 13px;
  }

  .lifeline-container .expand {
    background-color: #374851;
  }

  .lifeline-container .expand .expand-toggle {
    color: #fff;
    cursor: pointer;
    display: block;
    text-transform: uppercase;
    text-align: center;
    padding: 10px;
  }

  .lifeline-container .expand .expand-toggle i.fa {
    margin-left: 5px;
  }

  .lifeline-container .expand ol {
    margin-bottom: 0;
    padding-bottom: 10px;
  }
}

.form-send-pdf {
  padding: 15px;
  margin: 0 auto;
  max-width: 400px;
}

.form-send-pdf .container-button {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.form-send-pdf button {
  width: 150px;
}

.form-send-pdf input {
  padding: 15px;
  margin: 0 auto;
  width: 230px;
}

/*global threat intelligence - travelers*/
.gti .panel {
  margin-bottom: 0;
  border-bottom: none;
  border-top: 0;
}

.travelers .list-group {
  overflow-y: auto;
  overflow-x: hidden;
  margin-bottom: 0;
}

.facility .list-group {
  overflow: auto;
  margin-bottom: 0;
}

.add-facility {
  background-color: #e8e8e8;
  padding: 10px 25px;
  text-align: center;
}

.travelers-container .traveler .icon-container {
  vertical-align: middle;
}

.travelers-container .exposed .icon-container {
  vertical-align: top;
}

.travelers-container .traveler .itinerary-item:not(:last-child) .vertical-line {
  display: block;
  height: 28px;
  border-left: solid 2px #38acec;
  margin: 5px 0 5px 10px;
}

.travelers-container .traveler .collapsed .itinerary-item:not(:last-child) .vertical-line {
  display: block;
  height: 44px;
}

.travelers-container .traveler .collapsed {
  max-height: 148px;
  overflow: hidden;
}

.travelers-container .traveler .expanded {
  height: auto;
  overflow: visible;
  padding-bottom: 42px;
}

.travelers-container .traveler .list-group-item .button {
  display: block;
  position: absolute;
  border: solid 1px #888888;
  color: #888888;
  border-radius: 1000px;
  background-color: #ffffff;
  text-align: center;
  font-size: 11px;
  padding: 3px;
  font-weight: bold;
}

.travelers-container .traveler .list-group-item .view-more {
  width: 96px;
  bottom: 11px;
  left: 82px;
}

.travelers-container .traveler .list-group-item .collapse {
  display: block;
  width: 80px;
  bottom: 14px;
  left: 82px;
}

.travelers .filters {
  padding: 10px;
}

.travelers .filters .inner-addon.right-inner-addon i {
  right: 20px;
  top: 0px;
}

.travelers .filters input[type=text] {
  border-radius: 500px;
  padding-right: 43px;
  padding-top: 4px;
}

.travelers a.list-group-item {
  color: #888888;
}

.travelers .list-group-item.kml .info-container {
  width: 80%;
}

.travelers-container .list-group-item.kml .info-container {
  width: 80%;
  display: inline-block;
}

.list-group-item.kml .info-container {
  max-width: 90%;
}

.travelers .list-group-item.kml .info-container.itinerary {
  padding-left: 15px;
}

.traveler .list-group-item.kml .info-container {
  max-width: 70%;
}

.travelers img {
  display: inline-block;
}

.travelers .itinerary-item img {
  padding: 4px;
}

.travelers .itinerary div {
  display: inline-block;
}

.travelers .add-traveler {
  background-color: #e8e8e8;
  padding: 10px 25px;
  text-align: center;
}

.gti .panel-body .btn {
  width: 100%;
}

.exposed_link {
  color: white;
  font-weight: bold;
}

.miles_threat {
  color: #58c2e1;
  font-weight: bold;
}

.settings-threats {
  padding: 10px 25px;
  display: flex;
  justify-content: center;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #141416;
  padding: 20px;
}

.settings-threats .btn {
  border-color: #8e8e8e !important;
  border-radius: 5px !important;
  border-width: 2px !important;
}

.settings-threats a {
  width: 100%;
  max-width: 100%;
}

.send-notification {
  padding: 5px 25px;
  padding-top: 0px;
  margin-bottom: 10px;
  text-align: center;
}

.send-notification .btn {
  border-radius: 5px !important;
  border-width: 2px !important;
  color: #fff;
}

.mark-as-resolved {
  padding: 5px 25px;
  padding-top: 0px;
  margin-bottom: 25px;
  text-align: center;
}

.snooze-risk {
  margin-bottom: 10px;
}

.snooze-date-input {
  cursor: pointer;
}

h3.travel-history-detail {
  margin-top: 5px;
}

.exposed-info {
  margin-top: 5px;
  padding: 10px;
}

.exposed-info .blue {
  font-weight: bold;
  color: mediumpurple;
}

.dotgreen {
  border: solid 4px #32cd32;
  border-radius: 50%;
  height: 1px;
  width: 1px;
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 5px;
}

.dotred {
  border: solid 4px #f87217;
  border-radius: 50%;
  height: 1px;
  width: 1px;
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 5px;
}

.info-container .colorred {
  color: #f87217 !important;
  font-weight: bold;
}

.info-container .colorgreen {
  color: #32cd32 !important;
  font-weight: bold;
}

.info-container .date-style {
  color: #58c2e1 !important;
  font-weight: bold;
}

.modal-help span.fa-info-circle {
  color: #67c0e2 !important;
}

.modal-help .modal-icon-info {
  font-size: 45px;
}

.modal-help .close-modal-info {
  padding-right: 10px;
  padding-top: 10px;
  float: right;
}

a.load-message {
  font-size: 14px;
}

.badge-global {
  display: inline-block;
  min-width: 20px;
  padding: 3px 5px;
  font-size: 10px;
  font-weight: normal;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #fd7566;
  border-radius: 10px;
}

.badge-global:empty {
  display: none;
}

a.badge-global:hover,
a.badge-global:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.btn .badge-global {
  position: relative;
  top: -1px;
}

a.list-group-item.active>.badge-global,
.nav-pills>.active>a>.badge-global {
  color: #fff;
  background-color: #fd7566;
}

.nav-pills>li>a>.badge-global {
  margin-left: 3px;
}

.nav-justified>li,
.nav-tabs.nav-justified>li {
  white-space: nowrap;
}

.bs-sidebar.affix {
  top: 15px;
  left: 107px;
}

@media (min-width: 992px) {
  .bs-sidebar.affix {
    width: 16.6666666667%;
  }
}

a:hover>.no-decoration {
  text-decoration: none;
}

.mb-1 {
  margin-bottom: 1rem;
}

.mt-1 {
  margin-top: 1rem;
}

.mb-2 {
  margin-bottom: 2rem;
}

.mt-2 {
  margin-top: 2rem;
}

.default-height {
  max-height: 52px;
}

.selected-background-notification {
  background-color: rgba(0, 173, 255, 0.1);
}

body.modal-open .timeoutModal {
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  border: none !important;
  background: rgba(255, 255, 255, 0.75) !important;
}

.timeoutModalBlur {
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -o-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: blur(2px);
}

body.modal-open .timeoutModal .modal-dialog {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

body.modal-open .timeoutModal .modal-content {
  background-color: transparent !important;
  height: 100%;
  min-height: 100%;
  height: auto;
  border-radius: 0;
}

.flash-color {
  color: red;
}

.urgent-color {
  color: #ff8834;
}

.alert-color {
  color: #edb73b;
}

.setting-table-roles {
  position: relative;
}

.setting-table-roles>table:first-of-type {
  position: absolute;
  width: 150px;
  bottom: 10px;
  z-index: 1000;
}

.setting-table-roles>table:first-of-type tbody tr:nth-child(even) {
  background-color: #141416;
}

.setting-table-roles>table:first-of-type thead tr th {
  min-width: 150px;
  background-color: #141416;
  height: 61px;
}

.setting-table-roles>section {
  overflow-x: scroll;
  position: relative;
}

.setting-table-roles>section::-webkit-scrollbar {
  height: 10px;
}

.setting-table-roles>section::-webkit-scrollbar-thumb {
  background: #4b02dd;
}

.setting-table-roles>section::-webkit-scrollbar-track {
  margin-left: 150px;
}

.setting-table-roles table {
  margin-bottom: 0;
}

.setting-table-roles table::before {
  content: none;
}

.priority-level-label {
  text-align: center;
  letter-spacing: normal;
  font-weight: 500;
  font-size: 12px;
}

.priority-level-5-color,
.priority-level-5-color label,
.priority-level-5-color label:before,
.flash-color {
  color: #b90d0d;
}

.priority-level-4-color,
.priority-level-4-color label,
.priority-level-4-color label:before,
.urgent-color {
  color: #da7706;
}

.priority-level-3-color,
.priority-level-3-color label,
.priority-level-3-color label:before,
.alert-color {
  color: #e3b52a;
}

.priority-level-2-color,
.priority-level-2-color label,
.priority-level-2-color label:before {
  color: #3366cc;
}

.priority-level-1-color,
.priority-level-1-color label,
.priority-level-1-color label:before {
  color: #a5d796;
}

.setting-table-roles {
  overflow-x: auto;
}

.history-report span.disabled,
.history-report span.enabled {
  width: 80px;
  padding-left: 25px;
}

.without-margin {
  margin-left: 0px;
  margin-right: 0px;
}

.timeline-tab {
  background-color: black;
  padding-top: 25px;
  padding-bottom: 13px;
}

.timeline-tab.cursor-pointer {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.timeline-tab.border-bottom,
.timeline-body {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.row.threat-content .icon-threat-tab {
  padding-left: 0px;
  padding-right: 0px;
  text-align: center;
}

.without-margin-bottom {
  margin-bottom: 0px;
}

.notification-geofences-header {
  background-color: #f6f6f6;
  border-color: #e6e6e6;
  padding-top: 10px;
  padding-bottom: 10px;
}

.notification-table .notification-table-item .message,
.table-history-notification .item-history-notification .history-notification-message {
  word-break: break-all;
}

.live-map .gm-style .gm-style-iw-t::after,
.live-map .gm-style-iw-t::before {
  display: none !important;
}

.info-container .selected-members span.label.label-success {
  display: inline-block;
  margin-right: 2px;
  cursor: pointer;
}

.load-threats {
  padding: 15px 0;
  display: flex;
  height: 50px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #10242a;
}

.load-threats a.load-message {
  color: #00b6ff;
}

.threat-detail-container {
  background-color: #141416;
}

.threat-detail-container.global-detail p.global-description {
  font-size: 13px;
  text-align: justify;
  word-break: break-all;
  background-color: #141416;
}

.threat-detail-container .exposure-list {
  min-width: 335px;
  height: 240px;
  overflow-x: hidden;
  overflow-y: auto;
}

.settings-facilities .onoffswitch-inner:before {
  content: "";
  padding-left: 10px;
  background-color: #c1c0c0;
  color: #ffffff;
}

.settings-facilities .onoffswitch-inner:before {
  content: "";
  padding-left: 10px;
  background-color: #afd583;
  color: #ffffff;
}

.settings-facilities .onoffswitch-inner:after {
  content: "";
  padding-right: 10px;
  background-color: #c1c0c0;
  color: #ffffff;
  text-align: right;
}

.settings-facilities .onoffswitch-switch {
  border: 13px solid #ffffff;
  top: -5px;
}

.settings-facilities .onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-switch {
  right: -5px;
}

.settings-facilities .onoffswitch-checkbox:not(:checked)+.onoffswitch-label .onoffswitch-switch {
  left: -5px;
}

.without-pading-left {
  padding-left: 0px;
}

.without-pading-right {
  padding-right: 0px;
}

.with-space {
  white-space: pre-line;
}

.require-language.label.label-danger {
  font-size: 100%;
}

.require-language {
  background-color: #fd7566;
  padding-top: 5px;
  padding-bottom: 5px;
}

.mono {
  font-family: monospace;
}

.exit-modal-content .head {
  margin-top: 50px;
}

.exit-modal-content .message {
  padding: 10px 50px;
  line-height: 2em;
}

.exit-modal-content .foot {
  margin-bottom: 50px;
  display: flex;
  justify-content: space-evenly;
}

.alert-success-v7-modal {
  background-color: #4b03dd;
  border-color: #4b03dd;
}

.alert-v7-modal {
  position: absolute;
  z-index: 99999;
  width: 50%;
  top: 5px;
  border-radius: 7px;
  padding: 10px 15px 10px 15px;
  margin: 0 auto;
  left: 0;
  right: 0;
  font-size: 16px;
  text-align: center;
}

.padding-top-20 {
  padding-top: 20px;
}

.padding-bottom-5 {
  padding-bottom: 5px;
}

.configuration-risks__view-modal .modal-dialog {
  width: 70%;
  padding-left: 50px;
  padding-right: 50px;
}

/* incident manager */
.incident-exit-modal .remove-modal {
  height: 246px;
}

.exit-modal-button-incident {
  text-align: left;
  margin-left: 60px;
}

.delete-incident {
  margin-left: 50px;
}

.delete-incident-btn {
  padding-top: 0px;
}

.incident-exit-modal .exit-modal {
  max-width: 430px;
}

.v7.incidents .container .incidents__tools {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.v7.incidents .container .incidents .v7-button {
  padding: 0 20px;
  margin-left: 20px;
  color: #ffffff;
}

.v7.incidents .container .incidents__tools .v7-button .fa {
  margin-right: 7px;
}

.v7.incidents .container .incidents__tools .v7-button:first-of-type {
  border-color: #4b03dd;
}

.v7.incidents .container .incidents__tools .v7-button:first-of-type .fa {
  color: #5176ec;
}

.v7.incidents .container .incidents__tools .v7-button:last-of-type {
  border-color: #f82e67;
}

.v7.incidents .container .incidents__tools .v7-button:last-of-type .fa {
  color: #f82e67;
}

.v7.incidents .container .incidents__tools .v7-button:disabled {
  border-color: #3c394f;
  color: #3c394f;
}

.v7.incidents .container .incidents__tools .v7-button:disabled .fa {
  color: #3c394f;
}

.v7-button.pink-rounded-incident {
  background-color: #f82e67;
  font-weight: 500;
  border-radius: 30px;
  min-height: 42px;
  min-width: 177px;
  line-height: 42px;
  color: #ffffff;
  box-shadow: 0 6px 13px 0px rgba(0, 0, 0, 0.77);
}

.v7-button.purple-rounded {
  background-color: #4b03dd;
  font-weight: 500;
  border-radius: 30px;
  min-height: 42px;
  min-width: 177px;
  line-height: 42px;
  color: #ffffff;
  box-shadow: 0 6px 13px 0px rgba(0, 0, 0, 0.77);
}

.incident-auto-td {
  width: auto;
}

.v7-button.transparent.pink {
  border-color: #f82e67;
  color: #ffffff;
}

.v7-button.transparent.pink:disabled {
  background-color: transparent;
  border-color: #3c394f;
  color: #3c394f;
}

.small-purple {
  color: #ada7d4;
  font-size: 13px;
  display: flex;
  width: auto;
}

.templateModal .modal-dialog {
  width: 90%;
  min-height: 745px;
}

.templateModal .modal-dialog .modal-header {
  margin-bottom: 70px;
  background-color: #242427;
  border-radius: 10px 10px 0px 0px !important;
  border-bottom: 1px solid #242427;
  padding: 10px 20px 10px 20px;
  height: 60px;
}

.templateModal .modal-dialog .modal-content {
  background-color: #333340;
  min-height: 645px;
}

.templateModal .modal-dialog .modal-title {
  color: #ffffff;
}

.templateModal .modal-dialog .modal-body {
  top: -40px;
}

.templateModal .modal-dialog .modal-footer {
  margin-top: -70px;
  background-color: #333340;
  border-top: 1px solid #333340;
  border-radius: 0px 0px 10px 10px !important;
  text-align: center;
}

.templateModal .modal-dialog .x-button {
  position: absolute;
  right: 0;
  top: 0;
  background: #565662;
  padding: 10px 20px;
  font-size: 22px;
  border-radius: 0px 16px 0px 0px;
  z-index: 1;
  cursor: pointer;
}

.selector-map {
  background-color: #e3e5e5;
  width: 75px;
  color: #000000;
  font: 400 11px Roboto, Arial, sans-serif;
  border-radius: 0px 0px 0px 0px;
  -webkit-appearance: button;
  height: 19px;
}

.buttons-map {
  background-color: #e3e5e5;
  width: 52px;
  color: #000000;
  font: 400 10px Roboto, Arial, sans-serif;
  border-radius: 0px 0px 0px 0px;
  -webkit-appearance: button;
  height: 31px;
  cursor: pointer;
  padding-bottom: 4px;
  padding-right: 4px;
}

.map-menu {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 10px;
}

.map-menu .map-checkbox-hide-poi {
  position: absolute;
  top: 87px;
  left: -89px;
  padding: 10px;
  background-color: #000000;
  height: 25px;
  padding-top: 0px;
  display: none;
}

.map-menu .map-checkbox-hide-poi .ckb-contain-poi {
  background-color: #ffffff;
  width: 18px;
  padding: 2px 2px 2px 2px;
  height: 18px;
}

.map-menu .map-checkbox-hide-poi .ckb-contain-poi .map-checkbox-hidepoi {
  border: 2px solid red;
}

.map-menu .map-checkbox-hide-poi .ckb-contain-poi .label-checkbox {
  color: #ffffff;
  cursor: pointer;
  text-transform: lowercase;
  font-weight: 500;
  font-size: 10px;
  width: 70px;
  position: absolute;
  left: 32px;
  height: 25px;
  top: 0px;
  padding-top: 7px;
  background-color: #000000;
}

.map-menu .map-checkbox-hide-poi .ckb-contain-poi .label-checkbox:first-letter {
  text-transform: uppercase;
}

.map-menu .map-checkbox-hide-poi .ckb-contain-poi .checkbox-poi {
  padding: 2px;
  margin: 2px 0px;
}

.map-menu .map-checkbox-hide-poi .ckb-contain-poi .checkbox-poi {
  padding: 2px;
  margin: 2px 0px;
}

.map-menu .map-checkbox-hide-poi .ckb-contain-poi input[type=checkbox]:checked+.label-checkbox {
  border: solid thin red;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22/%3E%3Cpath%20d%3D%22M19%203H5c-1.11%200-2%20.9-2%202v14c0%201.1.89%202%202%202h14c1.11%200%202-.9%202-2V5c0-1.1-.89-2-2-2zm-9%2014l-5-5%201.41-1.41L10%2014.17l7.59-7.59L19%208l-9%209z%22/%3E%3C/svg%3E");
}

.map-menu .map-checkbox-hide-poi .ckb-contain-poi input[type=checkbox]:not(:checked)+.label-checkbox {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20d%3D%22M19%205v14H5V5h14m0-2H5c-1.1%200-2%20.9-2%202v14c0%201.1.9%202%202%202h14c1.1%200%202-.9%202-2V5c0-1.1-.9-2-2-2z%22/%3E%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22/%3E%3C/svg%3E");
}

@media only screen and (max-width: 1477px) and (min-width: 1117px) {
  #button-music-bar2 {
    margin-bottom: 10px;
  }
}

#inputAddSMSText {
  margin-bottom: 20px;
}

#procedures-dropdown-ul {
  margin-top: 5px;
  right: 0px;
  position: absolute;
  box-shadow: 0px 2px 9px #4b03dd;
  background-color: #2f3039;
  border-radius: 10px;
  width: 250px;
  z-index: 10;
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 2.5;
  font-size: 14px;
  list-style: none;
}

#procedures-dropdown-div {
  left: auto;
  padding-bottom: 0px;
  padding-top: 0px;
}

.fixedAlert {
  position: fixed;
  z-index: 21;
  width: 100%;
  bottom: 85px;
}

#assets-main-cont {
  height: 95%;
  display: flex;
  flex-direction: column;
}

#assets-submain-cont {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.filter-clear-all-button {
  display: flex;
  text-align: center;
  align-items: center;
  margin: 10px 50px 10px 50px;
  color: #666186;
  border: 1px solid #666186;
  border-radius: 19px;
  padding: 10px 30px 10px 30px;
  min-height: 40px;
  font-size: 13px;
  justify-content: center;
  cursor: pointer;
}

.filter-clear-all-button:hover {
  color: #ffffff;
  border-color: #f82e67;
  text-decoration: none;
}

.spinning {
  animation: spin 1s infinite linear;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.resolve-confirmation-textbox {
  color: #ffffff;
  background-color: transparent;
  border-radius: 15px;
  padding-left: 5px;
  width: 100%;
  height: 200px;
}

.resolve-confirmation-textbox::placeholder {
  color: #ffffff;
}

.hierarchy-section-title {
  font-size: 18px;
  font-weight: 600;
  color: rgb(75, 3, 221);
  padding: 15px 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.no-hierarchies {
  text-align: center;
  font-size: 16px;
  padding: 20px;
  color: #666;
  font-style: italic;
}

.asset-popup {
  margin-left: 25px;
  margin-right: 25px;
}

.asset-popup-header {
  font-size: 18px;
  font-weight: bold;
}

.asset-popup-alias {
  color: #FFFFFF;
  font-style: italic;
  padding-top: 5px;
}

.asset-popup-section-header {
  color: #7D44FC;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}

/* Landing Page */
/* User Section*/
.welcome-banner {
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  box-shadow: 0 0 15px 3px #7D44FC;
}

.intro {
  font-size: 30px;
}

.user-name {
  font-weight: bold;
  font-size: 40px;
  color: #7D44FC;
}

.org-name {
  font-weight: bold;
  font-size: 20px;
  color: #7D44FC;
}

/*Landing Page Tools*/
.landing-page-columns {
  padding-left: none !important;
}

.landing-page-item {
  background-color: #282930;
  border-radius: 10px;
  padding: 10px;
  margin: 10px;
}

.landing-page-item-date {
  color: #666187;
  font-style: italic;
}

.landing-page-item-details-header {
  font-weight: bold;
  font-size: large;
}

.landing-page-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.landing-page-title {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 30px;
  font-weight: bold;
}

.landing-page-version {
  font-size: 14px;
  padding-bottom: 10px;
}

.landing-page-content-scrollable {
  height: calc(100% - 60px);
  overflow-y: auto;
  padding-right: 5px;
  flex: 1;
}

.landing-page-content-scrollable::-webkit-scrollbar {
  width: 6px;
}

.landing-page-content-scrollable::-webkit-scrollbar-track {
  background: #32333c;
  border-radius: 3px;
}

.landing-page-content-scrollable::-webkit-scrollbar-thumb {
  background: #4b03dd;
  border-radius: 3px;
}

.landing-page-content-scrollable::-webkit-scrollbar-thumb:hover {
  background: #7D44FC;
}

/* Support */
.support-container {
  background-color: #32333c;
  padding: 10px;
  border-radius: 10px;
}

/* News */
.news-container {
  background-color: #32333c;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px;
  border-radius: 10px;
  height: calc(100vh - 520px);
  display: flex;
  flex-direction: column;
}

.news-container a,
.news-container p {
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
}

@media screen and (max-width: 768px) {
  .news-container {
    height: auto;
    min-height: 300px;
  }

  .landing-page-item a {
    display: inline-block;
    max-width: 100%;
  }
}

.news-link {
  color: inherit;
  text-decoration: underline;
}

/* Roadmap */
.roadmap-container {
  background-color: #32333c;
  padding: 10px;
  border-radius: 10px;
  height: calc(100vh - 316px);
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}

.roadmap-potential-item {
  background-color: #282930;
  border-radius: 10px;
  padding: 10px;
  margin: 5px;
}

#emailEditorPreview .trumbowyg-button-pane {
  display: none !important;
}
#emailEditorPreview img{
  width: unset;
}

#emailEditorPreview .trumbowyg-editor  {
  min-height: unset !important;
  height: auto !important;
}

#emailEditorPreview .trumbowyg-box  {
  min-height: unset !important;
}
.notification-response .notification-response__view-modal .modal-dialog .modal-content .modal-body .dark-form__step.preview .preview__notification .email_preview img {
  width: unset !important
}




.left-navBar {
    width: 80px;
    background-color: #1B1C22;
    z-index: 9999;
    position: fixed;
    left: 0px;
    top: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    min-height: 95vh;
    border-radius: 10px;
    margin-top: 34px;
    margin-left: 16px;
    padding-top: 24px;
}

.left-navBar .iconContainer:hover{
  background-color: #374151;

}

.left-navBar .iconContainer {
  position: relative;
  display: flex;
  align-items: center;
  height: 40px;
}

.left-navBar .iconContainer.active::before {
  content: "";
  position: absolute;
  left: -5px;   
  top: 5px;
  bottom: 0;
  width: 5px;
  height: 30px;
  background-color: Aqua;
  border-radius: 999px;
}

.left-navBar .icon {
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
}

.left-navBar .icon img,
.left-navBar .icon svg path{
  fill: white;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  font-size: 20px !important;
  
}

.left-navBar .icon:hover svg path{
  fill: #3b82f6;
}

.left-navBar .icon-user {
  position: absolute;
  left: 20px;
  bottom: 24px;
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  margin-top: 275px;
  background-color: transparent;
  border: none;
  padding:0%;
}

.left-navBar .icon-user:hover {
  background-color: #374151;
}

.left-navBar .icon-user:hover svg path{
  fill: #3b82f6;
}

.left-navBar .admin-menu {
  color: white;
  font-family: 'Montserrat' !important;
  min-width: 300px;
  max-width: 95%;
  position: absolute;
  left: 85px;
  bottom: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 32px 20px 32px 20px;
  gap: 12px;
  border-radius: 8px;
  outline-style: solid;
  outline-width: 2px;
  outline-offset: -2px;
  outline-color: #41434B;
  background-color: #1B1C22;
}

.admin-menu .user-data1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  gap: 4px;
  padding-bottom: 10px;
}

.user-data1 .initials {
  display: flex;
  width: 64px;
  height: 64px;
  border-radius: 9999px;
  align-items: center;
  justify-content: center;
  background-color: #41434B;
  text-align: center;
  font-size: 16px;
  
}

.user-data1 .nameData {
  text-align: center;
  align-self: stretch;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 24px;

}

.user-data1 .orgData{
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #ADA9D2;
}

.admin-menu .menuButtons{
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-self: stretch;
}

.admin-menu .menuButton{
  color: white;
  display: flex;
  align-items: center;
  align-self: stretch;
  padding: 10px 24px 10px 24px;
  height: 48px; 
  gap: 16px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  text-decoration: inherit;
  font-variation-settings: normal;
  line-height: 24px;
}

.configIconContainer {
  width: 24px;
  height: 24px;
  display: flex;
  position: relative;
}

.configIcon {
  position: absolute;
  left: 6px;
  top: 6px;
}

.supportIconContainer {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.admin-menu .logOutButton{ 
  color: white !important;
  height: 44px !important;
  padding: 16px;
  gap: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  border-radius: 100px;
  border: 1px solid #676D7E;
  font-size: 16px;
  text-decoration: inherit;
  font-variation-settings: normal;
}

.admin-menu .footerIcon {
  display: flex;
  align-items: center;
  gap: 4px;
  padding-top: 8px;
  
}

.admin-menu .footerIcon span {
  height: 29px;
}

.admin-menu .footerIcon .footerIconText{
  font-family: 'Montserrat';
  color: #ADA9D2;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  margin: 0px;
}

.left-navBar .icon-time {
  position: absolute;
  left: 20px;
  bottom: 72px;
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  margin-top: 275px;
  background-color: transparent;
  border: none;
  padding:0%;
}

.left-navBar .icon-time:hover {
  background-color: #374151;
}

.left-navBar .icon-time:hover svg path{
  fill: #3b82f6;
}

.time-panel{
  width: 256px;
  min-height: 144px;
  max-height: 300px;
  position: absolute;
  left: 85px;
  bottom: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 32px;
  padding-bottom: 32px;
  padding-left: 20px;
  padding-right: 20px;
  gap: 12px;
  border-radius: 8px;
  outline: 2px solid #41434B;
  outline-offset: -2px;
  background-color: #1B1C22;
}

.time-panel .title{
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  font-size: 16px;
  font-weight: 700;
  height: 24px;
}

.time-panel hr{
  width: 100%;
  height: 4px;
  margin: 0;
  border-color: #41434B;
  box-sizing: border-box;
}

.time-panel .time-container{
  width: 100%;
  max-height: 160px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.timezone-container{
  display: flex;
  width: 100%;
  padding-left: 8px;
  padding-right: 8px;
  align-items: center;
  justify-content: space-between;
}

.timezone-name {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  height: 24px;

}

.timezone {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  color: #D1D5DB;
}

.marginFix {
  margin-left: 80px;
}

.top-150 {
  margin-top: 150px;
}

.beta-badge{
        position: absolute;
        top: -2px;
        font-size: 11px;
        color: #f4795f;
}

.disabled-checkbox {
    opacity: 0.5;
    cursor: not-allowed !important;
    pointer-events: none;
}