.selected {
  font-weight: bold;
}

.main {
  margin-top: 15px;
  background-color: #e9ecef;
  border-radius: 0.3rem;
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  box-shadow: 1px 2px 2px 3px rgb(192, 192, 192);
}

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

.breadcrumb {
  background-color: #f37435;
  box-shadow: 1px 2px 2px 3px rgb(192, 192, 192);
  font-size: 1.2rem;
}

.breadcrumb-item.active {
  color: whitesmoke;
  font-weight: bold;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: whitesmoke;
}

.table thead {
  background-color: #d3d4dd;
  text-align: center;
}

.table td {
  vertical-align: middle;
}

.btn-secondary {
  background-color: #f37435;
  border-color: #f37435;
}

.col-form-label {
  text-align: right;
  font-weight: bold;
}

.control {
  display: absolute;
  position: relative;
  padding-left: 2.5rem;
  margin-bottom: 0.1rem;
  padding-top: 0.1rem;
  cursor: pointer;
}

.control input {
  position: relative;
  z-index: -1;
  opacity: 0;
}

.control_indicator {
  stroke: #2d486a;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 16px;
  stroke-dashoffset: 16px;
  transition: all 0.3s ease;
  transform: translate3d(0, 0, 0);
  position: absolute;
  top: 1px;
  left: 15px;
  height: 20px;
  width: 20px;
  background: #e6e6e6;
  border: 2px solid #acacac;
  border-radius: 3px;
}

.control-checkbox input:checked ~ .control_indicator {
  stroke: #e6e6e6;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 16px;
  stroke-dashoffset: 16px;
  transition: all 0.3s ease;
  transform: translate3d(0, 0, 0);
  background: #2d486a;
  border: 2px solid #2d486a;
  border-radius: 3px;
}

.control input:disabled ~ .control_indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}

.control_indicator:after {
  box-sizing: unset;
  content: "";
  position: absolute;
  display: none;
}

.control input:checked ~ .control_indicator:after {
  display: block;
}

.control-checkbox .control_indicator:after {
  left: 5px;
  top: 3px;
  width: 3px;
  height: 8px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.control-checkbox input:disabled ~ .control_indicator:after {
  border-color: #7b7b7b;
}

.control-radio .control_indicator {
  border-radius: 100%;
}

.control-radio input:checked ~ .control_indicator {
  stroke: #e6e6e6;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 16px;
  stroke-dashoffset: 16px;
  transition: all 0.3s ease;
  transform: translate3d(0, 0, 0);
  background: #2d486a;
  border: 2px solid #2d486a;
  border-radius: 100%;
}

.control-radio .control_indicator:after {
  left: 5px;
  top: 3px;
  width: 3px;
  height: 8px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.imgSelected img {
  border: 2px solid #2d486a;
  border-radius: 3px;
  padding: 1px;
}

.img-responsive {
  background-color: #e6e6e6;
  padding: 1px;
}

ul.list-group.list-group-striped li:nth-of-type(even) {
  background: rgb(241, 241, 241);
}

.switch {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 25px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 19px;
  width: 19px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: rgb(24, 145, 0);
}

input:focus + .slider {
  box-shadow: 0 0 1px rgb(24, 145, 0);
}

input:checked + .slider:before {
  -webkit-transform: translateX(19px);
  -ms-transform: translateX(19px);
  transform: translateX(19px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 25px;
}

.slider.round:before {
  border-radius: 50%;
}

.modal.fade.in {
  opacity: 1;
}
.modal.fade .modal-dialog {
  transform: translate(0, 0) !important;
}

.modal-backdrop.fade {
  opacity: 0.5 !important;
}
.modal-header {
  display: block;
}
.modal-content {
  border-radius: 1rem !important;
}

button:disabled {
  cursor: not-allowed;
}

.cursor-pointer {
  cursor: pointer;
}

.form-group.required .col-form-label:after {
  content: " *";
  color: red;
}

.bg-blue {
  background-color: #2d486a;
}

.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px; /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: "liga";
}

.login-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-top: 10%;
  font-size: 16px;
  margin: auto;
  margin-top: 5%;

  padding: 70px 40px;
  min-width: 700px;
  max-width: 700px;
  border: 1px solid #ccc;
  box-shadow: 3px 3px 9px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}

.login {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
}

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

.login div label {
  padding: 0;
  margin: 0;
  font-weight: bold;
  color: #333;
}

.login input {
  padding: 10px;
  border-radius: 4px;
  outline: none;
  border: 1px solid #ccc;
  margin-bottom: 10px;
  height: 40px;
  width: 300px;
  color: #333;
}

.login input[type="button"] {
  margin-top: 10px;
  width: 100%;
  background-color: #429733;
  color: #fff;
  border: none;
  font-weight: bold;
  letter-spacing: 0.03rem;
  transition: opacity 0.2s;
}

.login input[type="button"]:hover {
  opacity: 0.8;
}

.login input[type="text"]:focus {
  background-color: rgb(241, 255, 235);
  border-color: #429733;
}

.login p {
  width: 100%;
  font-size: 14px;
  color: #ca1111;
  text-align: center;
}
