/*
body {
  overflow-x: hidden !important;
  overflow-y: auto !important;
}
*/
/*
h1,
h2,
h3,
h4,
h5,
h6 {
  color: inherit !important;
}
*/
.ajax_message {
  background-color: #eee;
  color: #666;
  border-radius: 4px;
  padding: 10px;
  display: none;
}

.fab-col-details {

  /* hide text if it more than N lines  */
  overflow: hidden;
  /* for set '...' in absolute position */
  position: relative;
  /* use this value to count block height */
  line-height: 1.2em;
  /* max-height = line-height (1.2) * lines max number (3) */
  max-height: 3.6em;
  /* fix problem when last visible word doesn't adjoin right side  */
  text-align: justify;
  /* place for '...' */
  margin-right: -1em;
  padding-right: 1em;
}

.fab-col-details:before {
  /* points in the end */
  content: '...';
  /* absolute position */
  position: absolute;
  /* set position to right bottom corner of block */
  right: 0;
  bottom: 0;
}

/* hide ... if we have text, which is less than or equal to max lines */
.fab-col-details:after {
  /* points in the end */
  content: '';
  /* absolute position */
  position: absolute;
  /* set position to right bottom corner of text */
  right: 0;
  /* set width and height */
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  /* bg color = bg color under block */
  background: white;
}

.fab-file-container .caption {
  overflow: hidden;
  text-overflow: ellipsis;
}

.fab-pagination {
  margin: 0px !important;
}

.login h1 a {
  background-image: url('') !important;
}

.login-page,
.register-page {
  background: inherit !important;
}

#login {
  max-width: 360px !important;
  padding: 8% 0 0;
  margin: auto;
}

#login form {
  margin-top: 20px;
  margin-left: 0;
  padding: 26px 24px 46px;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .13);
}

#login form p {
  margin-bottom: 0;
}

#login form,
.login h1 a {
  overflow: hidden;
  font-weight: 400;
}

#login label {
  color: #72777c;
  font-size: 14px;
  background: #fff;
  border: 0px;
}

#login form .input,
.login form input[type=checkbox],
.login input[type=text] {
  background: #fbfbfb;
}

#login form .input,
.login input[type=text] {
  font-size: 24px;
  width: 100%;
  padding: 3px;
  margin: 2px 6px 16px 0;
}

#login form .login-remember {
  font-weight: 400;
  float: left;
  margin-bottom: 0;
}

#login form p.login-submit {
  margin: 0;
  padding: 0;
  float: right;
}

#login .button-primary {
  background: #0085ba;
  border-color: #0073aa #006799 #006799;
  box-shadow: 0 1px 0 #006799;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  text-shadow: 0 -1px 1px #006799, 1px 0 1px #006799, 0 1px 1px #006799, -1px 0 1px #006799;
  display: inline-block;
  text-decoration: none;
  font-size: 13px;
  line-height: 26px;
  height: 28px;
  margin: 0;
  padding: 0 10px 1px;
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
  -webkit-appearance: none;
  border-radius: 3px;
  white-space: nowrap;
  box-sizing: border-box;
}

#login .button-primary.focus,
#login .button-primary.hover,
#login .button-primary:focus,
#login .button-primary:hover {
  background: #008ec2;
  border-color: #006799;
  color: #fff;
}

#login #nav {
  margin: 24px 24px;
  font-size: 13px;
}

.no-padding>p {
  margin: 20px;
}

.content-wrapper>div.alert {
  margin: 15px;
}

div.error {
  background-color: #fff;
  color: red;
  padding: 15px;
  border: 1px solid;
  margin: 15px 0;
}

.red {
  color: red;
}

.green {
  color: green;
}

.loader {
  margin: 0 auto;
  border: 8px solid #f3f3f3;
  /* Light grey */
  border-top: 8px solid #3498db;
  /* Blue */
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.nsl-container {
  clear: both;
}


.container-main {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
  position: absolute;
  margin-top: 4px !important;
  margin-left: -20px !important;
}

#loading-overlay {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transition: 1s 0.4s;
  text-align: center;
  padding-top: 0;
  width: 100%;
  height: 5px;
}

.privacy-policy-footer-link {
  padding: 15px;
  position: relative;
  max-height: 100px;
  z-index: 1030;
  background: #fff;
  border-top: 1px #d2d6de solid;
}


/* indicator */
.indicator-slider {
  position: absolute;
  width: 100%;
  height: 5px;
  overflow-x: hidden;
}

.indicator-line {
  position: absolute;
  opacity: 0.9;
  background: #eee;
  width: 150%;
  height: 5px;
}

.indicator-subline {
  position: absolute;
  background: #4a8df8;
  height: 5px;
}

.indicator-inc {
  animation: indicator-increase 2s infinite;
}

.indicator-dec {
  animation: indicator-decrease 2s 0.5s infinite;
}

.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

@keyframes indicator-increase {
  from {
    left: -5%;
    width: 5%;
  }

  to {
    left: 130%;
    width: 100%;
  }
}

@keyframes indicator-decrease {
  from {
    left: -80%;
    width: 80%;
  }

  to {
    left: 110%;
    width: 10%;
  }
}

.vue-upload-files .input-group-prepend button,
.vue-upload-files .input-group-append button {
  padding: 1em;
}

.file-drop-area {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 100%;
  padding: 1em;
  height: 100% !important;
  border: 1px dashed rgba(150, 150, 150, 0.4);
  border-radius: 3px;
  transition: 0.2s;
}

.file-drop-area.active {
  background-color: rgba(150, 150, 150, 0.05);
  border: 1px solid rgba(150, 150, 150, 0.9);
}

.fake-btn {
  flex-shrink: 0;
  background-color: rgba(150, 150, 150, 0.04);
  border: 1px solid rgba(150, 150, 150, 0.1);
  border-radius: 3px;
  padding: 8px 15px;
  margin-right: 10px;
  font-size: 12px;
  text-transform: uppercase;
}

.file-msg {
  font-size: small;
  font-weight: 300;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.file-input {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  opacity: 0;
}

.file-input:focus {
  outline: none;
}