body {
    margin: 0;
    font-family: sans-serif;
}

.title-header {
    background-color: #bcbcff;
    margin: 0;
    padding: 10px;
}

.main-content {
    display: flex;
    justify-content: flex-start;
}
.main-content .content-item {
    padding-left: 10px;
    padding-right: 10px;
}
.main-content .content-item > p {
    font-size: 20px;
}

table.main-table {
  width: 100%;
  text-align: left;
}
table.main-table td, table.main-table th {
  padding: 5px 5px;
}
table.main-table tr td {
    border-bottom: 1px solid #d8d8d8;
}
table.main-table tbody td {
  font-size: 13px;
}
table.main-table thead {
  background: #005FB9;
  background: -moz-linear-gradient(top, #4087ca 0%, #196fc0 66%, #005FB9 100%);
  background: -webkit-linear-gradient(top, #4087ca 0%, #196fc0 66%, #005FB9 100%);
  background: linear-gradient(to bottom, #4087ca 0%, #196fc0 66%, #005FB9 100%);
}
table.main-table thead th {
  font-size: 15px;
  font-weight: bold;
  color: #FFFFFF;
}
table.main-table tfoot td {
  font-size: 14px;
}
table.main-table tfoot .links {
  text-align: right;
}
table.main-table tfoot .links a{
  display: inline-block;
  background: #1C6EA4;
  color: #FFFFFF;
  padding: 2px 8px;
  border-radius: 5px;
}
.btn {
    border: none;
    padding: 5px;
    cursor: pointer;
    border-radius: 3px;
    color: white;
}
.btn:hover {
    opacity: 0.5;
}
td .btn {
    width: 100%;
}
.btn.green-btn {
    background-color: #439643;
}
.btn.blue-btn {
    background-color: #44a7d6;
}
.btn.red-btn {
    background-color: #f35151;
}
.one-line-form {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}
.one-line-form > * {
    margin-right: 10px;
}
input {
    border-radius: 3px;
    padding: 3px;
    border: 1px solid grey;
}
.message {
    padding: 10px;
    margin: 5px;
    border-radius: 10px;
}
.message.error-message {
    background-color: #f7a0a0;
}
.message.info-message {
    background-color: #c2f19f;
}
.p-title {
    margin-bottom: 5px;
    border-bottom: 1px solid grey;
}
.group-inputs {
    margin-bottom: 10px;
    display: flex;
 }
.labeled-input {
    display: flex;
    flex-direction: column;
}
.flex {
    display: flex;
}
.fs-11 {
    font-size: 11px;
}
.datetime-wrp, #datetimeCreateWrp {
    position: absolute;
}
.align-flex-center {
    align-items: center;
}

.modal-mask {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: table;
  transition: opacity 0.3s ease;
}

.modal-wrapper {
  display: table-cell;
  vertical-align: middle;
}

.modal-cross {
  display: flex;
  justify-content: flex-end;
  font-weight: bold;
}

.modal-cross:hover {
  cursor: pointer;
}

.group-inputs .labeled-input {
  max-width: 190px;
}

.group-inputs .labeled-input:nth-child(2) {
  margin-left: 35px;
}


.flexRow {
  flex-direction: row;
  align-items: center;
}

.marginTop5 {
  margin-top: 5px;
}

.errorModalText {
  color: red;
}

.modal-container {
  width: 50%;
  margin: 0px auto;
  padding: 20px 30px;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.33);
  transition: all 0.3s ease;
  font-family: Helvetica, Arial, sans-serif;
}

.newUser .modal-wrapper .modal-container {
  width: 22%;
  margin: 0px auto;
  padding: 20px 30px;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.33);
  transition: all 0.3s ease;
  font-family: Helvetica, Arial, sans-serif;
}

.modal-header h3 {
  margin-top: 0;
  color: #42b983;
}

.modal-footer {
    display: flex;
    justify-content: flex-end;
}

.modal-enter {
  opacity: 0;
}

.modal-leave-active {
  opacity: 0;
}

.modal-enter .modal-container,
.modal-leave-active .modal-container {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

table.buttonpane .clear {
    display: none;
}

.red {
  color: red;
}

.modal-backdrop-fade-in {
  width: 100%;
  height: 100%;
  position: absolute;
  background: black;
  opacity: 0.8;
}


.login-modal {
  position: absolute;
  padding: 15px;
  z-index: 10000;
  top: 20%;
  left: 35%;
  width: 370px;
  background: white;
  transition: 1.1s ease-out;
  filter: blur(0);
  transform: scale(1);  
  opacity: 1;
  visibility: visible;
}

.login-modal .header {
  min-height: 100px;
  height: 100%;
  background-image: url("../img/serviva-logo.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.login-modal .header .close-icon {
  font-size: 30px;
  font-weight: 500;
}

.login-modal .header .close-icon:after {
  content: '✖';
}

.login-modal .modal-body {
  padding-top: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.modal-fade-in {
  background-image: url("../img/login-background.png");
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.login-modal .footer-error {
  display: flex;
  justify-content: center;
  align-items: center;
  color: red;
  padding: 5px;
  font-size: 13px;
}

.login-modal .modal-body input {
  margin-top: 10px;
  min-height: 30px;
  padding: 0 10px 0 10px;
  border: 1px solid rgb(206, 205, 205);
  background-color: #E0E0E0;
  border-radius: 0;
  width: 94%;
}

.login-modal .modal-body input:focus {
  box-shadow: 0 0 3px 2px rgba(79, 172, 255, 0.5);
  border: 0.5px solid rgba(79, 172, 255);
  outline: none;
}

.login-modal .modal-body input:active {
  box-shadow: 0 0 3px 2px rgba(79, 172, 255, 0.5);
  border: 0.5px solid rgba(79, 172, 255);
  outline: none;
}

.login-modal .buttons {
  padding: 10px 0 10px 10px;
  display: flex;
  justify-content: flex-end;
}

.login-modal .buttons button:not(.secondary):not(.noclass) {
  min-width: 80px;
  min-height: 25px;
  padding: 5px;
  font-weight: bold;
  cursor: pointer;
  border: none;
  background: #005DA4;
  color: white;
}

.smallFont {
  font-size: 13px;
}

.linkColor {
  color: #005DA4;
}

.login-modal .buttons button:focus,
.login-modal .buttons a button:focus {
  outline: none;
}

.login-modal .buttons a {
  margin-left: 10px;
}

.eyeIcon {
  position: absolute;
  top: 185px;
  left: 88%;
  cursor: pointer;
}

.eyeIconChangePw {
  position: absolute;
  top: 203px;
  left: 88%;
  cursor: pointer;
}

.eyeIconBefore {  
  position: absolute;
  top: 161px;
  left: 88%;
  cursor: pointer;
}

.eyeIconAfter {
  position: absolute;
  top: 243px;
  left: 88%;
  cursor: pointer;
}

.beforeNew {
  top: 161px;
}

.beforeRepeat {
  top: 203px;
}

#alertBox {
  border-bottom: 1px solid #005DA4;
  border-radius: 0;
  padding-bottom: 10px;
}


.alert-info {
  margin: 5px 0 5px 0;
  font-size: 13px;
  border-radius: 5px;
  margin-top: 10px;
}

.alert-error {
  background: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
  padding: 15px;
  margin: 5px 5px 5px 0;
  font-size: 12px;
  border-radius: 5px;
}

.page-footer {
  font-size: 10px;
  padding: 5px 10px;
}

.bigFont {
  font-size: 24.5px;
  font-weight: bold;
}

.bold {
  font-weight: bold;
}

.rightAlignFlex {
  display: flex;
  justify-content: flex-end;
}

.rightAlignFlex button {
  min-height: 25px;
  min-width: 80px;
  padding: 5px;
  margin-top: 5px;
  border: 0.5px solid grey;
  background-color: #E0E0E0;
}

.justifyContentCenter {
  justify-content: center;
}

.secondary {
  min-width: 80px;
  min-height: 25px;
  padding: 5px;
  font-weight: bold;
  cursor: pointer;
  border: none;
  margin-left: 10px;
}

.readonlyTag {
  pointer-events: none;
}

.readonlyTag .tagator_element {
  border: none;
}

.readonlyTag .tagator_element .tagator_tag_remove {
  display: none;
}

.column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.short-input {
  max-width: 125px;
}

.short-input > input {
  width: 90%;
}

.short-input > label {
  white-space: nowrap;
}

.marginLeft10 {
  margin-left: 10px;
}

.disabledButton {
  opacity: 0.5;
  pointer-events: none;
}

.fontSize14 {
  font-size: 14px;
}