html,
body {
  height: 100%;
}

body {
  margin: 0;
  font-family: "Droid Sans", arial, helvetica, sans-serif;
  color: #333347;
  background-color: #dae0e6;
}

.chart-cont canvas {
  margin: 0 auto;
}
.chart-cont {
  background-color: rgba(0, 0, 0, 0.25);
  padding: 10px;
}

.module-link {
  cursor: pointer;
  text-align: center;
  color: #fff;
  padding: 0 10px;
  float: left;
  height: 200px;
  width: 160px;
  margin-right: 20px;
  margin-bottom: 20px;
  border-radius: 5px;
  font-size: large;
  background-color: #333347;
  border-color: #fff;
  box-sizing: content-box;
  border: 2px solid;
  box-shadow: 6px 6px 15px 3px #333347;
}

.module-link:hover {
  background-color: #47d061;
  border-color: #47aa61;
  text-shadow: 0px 0px 6px #333347;
}

.report-table {
  border: solid 1px #222;
  border-collapse: collapse;
  border-spacing: 0;
  font: normal 15px Arial, sans-serif;
  width: 100%;
}
.report-table th {
  background-color: #333347;
  border: solid 1px #2e2e40;
  color: #fff;
  padding: 10px;
  text-align: center;
}
.report-table td {
  border: solid 1px #333347;
  color: #333347;
  padding: 10px;
  background-color: #dae0e6;
}

.report-table tr:nth-child(odd) td {
  background-color: hsla(0, 0%, 100%, 0.12);
}

div#logout {
  position: absolute;
  top: 50px;
  right: 20px;
}

.solution-logo-text,
h1 {
  color: #333347;
  font-weight: bold;
}

div.container {
  position: relative;
  max-width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
  min-height: 100%;
  padding: 0 0 20px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
div#contNav {
  display: grid;
  grid-template-columns: 1fr 5fr 1fr 1fr;
}

.notification-box.active {
  background-color: #47d061;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 10px 0px 10px;
  cursor: pointer;
  height: 100%;
}

.notification-box.active a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}

.notification-box.active:hover {
  box-shadow: inset 0px 0px 7px 0px #00000070;
}

footer {
  color: #888;
  text-align: center;
  position: absolute;
  bottom: 10px;
  width: 100%;
  background: #111;
  overflow: hidden;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

footer:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0px;
  box-shadow: 0 0 6px 1px rgba(255, 255, 255, 0.5);
}

h1 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 2em;
}

h1.white {
  margin-bottom: 10px;
}

h2.subhead {
  color: #ffe39c;
}

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

table {
  color: #333347;
}

table tr th {
  background-color: #333347;
  color: #ffffff;
}

input[type="submit"],
input[type="reset"],
button.form-button,
.button-link {
  float: right;
  clear: right;
  cursor: pointer;
  background-color: #47d061;
  border: 1px solid #47aa61;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: 280px;
  height: 30px;
  line-height: 30px;
  margin-right: 5px;
  padding: 0 10px;
  font-family: "Open Sans", arial, helvetica, sans-serif;
  font-weight: bold;
  font-size: 13px;
  text-align: center;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="submit"]:hover,
input[type="reset"]:hover {
  background-color: #41be59;
}

form {
  width: 628px;
}

label {
  width: 300px;
  float: left;
  text-align: right;
  margin-right: 20px;
  line-height: 32px;
}

input[type="text"],
input[type="password"],
input[type="email"] {
}

input[disabled="disabled"] {
  border: none;
}

input:invalid,
input[aria-invalid="true"] {
  border-color: #e88;
  -webkit-box-shadow: 0 0 5px rgba(255, 0, 0, 0.8);
  -moz-box-shadow: 0 0 5px rbba(255, 0, 0, 0.8);
  -o-box-shadow: 0 0 5px rbba(255, 0, 0, 0.8);
  -ms-box-shadow: 0 0 5px rbba(255, 0, 0, 0.8);
  box-shadow: 0 0 5px rgba(255, 0, 0, 0.8);
  background: #f0dddd;
}

:required {
  border-color: #88a;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 255, 0.5);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 255, 0.5);
  -o-box-shadow: 0 0 5px rgba(0, 0, 255, 0.5);
  -ms-box-shadow: 0 0 5px rgba(0, 0, 255, 0.5);
  box-shadow: 0 0 5px rgba(0, 0, 255, 0.5);
}

input:focus {
  -webkit-box-shadow: 0 0 5px rgba(237, 0, 238, 0.5);
  -moz-box-shadow: 0 0 5px rgba(237, 0, 238, 0.5);
  -o-box-shadow: 0 0 5px rgba(237, 0, 238, 0.5);
  -ms-box-shadow: 0 0 5px rgba(237, 0, 238, 0.5);
  box-shadow: 0 0 5px rgba(237, 0, 238, 0.5);
}

select {
  background-color: #fff;
}

select:focus {
  outline: 1px solid rgba(237, 0, 238, 0.5);
}

input,
select {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  border: 1px solid #ccc;
  font-size: 20px;
  width: 300px;
  min-height: 30px;
  display: block;
  margin-bottom: 15px;
  margin-top: 5px;
  outline: none;

  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

div.clearer {
  clear: both;
}

a {
  color: #333347;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  color: #333347;
}

.windowBox a {
  text-decoration: underline;
  font-weight: normal;
}

ul {
  margin-top: 0;
  padding-left: 0;
}

li.extension {
  list-style-type: none;
  width: 51%;
  margin: 0 0 0 53px;
  padding: 5px;
}

li.extension:hover,
li.list-head {
  background-color: #333346ba;
  color: white;
}

section {
  margin-bottom: 0px;
}

li.extension span:nth-of-type(odd) {
  width: 60px;
}

li.extension span:nth-of-type(even) {
  width: 150px;
  text-align: center;
}

li.extension span:nth-of-type(3) {
  text-align: center;
}

li.extension span:nth-of-type(5) {
  text-align: center;
}

li.extension span {
  display: inline-block;
}

li.extension a {
  display: inline-block;
  width: 150px;
  text-align: center;
}

div.row {
  padding: 20px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #dae0e6;
}

nav {
  width: 100%;
  margin: 0 auto;
  background-color: #333347;
  height: 50px;
  color: white;
}

nav p {
  color: white;
  font-weight: bold;
  font-size: 200%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  float: left;
  margin: 0;
  padding-right: 10px;
}
nav ul,
section#sub-nav ul {
  list-style-type: none;
  margin: 0;
}

nav ul li,
section#sub-nav ul li {
  float: left;
  display: block;
  /*	width: 125px;*/
  margin-right: 0px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}

nav a,
section#sub-nav a:first-child {
  margin-left: 15px;
}

#main-row {
  clear: both;
  min-height: 500px;
}

.windowBox {
  padding-top: 20px;
}

.windowBox button,
.windowBox input[type="submit"] {
  cursor: pointer;
  background-color: #47d061;
  border: 1px solid #47aa61;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  min-width: 25px;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  font-family: "Open Sans", arial, helvetica, sans-serif;
  font-weight: bold;
  font-size: 13px;
  text-align: center;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.windowBox p {
  text-align: center;
}

[class^="icon-"]:before,
[class*="icon-"]:before {
  color: #da4141;
  display: block !important;
  margin: 0 auto !important;
  font-size: 1000%;
}

.icon-success:before {
  content: "\2714";
  color: #47aa61;
  text-shadow: 0px 0px 2px #6f6f6f;
}

.animate-spin:before {
  color: #ed008a;
}

.Ringing:before {
  color: #eaab03;
}

.Up:before {
  color: #158f23;
}

section#sub-nav {
  position: absolute;
  top: 50px;
  left: 0px;
}

nav a,
section#sub-nav a {
  color: inherit;
  font-weight: normal;
  display: block;
  width: 100%;
  height: 100%;
}

nav a:hover,
section#sub-nav a:hover {
  color: #fff;
  text-decoration: none;
}

select[multiple] {
  margin-left: 320px;
}

input.no-edit {
  background-color: transparent;
  color: #888;
  border: none;
  box-shadow: none;
}

#canvasLoadingAnim {
  top: 0 !important;
}

section#sub-nav + section {
  margin-top: 30px;
}

p.error {
  color: #e45;
  font-weight: bold;
  text-align: center;
}

p.error:before,
p.error:after {
  content: "***";
}

p.inline:before {
  display: inline !important;
  font-size: 200%;
  margin-right: 5px !important;
}

h2 {
  color: #333347;
}

textarea {
  margin: 0px;
  width: 297px;
  height: 87px;
  border-radius: 5px;
  border: 1px solid #ccc;
  font-size: 15px;
}

p.tooltip {
  width: 25px;
  height: 25px;
  margin: 0;
  background: #333;
  line-height: 25px;
  border-radius: 50%;
  border: 2px solid #888;
  color: #ccc;
  font-size: 125%;
  float: left;
  margin: 5px 0 0 10px;
  cursor: pointer;
}
section.details {
  display: block;
  position: absolute;
  top: 90px;
  right: 40px;
  background: #333347;
  color: #fff;
  border: 5px solid #2b2b3c;
  border-radius: 5px;
  padding: 10px;
  box-shadow: inset 0px 0px 2px 2px rgba(0, 0, 0, 0.5),
    1px 1px 1px 0px rgba(0, 0, 0, 0.5);
  z-index: 50;
  cursor: pointer;
  max-width: 50%;
}
section.details ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
section.details ul strong {
  float: left;
  clear: both;
  margin: 0 10px 5px 0;
}
section.details ul span {
  float: right;
  margin: 0 0 5px 10px;
}
section.details p {
  text-align: justify;
}

p.collapsed {
  text-align: center;
}

h2 {
  margin-top: 0px;
}
h2 a {
  font-size: 18px;
  color: #333347;
  padding: 10px;
  border: 1px dashed gray;
}

button#pdf-button {
  background-color: #47d061;
  border: 1px solid #47aa61;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: 180px;
  height: 30px;
  line-height: 30px;
  margin-right: 5px;
  padding: 0 10px;
  font-family: "Open Sans", arial, helvetica, sans-serif;
  font-weight: bold;
  font-size: 13px;
  text-align: center;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box;
}

p.collapsed {
  float: right;
  background-color: #47d061;
  border: 2px solid #47aa61;
  color: #fff;
}
button {
  background-color: #47d061;
  border: 1px solid #47aa61;
  color: #fff;
}
button:hover {
  background-color: #41be59;
}
.feature-disabled {
  opacity: 0.5;
}

/* Alerts */

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.alert-primary hr {
  border-top-color: #9fcdff;
}

.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-secondary hr {
  border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-danger hr {
  border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}

.no-margin {
  margin: 0;
}

.no-border-top {
  border-top: 0 !important;
}

.agent-avatar {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin: 4px;
  background-color: #ccc;
  line-height: 50px;
  font-weight: bold;
  font-size: 15px;
  border: 1px solid;
  clear: both;
  text-align: center;
  position: relative;
  display: inline-block;
}
.agent-avatar img {
  max-width: 100%;
  border-radius: 50%;
}

.agent-avatar .avatar-del-btn {
  position: absolute;
  top: 0px;
  left: 80%;
  background: red;
  color: white;
  border: none;
  width: 20px !important;
  max-width: 20px !important;
  min-width: 20px !important;
  height: 18px;
  padding: 0;
  padding-bottom: 2px;
  border-radius: 50%;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
