@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap");
body {
  height: 100vh;
  font-family: "Poppins", sans-serif;
  position: relative;
}

body a {
  text-decoration: none;
}

a.link_default {
  font-size: 10px;
  color: #3490dc;
  font-weight: 600;
}

body p {
  margin: 0;
}

div#app {
  height: 100vh;
  background: #fff;
}

.block_strong_gary {
  background: #DFE6E6;
  color: #006586;
  padding: 2px 10px;
  border-radius: 15px;
  font-weight: 600;
  font-size: 12px;
}

.block_title_topic {
  background: #0e6586;
  color: #fff;
  padding: 2px 10px;
  border-radius: 15px;
  font-weight: 600;
  font-size: 12px;
  margin-bottom: 30px;
}

.block_strong_blue {
  background: #00A1E4;
  color: #fff;
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  padding: 1px 9px;
  border-radius: 10px;
  margin-bottom: 7px;
}

.block_transparent_blue {
  background: #D6F5FF;
  color: #0093ED;
  display: flex;
  font-size: 11px;
  font-weight: 600;
  padding: 5px 9px;
  border-radius: 10px;
  align-items: center;
  margin-bottom: 7px;
}

.block_transparent_white {
  background: white;
  color: #0093ED;
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  padding: 1px 9px;
  border-radius: 10px;
  margin-bottom: 7px;
}

.block_light_blue {
  background: #94d0d9;
  color: #fff;
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  padding: 1px 9px;
  border-radius: 10px;
}

.block_li_blue {
  background: #E7F7FC;
  color: #666666;
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  padding: 1px 9px;
  border-radius: 10px;
}

body .block_dark_blue {
  background: #0e6586;
  color: #fff;
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  padding: 1px 9px;
  border-radius: 10px;
  margin-bottom: 7px;
}

.block_light_green {
  background: #7CDC80;
  color: #fff;
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  padding: 1px 9px;
  border-radius: 10px;
  margin-bottom: 7px;
}

.block_able {
  color: #666666;
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  padding: 1px 9px;
  border-radius: 10px;
  margin-bottom: 7px;
}

.block_able.green {
  background: #7CDC80;
}

.block_able.red {
  background: #f58e8f;
  color: #fff;
}

.block_line_gray {
  background: #ececec;
  color: #666666;
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  padding: 1px 9px;
  border-radius: 10px;
  margin-bottom: 7px;
}

body .block_pink {
  background: #ef5da8;
  color: #fff;
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  padding: 1px 9px;
  border-radius: 10px;
  margin-bottom: 7px;
}

input.view_info[disabled] {
  border-radius: 10px;
  border: 1px solid #ececec;
  background: #ececec;
  width: 100%;
  padding-left: 8px;
}

.block_info_full {
  margin-bottom: 30px;
}

.block_info_full .block_result {
  min-height: 70px;
}

.container-login .bg-login {
  background-image: url(/assets/image/air-conditioning.png);
  height: 100vh;
  width: 60%;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

.container-login {
  display: flex;
  align-items: center;
}

.container-login .login {
  width: 40%;
  padding: 0 40px;
}

.container-login .login .title h2 {
  font-size: 28px;
  font-weight: 600;
}

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

.container-login .input-form {
  outline: 0;
  border-width: 0 0 2px;
  border-color: #A4A4A4;
}

.container-login .form_block {
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
}

.container-login .container-btn {
  display: flex;
  justify-content: center;
}

.container-login .btn {
  background: #006586;
  color: #fff;
  width: 40%;
  border-radius: 14px;
  border: 1px solid;
}

.container-login .btn:hover {
  color: #006586;
  text-decoration: none;
  border-color: #006586;
  background: #fff;
}

.form_block label {
  color: #A4A4A4;
  font-weight: 600;
}

.menu .navbar-nav {
  display: flex;
  flex-direction: row;
  /* justify-content: space-between; 08/05/2025 */
  gap: 40px;
  width: 100%;
}

.menu .navbar-nav > li {
  width: 18%;
  text-align: center;
  background: #E7F7FC;
  font-size: 15px;
  font-weight: 600;
  border-radius: 30px;
}

.menu .navbar-nav > li > a {
  padding: 10px 0px;
  border-radius: 30px;
}

.menu .dropdown-toggle::after {
  display: none;
}

li.nav-item.active.dropdown.show {
  background: #E7F7FC;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding-bottom: 20px;
}

body .menu .navbar-nav a.dropdown-item {
  margin: 10px 0px;
  color: #666666;
  font-size: 12px;
  white-space: break-spaces;
}

.dropdown-menu.show {
  width: 100%;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  box-shadow: none;
  border: none;
  background: #e7f7fc;
}

.header-top {
  margin: 25px 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

nav.menu,
div#navbarNavDropdown {
  padding: 0;
}

.header-top .box-filter select {
  border: 1px solid #DADADA;
  background: #fff;
  border-radius: 10px;
}

body .header-top .box-filter select#user {
  background: #006586;
  border-color: #fff;
  padding: 2px 3px;
  margin-left: 10px;
  color: #fff;
}

body .header-top .box-filter select#Year {
  padding-left: 10px;
  font-size: 10px;
  text-align: left;
}

div#main {
  background: #f8f8f8;
  height: 100vh;
}

#main .content {
  margin-top: 60px;
}

#main .block_white_default {
  background: #fff;
  border-radius: 10px;
  padding: 30px 25px;
  margin: 20px 0;
}

.content_info_user .user_info .name {
  font-size: 2.25rem;
  margin-top: 10px;
  font-weight: 600;
  color: #0093ED;
  /* margin: 0; */
}

.content_info_user .user_info .last_name {
  font-size: 13px;
  margin-bottom: 0px;
}

.content_info_user .user_info .office {
  background: #006586;
  color: #fff;
  display: inline-block;
  padding: 2px 10px;
  border-radius: 10px;
}

.content_info_user .user_info {
  margin-bottom: 10px;
}

.description_user {
  font-size: 12px;
  color: #666666;
}

.content_warning,
.content-pending {
  background: #fff;
  padding: 10px 10px;
}

.content_warning .block_title {
  background: #ffd4d4;
  text-align: center;
  display: inline-block;
  padding: 7px 60px;
  font-size: 12px;
  color: #666666;
  font-weight: 600;
  border-radius: 7px;
  margin-bottom: 20px;
}

.content_warning .topics p {
  font-size: 12px;
  color: #666666;
  margin-bottom: 5px;
}

#main .banner img {
  width: 100%;
}

#main .banner {
  margin: 20px 0;
}

.banner h6.title {
  font-size: 13px;
  font-weight: 600;
  margin-left: 20px;
  color: #00a1e4;
  margin-bottom: 5px;
}

.content-pending .block_title {
  background: #C1D7F8;
  text-align: center;
  display: inline-block;
  padding: 7px 60px;
  font-size: 12px;
  color: #666666;
  font-weight: 600;
  border-radius: 7px;
  margin-bottom: 20px;
}

.content-pending,
.content_warning {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.content-pending .topics p {
  font-size: 12px;
  color: #666666;
  margin-bottom: 5px;
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {
  .menu .nav-item .dropdown-menu {
    display: none;
  }
  .menu .nav-item:hover .dropdown-menu {
    display: block;
  }
  .menu .nav-item .dropdown-menu {
    margin-top: 0;
  }
}
/* ============ desktop view .end// ============ */
.menu .nav-item ul.dropdown-menu {
  width: 100%;
  border: none;
  box-shadow: none;
  background: #E7F7FC;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.page_profile .content_info_user {
  display: flex;
  justify-content: space-between;
}

.page_profile .content_info_user .user_info .name {
  margin-bottom: 10px;
}

.page_profile .user_info .block_title_featured {
  background: #006586;
  display: inline-block;
  color: #fff;
  padding: 2px 10px;
  border-radius: 10px;
  font-size: 11px;
}

.page_profile .block_content {
  font-size: 11px;
  line-height: 1.33;
  margin-bottom: 10px;
}

.page_profile .block_content.box_password {
  display: flex;
  flex-direction: column;
}

.page_profile .box_password input.default_input {
  border-radius: 10px;
  border: 1px solid #DADADA;
  margin-bottom: 5px;
  width: 15%;
}

.page_profile .box_password a {
  font-size: 10px;
  text-decoration: none;
  background: #0e6586;
  color: #fff;
  border: 1px solid #0e6586;
  border-radius: 10px;
  text-align: center;
}

.page_profile .box_icon_user {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page_profile .content_info_user .box_icon_user img {
  margin-top: 25px;
  margin-bottom: 10px;
  border-radius: 80px;
}

.block_result .description {
  font-size: 10px;
  font-weight: 600;
  padding: 8px 15px;
  min-height: 150px;
}

.description_note{
    color: red;
    font-size: 11px;
    font-weight: 400;
    padding-left: 15px;
}

.description {
  text-align: left;
}

.total_result {
  background: #cadfe8;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  padding: 3px 0;
  border-radius: 15px;
}

.workflow_gerente .block_result {
  min-height: inherit;
}

.block_result {
  background: #ececec;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 150px;
}

.block_result .result {
  font-size: 10px;
  font-weight: 600;
  text-align: center;
  background: #cadfe8;
  border-radius: 10px;
  padding: 3px 0;
}

.full_width {
  width: 100%;
  text-align: center;
}

.full_width_right {
  width: 100%;
  text-align: right;
}

.width_92{
    width: 92%;
    text-align: center;
}

/* ============ corporate goal ============ */
.main_text {
  margin: 35px 0;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #666666;
}

.grid_line_goal {
  display: grid;
  grid-template-columns: 100px 150px 85px 100px 155px 150px 165px 165px;
  column-gap: 10px;
}

.grid_line_goal_admin {
  display: grid;
  grid-template-columns: 100px 150px 85px 100px 155px 150px 165px 165px;
  column-gap: 10px;
}

.grid_second_line_goal {
  display: grid;
  grid-template-columns: 465px 315px 345px;
  column-gap: 10px;
}

.grid_second_line_goal_anwers {
  display: grid;
  grid-template-columns: 49% 49%;
  column-gap: 10px;
}

.grid_anwers_info_goal {
  display: grid;
  grid-template-columns: 40px 40px 40px 40px 40px 40px 40px;
  column-gap: 10px;
  align-items: end;
}

.block_white_anwers {
  background: #fff;
  border-radius: 10px;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #686868;
  text-align: center;
  padding: 4px;
  margin-bottom: 10px;
}
.block_white_anwers span {
  line-height: 1.3;
  display: inline-grid;
}

.block_gray_anwers {
  background: #ECECEC;
  border-radius: 10px;
  min-height: 165px;
  display: grid;
  align-items: center;
  justify-content: center;
  color: #686868;
  text-align: center;
  padding: 4px;
  margin-bottom: 10px;
  font-weight: 500;
  position: relative;
}
.block_gray_anwers span {
  line-height: 1.3;
  display: inline-grid;
}

.circle_answers_pink {
  background-color: #FFD4D4;
  color: #686868;
  padding: 4px 18px;
  border-radius: 15px;
  font-weight: bold;
  margin: 5px 0;
}

.answers_info_text {
  padding: 4px 0px;
  margin: 3px 0;
  display: inline-grid;
}

.content-info-myresults {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.margin_top_X {
  margin-top: 10px;
}

.margin_top_XX {
  margin-top: 20px;
}

.margin_top_XXXV {
  margin-top: 35px;
}

.margin_top_VI {
  margin-top: 60px;
}

.margin_bottom_XXXI {
  margin-bottom: 31px;
}

.margin_bottom_VII {
  margin-bottom: 7px;
}

.margin_left_XXV {
  margin-left: 25px;
}

.width_small {
  width: 100px !important;
}

.width_medium {
  width: 200px !important;
}

.width_large {
  width: 400px !important;
}

.margin_right_XXV {
  margin-right: 25px !important;
}

.margin_right_XXV {
  margin-right: 25px !important;
}

.margin_right_XXV {
  margin-right: 25px !important;
}

.margin_none {
  margin: 0px;
}

.title_main {
  color: #006586;
  font-weight: bold;
}

.btn_right {
  float: right;
}

.color_white {
  color: white;
  text-decoration: none;
}
.color_white:hover {
  color: white;
  text-decoration: none;
}

.color_gray {
  color: #666666;
  text-decoration: none;
}
.color_gray:hover {
  color: #666666;
  text-decoration: none;
}
.color_gray:hover .fa-trash-alt {
  color: #FF8F8F;
  transition: 0.5s;
}
.color_gray:hover .fa-pencil-alt {
  color: #7CDC80;
  transition: 0.5s;
}

/* ============ calendar  ============ */
.box_filter_calendar select {
  margin: 0 5px 0 20px;
  width: 130px;
  height: 30px;
  border-radius: 50px;
  color: #666666;
  background-color: transparent;
  border: 2px solid #DADADA;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .box_filter_calendar select {
    margin: 0;
  }
}

/* ============ report  ============ */
.fake-input {
  position: relative;
}

.fake-input input {
  border: none;
  border: 2px solid #DADADA;
  background-color: transparent;
  display: block;
  width: 150px;
  height: 30px;
  box-sizing: border-box;
  text-align: center;
  border-radius: 50px;
  font-weight: 500;
}

.fake-input i {
  position: absolute;
  top: 8.5px;
  left: 9px;
  font-size: 13px;
  color: #666666;
}

/* ============ registration user  ============ */
.registration_user input[type=text], .registration_user input[type=email],
.registration_area input[type=text],
.registration_goal input[type=text],
.individual_goal input[type=text],
.page_register input[type=text],
input[type=number] {
  border: none;
  background-color: #ECECEC;
  display: block;
  width: 100%;
  color: #666666;
  height: 20px;
  box-sizing: border-box;
  text-align: center;
  border-radius: 50px;
  font-weight: 500;
  margin-bottom: 15px;
  padding: 0 10px;
}

.container_score input {
  width: 100%;
  background: #ececec;
  border: none;
  border-radius: 15px;
  height: 60px;
  text-align: center;
  font-size: 35px;
}

.container_feedback textarea {
  height: 60px;
  margin: 0;
}

.container_feedback_second_status,
.container_feedback_second_anaul_status {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 92%;
    min-height: 90px;
    background-color: #ECECEC;
    border-radius: 10px;
    color: #666666;
    font-weight: 500;
    font-size: 13px;
}

.subordinate_evaluation form input[type=submit] {
  margin-bottom: 0;
  padding: 5px 0px;
}

.subordinate_evaluation form .container_submit {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

select {
  border: none;
  background-color: #ECECEC;
  display: block;
  width: 100%;
  color: #666666;
  height: 20px;
  box-sizing: border-box;
  text-align: center;
  border-radius: 50px;
  font-weight: 500;
  margin-bottom: 15px;
}

textarea {
  border: none;
  background-color: #ECECEC;
  display: block;
  width: 100%;
  color: #666666;
  box-sizing: border-box;
  text-align: left;
  border-radius: 10px;
  font-weight: 500;
  margin-bottom: 15px;
  margin-top: 5px;
  padding-left: 15px;
  font-size: 13px;
  padding-top: 10px;
  resize: none;
}

input[type=submit] {
  color: white;
  background-color: #006586;
  border: none;
  padding: 6px 16px;
  border-radius: 15px;
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 30px;
}

button[type=submit].save {
  color: white;
  background-color: #006586;
  border: none;
  padding: 6px 16px;
  border-radius: 15px;
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 30px;
}

form {
  margin-bottom: 0;
}

body .alert {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: rgba(128, 128, 128, 0.4784313725);
  top: 0;
}

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

.actions_container .break_apart_icons {
  border: none;
}

.new_form .icon_plus .minus,
.new_form .icon_plus .plus {
  display: none;
}

.new_form .icon_plus .minus.active,
.new_form .icon_plus .plus.active {
  display: block;
}

.icon_plus a {
  background: #006586;
  padding: 0px 10px;
  font-size: 25px;
  border-radius: 44px;
  font-weight: 600;
}

/* Customize the label (the container) */
.marked {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 7px;
  cursor: pointer;
  font-size: 13px;
  color: #666666;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.marked input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #C4C4C4;
  border-radius: 50%;
}

/* When the radio button is checked, add a blue background */
.marked input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.marked input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.marked .checkmark:after {
  top: 6px;
  left: 6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}

.job_management input[type=text] {
  border: none;
  background-color: #ECECEC;
  display: block;
  width: 350px;
  color: #666666;
  height: 20px;
  box-sizing: border-box;
  text-align: center;
  border-radius: 50px;
  font-weight: 500;
  margin-bottom: 15px;
}

.job_management .block_light_blue {
  width: 140px;
}

.margin_top_zero {
  margin-top: 0;
}

.margin_bottom_zero {
  margin-top: 0;
}

.break_apart_icons {
  margin: 0 5px;
}

.new_form .icon_actions.icon_plus a {
  display: flex;
  margin: 0 5px;
  padding: 0;
  align-items: center;
  width: 40px;
  justify-content: center;
  height: 40px;
}

.btn_dark_blue {
  color: #ffffff;
  text-decoration: none;
  background-color: #006586;
  height: 30px;
  border-radius: 50px;
  text-align: center;
  font-weight: bold;
  padding: 0 16px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn_dark_blue:hover {
  color: #ffffff;
  text-decoration: none;
}

.users_active .btn_dark_blue {
  margin-right: 20px;
}

.btn_dark_blue2 {
    color: #ffffff;
    text-decoration: none;
    background-color: #006586;
    height: 30px;
    border-radius: 50px;
    text-align: center;
    font-weight: bold;
    padding: 0 16px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn_dark_blue2:hover {
    color: #ffffff;
    background-color: #00A1E4;
    text-decoration: none;
}


.value_total {
  color: white;
  font-weight: bold;
  font-size: 10px;
  display: inline-block;
  background: #006586;
  padding: 0 10px;
  text-align: center;
  border-radius: 15px;
  margin-bottom: 7px;
}

input[type=button] {
  color: #006586;
  border: none;
  margin-top: 15px;
  width: 100%;
  background: #94D0D9;
  border-radius: 15px;
  font-weight: bold;
}

.warning_mandatory {
  color: #E80000;
}

.fa-paperclip {
  font-size: 25px;
  color: #666666;
  cursor: pointer;
}

.lista_of_areas .width_medium {
  text-align: center;
}

.lista_of_areas .block_able_green {
  text-align: center;
  width: 100px;
  margin-bottom: 0;
}

.lista_of_areas .block_desabled_red {
  text-align: center;
  width: 100px;
  margin-bottom: 0;
}

.evaluation-top .block_li_blue {
  width: 220px;
  text-align: center;
}

.evaluation-top ul {
  margin: 0;
  padding: 0;
}

.evaluation-top ul li a {
  text-decoration: none;
}

.color_pink {
  color: #ef5da8;
  font-weight: bold;
  font-size: 11px;
}

.behavior_per_view .block_strong_blue.full_width,
.behavior_per_view .block_transparent_blue.full_width,
.behavior_per_view .block_transparent_white.full_width,
.behavior_your .block_strong_blue.full_width,
.behavior_your .block_transparent_blue.full_width,
.behavior_your .block_transparent_white.full_width {
  text-align: left;
}

.behavior_per_view form select {
  border-radius: 15px;
  text-align: center;
  color: #666666;
  width: 100%;
}

.add_evaluation {
  background-color: #D9D9D9;
  border: red 1px solid;
}

.evaluation_not_attend {
  background-color: #FF8F8F;
}

.evaluation_partially {
  background-color: #FFEA7B;
}

.evaluation_good {
  background-color: #BDFF7B;
}

.evaluation_very_good {
  background-color: #7CDC80;
}

.evaluation_excellent {
  background-color: #7CB9DC;
}

.self-evaluation .block_able_green {
  text-align: center;
  width: 100px;
  margin-bottom: 0;
}

.self-evaluation .width_medium {
  text-align: center;
}

.self-evaluation form select {
  border-radius: 15px;
  text-align: center;
  color: #666666;
  width: 100%;
}

.behavior-subordinate .col-md-4 {
  padding: 0 7px;
}

.behavior-subordinate select {
  border-radius: 15px;
}

.behavior-subordinate .block_able_green {
  margin-bottom: 0;
}

.behavior-subordinate .block_desabled_red {
  margin-bottom: 0;
}

.arrow {
  background: transparent;
  border: none;
  font-size: 16px;
  color: #006586;
  font-weight: bold;
  margin: 0 10px;
}

.behavior-subordinate .color_gray {
  align-items: center;
  display: flex;
  font-weight: bold;
}

.behavior-subordinate .margin_top_zero {
  align-items: center;
}

.behavior-subordinate form select,
.self-evaluation form select,
.behavior_per_view form select,
.behavior_your form select {
  border-radius: 15px;
  text-align: center;
  color: #666666;
  width: 100%;
  margin-bottom: 0px !important;
}

.behavior_your .toggle {
  display: none;
}

.behavior_your .toggle + label {
  width: 32px;
  height: 20px;
  background: #666666;
  display: block;
  position: relative;
  border-radius: 20px;
  padding: 2px;
  transition: 200ms;
  cursor: pointer;
}

.behavior_your .toggle + label::before {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  background: white;
  display: block;
  border-radius: 50%;
  right: unset;
  left: 2px;
  top: 3.5px;
  transition: 200ms;
}

.behavior_your .toggle:checked + label {
  background-color: #94D0D9;
}

.behavior_your .toggle:checked + label::before {
  content: "";
  left: calc(100% - 15px);
}

.font_size_XIII {
  font-size: 13px;
}

.behavior_your .value_total {
  margin-left: 0;
}

.behavior_your .value_total.full_width {
  text-align: center;
  width: 80px;
  padding: 3px;
  display: block;
  margin: 0 auto;
  font-size: 14px;
}

.icon-delete {
  color: #666666 !important;
  background-color: transparent !important;
  border: none !important;
  padding: 0 !important;
  border-radius: 0 !important;
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 0px !important;
  margin-left: 10px;
}

#mask {
  display: none;
}

#mask.active {
  display: block;
}

button.btn_reset_password[disabled] {
  background: rgba(0, 0, 0, 0.2117647059);
}

.modal_body form .btn_reset_password[disabled] {
  background: rgba(128, 128, 128, 0.568627451);
}

.error span {
  color: red;
  text-transform: none;
  font-size: 13px;
  font-weight: 600;
  width: 100%;
  text-align: left;
  display: none;
}

.error .active {
  display: block;
}

.mask {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  display: none;
}

.modal_body {
  position: relative;
  width: 500px;
  display: block;
  margin: 0 auto;
  background-color: white;
  height: 370px;
  margin-top: 150px;
  border-radius: 15px;
  padding: 30px 20px;
  text-align: center;
  text-transform: uppercase;
  color: #006586;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .modal_body {
    width: 310px;
  }
}

.modal_body form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}

.modal_body form input[type=password] {
  border-radius: 10px;
  border: 2px solid black;
  padding: 5px;
  padding-left: 10px;
  margin: 10px 0;
  width: 220px;
  position: relative;
  box-sizing: border-box;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 11px;
  color: #666666;
}

.modal_body form .fa-lock {
  color: #666666;
  position: relative;
  right: 30px;
}

.modal_body form .btn_reset_password,
.cofirm_btn_form {
  color: white;
  padding: 7px;
  text-align: center;
  text-transform: uppercase;
  margin: 8px 0;
  background-color: #006586;
  border: none;
  border-radius: 10px;
  width: 230px;
  font-weight: 600;
  /* margin-top: 30px; */
}

.btn_cancel_password:hover {
  background: #b7b7b7;
  color: #fff;
}

.modal_body form .btn_cancel_password,
.btn_cancel_password {
  color: #9C9C9C;
  padding: 7px;
  text-align: center;
  text-transform: uppercase;
  margin: 8px 0;
  background-color: white;
  border: 2px solid #9C9C9C;
  border-radius: 10px;
  width: 230px;
  font-weight: 600;
}

.mask_true {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
}

.fa-check {
  color: white;
  background-color: #7CDC80;
  width: 50px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 40px;
  font-size: 40px;
  margin-top: 30px;
}

.title_modal_true {
  font-weight: bold;
  color: #7CDC80;
  font-size: 20px;
  margin: 20px 0;
}

table, td, th {
  border-collapse: collapse;
}

td, th {
  padding: 3px;
  width: 50px;
  height: 25px;
}

th {
  background: #f0e6cc;
}

.modal_body .description {
  text-align: center;
  color: #666666;
}

.modal_body button {
  color: white;
  background-color: #006586;
  border: none;
  margin: 20px 0;
  border-radius: 17px;
  padding: 2px 10px;
  font-weight: 600;
}

.mask_false {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  display: none;
}

.fa-times {
  color: white;
  background-color: #DD7A7A;
  width: 50px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 40px;
  font-size: 40px;
  margin-top: 30px;
}

.title_modal_false {
  font-weight: bold;
  color: #DD7A7A;
  font-size: 20px;
  margin: 20px 0;
}

.half_text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}

.evaluation_change {
  display: none;
}

.menu .active a.dropdown-toggle {
  color: #fff;
}

.menu a.dropdown-toggle:hover {
  background: #0e6586;
  color: #fff;
}

.individual_goal input[type=submit] {
  margin-bottom: 0;
}

.danger_status {
  background: #f58e8f;
  color: #666666;
  padding: 1px 10px;
  border-radius: 12px;
  text-decoration: none;
  cursor: default;
  width: 60%;
  text-align: center;
}

.danger_status:hover {
  background: #f58e8f;
  color: #000;
  text-decoration: none;
}

.green_status {
  background: #7cdc80;
  color: #666666;
  padding: 1px 10px;
  border-radius: 12px;
  text-decoration: none;
  cursor: default;
  width: 60%;
  text-align: center;
}

.green_status:hover {
  background: #7cdc80;
  color: #000;
  text-decoration: none;
}

.block_line_gray > div {
  display: flex;
  align-items: center;
  padding-top: 3px;
  padding-bottom: 3px;
}

.block_line_blue {
  background: #e7f7fc;
  color: #666666;
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  padding: 1px 9px;
  border-radius: 10px;
  margin-bottom: 7px;
}

.block_line_blue > div {
  display: flex;
  align-items: center;
  padding-top: 3px;
  padding-bottom: 3px;
}

body a:focus {
  color: inherit;
  text-decoration: none;
}

.box_filter_calendar {
  display: none;
}

button.color_gray.break_apart_icons {
  background: transparent;
}

.header-top .name-user a:hover {
  background: #0e6586;
  color: #fff;
}

.container-out button {
  border: none;
  background: #006586;
  color: #fff;
  padding: 2px 15px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 15px;
}

.job_management input[type=submit] {
  margin-bottom: 0;
}

.accordion-container {
  position: relative;
  width: 100%;
}

.accordion-container > h2 {
  text-align: center;
  color: #fff;
  padding-bottom: 5px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}

.accordion-container .set {
  position: relative;
  width: 100%;
  height: auto;
  text-align: center;
  border: none;
  margin-bottom: 10px;
}

.accordion-container .set > a {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  background: #EF5DA8;
  border-radius: 15px;
  transition: all 0.2s linear;
  font-size: 10px;
}

.accordion-container .sub > a {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  background-color: #00A1E4;
  border-radius: 15px;
  transition: all 0.2s linear;
  font-size: 10px;
}

.accordion-container .sub {
  margin-top: 10px;
  position: relative;
  width: 100%;
  height: auto;
  text-align: center;
  border: none;
  margin-bottom: 10px;
}

.accordion-container .set > a i,
.accordion-container .sub > a i {
  float: right;
  margin-top: 2px;
}

#main .accordion-container .content {
  margin: 0;
  display: none;
  border: none;
}

#main .accordion-container .sub .content {
  margin-top: 10px;
}

#main .accordion-container .content p {
  padding: 10px 15px;
  margin: 0;
  color: #333;
}

@media screen and (max-width: 768px) {
  .run {
    overflow-x: auto;
    display: block;
  }
}

.corporate_goals_admin input.bg_gray_input {
  width: 100%;
  border: none;
  background: #ececec;
  height: 60px;
  border-radius: 15px;
  padding: 0 5px;
  font-size: 13px;
  margin-bottom: 20px;
  text-align: center;
}

.corporate_goals_admin textarea {
  height: 60px;
  margin: 0;
  margin-bottom: 20px;
}

body.corporate_goals_admin .block_dark_blue {
  background: #0e6586;
  color: #fff;
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  padding: 5px 0px;
  border-radius: 10px;
  margin-bottom: 7px;
}

.corporate_goals_admin input.pink_border {
  background: #fad4d4;
  height: inherit;
  margin-bottom: 0;
  font-size: 10px;
  padding: 2px 0;
  text-align: center;
  width: 100%;
  border: none;
  border-radius: 15px;
}

@media screen and (max-width: 768px) {
  .flex_column_mobile {
    flex-direction: column;
  }
}

.full_width .grid_second_line_goal_anwers .block_gray_anwers input {
  width: 100%;
  background: transparent;
  border: none;
  font-size: 28px;
  height: 55px;
  text-align: center;
}

.full_width .grid_second_line_goal_anwers .block_gray_anwers input:focus {
  border: none;
  outline: none;
}

.corporate_goals_admin .block_gray_anwers {
  min-height: 215px;
}

.registration_area .title_main,
.registration_goal .title_main,
.individual_goal .title_main,
.registration_user .title_main {
  margin-bottom: 25px;
}

.registration_area .block_light_blue,
.registration_goal .block_light_blue,
.individual_goal .block_light_blue,
.registration_user .block_light_blue,
.page_profile .block_light_blue {
  margin-bottom: 10px;
}

.registration_area form input[type=text],
.registration_area form select,
.registration_goal form input[type=text],
.registration_goal form select,
.registration_user form input[type=text],
.registration_user form select {
  width: 85%;
}

.registration_user form input[type=number] {
  width: 85%;
}

.corporate_goals_admin p {
  font-size: 12px;
  text-align: center;
}
.corporate_goals_admin .block_dark_blue {
  padding: 5px 0px;
  font-size: 12px;
}
.corporate_goals_admin input[type=submit] {
  margin-bottom: 0;
  margin-top: 12px;
}
.corporate_goals_admin table th {
  background-color: transparent;
  border: none;
}
.corporate_goals_admin table input.only_number {
  background: #FFD4D4;
  border: none;
  width: 65px;
  border-radius: 10px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
  -moz-appearance: textfield; /* Firefox */
}

.subordinate_evaluation .block_light_blue,
.page_goals .block_light_blue {
  margin-bottom: 10px;
}

.subordinate_evaluation .block_white_default h1 {
  margin-bottom: 20px;
}

.corporate_goals_admin .block_white_default select {
  height: 60px;
  border-radius: 15px;
}

.workflow_gerente input.active {
  background: #006586;
  color: #fff;
}

.workflow_gerente input[type=button] {
  height: 23px;
}

.workflow_gerente textarea {
  margin-top: 25px;
  width: 90%;
}

.page_goals .block_info_full .block_result {
  min-height: 130px;
}

.subordinate_evaluation .container_feedback textarea {
  min-height: 90px;
}

.subordinate_evaluation .container_score input {
  min-height: 90px;
  margin-bottom: 0;
}

.workflow_gerente .block_light_blue {
  margin-bottom: 10px;
}

.message {
  font-size: 12px;
}

.viewevaluation .block_result.score {
  font-size: 35px;
  align-items: center;
  justify-content: center;
}

.viewevaluation textarea {
  margin-top: 0;
  height: 150px;
  max-width: 90%;
}

.name-user {
  display: flex;
  align-items: center;
  white-space: pre;
  margin-right: 15px;
}

.name-user p {
  font-size: 15px;
  font-weight: 600;
  text-transform: capitalize;
}

.header-top .name-user i {
  margin-right: 10px;
  font-size: 14px;
  margin-bottom: 3px;
}

.name-user a {
  display: flex;
  align-items: center;
  margin-left: 30px;
  background: #0e6586;
  color: #fff;
  padding: 0px 10px;
  border-radius: 12px;
}

.calendar select {
  margin-bottom: 0;
}

.calendar .modal_body {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.container_options,
.container_forgetpass {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  align-items: center;
}

.container_options .options,
.container_forgetpass a,
.container_forgetpass button {
  background: #0e6586;
  color: #fff;
  border: 1px solid #0e6586;
  margin-bottom: 15px;
  width: 50%;
  border-radius: 18px;
  font-weight: 600;
}

.container_options .options:hover,
.container_forgetpass a:hover,
.container_forgetpass button:hover {
  background-color: #fff;
  color: #0e6586;
  text-decoration: none;
}

.container_forgetpass input {
  margin-bottom: 20px;
  border: none;
  background-color: #ECECEC;
  color: #666666;
  text-align: center;
  border-radius: 50px;
}

.modal_body .close {
  width: 50%;
  background: gray;
  color: #fff;
  font-size: 15px;
  padding: 5px 0;
  border-radius: 20px;
  border: 1px solid gray;
}

.modal_body .close:hover {
  color: gray;
}

.calendar input {
  background: transparent;
  border: none;
  width: 100%;
  text-align: center;
}

.calendar form input[type=submit] {
  color: white;
  background-color: #006586;
  border: none;
  padding: 6px 16px;
  border-radius: 15px;
  font-weight: bold;
  font-size: 12px;
  width: 10%;
  margin-bottom: 0;
  margin-top: 30px;
}

.calendar .actions_container .break_apart_icons {
  cursor: pointer;
}

.tooltip-box {
  position: relative;
  display: inline-block;
  width: 50%;
}

.tooltip-box .tooltiptext {
  visibility: hidden;
  width: 360px;
  color: #fff;
  text-align: center;
  border-radius: 25px;
  padding: 10px 12px;
  position: absolute;
  z-index: 1;
  bottom: 120%;
  left: 0;
  margin-left: -130px;
  opacity: 0;
  transition: opacity 0.3s;
  background: #006586;
}

.tooltip-box .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #006586 transparent transparent transparent;
}

.tooltip-box:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.content-note {
  position: relative;
}

.content-document {
  position: absolute;
  top: 40%;
  right: 1%;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}

.content-document:hover {
  text-decoration: none;
}

.calendar form button.update {
  color: white;
  background-color: #006586;
  border: none;
  border-radius: 15px;
  font-weight: bold;
  font-size: 9px;
  width: 100%;
}

.calendar .form-update .block_able {
  width: 86%;
}

.container_file {
  display: flex;
  justify-content: center;
}

.container_file .content_pdfs {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.content_pdfs a {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #006586;
}

.container_file .content_pdfs a i {
  font-size: 25px;
}

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

.addfiles {
  text-decoration: underline;
  cursor: pointer;
  background: #006586;
  color: #fff;
  padding: 4px 10px;
  font-size: 9px;
  border-radius: 10px;
}

.container-btn-upload img {
  margin-left: 10px;
}

.box_icon_user .link_default {
  background: #0e6586;
  color: #fff;
  border: 1px solid #0e6586;
  border-radius: 10px;
}

.box_icon_user form .uploadfiles {
  margin-bottom: 7px;
}

.page_profile .block_title_topic {
  text-align: center;
  font-size: 17px;
  width: 100%;
}

.data_perfil {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-bottom: 25px;
}

.admin-home .lock-default,
.admin-home .lock-warning,
.admin-home .lock-files {
  display: none;
}

.box_icon_user img {
  border-radius: 90px;
}

.more_text {
  max-height: 100px;
  overflow: hidden;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}

.evaluation_gerente span {
  font-size: 12px;
}

.registration_goal .disclaimer {
  font-weight: 700;
  font-size: 13px;
}

.individual_goal .disclaimer,
.registration_goal .disclaimer,
.subordinate_evaluation .disclaimer,
.workflow_gerente .disclaimer,
.evaluation_gerente .disclaimer {
  font-weight: 500;
  color: rgba(255, 0, 0, 0.768627451);
}

input#document {
  display: none;
}

.show-document input#document {
  display: block;
}

.container-btn-upload a {
  color: #000;
  font-weight: 600;
  text-decoration: revert;
}

.title_corporate {
  font-size: 13px;
  font-weight: 500;
}

.title_corporate {
  font-size: 12px;
  text-align: center;
}

.container_modal_year,
.container_modal_year_select {
  position: absolute;
  z-index: 9;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal_year {
  width: 500px;
  display: block;
  margin: 0 auto;
  background-color: white;
  height: 460px;
  margin-top: 150px;
  border-radius: 15px;
  padding: 30px 20px;
  text-align: center;
  text-transform: uppercase;
  color: #006586;
  font-size: 15px;
}

.container_modal_year .modal_year .container_year,
.container_modal_year_select .modal_year .container_year {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}

.modal_year .container_year a {
  background: #fff;
  color: #0e6586;
  width: 50%;
  margin-bottom: 10px;
  border-radius: 9px;
  border: 1px solid #0e6586;
  text-decoration: none;
  padding: 5px 0;
}

.modal_year .container_year a:hover,
.modal_year .container_year a.selected {
  background: #0e6586;
  color: #fff;
  text-decoration: none;
}

.modal_year button[disabled] {
  background: rgba(128, 128, 128, 0.568627451);
}

.container_modal_year_select {
  display: none;
}

.container_modal_year_select.active {
  display: block;
}

body .view_goal_area textarea {
  width: 100%;
  margin-top: 0;
}

.workflow_gerente.evaluation_gerente textarea {
  margin-top: 0;
  width: 100%;
}

.workflow_gerente.evaluation_gerente .block_result {
  min-height: 170px;
}

.evaluation_gerente .container_score input {
  height: 173px;
}

.content-pending .message-pending,
.content_warning .message-warning {
  overflow-y: scroll;
  max-height: 150px;
  width: 100%;
}

.content-pending .message-pending .topics,
.content_warning .message-warning .topics {
  background: #F8F8F8;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  width: 95%;
  min-height: 70px;
}

.content-pending .message-pending .topics p,
.content_warning .message-warning .topics p {
  margin-bottom: 0;
}

.content-pending ::-webkit-scrollbar,
.content_warning ::-webkit-scrollbar {
  width: 8px;
}

/* Track */
.content-pending ::-webkit-scrollbar-track,
.content_warning ::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px #e1e0e0;
  border-radius: 10px;
  background: #ebebeb;
}

/* Handle */
.content-pending ::-webkit-scrollbar-thumb,
.content_warning ::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #C0C0C0;
}

.content-pending ::-webkit-scrollbar-thumb:window-inactive,
.content_warning ::-webkit-scrollbar-thumb:window-inactive {
  background: #C0C0C0;
}

.container_user_box {
  padding: 7px 15px;
}

.container_user_box .download_report {
  color: #fff;
  background: #0e6586;
  padding: 0 5px;
  border-radius: 4px;
}

.areas_participants .block_info_full .block_result {
  min-height: auto;
}

.areas_participants .block_info_full {
  margin-bottom: 10px;
}

.block_details_area {
  display: flex;
  justify-content: space-between;
}

.block_pink_light {
  background: #f690c5;
  color: #fff;
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  padding: 1px 9px;
  border-radius: 10px;
  margin-bottom: 7px;
}

.title_final {
  background: #00A1E4;
  color: #fff;
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  padding: 1px 9px;
  border-radius: 10px;
  margin-bottom: 7px;
  text-align: center;
  width: 49%;
}

.title_final_pink {
  background: #ef5da8;
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  padding: 1px 9px;
  border-radius: 10px;
  margin-bottom: 7px;
  color: #fff;
  text-align: center;
  width: 49%;
}

.description_final {
  background: #E7F7FC;
  color: #000;
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  padding: 1px 9px;
  border-radius: 10px;
  margin-bottom: 7px;
  text-align: center;
  width: 49%;
}

.description_final_pink {
  background: #f690c5;
  color: #fff;
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  padding: 1px 9px;
  border-radius: 10px;
  margin-bottom: 7px;
  text-align: center;
  width: 49%;
}

.block_pink_description {
  background: #ef5da8;
  color: #fff;
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  border-radius: 10px;
  margin-bottom: 7px;
  width: 100%;
  text-align: center;
  padding: 7px 0;
}

.block_pink_description_light {
  background: #f690c5;
  color: #fff;
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  border-radius: 10px;
  margin-bottom: 7px;
  width: 100%;
  text-align: center;
  padding: 7px 0;
}

.user_info span {
  font-size: 11px;
  font-weight: 600;
}

.min-height-default {
  min-height: 115px;
}

.supernav {
  color: #006586;
  font-weight: bold;
  margin-top: 60px;
  font-size: 2.25rem;
}

.lista1, .lista2 {
  color: #fff;
  /* display: inline-block; */
  font-size: 11px;
  font-weight: 600;
  padding: 1px 9px;
  border-radius: 10px;
  margin-bottom: 7px;
}

.lista1 {
  background: #00A1E4;
}

.lista2 {
  background: #e7f7fc;
}

.lista2 > * {
  color: #000;
}

.pending_status{
    background: orange;
    color: #666666;
    padding: 1px 10px;
    border-radius: 12px;
    text-decoration: none;
    cursor: default;
    width: 60%;
    text-align: center;
}

/*# sourceMappingURL=style.css.map */
