.text-small {
  font-size: 12px;
}
.text-normal {
  font-size: 14px;
}
.text-semi {
  font-size: 18px;
}
.text-big {
  font-size: 22px;
}
.text-super-big {
  font-size: 26px;
}
.alertCustom {
  position: absolute;
  bottom: 1rem;
  right: -16rem;
  width: 16rem;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem;
  z-index: 9999;
  font-size: 14px;
}
.load-bar {
  position: relative;
  margin-top: 20px;
  width: 100%;
  height: 6px;
  background-color: transparent;
}
.alert-bar {
  content: "";
  display: inline;
  position: absolute;
  width: 0;
  height: 100%;
  right: 100%;
  text-align: center;
}
.alert-bar:nth-child(1) {
  background-color: rgba(30, 30, 30, 0.5);
  animation: progress 2s linear;
}
@keyframes progress {
  from {
    right: 100%;
    width: 0;
    z-index: 100;
  }
  to {
    right: 0;
    width: 100%;
  }
}
.lds-ring {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 51px;
  height: 51px;
  margin: 6px;
  border: 6px solid #bebebe;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #bebebe transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fill-dark {
  fill: #494E6B;
}
.fill-light {
  fill: #fff;
}
.fill-light-grey {
  fill: #6c757d;
}
.icon-small {
  width: 12px;
}
.icon-normal {
  width: 14px;
  height: 14px;
}
.icon-semi {
  width: 18px;
  height: 18px;
}
.icon-big {
  width: 22px;
  height: 22px;
}
.icon-super-big {
  width: 26px;
  height: 26px;
}
body {
  min-width: 900px;
  overflow: hidden;
}
.contentContainer {
  flex-grow: 1;
  min-width: 1337px;
  width: 100%;
  display: flex;
  justify-content: stretch;
  font-size: 14px;
}
.modal-header {
  background-color: #494E6B;
  color: #fff;
  border-radius: 2px;
}
.sidebar-left {
  padding-top: 20px;
  padding-left: 30px;
  padding-right: 30px;
  float: left;
  width: 15%;
}
.sidebar-right {
  padding-top: 20px;
  padding-left: 30px;
  padding-right: 10px;
  float: left;
  width: 20%;
}
.center {
  padding-top: 20px;
  float: left;
  padding-left: 2%;
  padding-right: 2%;
  width: 65%;
}
.btn-light-blue {
  font-size: 14px !important;
  border: 3px solid transparent;
  background-color: #fff;
  color: #494E6B;
}
.btn-light-blue:hover {
  background-color: #e6e6e6;
}
.btn-dark-blue {
  font-size: 14px !important;
  border: 3px solid transparent;
  background-color: #494E6B;
  color: #fff;
}
.btn-dark-blue:hover {
  background-color: #686f98;
  color: #fff;
}
.btn-darkblue {
  color: #fff;
  background-color: #494E6B;
  border-color: #494E6B;
}
.btn-darkblue:hover {
  color: #494E6B;
  background-color: #fff;
  border-color: #494E6B;
}
.btn-darkblue:focus,
.btn-darkblue.focus {
  color: #494E6B;
  background-color: #fff;
  border-color: #494E6B;
  box-shadow: 0 0 0 0.2rem rgba(41, 41, 97, 0.5);
}
.btn-darkblue.disabled,
.btn-darkblue:disabled {
  color: #494E6B;
  background-color: transparent;
}
.btn-darkblue:not(:disabled):not(.disabled):active,
.btn-darkblue:not(:disabled):not(.disabled).active,
.show > .btn-darkblue.dropdown-toggle {
  color: #494E6B;
  background-color: #fff;
  border-color: #494E6B;
}
.btn-darkblue:not(:disabled):not(.disabled):active:focus,
.btn-darkblue:not(:disabled):not(.disabled).active:focus,
.show > .btn-darkblue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(41, 41, 97, 0.5);
}
.btn-outline-darkblue {
  color: #494E6B;
  border-color: #494E6B;
}
.btn-outline-darkblue:hover {
  color: #fff;
  background-color: #494E6B;
  border-color: #494E6B;
}
.btn-outline-darkblue:focus,
.btn-outline-darkblue.focus {
  box-shadow: 0 0 0 0.2rem rgba(41, 41, 97, 0.5);
}
.btn-outline-darkblue.disabled,
.btn-outline-darkblue:disabled {
  color: #494E6B;
  background-color: transparent;
}
.btn-outline-darkblue:not(:disabled):not(.disabled):active,
.btn-outline-darkblue:not(:disabled):not(.disabled).active,
.show > .btn-outline-darkblue.dropdown-toggle {
  color: #fff;
  background-color: #494E6B;
  border-color: #494E6B;
}
.btn-outline-darkblue:not(:disabled):not(.disabled):active:focus,
.btn-outline-darkblue:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-darkblue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(41, 41, 97, 0.5);
}
.q-form-control-plain {
  width: 40%;
  background: #FFFFFF;
  display: flex;
}
.q-form-control {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
  padding: 7px;
  border: none;
  border-bottom: 1px solid #ddd;
  background: transparent;
  font-size: 16px;
  height: 45px;
  border-radius: 0;
}
.q-form-control-single {
  width: 100%;
  margin-bottom: 10px;
}
.q-form-control-noprepend {
  width: 70%;
  margin-bottom: 10px;
}
.q-form-control-center {
  width: 65%;
  margin-bottom: 10px;
}
.q-form-control-prepend {
  width: 5%;
  margin-bottom: 0px;
  line-height: 1.75;
}
.q-form-control-append {
  width: 30%;
  margin-bottom: 0px;
  line-height: 1.75;
}
.option-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  height: 20px;
  width: 20px;
  transition: all 0.15s ease-out 0s;
  background: #cbd1d8;
  border: none;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin-right: 0.2rem;
  outline: none;
  position: relative;
  z-index: 1000;
}
.option-input:hover {
  background: #dbdfde;
}
.option-input:checked {
  background: #494E6B;
}
.option-input:checked::before {
  height: 20px;
  width: 20px;
  position: absolute;
  content: '✔';
  display: inline-block;
  font-size: 20px;
  text-align: center;
  line-height: 20px;
}
.option-input:checked::after {
  -webkit-animation: click-wave 0.65s;
  -moz-animation: click-wave 0.65s;
  animation: click-wave 0.65s;
  background: #40e0d0;
  content: '';
  display: block;
  position: relative;
  z-index: 100;
}
.option-input.radio {
  border-radius: 50%;
}
.option-input.radio::after {
  border-radius: 50%;
}
/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 3em;
  height: 1.5em;
}
/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 1em;
  width: 1em;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
input:checked + .slider {
  background-color: #494E6B;
}
input:focus + .slider {
  box-shadow: 0 0 1px #494E6B;
}
input:checked + .slider:before {
  -webkit-transform: translateX(1.45em);
  -ms-transform: translateX(1.45em);
  transform: translateX(1.45em);
}
/* Rounded sliders */
.slider.round {
  border-radius: 1rem;
}
.slider.round:before {
  border-radius: 50%;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #494E6B;
  background-color: #f8f9fa;
  border-radius: 5px;
  border: 2px solid lightgrey;
}
a.text-dark-sidebar:focus {
  color: #494E6B !important;
}
a.text-dark-sidebar:hover {
  color: #494E6B !important;
  background-color: #f8f9fa !important;
  cursor: pointer;
}
.text-dark-sidebar {
  color: #343a40;
}
