html,body {
  height: 100%;
}

.pre-wrap{
  white-space: pre-wrap;
}

.pre-line {
  white-space: pre-line;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  color: #2F3841;
  -webkit-font-smoothing: antialiased;
  background: #f1f7fc;
}

table {
  color: #2F3841 !important;
}

h2 {
  font-weight: 200;
}

h3 {
  font-weight: 200;
}

table th {
  border-top: 0px !important;
}

label {
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
  margin-right: 1rem;
  user-select: none;
}

.vinput {
  border-radius: 4px;
  border-width: 1px;
  margin-right: 0.5rem;
}

.bubble-count{
  position: absolute;
  margin-right: -95px;
  float: left;
  border-radius: 20px;
  width: 40px;
  height: 40px;
  padding-top: 8px;
  font-size: 14px;
  color: white;
  font-weight: bold;
  box-shadow: -1px 2px 10px 3px rgba(35, 34, 33, 0.5);
  background-color: #708090;
  user-select: none;
}

.bubble-exact-count {
  position: absolute;
  margin-top: 160px;
  font-size: 14px;
  color: black;
  user-select: none;
  cursor: default !important;
}

.bubble-count p{
  width:100%;
  height:100%;
  text-align: center;
}

.bubble {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-self: center;
  font-family: sans-serif;
  height: 99.5%;
  width: 99.5%;
  border: 14px solid white;
  border-radius: 50%;
  padding: 15px;
  color:white;
  text-transform: uppercase;
}

.empty-bubble{
  opacity: 40%;
  cursor: default !important;
}

.bubble-container {
  display: flex;
  justify-content: center;
  align-content: center;
  padding: 1px;
  height: 160px;
  width: 160px;
  border-radius: 50%;
  float: left;
  margin-right: 60px;
  margin-bottom: 40px;
  background: #B9B9B9;
  user-select: none;
  cursor: pointer;
  font-size: 14px;
}

.bubble-fuzzy-brown {
  background: #BF6956
}

.bubble-astral-blue {
  background: #2E71AB
}

.bubble-mid-grey {
  background: #5a5c69;
}

.bubble-olive {
  background: olive
}

.bubble-dark-red {
  background: #6B2323
}

.bubble-purple {
  background: #4E299E
}

.bubble-pink {
  background: #C71585
}

.bubble-green {
  background: #556B2F
}

.bubble-copper-rose {
  background: #996666
}

.bubble-mex-red {
  background: #A52A2A
}

.bubble-corn-blue {
  background: #7B68EE
}

.bubble-l-orchid {
  background: #DDA0DD
}

.bubble-turquoise {
  background: #40E0D0
}

.bubble-orange {
  background: #FF7F27;
}

.green-count{
  background: green;
}

.amber-count{
  background: #FFBF00;
}

.urgent-count{
  background: red;
}

.task-open {
  display: block;
}

.task-close {
  display: none;
}

.task-header {
  text-align: left;
  font-weight: 500;
  margin: 20px;
}

.top-right-box {
  margin-left: 30px;
  border-top-left-radius: 25px;
  border-color:#e3e6f0;
}

.top-right {
  margin-left: 30px;
  border-color:#e3e6f0;
}

.top-fix {
  border-top-left-radius: 25px !important;
  margin-right: 1px;
}

.top-left-box {
  margin-left: 30px;
  border-top-left-radius: 25px;
  border-color:#aac90f
}

.top-left {
  margin: 40px 10px 10px 20px !important;
  border-top-left-radius: 55px;
  border-color:#aac90f
}

.top-left20 {
  margin-left: 1rem;
}

.fc-toolbar {
  margin-left: 2rem;
}

.lnk {
  color: slateblue !important;
  cursor: pointer !important;
  padding: 0.5rem !important;
}

.sel {
  background: honeydew;
  text-decoration: underline !important;
}

.shiftSel {
  font-weight: bolder;
}

.shift {
  margin: 15px;
}


.shift a {
  color: #1e9cd8 !important;
  cursor: pointer;
  padding: 0.5rem;
}

.shift i {
  font-size:1.5rem;
  padding-left: 0.5rem;
}

.shift .fas {
  font-size: 1rem;
  margin-right: 1rem;
}

.shift h5{
  border-color: darkseagreen;
  border-style: solid;
  border-width: thin;
  padding: 0.5em 0em;
}

.shift-details {
  padding-left: 0.5rem;
  padding-top: 0.5rem;
}

.shift-details label {
  padding-right: 0.5rem;
}

.shift-details input {
  width: 7rem;
}

.shift-details a {
  color: slateblue;
  cursor: pointer;
}

#days input{
  width: 3rem;
}

.danger {
  background: rgba(255, 30, 30, 0.36);
}

.warning {
  background: rgba(255, 170, 0, 0.16);
}

.success {
  background: rgba(0, 255, 143, 0.26);
}

.green {
    color: #000;
    background: rgba(54, 185, 204, 0.20);
}

/*.alert {*/
/*  color: #78261f;*/
/*  background-color: #fadbd8;*/
/*  border-color: #f8ccc8;*/
/*  padding: .3rem .5rem;*/
/*}*/

.logo {
  width: 100%;
  padding: 20px 10px 60px 10px;
}

.logo-double {
  width: 50%;
}

.evolve-header {
  width: 100%;
  padding-top: 13px;
}

.bg-gradienth {
  background-color: #2f353a;
  background-image: linear-gradient(to right, #2f353a 10%, #2f354a);
  background-size: cover
}

.bg-gradientv {
    background-color: #4e73df;
    background-image: linear-gradient(180deg, #2f353a 10%, #2f354a);
    background-size: cover;
}

.square100 {
  width: 100px;
  height: 100px;
  background: #2f353a 10%;
  margin-top: 170px;
  margin-left: -16px;
}

.quarter-circle{
     width: 100px;
     height: 100px;
     background: #f8f9fc;
     border-radius: 100px 0 0 0;
     -moz-border-radius: 100px 0 0 0;
     -webkit-border-radius: 100px 0 0 0;
}

.nav {
  font-size: 16px !important;
}

.vibrant-nav-side {
  height: 100%;
  overflow: hidden;
}

.nav-tabs {
  position: relative;
}

.opacity-25{
  opacity: 0.25;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-75 {
  opacity: 0.75;
}

.user {
  border-color: darkseagreen;
  border-style: solid;
  border-width: thin;
  padding: 0.75em;
  margin: 0.25em;
  display: inline-block;
  border-radius: 10px;
  cursor: pointer;
}

.post {
  border-color: darkseagreen;
  border-style: solid;
  border-width: thin;
  padding: 1em 0em 1em 1em;
  margin: 1em;
  display: inline-block;
  border-radius: 4px;
}

.post .text-danger {
  position: relative;
  top: -1em;
  right: 0.3em;
}

.delete {
  color: red;
  margin-top: 4px;
}

.login {
  max-width: 320px;
  width: 90%;
  margin: 40px auto;
  background-color: #2f353a;
  padding: 40px;
  border-radius: 16px;
  color: #505e6c;
}

.login-wider {
  max-width: available;
  width: 95%;
  margin: 20px auto;
  background-color: #2f353a;
  padding: 20px;
  border-radius: 16px;
  color: #505e6c;
}

.login-double {
  max-width: 620px;
  width: 90%;
  margin: 40px auto;
  background-color: #2f353a;
  padding: 40px 40px 100px 40px;
  border-radius: 16px;
  color: #505e6c;
}

.login input {
  border-radius: 4px !important;
}

.login form .form-control {
  background: #f7f9fc;
  border: none;
  border-bottom: 1px solid #dfe7f1;
  border-radius: 0;
  box-shadow: none;
  outline: none;
  color: inherit;
  text-indent: 8px;
  height: 42px;
  margin-bottom: 10px;
}

.login form .btn-primary {
  background: #1e9cd8;
  border: none;
  border-radius: 4px;
  padding: 11px;
  box-shadow: none;
  margin-top: 26px;
  text-shadow: none;
}

.login form .btn-secondary {
  border: none;
  padding: 11px;
  box-shadow: none;
  margin-top: 15px;
  text-shadow: none;
}

.login a {
  color: white;
  display: block;
  text-align: center;
  font-size: 12px;
  text-decoration: none;
}

.login form .btn-primary:hover, .login form .btn-primary:active {
  background: #eb3b60;
}

.login form .btn-primary:active {
  transform: translateY(1px);
}

.login form .forgot:hover, .login form .forgot:active {
  opacity: 1;
  text-decoration: none;
}

.evolve {
  font-size: 50px;
  color: white;
  margin-top: -25px;
  font-weight: lighter;
  margin-left: 50px;
}

.evolve-double {
  font-size: 50px;
  color: white;
  margin-top: -25px;
  font-weight: lighter;
}
.header {
  background-color: #f8f9fc;
  border-bottom: 1px solid #e3e6f0;
}

.footer {
  position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   color: white;
   text-align: center;
}

.dynamic-form {
  margin-top: 1rem;
}

label.required:after{
  content:"*";
  color:red;
}


th.required:after{
  content:"*";
  color:red;
}

.type {
  width: 25em;
  height: 8em;
  position: absolute;
  z-index: 2;
  text-align: left;
  cursor: pointer;
  border-radius: 5px;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(166, 166, 166);
  background-color: rgb(248, 248, 248);
  display: none;
}

.type-item {
  padding: 0.5em;
}

.type-item:hover{
  background: #4e73df;
  color: white;
}

.display {
  display: block !important;
}

.uc-first:first-letter{
  text-transform: capitalize;
}

.dropdown-menu {
  max-height: 200px !important;
  overflow-y: auto !important;
}

.not-selectable{
  user-select: none;
}

td.single-line{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 0;
}

.ml-100{
 margin-left:100px;
}

app-instruction-summary .btn-sm {
    margin-bottom: 0.25em;
}

.green-count.tooltip .tooltip-inner{
  background: green;
}

.green-count-tooltip .arrow::before {
  border-right-color: green;
}

.amber-count-tooltip .tooltip-inner{
  background: #FFBF00;
}

.amber-count-tooltip .arrow::before {
  border-right-color: #FFBF00;
}

.urgent-count-tooltip .tooltip-inner{
  background: red;
}

.urgent-count-tooltip .arrow::before {
  border-right-color: red;
}

.count-tooltip .tooltip-inner{
  background: #708090;
}

.count-tooltip .arrow:before{
  border-right-color: #708090;
}

.cc-window {
  z-index: 9999 !important;
}

#max-chat-form-container.default-form {
  z-index: 9998 !important;
  position: fixed !important;
  bottom: 20px !important;
  right: 20px !important;
}

@media (max-width: 767px) {
  .cc-window {
    bottom: 80px !important;
    left: 10px !important;
    right: 10px !important;
    width: auto !important;
  }

  #max-chat-form-container.default-form {
    bottom: 15px !important;
    right: 15px !important;
  }
}
