body {
  font-size: 14px;
  line-height: 1.5em;
}
.azure-login,
.azure-login > a > div {
  width: 400px;
  height: 200px;
}
.valign-middle {
  padding-top: 80px;
}

label {
  font-weight: bold;
  display: block;
  width: 150px;
  float: left;
}
label:after {
  content: ': ';
}

.hr-w90 {
  border-color: lightgray;
  width: 90%;
}

.w500 {
  width: 500px;
}
.schedule_length {
  width: 532px;
}
.schedule_length label {
  width: 250px;
}
.w550 {
  width: 550px;
}
.large-label {
  width: 200px;
}
select,
input {
  width: 350px;
  max-width: 350px;
  height: 2.5em;
  padding: 0 10px;
  border: 1px solid #eee;
  border-radius: 5px;
}
.lfloat {
  float: left;
}
.rfloat {
  float: right;
}
.clr {
  clear: both;
}
.top {
  font-weight: bold;
  padding: 25px;
}
.action {
  font-weight: normal;
}

.error {
  font-weight: bold;
  color: #ff0000;
}

.hint {
  font-style: italic;
}

.page-header {
  padding-bottom: 2px;
  margin: 10px 0 20px;
  border-bottom: 1px solid #eee;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-8 {
  margin-right: 8px;
}

.green {
  color: #008000FF;
}

.red {
  color: #FF0000FF;
}

.no-max-width {
  max-width: 100%;
}

/*column aligned to vertical central*/
.row-vcenter-content {
  display:flex;
  align-items:center;
}

.my-1 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.mt-1 {
  margin-top: 15px;
}
.mb-1 {
  margin-bottom: 15px;
}
.ml-5 {
  margin-left: 5rem;
}
.mx-6 {
  margin-right: 1rem;
  margin-left: 1rem;
}
.mx-8 {
  margin-left: 6rem;
  margin-right: 6rem;
}
.no-max-width {
  max-width: 100%;
}

/*column aligned to vertical central*/
.row-vcenter-content {
  display:flex;
  align-items:center;
}

#ftconatiner {
  padding-bottom: 20px;
}

ul.jqueryFileTree a.manualfile {
  font-weight: bold;
  /* color: #286090; */
  color: #ff0000;
}

.picker__select--year {
  height: 50px !important;
}

.picker__select--month {
  height: 50px !important;
}

.user_box {
  padding-top: 60px;
}

.client-type-radios {
  padding-left: 62px;
}

tr td input[type='checkbox'] {
  width: 25px;
  cursor: pointer;
}

/*I gave up to solve style conflicts with built in classes.
There 3 rules are for "clientPicker" partial.*/
.search-input > .typeahead__container {
  font-size: 14px;
}
.search-input > div > button {
  height: 34px;
}
.search-input .typeahead__list {
  margin-top: 34px;
}

.radio-label input{
  height: 1em;
  width: 20px;
}
.radio-label {
  font-weight: 400;
  margin: 0;
}
.radio-label:after {
  content: '';
}

.line-height-34 {
  line-height: 34px;
}

.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none;
}

.bold {
  font-weight: 600;
}

.text-align-right {
  text-align: right;
}
.checkbox-std-width {
  width: 34px
}
.checkbox-sm-width {
  width: 20px;
}
.input-t {
  width: 100%;
  border-radius: 0.5rem;
  border: 1px solid #cdcdcc !important;
}
.scroll-div {
  align-items: center;
  padding: 24px 0px;
  border-radius: 0.5rem;
  border: 1px solid #cdcdcc;
  height: 24rem;
  overflow-x: hidden;
  overflow-y: auto;
  text-align: justify;
}
.button-format {
  width: 82px;
  height: 34px;
  text-align: center;
  line-height: 1em;
  font-size: 1em;
}
.half-width {
  width: 50%;
}
.cursor-pointer {
  cursor: pointer;
}

.input-error {
  border-color: #a94442;
  background-color: #ebccd1;
}
.justify-content-center{
  justify-content: center;
}

.align-justify-center{
  display: flex;
  justify-content: center;
  align-items: center;
}

.align-justify-between{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.align-justify-end {
  display: flex;
  justify-content: right;
  margin-right: 2px;
}

.flex-column {
  display: flex;
  flex-direction: column;
}

#clients-for-mission>tbody >tr>td{
 padding: 0 8px;
}

.wrong-credentials{
  background-color:#ea6361 !important;
}

.full-width {
  width: 100%
}

.file-upload-component span {
  line-height: 35px;
  margin-left: 10px;
}

.file-upload-component label {
  border: 1px solid #ccc;
  display: inline-block;
  padding: 6px 12px;
  cursor: pointer;
}

.file-upload-component label:after {
  content: none;
}

.file-upload-component input {
  display: none;
}

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

.loader {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -60px;
  margin-top: -60px;
  border: 16px solid #f3f3f3;
  border-top: 16px solid #3498db;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
}

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

/* passwordInput */
.password-wrapper {
  position: relative;
}

#password-visibility-icon {
  cursor: pointer;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}

#password-copy-icon {
  cursor: pointer;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
/* passwordInput */
