@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,300,400,700);
@import url(https://fonts.googleapis.com/css?family=Lato&subset=latin,latin-ext);
body.swal2-shown {
  overflow-y: hidden;
}

body.swal2-iosfix {
  position: fixed;
  left: 0;
  right: 0;
}

.swal2-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 10px;
  background-color: transparent;
  z-index: 1060;
}

.swal2-container.swal2-fade {
  -webkit-transition: background-color 0.1s;
  transition: background-color 0.1s;
}

.swal2-container.swal2-shown {
  background-color: rgba(0, 0, 0, 0.4);
}

.swal2-modal {
  background-color: #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  margin: auto;
  overflow-x: hidden;
  overflow-y: auto;
  display: none;
  position: relative;
  max-width: 100%;
}

.swal2-modal:focus {
  outline: none;
}

.swal2-modal.swal2-loading {
  overflow-y: hidden;
}

.swal2-modal .swal2-title {
  color: #595959;
  font-size: 30px;
  text-align: center;
  font-weight: 600;
  text-transform: none;
  position: relative;
  margin: 0 0 0.4em;
  padding: 0;
  display: block;
  word-wrap: break-word;
}

.swal2-modal .swal2-buttonswrapper {
  margin-top: 15px;
}

.swal2-modal .swal2-buttonswrapper:not(.swal2-loading) .swal2-styled[disabled] {
  opacity: 0.4;
  cursor: no-drop;
}

.swal2-modal .swal2-buttonswrapper.swal2-loading .swal2-styled.swal2-confirm {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 4px solid transparent;
  border-color: transparent;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 7.5px;
  vertical-align: top;
  background-color: transparent !important;
  color: transparent;
  cursor: default;
  border-radius: 100%;
  -webkit-animation: rotate-loading 1.5s linear 0s infinite normal;
  animation: rotate-loading 1.5s linear 0s infinite normal;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.swal2-modal .swal2-buttonswrapper.swal2-loading .swal2-styled.swal2-cancel {
  margin-left: 30px;
  margin-right: 30px;
}

.swal2-modal .swal2-buttonswrapper.swal2-loading :not(.swal2-styled).swal2-confirm::after {
  display: inline-block;
  content: "";
  margin-left: 5px;
  vertical-align: -1px;
  height: 15px;
  width: 15px;
  border: 3px solid #999999;
  -webkit-box-shadow: 1px 1px 1px #fff;
  box-shadow: 1px 1px 1px #fff;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: rotate-loading 1.5s linear 0s infinite normal;
  animation: rotate-loading 1.5s linear 0s infinite normal;
}

.swal2-modal .swal2-styled {
  border: 0;
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  font-size: 17px;
  font-weight: 500;
  margin: 15px 5px 0;
  padding: 10px 32px;
}

.swal2-modal .swal2-styled:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(50, 100, 150, 0.4);
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(50, 100, 150, 0.4);
}

.swal2-modal .swal2-image {
  margin: 20px auto;
  max-width: 100%;
}

.swal2-modal .swal2-close {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  width: 38px;
  height: 40px;
  font-size: 36px;
  line-height: 40px;
  font-family: serif;
  position: absolute;
  top: 5px;
  right: 8px;
  cursor: pointer;
  color: #cccccc;
  -webkit-transition: color 0.1s ease;
  transition: color 0.1s ease;
}

.swal2-modal .swal2-close:hover {
  color: #d55;
}

.swal2-modal > .swal2-input,
.swal2-modal > .swal2-file,
.swal2-modal > .swal2-textarea,
.swal2-modal > .swal2-select,
.swal2-modal > .swal2-radio,
.swal2-modal > .swal2-checkbox {
  display: none;
}

.swal2-modal .swal2-content {
  font-size: 18px;
  text-align: center;
  font-weight: 300;
  position: relative;
  float: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  color: #545454;
  word-wrap: break-word;
}

.swal2-modal .swal2-input,
.swal2-modal .swal2-file,
.swal2-modal .swal2-textarea,
.swal2-modal .swal2-select,
.swal2-modal .swal2-radio,
.swal2-modal .swal2-checkbox {
  margin: 20px auto;
}

.swal2-modal .swal2-input,
.swal2-modal .swal2-file,
.swal2-modal .swal2-textarea {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 18px;
  border-radius: 3px;
  border: 1px solid #d9d9d9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
  -webkit-transition: border-color 0.3s, -webkit-box-shadow 0.3s;
  transition: border-color 0.3s, -webkit-box-shadow 0.3s;
  transition: border-color 0.3s, box-shadow 0.3s;
  transition: border-color 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
}

.swal2-modal .swal2-input.swal2-inputerror,
.swal2-modal .swal2-file.swal2-inputerror,
.swal2-modal .swal2-textarea.swal2-inputerror {
  border-color: #f27474 !important;
  -webkit-box-shadow: 0 0 2px #f27474 !important;
  box-shadow: 0 0 2px #f27474 !important;
}

.swal2-modal .swal2-input:focus,
.swal2-modal .swal2-file:focus,
.swal2-modal .swal2-textarea:focus {
  outline: none;
  border: 1px solid #b4dbed;
  -webkit-box-shadow: 0 0 3px #c4e6f5;
  box-shadow: 0 0 3px #c4e6f5;
}

.swal2-modal .swal2-input::-webkit-input-placeholder,
.swal2-modal .swal2-file::-webkit-input-placeholder,
.swal2-modal .swal2-textarea::-webkit-input-placeholder {
  color: #cccccc;
}

.swal2-modal .swal2-input:-ms-input-placeholder,
.swal2-modal .swal2-file:-ms-input-placeholder,
.swal2-modal .swal2-textarea:-ms-input-placeholder {
  color: #cccccc;
}

.swal2-modal .swal2-input::-ms-input-placeholder,
.swal2-modal .swal2-file::-ms-input-placeholder,
.swal2-modal .swal2-textarea::-ms-input-placeholder {
  color: #cccccc;
}

.swal2-modal .swal2-input::placeholder,
.swal2-modal .swal2-file::placeholder,
.swal2-modal .swal2-textarea::placeholder {
  color: #cccccc;
}

.swal2-modal .swal2-range input {
  float: left;
  width: 80%;
}

.swal2-modal .swal2-range output {
  float: right;
  width: 20%;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}

.swal2-modal .swal2-range input,
.swal2-modal .swal2-range output {
  height: 43px;
  line-height: 43px;
  vertical-align: middle;
  margin: 20px auto;
  padding: 0;
}

.swal2-modal .swal2-input {
  height: 43px;
  padding: 0 12px;
}

.swal2-modal .swal2-input[type=number] {
  max-width: 150px;
}

.swal2-modal .swal2-file {
  font-size: 20px;
}

.swal2-modal .swal2-textarea {
  height: 108px;
  padding: 12px;
}

.swal2-modal .swal2-select {
  color: #545454;
  font-size: inherit;
  padding: 5px 10px;
  min-width: 40%;
  max-width: 100%;
}

.swal2-modal .swal2-radio {
  border: 0;
}

.swal2-modal .swal2-radio label:not(:first-child) {
  margin-left: 20px;
}

.swal2-modal .swal2-radio input,
.swal2-modal .swal2-radio span {
  vertical-align: middle;
}

.swal2-modal .swal2-radio input {
  margin: 0 3px 0 0;
}

.swal2-modal .swal2-checkbox {
  color: #545454;
}

.swal2-modal .swal2-checkbox input,
.swal2-modal .swal2-checkbox span {
  vertical-align: middle;
}

.swal2-modal .swal2-validationerror {
  background-color: #f0f0f0;
  margin: 0 -20px;
  overflow: hidden;
  padding: 10px;
  color: gray;
  font-size: 16px;
  font-weight: 300;
  display: none;
}

.swal2-modal .swal2-validationerror::before {
  content: "!";
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #ea7d7d;
  color: #fff;
  line-height: 24px;
  text-align: center;
  margin-right: 10px;
}

@supports (-ms-accelerator: true) {
  .swal2-range input {
    width: 100% !important;
  }
  .swal2-range output {
    display: none;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-range input {
    width: 100% !important;
  }
  .swal2-range output {
    display: none;
  }
}
.swal2-icon {
  width: 80px;
  height: 80px;
  border: 4px solid transparent;
  border-radius: 50%;
  margin: 20px auto 30px;
  padding: 0;
  position: relative;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.swal2-icon.swal2-error {
  border-color: #f27474;
}

.swal2-icon.swal2-error .swal2-x-mark {
  position: relative;
  display: block;
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  position: absolute;
  height: 5px;
  width: 47px;
  background-color: #f27474;
  display: block;
  top: 37px;
  border-radius: 2px;
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 17px;
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 16px;
}

.swal2-icon.swal2-warning {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #f8bb86;
  border-color: #facea8;
  font-size: 60px;
  line-height: 80px;
  text-align: center;
}

.swal2-icon.swal2-info {
  font-family: "Open Sans", sans-serif;
  color: #3fc3ee;
  border-color: #9de0f6;
  font-size: 60px;
  line-height: 80px;
  text-align: center;
}

.swal2-icon.swal2-question {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #87adbd;
  border-color: #c9dae1;
  font-size: 60px;
  line-height: 80px;
  text-align: center;
}

.swal2-icon.swal2-success {
  border-color: #a5dc86;
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line] {
  border-radius: 50%;
  position: absolute;
  width: 60px;
  height: 120px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left] {
  border-radius: 120px 0 0 120px;
  top: -7px;
  left: -33px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 60px 60px;
  transform-origin: 60px 60px;
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right] {
  border-radius: 0 120px 120px 0;
  top: -11px;
  left: 30px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 0 60px;
  transform-origin: 0 60px;
}

.swal2-icon.swal2-success .swal2-success-ring {
  width: 80px;
  height: 80px;
  border: 4px solid rgba(165, 220, 134, 0.2);
  border-radius: 50%;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  position: absolute;
  left: -4px;
  top: -4px;
  z-index: 2;
}

.swal2-icon.swal2-success .swal2-success-fix {
  width: 7px;
  height: 90px;
  position: absolute;
  left: 28px;
  top: 8px;
  z-index: 1;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.swal2-icon.swal2-success [class^=swal2-success-line] {
  height: 5px;
  background-color: #a5dc86;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 2;
}

.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip] {
  width: 25px;
  left: 14px;
  top: 46px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.swal2-icon.swal2-success [class^=swal2-success-line][class$=long] {
  width: 47px;
  right: 8px;
  top: 38px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.swal2-progresssteps {
  font-weight: 600;
  margin: 0 0 20px;
  padding: 0;
}

.swal2-progresssteps li {
  display: inline-block;
  position: relative;
}

.swal2-progresssteps .swal2-progresscircle {
  background: #3085d6;
  border-radius: 2em;
  color: #fff;
  height: 2em;
  line-height: 2em;
  text-align: center;
  width: 2em;
  z-index: 20;
}

.swal2-progresssteps .swal2-progresscircle:first-child {
  margin-left: 0;
}

.swal2-progresssteps .swal2-progresscircle:last-child {
  margin-right: 0;
}

.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep {
  background: #3085d6;
}

.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progresscircle {
  background: #add8e6;
}

.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progressline {
  background: #add8e6;
}

.swal2-progresssteps .swal2-progressline {
  background: #3085d6;
  height: 0.4em;
  margin: 0 -1px;
  z-index: 10;
}

[class^=swal2] {
  -webkit-tap-highlight-color: transparent;
}

@-webkit-keyframes showSweetAlert {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  45% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  80% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes showSweetAlert {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  45% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  80% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes hideSweetAlert {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }
}
@keyframes hideSweetAlert {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }
}
.swal2-show {
  -webkit-animation: showSweetAlert 0.3s;
  animation: showSweetAlert 0.3s;
}

.swal2-show.swal2-noanimation {
  -webkit-animation: none;
  animation: none;
}

.swal2-hide {
  -webkit-animation: hideSweetAlert 0.15s forwards;
  animation: hideSweetAlert 0.15s forwards;
}

.swal2-hide.swal2-noanimation {
  -webkit-animation: none;
  animation: none;
}

@-webkit-keyframes animate-success-tip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}
@keyframes animate-success-tip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}
@-webkit-keyframes animate-success-long {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}
@keyframes animate-success-long {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}
@-webkit-keyframes rotatePlaceholder {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  5% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  12% {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg);
  }
  100% {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg);
  }
}
@keyframes rotatePlaceholder {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  5% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  12% {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg);
  }
  100% {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg);
  }
}
.swal2-animate-success-line-tip {
  -webkit-animation: animate-success-tip 0.75s;
  animation: animate-success-tip 0.75s;
}

.swal2-animate-success-line-long {
  -webkit-animation: animate-success-long 0.75s;
  animation: animate-success-long 0.75s;
}

.swal2-success.swal2-animate-success-icon .swal2-success-circular-line-right {
  -webkit-animation: rotatePlaceholder 4.25s ease-in;
  animation: rotatePlaceholder 4.25s ease-in;
}

@-webkit-keyframes animate-error-icon {
  0% {
    -webkit-transform: rotateX(100deg);
    transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
}
@keyframes animate-error-icon {
  0% {
    -webkit-transform: rotateX(100deg);
    transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
}
.swal2-animate-error-icon {
  -webkit-animation: animate-error-icon 0.5s;
  animation: animate-error-icon 0.5s;
}

@-webkit-keyframes animate-x-mark {
  0% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    margin-top: -6px;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    margin-top: 0;
    opacity: 1;
  }
}
@keyframes animate-x-mark {
  0% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    margin-top: -6px;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    margin-top: 0;
    opacity: 1;
  }
}
.swal2-animate-x-mark {
  -webkit-animation: animate-x-mark 0.5s;
  animation: animate-x-mark 0.5s;
}

@-webkit-keyframes rotate-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.login-form {
  padding-top: 80px;
  color: white;
}

.loginbackground {
  background-color: rgba(0, 0, 0, 0) !important;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
}

.form-signin {
  max-width: 360px;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.form-signin img {
  display: block;
  margin: auto;
  padding-bottom: 20px;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin .checkbox {
  font-weight: normal;
  margin-bottom: 10px;
}
.form-signin input[type=password] {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.form-signin input[type=email] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type=submit] {
  margin-top: 80px;
}
.form-signin .form-signin-heading {
  margin-bottom: 10px;
}
.form-signin .password {
  padding-top: 10px;
}

.form-signin ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.form-signin :-moz-placeholder { /* Firefox 18- */
  color: white;
}
.form-signin ::-moz-placeholder { /* Firefox 19+ */
  color: white;
}
.form-signin :-ms-input-placeholder {
  color: white;
}
.form-signin .form-control {
  color: rgba(255, 255, 255, 0.8);
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(255, 255, 255, 0.3);
  transition: 0.2s;
}
.form-signin .form-control:focus {
  transform: scale(1.02);
  transition: 0.2s;
}
.form-signin .password {
  margin-top: 20px;
}
.form-signin .footer {
  color: rgba(255, 255, 255, 0.8);
  float: right;
  padding-top: 10px;
}
.form-signin .error {
  padding-top: 10px;
  color: #F7441E;
}

.sso-link {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.8);
  margin: auto;
  display: block;
  text-align: center;
  margin-top: 10px;
}

.mainview-animation.ng-enter {
  -webkit-transition: 0.4s linear all;
  /* Safari/Chrome */
  -moz-transition: 0.4s linear all;
  /* Firefox */
  -o-transition: 0.4s linear all;
  /* Opera */
  transition: 0.4s linear all;
  /* IE10+ and Future Browsers */
}

.mainview-animation.ng-enter {
  opacity: 0;
}

.mainview-animation.ng-enter.ng-enter-active {
  opacity: 1;
}

#sidebar {
  background-color: #4a5864;
  transition: all 0.1s ease-in-out;
  height: 100%;
  position: fixed;
  overflow: hidden;
  z-index: 101;
  -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
  width: 60px;
}
#sidebar .tooltip {
  left: 60px !important;
  position: fixed;
}
#sidebar .menu-icon {
  color: #f78f1e;
}
#sidebar ul {
  padding-left: 0;
  min-width: 250px;
}
#sidebar .active {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-left: 6px solid #f78f1e;
}
#sidebar li {
  list-style: none;
}
#sidebar li:hover {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-right: 6px solid #f78f1e;
}
#sidebar li .menu-icon {
  cursor: pointer;
}
#sidebar li a {
  color: #cdd9e0;
  display: block;
  padding: 1em 0;
  text-decoration: none;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
@media (max-height: 800px) {
  #sidebar li a {
    padding: 0.6em 0;
  }
}
#sidebar li i {
  text-align: right;
  display: table-cell;
  vertical-align: middle;
  position: relative;
  padding-right: 1px;
  width: 43px;
  transition: 0.2s ease-in-out;
}
#sidebar li span {
  vertical-align: middle;
  display: table-cell;
  padding-left: 20px;
  font-size: 16px;
}

.sidebarActive {
  transition: all 0.4s ease-in-out !important;
  width: 260px !important;
  background-color: rgba(74, 88, 100, 0.9) !important;
}
.sidebarActive i {
  transition: all 0.8s ease-in-out !important;
}
.sidebarActive .tooltip {
  display: none !important;
}

#topbar {
  width: 100%;
  height: 56px;
  background-color: #FEFEFE;
  position: fixed;
  z-index: 100;
  margin-left: 60px;
  -webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.5);
}
#topbar #sitelogo {
  float: left;
  margin-top: 15px;
  margin-left: 30px;
}
#topbar li {
  list-style: none;
  display: inline-block;
}
#topbar li i {
  padding: 15px;
  padding-right: 35px;
}
#topbar .dropdown-item {
  padding: 0;
  text-align: center;
  width: 250px;
  color: white;
}
#topbar .dropdown-item a {
  padding: 0;
}

.start-left h3 {
  margin-top: 0;
}

.start-right h3 {
  margin-top: 0;
}

.sidebarActive .application-version {
  display: block;
  position: absolute;
  bottom: 5px;
  right: 10px;
  color: white;
}

.application-version {
  display: none;
}

.tab-content .page-header {
  margin-top: 10px;
  padding-bottom: 5px;
  font-weight: 700;
  font-size: 20px;
}
.tab-content .page-header input[type=checkbox] {
  margin-right: 10px;
}

#application td.installed,
#computers td.installed,
#applications td.installed {
  color: #A0D02F;
}
#application td.error,
#computers td.error,
#applications td.error {
  color: #de6764;
}
#application td.working,
#computers td.working,
#applications td.working {
  color: #6764DE;
}
#application td.denied,
#computers td.denied,
#applications td.denied {
  color: #f78f1e;
}

.modal-dialog modal-lg {
  margin-top: 106px;
}

.delete-dialog .modal-content {
  background: #4a5864;
  /*color: #cdd9e0;*/
  color: #fff;
  border-radius: 0;
}
.delete-dialog .btn-default {
  background: transparent;
  color: #fff;
  box-shadow: inset 0px 0px 0px 2px #fff;
}

.modal-footer-buttons {
  float: left;
}

.selected-count {
  float: left;
  margin-left: 15px;
  line-height: 34px;
  font-weight: 700;
}

#computerInventory div[role=tabpanel] {
  margin-left: 0;
}
#computerInventory .nobreak {
  white-space: nowrap;
}
#computerInventory .break {
  word-break: break-word;
}
#computerInventory .modal-dialog {
  width: 80%;
}

.panel-title span {
  float: right;
}
.panel-title .glyphicon-remove:hover {
  cursor: pointer;
}

.panel-footer {
  padding: 7px 15px;
}

.messages {
  opacity: 1;
}

.messages.ng-enter {
  -webkit-transition: 1s;
  transition: 1s;
}

.messages.ng-enter-active {
  opacity: 1;
}

.message-groups {
  height: 150px;
}
.message-groups > div {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  height: 100%;
}
.message-groups input, .message-groups .btn {
  width: 100% !important;
  min-width: 0 !important;
  margin: 15px;
}
.message-groups select {
  height: 100%;
  width: 100%;
}

.computertable tbody tr td {
  /* We reset padding to allow the anchor max size. */
  padding: 0px;
}
.computertable .computerstatus {
  width: 25px;
  cursor: pointer;
}
.computertable .computerapplication {
  width: 25px;
  cursor: pointer;
}
.computertable .computername {
  width: 400px;
  cursor: pointer;
}
.computertable .computeronline {
  width: 25px;
  cursor: pointer;
}
.computertable .computerlastconnection {
  width: 80px;
  cursor: pointer;
}
.computertable .computermac {
  width: 165px;
  cursor: pointer;
}
.computertable .computerip {
  width: 140px;
  cursor: pointer;
}
.computertable .computerhardware {
  cursor: pointer;
}
.computertable .computerplatform {
  cursor: pointer;
}
.computertable .computeruser {
  width: 150px;
  cursor: pointer;
}
.computertable a.cell-link {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  padding: 8px;
}
.computertable div.computer-name-container {
  display: grid;
  grid-template: auto/min-content 12px auto;
  grid-gap: 0px;
}
.computertable div.computer-name-container div {
  white-space: nowrap;
}
.computertable .show-on-hover {
  margin-top: 5px;
}

.tablecheckbox {
  width: 25px;
  padding-left: 8px !important;
}

[rotate-flip] {
  -webkit-transition: transform ease 250ms;
  -moz-transition: transform ease 250ms;
  -o-transition: transform ease 250ms;
  -ms-transition: transform ease 250ms;
  transition: transform ease 250ms;
}

[rotate-flip].rotated {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.computer_disabled {
  color: #f78f1e;
}

.show-on-hover:hover > ul.dropdown-menu {
  display: block;
  top: 20px;
  transition: all 0.5s ease 0s;
}

.show-on-hover {
  padding-top: 5px;
  padding-bottom: 5px;
}
.show-on-hover i.fa-caret-down {
  padding: 2px;
}

.dropdown-menu {
  margin-top: 0 !important;
}

.computertaskbar {
  max-width: 300px;
}

.icon-foo {
  font-family: "FontAwesome";
}

.tablebutton {
  width: 10px;
}

table tr {
  cursor: pointer;
  height: 45px;
}
table tr td {
  vertical-align: middle !important;
}

form .tab-content .searchbar {
  margin-left: 0;
  margin-right: 0;
}

.searchbar .search {
  width: 80%;
  float: left;
}
.searchbar select {
  width: 18%;
  float: right;
}

.total_items {
  float: right;
}

.edittoolbar {
  padding-right: 15px;
}

.pagination {
  margin-top: 0;
  margin-bottom: 10px;
  float: right;
}
.pagination .active a,
.pagination .active a:hover,
.pagination .active a:focus {
  background-color: #2a4667;
  border-color: #2a4667;
}
.pagination li a,
.pagination li span {
  color: #2a4667;
}

.column_width {
  width: 370px;
}

.table-maxheight {
  height: 500px;
  overflow-y: scroll;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(205, 217, 224, 0.3);
}

#days-of-month td {
  border-top: 0;
}

tr[disabled] > td {
  cursor: not-allowed !important;
}

.icon-action:hover {
  cursor: pointer;
}

.icon-action:hover {
  cursor: pointer;
}

.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}

.grouptable .grouplocked {
  width: 45px;
}
.grouptable .groupchecked {
  width: 45px;
}

.tasktable .computercheck {
  width: 45px;
}
.tasktable .computerstatus {
  width: 45px;
  cursor: pointer;
}
.tasktable .computergroup {
  width: 45px;
  cursor: pointer;
}
.tasktable .badge-userStatus {
  color: #2a4667;
  background-color: #CEDAE0;
}

.has-error label:after {
  content: " *";
  color: #a94442;
}
.has-error .form-control {
  border-width: 2px;
}

.glow-green {
  animation-name: greenPulse;
  -webkit-animation-name: greenPulse;
  animation-duration: 2s;
  -webkit-animation-duration: 2s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}

.glow-orange {
  -webkit-animation-name: orangePulse;
  animation-name: orangePulse;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.glow-red {
  -webkit-animation-name: redPulse;
  animation-name: redPulse;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.powered-off {
  opacity: 0.81;
}

@keyframes greenPulse {
  from {
    color: #44A604;
    text-shadow: 0 0 7px #333;
    opacity: 0.7;
  }
  50% {
    text-shadow: 0 0 10px #44A604;
  }
  to {
    color: #44A604;
    text-shadow: 0 0 7px #333;
    opacity: 0.7;
  }
}
@-webkit-keyframes greenPulse {
  from {
    color: #44A604;
    -webkit-text-shadow: 0 0 7px #333;
    opacity: 0.7;
  }
  50% {
    text-shadow: 0 0 10px #44A604;
  }
  to {
    color: #44A604;
    -webkit-text-shadow: 0 0 7px #333;
    opacity: 0.7;
  }
}
@keyframes orangePulse {
  from {
    color: #FF9507;
    text-shadow: 0 0 7px #333;
    opacity: 0.7;
  }
  50% {
    text-shadow: 0 0 10px #FF9507;
  }
  to {
    color: #FF9507;
    text-shadow: 0 0 7px #333;
    opacity: 0.7;
  }
}
@-webkit-keyframes orangePulse {
  from {
    color: #FF9507;
    -webkit-text-shadow: 0 0 7px #333;
    opacity: 0.7;
  }
  50% {
    text-shadow: 0 0 10px #FF9507;
  }
  to {
    color: #FF9507;
    -webkit-text-shadow: 0 0 7px #333;
    opacity: 0.7;
  }
}
@keyframes redPulse {
  from {
    color: red;
    text-shadow: 0 0 7px #333;
    opacity: 0.7;
  }
  50% {
    text-shadow: 0 0 10px #FF9507;
  }
  to {
    color: red;
    text-shadow: 0 0 7px #333;
    opacity: 0.7;
  }
}
@-webkit-keyframes redPulse {
  from {
    color: red;
    -webkit-text-shadow: 0 0 7px #333;
    opacity: 0.7;
  }
  50% {
    text-shadow: 0 0 10px red;
  }
  to {
    color: red;
    -webkit-text-shadow: 0 0 7px #333;
    opacity: 0.7;
  }
}
.CodeMirror {
  font-family: monospace;
  height: 300px;
}

.CodeMirror-scroll {
  overflow: auto;
}

.CodeMirror-lines {
  padding: 4px 0;
}

.CodeMirror pre {
  padding: 0 4px;
}

.CodeMirror-gutter-filler,
.CodeMirror-scrollbar-filler {
  background-color: #fff;
}

.CodeMirror-gutters {
  border-right: 1px solid #ddd;
  background-color: #f7f7f7;
  white-space: nowrap;
}

.CodeMirror-linenumber {
  padding: 0 3px 0 5px;
  min-width: 20px;
  text-align: right;
  color: #999;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.CodeMirror-guttermarker {
  color: #000;
}

.CodeMirror-guttermarker-subtle {
  color: #999;
}

.CodeMirror div.CodeMirror-cursor {
  border-left: 1px solid #000;
}

.CodeMirror div.CodeMirror-secondarycursor {
  border-left: 1px solid silver;
}

.CodeMirror.cm-fat-cursor div.CodeMirror-cursor {
  width: auto;
  border: 0;
  background: #7e7;
}

.CodeMirror.cm-fat-cursor div.CodeMirror-cursors {
  z-index: 1;
}

.cm-animate-fat-cursor {
  width: auto;
  border: 0;
  -webkit-animation: blink 1.06s steps(1) infinite;
  -moz-animation: blink 1.06s steps(1) infinite;
  animation: blink 1.06s steps(1) infinite;
}

@-moz-keyframes blink {
  0% {
    background: #7e7;
  }
  50% {
    background: 0 0;
  }
  100% {
    background: #7e7;
  }
}
@-webkit-keyframes blink {
  0% {
    background: #7e7;
  }
  50% {
    background: 0 0;
  }
  100% {
    background: #7e7;
  }
}
@keyframes blink {
  0% {
    background: #7e7;
  }
  50% {
    background: 0 0;
  }
  100% {
    background: #7e7;
  }
}
.cm-tab {
  display: inline-block;
  text-decoration: inherit;
}

.CodeMirror-ruler {
  border-left: 1px solid #ccc;
  position: absolute;
}

.cm-s-default .cm-keyword {
  color: #708;
}

.cm-s-default .cm-atom {
  color: #219;
}

.cm-s-default .cm-number {
  color: #164;
}

.cm-s-default .cm-def {
  color: #00f;
}

.cm-s-default .cm-variable-2 {
  color: #05a;
}

.cm-s-default .cm-variable-3 {
  color: #085;
}

.cm-s-default .cm-comment {
  color: #a50;
}

.cm-s-default .cm-string {
  color: #a11;
}

.cm-s-default .cm-string-2 {
  color: #f50;
}

.cm-s-default .cm-meta,
.cm-s-default .cm-qualifier {
  color: #555;
}

.cm-s-default .cm-builtin {
  color: #30a;
}

.cm-s-default .cm-bracket {
  color: #997;
}

.cm-s-default .cm-tag {
  color: #170;
}

.cm-s-default .cm-attribute {
  color: #00c;
}

.cm-s-default .cm-header {
  color: #00f;
}

.cm-s-default .cm-quote {
  color: #090;
}

.cm-s-default .cm-hr {
  color: #999;
}

.cm-s-default .cm-link {
  color: #00c;
}

.cm-negative {
  color: #d44;
}

.cm-positive {
  color: #292;
}

.cm-header,
.cm-strong {
  font-weight: 700;
}

.cm-em {
  font-style: italic;
}

.cm-link {
  text-decoration: underline;
}

.cm-strikethrough {
  text-decoration: line-through;
}

.cm-invalidchar,
.cm-s-default .cm-error {
  color: red;
}

div.CodeMirror span.CodeMirror-matchingbracket {
  color: #0f0;
}

div.CodeMirror span.CodeMirror-nonmatchingbracket {
  color: #f22;
}

.CodeMirror-matchingtag {
  background: rgba(255, 150, 0, 0.3);
}

.CodeMirror-activeline-background {
  background: #e8f2ff;
}

.CodeMirror {
  line-height: 1;
  position: relative;
  overflow: hidden;
  background: #fff;
  color: #000;
}

.CodeMirror-scroll {
  margin-bottom: -30px;
  margin-right: -30px;
  padding-bottom: 30px;
  height: 100%;
  outline: 0;
  position: relative;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.CodeMirror-sizer {
  position: relative;
  border-right: 30px solid transparent;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.CodeMirror-gutter-filler,
.CodeMirror-hscrollbar,
.CodeMirror-scrollbar-filler,
.CodeMirror-vscrollbar {
  position: absolute;
  z-index: 6;
  display: none;
}

.CodeMirror-vscrollbar {
  right: 0;
  top: 0;
  overflow-x: hidden;
  overflow-y: scroll;
}

.CodeMirror-hscrollbar {
  bottom: 0;
  left: 0;
  overflow-y: hidden;
  overflow-x: scroll;
}

.CodeMirror-scrollbar-filler {
  right: 0;
  bottom: 0;
}

.CodeMirror-gutter-filler {
  left: 0;
  bottom: 0;
}

.CodeMirror-gutters {
  position: absolute;
  left: 0;
  top: 0;
  padding-bottom: 30px;
  z-index: 3;
}

.CodeMirror-gutter {
  white-space: normal;
  height: 100%;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding-bottom: 30px;
  margin-bottom: -32px;
  display: inline-block;
}

.CodeMirror-gutter-wrapper {
  position: absolute;
  z-index: 4;
  height: 100%;
}

.CodeMirror-gutter-elt {
  position: absolute;
  cursor: default;
  z-index: 4;
}

.CodeMirror-lines {
  cursor: text;
  min-height: 1px;
}

.CodeMirror pre {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border-width: 0;
  background: 0 0;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  white-space: pre;
  word-wrap: normal;
  line-height: inherit;
  color: inherit;
  z-index: 2;
  position: relative;
  overflow: visible;
}

.CodeMirror-wrap pre {
  word-wrap: break-word;
  white-space: pre-wrap;
  word-break: normal;
}

.CodeMirror-linebackground {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}

.CodeMirror-linewidget {
  position: relative;
  z-index: 2;
  overflow: auto;
}

.CodeMirror-wrap .CodeMirror-scroll {
  overflow-x: hidden;
}

.CodeMirror-measure {
  position: absolute;
  width: 100%;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.CodeMirror-measure pre {
  position: static;
}

.CodeMirror div.CodeMirror-cursor {
  position: absolute;
  border-right: none;
  width: 0;
}

div.CodeMirror-cursors {
  visibility: hidden;
  position: relative;
  z-index: 3;
}

.CodeMirror-focused div.CodeMirror-cursors {
  visibility: visible;
}

.CodeMirror-selected {
  background: #d9d9d9;
}

.CodeMirror-focused .CodeMirror-selected {
  background: #d7d4f0;
}

.CodeMirror-crosshair {
  cursor: crosshair;
}

.cm-searching {
  background: #ffa;
  background: rgba(255, 255, 0, 0.4);
}

.cm-force-border {
  padding-right: 0.1px;
}

@media print {
  .CodeMirror div.CodeMirror-cursors {
    visibility: hidden;
  }
}
.cm-tab-wrap-hack:after {
  content: "";
}

span.CodeMirror-selectedtext {
  background: 0 0;
}

.CodeMirror {
  height: 600px;
  margin-bottom: 15px;
}

.btn {
  min-width: 120px;
  border: none;
  padding: 7px 12px;
  transition: background 0.3s ease;
  border-radius: 2px;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
}

.btn-danger {
  background-color: #d65a57;
}

.btn-success {
  background-color: #f78f1e;
}
.btn-success:hover, .btn-success:focus {
  opacity: 0.9;
  background-color: #f78f1e;
}
.btn-success[disabled], .btn-success[disabled]:hover {
  background-color: #f78f1e;
}

.btn-primary {
  background-color: #2a4667 !important;
}

.btn-icon {
  min-width: 55px;
}

.panel-primary {
  border-color: #2a4667;
}
.panel-primary .panel-heading {
  background-color: #2a4667;
  border-color: #2a4667;
}

.mainview-animation .col-xs-10 .form-group {
  margin-bottom: 0;
}
.mainview-animation .col-xs-2 .form-group {
  margin-bottom: 0;
}

div[role=tabpanel] {
  margin-top: -15px;
  margin-left: -15px;
}

.nav-tabs a {
  color: #818d9e;
}
.nav-tabs li:first-child a,
.nav-tabs li:first-child a:hover {
  border-left: 0;
}
.nav-tabs li a {
  border-radius: 0;
  font-size: 16px;
  margin-right: 0;
  padding: 15px 25px;
}
.nav-tabs li.active:first-child a,
.nav-tabs li.active:first-child a:hover {
  border-left: 0;
}
.nav-tabs li.active a,
.nav-tabs li.active a:hover {
  color: #2a4667;
  border-top-color: #FEFEFE;
}

.form-control {
  border-radius: 3px;
}
.form-control:focus {
  border-color: #2a4667;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.4);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.4);
}

.checkbox label,
.radio label {
  min-height: 15px;
}

.inventory span {
  padding-right: 10px;
}

.remotebuttons .btn {
  padding: 7px 7px;
  min-width: 70px;
  margin-left: 30px;
}
.remotebuttons .fa {
  width: 27px;
  font-size: 1.5em;
}
.remotebuttons .icon img {
  height: 40px;
  margin-left: 20px;
}
.remotebuttons .icon img:hover {
  cursor: pointer;
}

alert {
  z-index: 100000;
}

.buttontoolbar {
  margin-top: 5px;
}
.buttontoolbar .btn {
  margin-right: 10px;
}

.noCreate .btn-success {
  display: none;
}

#replacedApplicationBtn:hover {
  cursor: pointer;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #2a4667;
}
.bootstrap-datetimepicker-widget table td span.active {
  background-color: #2a4667;
}

.bootstrap-datetimepicker-widget .btn {
  min-width: 10px !important;
  border: none;
  box-shadow: none;
}
.bootstrap-datetimepicker-widget .glyphicon {
  color: #2a4667;
}

.datetimepicker .btn,
.datepicker .btn {
  min-width: 20px !important;
  padding: 6px 12px !important;
  box-shadow: none;
}
.datetimepicker .btn-default,
.datepicker .btn-default {
  border: none;
}

ul.menu {
  top: 0;
  right: 0;
  position: absolute;
  list-style-type: none;
}
ul.menu li {
  position: relative;
  -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
}
ul.menu li a {
  font-weight: bold;
  color: #2a4667;
  transition-duration: 0.3s;
  display: block;
  height: 56px;
  padding: 0 20px 0 20px;
  font-size: 15px;
  text-decoration: none;
  min-width: 120px;
  background: #FEFEFE;
  position: relative;
  outline: 0;
  display: flex;
  align-items: center;
  line-height: 20px;
}
ul.menu li a:hover {
  background: #f5f5f5;
  cursor: pointer;
}
ul.menu li .arrow {
  position: absolute;
  top: 19px;
  right: 10px;
  z-index: 1;
  overflow: hidden;
  color: #43576f;
}
ul.menu li i {
  margin-right: 40px;
}
ul.menu li .name {
  flex: 1;
}
ul.menu .dropdown-account {
  width: 300px;
}
ul.menu .dropdown-menu {
  left: 0;
  right: 0;
  margin: 0;
  width: 100%;
  padding: 0;
  top: 56px;
  margin-left: -2px;
  width: 300px;
}
ul.menu .logout {
  display: flex;
}
ul.menu .logout a {
  padding: 0;
  background: #f78f1e;
  text-transform: uppercase;
  width: 250px;
  color: white;
  justify-content: center;
}
ul.menu .logout a:hover {
  background: #00aee6;
}
ul.menu .dropdown-item a {
  padding-left: 20px !important;
}

.subnetsform {
  min-height: 200px;
}

#upload-file-info {
  font-size: 15px;
  padding: 8px;
  font-weight: 400;
  background-color: transparent;
  color: black;
}

.batchjobbar > .btn-group {
  display: flex;
  align-items: center;
}
.batchjobbar > .btn-group a:hover {
  cursor: pointer;
}

.reports ul {
  padding-left: 5px;
  list-style: none;
}
.reports li {
  margin-bottom: 5px;
}

.report-modal .modal-footer-buttons {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

/*! 
 * angular-loading-bar v0.8.0
 * https://chieffancypants.github.io/angular-loading-bar
 * Copyright (c) 2015 Wes Cruver
 * License: MIT
 */
/* Make clicks pass-through */
#loading-bar,
#loading-bar-spinner {
  pointer-events: none;
  -webkit-pointer-events: none;
  -webkit-transition: 350ms linear all;
  -moz-transition: 350ms linear all;
  -o-transition: 350ms linear all;
  transition: 350ms linear all;
}

#loading-bar.ng-enter,
#loading-bar.ng-leave.ng-leave-active,
#loading-bar-spinner.ng-enter,
#loading-bar-spinner.ng-leave.ng-leave-active {
  opacity: 0;
}

#loading-bar.ng-enter.ng-enter-active,
#loading-bar.ng-leave,
#loading-bar-spinner.ng-enter.ng-enter-active,
#loading-bar-spinner.ng-leave {
  opacity: 1;
}

#loading-bar .bar {
  -webkit-transition: width 350ms;
  -moz-transition: width 350ms;
  -o-transition: width 350ms;
  transition: width 350ms;
  background: #29d;
  position: fixed;
  z-index: 10002;
  top: 0;
  left: 0;
  width: 100%;
  height: 12px;
  border-bottom-right-radius: 1px;
  border-top-right-radius: 1px;
}

/* Fancy blur effect */
#loading-bar .peg {
  position: absolute;
  width: 70px;
  right: 0;
  top: 0;
  height: 2px;
  opacity: 0.45;
  -moz-box-shadow: #29d 1px 0 6px 1px;
  -ms-box-shadow: #29d 1px 0 6px 1px;
  -webkit-box-shadow: #29d 1px 0 6px 1px;
  box-shadow: #29d 1px 0 6px 1px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

#loading-bar-spinner {
  position: fixed;
  z-index: 10002;
  top: 50%;
  margin: 0 auto;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

#loading-bar-spinner .spinner-icon {
  width: 74px;
  height: 74px;
  border: solid 3px transparent;
  /*
  border-top-color:  #29d;
  border-left-color: #29d;
  */
  border-radius: 50%;
  border-top-color: #29d;
  border-left-color: #29d;
  -webkit-animation: loading-bar-spinner 400ms linear infinite;
  -moz-animation: loading-bar-spinner 400ms linear infinite;
  -ms-animation: loading-bar-spinner 400ms linear infinite;
  -o-animation: loading-bar-spinner 400ms linear infinite;
  animation: loading-bar-spinner 400ms linear infinite;
}

@-webkit-keyframes loading-bar-spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes loading-bar-spinner {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes loading-bar-spinner {
  0% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes loading-bar-spinner {
  0% {
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loading-bar-spinner {
  0% {
    transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*!
 * Datetimepicker for Bootstrap 3
 * version : 4.17.37
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
.bootstrap-datetimepicker-widget {
  list-style: none;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
  margin: 2px 0;
  padding: 4px;
  width: 19em;
}

@media (min-width: 768px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 992px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 1200px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
.bootstrap-datetimepicker-widget.dropdown-menu:before, .bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: "";
  display: inline-block;
  position: absolute;
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  top: -6px;
  left: 8px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  bottom: -6px;
  left: 7px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 6px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 7px;
}

.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0;
}

.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}

.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none;
}

.bootstrap-datetimepicker-widget .timepicker-hour, .bootstrap-datetimepicker-widget .timepicker-minute, .bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}

.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}

.bootstrap-datetimepicker-widget .btn[data-action=incrementHours]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action=incrementMinutes]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action=decrementHours]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action=decrementMinutes]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action=showHours]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action=showMinutes]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action=togglePeriod]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle AM/PM";
}

.bootstrap-datetimepicker-widget .btn[data-action=clear]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Clear the picker";
}

.bootstrap-datetimepicker-widget .btn[data-action=today]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Set the date to today";
}

.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}

.bootstrap-datetimepicker-widget .picker-switch::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle Date and Time Screens";
}

.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit;
}

.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%;
}

.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}

.bootstrap-datetimepicker-widget table td, .bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 4px;
}

.bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px;
}

.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px;
}

.bootstrap-datetimepicker-widget table th.disabled, .bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #777;
  cursor: not-allowed;
}

.bootstrap-datetimepicker-widget table th.prev::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Previous Month";
}

.bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Next Month";
}

.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer;
}

.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #eee;
}

.bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px;
}

.bootstrap-datetimepicker-widget table td.cw {
  font-size: 0.8em;
  height: 20px;
  line-height: 20px;
  color: #777;
}

.bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
}

.bootstrap-datetimepicker-widget table td.day:hover, .bootstrap-datetimepicker-widget table td.hour:hover, .bootstrap-datetimepicker-widget table td.minute:hover, .bootstrap-datetimepicker-widget table td.second:hover {
  background: #eee;
  cursor: pointer;
}

.bootstrap-datetimepicker-widget table td.old, .bootstrap-datetimepicker-widget table td.new {
  color: #777;
}

.bootstrap-datetimepicker-widget table td.today {
  position: relative;
}

.bootstrap-datetimepicker-widget table td.today:before {
  content: "";
  display: inline-block;
  border: solid transparent;
  border-width: 0 0 7px 7px;
  border-bottom-color: #337ab7;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}

.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #337ab7;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff;
}

.bootstrap-datetimepicker-widget table td.disabled, .bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #777;
  cursor: not-allowed;
}

.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 4px;
}

.bootstrap-datetimepicker-widget table td span:hover {
  background: #eee;
}

.bootstrap-datetimepicker-widget table td span.active {
  background-color: #337ab7;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.bootstrap-datetimepicker-widget table td span.old {
  color: #777;
}

.bootstrap-datetimepicker-widget table td span.disabled, .bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #777;
  cursor: not-allowed;
}

.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px;
}

.bootstrap-datetimepicker-widget.wider {
  width: 21em;
}

.bootstrap-datetimepicker-widget .datepicker-decades .decade {
  line-height: 1.8em !important;
}

.input-group.date .input-group-addon {
  cursor: pointer;
}

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

tr.limited {
  background-color: #dbde64 !important;
}

tr.licensOverDrawn {
  background-color: #de6764 !important;
}

tr.deprecated {
  background-color: darkgray !important;
}

.fa.edit-toggle {
  width: 22px;
  height: 22px;
  margin-left: 2px;
  margin-right: 2px;
  border-radius: 4px;
  padding: 4px;
  font-size: 12px;
  width: auto;
  border: 1px solid #adadad;
}
.fa.edit-toggle.editing {
  background-color: rgb(148, 196, 177);
}

.priority-field {
  max-width: 100px;
}

td.hoverable:hover {
  text-decoration: underline;
}

.not-allowed {
  cursor: not-allowed;
}

.checkbox.narrow {
  display: inline-block;
}

.tab-content.contain {
  padding-top: 16px;
}
.tab-content.contain div[role=tabpanel] {
  margin-top: 0;
  margin-left: 0;
}

.sosPackageTime,
.sosPackageId {
  line-height: 34px;
  margin-bottom: 0;
}

.refreshSosPackage button {
  margin-top: 24px;
}

#createPackage .has-error label:after {
  content: " *";
  color: #a94442;
}
#createPackage .has-error .form-control {
  border-width: 2px;
}

html {
  background-color: #FEFEFE no-repeat center center fixed;
  background-size: cover;
}

body {
  font-family: "Lato", sans-serif;
  background-color: #CEDAE0;
  color: #2a4667;
}

a.disabled {
  cursor: default;
  pointer-events: none;
}

.fullImageBackground {
  background-image: url(../images/bg-custom.jpg), url(../images/bg.jpg);
  background-color: #000;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.fullImageBackground body {
  background-color: transparent;
}

.wrapper {
  margin: 0 auto;
}

#main {
  padding: 15px;
  padding-top: 71px;
  padding-bottom: 70px;
  margin-left: 60px;
  border-radius: 2px;
}

.loginMargin {
  margin-left: 0 !important;
}

.container-fluid {
  background-color: #FEFEFE;
  -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  min-height: 200px;
}

.inner-wrapper {
  padding: 15px;
}

.fa {
  width: 12px;
}

::-webkit-scrollbar {
  width: 13px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.nav-tabs li {
  cursor: pointer;
}

.alert {
  position: fixed;
  top: 70px;
  right: 15px;
  z-index: 10000;
  background-color: #4a5864;
  color: #fff;
}

.am-fade {
  animation: my_fade_animation 0.5s linear;
}

@keyframes my_fade_animation {
  from {
    opacity: 0;
    transform: translateY(-50px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}
@-webkit-keyframes my_fade_animation {
  from {
    opacity: 0;
    transform: translateY(-50px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}
.breadcrumb {
  background: none;
  margin-bottom: 0;
}

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

.license-status-label, .organization-status-label {
  line-height: 56px;
  margin-left: auto;
  margin-right: auto;
  display: table;
  font-size: 15px;
  font-weight: bold;
  color: #c9302c;
}

.username-label {
  margin-right: 340px;
  line-height: 56px;
  float: right;
  font-size: 15px;
  font-weight: bold;
  color: #2a4667;
}
.username-label span:hover {
  cursor: pointer;
  color: #395f8b;
}

.help-block {
  font-size: 12px;
}

.nav-tabs h4 {
  margin-top: 17px;
  font-weight: 700;
}
.nav-tabs .breadcrumb {
  padding: 15px 25px;
}
.nav-tabs .breadcrumb a {
  padding: 0;
  font-weight: 700;
  color: #2a4667;
}

total-items {
  float: right;
}

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover {
  background-color: rgba(232, 232, 232, 0.49) !important;
}

.font-weight-bold {
  font-weight: bold;
}

h3.page-header.flexrow {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
h3.page-header.top-space {
  margin-top: 40px;
}