.block_title {
  font-size: 14px;
  padding: 5px;
  background-color: #6f9fb7;
  color: #fff;
  font-weight: bold;
  border: 1px solid #6f9fb7;
}

.block_body {
  padding: 5px;
  /*background-color: rgba(64, 92, 106, 0.2)*/
  /*background-color: #F8F8F8;*/
}

/*News Item*/
/*#########################*/
.news_block {
  padding: 15px;
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 8px;
  opacity: 1;
  text-align: left;
  font: normal normal 600 14px/19px Open Sans;
  letter-spacing: 0px;
  color: #6f708b;
}

.news_block_title {
  border-bottom: whitesmoke solid 1px;
  padding: 5px 5px 7px 5px;
  max-height: 40px;
}

.news_block_body {
  height: 250px;
  max-height: 250px;
  margin: 5px;
  background-color: white;
  overflow-x: auto;
}
.news_block_footer {
  height: 40px;
  padding: 5px;
  background-color: white;
}
/*#########################*/

.team_selected {
  border: 2px solid dodgerblue;
  box-shadow: 0px 0px 3px 2px dodgerblue;
  transition: border 0.2s, box-shadow 0.2s;
}
.team_thumbnail {
  min-height: 150px;
  padding: 5px 5px 5px 5px;
  background-color: #ffffff;
}
/*#########################*/

label {
  font-weight: normal;
}

.form-control {
  border: 1px solid lightgrey;
  border-radius: 0px 0px 0px 0px;
  -moz-border-radius: 0px 0px 0px 0px;
  -webkit-border-radius: 0px 0px 0px 0px;
  box-shadow: none;
  font-size: 12px;
}

.btn_submit {
  border: none;
  padding: 10px 20px 10px 20px;
  background-color: #fff;
  font-weight: bold;
  border-radius: 8px;
}

.btn_submit_border {
  border: 1px solid #1b9aaa;
}

.btn_submit:hover {
  background-color: #1b9aaa;
  color: #fff;
}

/*MENU*/
/* remove outer padding */
.main .row {
  padding: 0px;
  margin: 0px;
}

.nav > li {
  height: 48px;
}

nav.sidebar {
  position: fixed;
}

/*Remove rounded coners*/
nav.sidebar.navbar {
  /*border-radius: 0px;*/
  background-color: white;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: transparent;
}
.nav > li > a > div:focus,
.nav > li > a > div:not(.active):hover {
  /* width: 176px; */
  height: 40px !important;
  text-decoration: none;
  background-color: #f5f5fb;
  color: #6f708b;
  border-radius: 8px;
}

nav.sidebar,
.main {
  -webkit-transition: margin 200ms ease-out;
  -moz-transition: margin 200ms ease-out;
  -o-transition: margin 200ms ease-out;
  transition: margin 200ms ease-out;
}

nav.sidebar {
  width: 200px;
}

div.active {
  /* width: 176px; */
  height: 40px !important;
  color: white !important;
  /*background: transparent linear-gradient(287deg, #BC5665 0%, #FF3B57 100%) 0% 0% no-repeat padding-box;*/
  background: #1b9aaa 0% 0% no-repeat padding-box;
  border-radius: 8px;
  opacity: 1;
  align-items: center;
  display: flex;
}

/* Add gap to nav and right windows.*/
.main {
  padding: 0;
  /*padding: 10px 10px 0 10px;*/
}

nav.sidebar .navbar-nav .open .dropdown-menu > li > a:hover,
nav.sidebar .navbar-nav .open .dropdown-menu > li > a:focus {
  color: #8c8c8c;
  background-color: transparent;
}

nav:hover .forAnimate {
  opacity: 1;
}

/*FIM MENU*/

.navbar-default {
  background-color: white;
  border: none;
}

.navbar {
  margin-bottom: 0;
  min-height: 72px;
  margin-right: 72px;
}
.navbar-brand {
  padding: 0;
}

.submenu_active {
  text-align: left;
  font: normal normal 600 12px/17px Open Sans;
  letter-spacing: 0px;
  color: #1b9aaa !important;
  border-bottom: 2px solid;
  text-transform: uppercase;
  padding-bottom: 4px;
  opacity: 1;
}

.page_title {
  padding: 0 0 16px 0;
  text-align: left;
  font: normal normal 600 20px/27px Open Sans;
  letter-spacing: 0px;
  color: #6f708b;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

a.title {
  padding: 0 0 0 16px;
  font: normal normal 600 14px/17px Open Sans;
  letter-spacing: 0px;
}
a.title:hover {
  color: #1b9aaa;
  text-decoration: none;
}
.sub_title {
  text-align: left;
  font: normal normal 600 12px/17px Open Sans !important;
  letter-spacing: 0px;
  color: #acadc1;
  text-transform: uppercase;
  opacity: 1;
}
.sub_title:hover {
  text-decoration: none;
}
.user_thumbnail {
  height: 250px;
  padding: 15px 5px 0 5px;
  background-color: #ffffff;
}

.thumb_img_perfil {
  padding: 0;
}

.thumb_img_perfil img {
  width: auto;
  max-height: 100px;
  position: relative;
  max-width: 100%;
}

.thumb_img_perfil_white img {
  background-color: white;
}

.spacer {
  height: 50px;
}

.spacer_h_25 {
  height: 25px;
}

.user_thumbnail_min_info {
  height: 150px;
  padding-top: 15px;
  border: 1px solid #c9cccf;
  padding-left: 5px;
  padding-right: 5px;
  overflow-y: auto;
  overflow: hidden !important;
}

.user_thumbnail_min_info:hover {
  background-color: transparent;
}

.user_thumbnail_min_info:not(.nohover):hover {
  background-color: #fff;
}

.thumb_img_perfil_min_info {
  height: 70px;
  width: 70px;
  padding: 0;
  margin: auto;
}

.thumb_img_perfil_min_info img {
  width: auto;
  max-height: 70px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  max-width: 100%;
}

.padding_40 {
  padding: 40px;
}
.padding_15 {
  padding: 15px;
}

.padding_10 {
  padding: 10px;
}
.padding_5 {
  padding: 5px;
}

.padding_0 {
  padding: 0;
}

.cursor_pointer {
  cursor: pointer;
}
.cursor_move {
  cursor: move;
}

.block_img_out_title {
  background-color: #6f9fb7;
  color: #fff;
  min-height: 55px;
  border: 1px solid #6f9fb7;
  border-radius: 5px 5px 0px 0px;
  -moz-border-radius: 5px 5px 0px 0px;
  -webkit-border-radius: 5px 5px 0px 0px;
}

.block_img_out_body {
  padding: 15px 10px 15px 0;
  border: 1px solid #6f9fb7;
}

.x-small {
  font-size: x-small;
}

.font_size_14 {
  font-size: 14px;
}

.font_size_18 {
  font-size: 18px;
}

.block_img_out_info {
  position: relative;
  top: -50px;
  padding: 0;
}

.thumb_img_perfil_mini {
  width: 50px;
  height: 50px;
  padding: 0px;
  margin: auto;
}

.thumb_img_perfil_mini img {
  width: auto;
  max-height: 50px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  max-width: 100%;
  border: 2px solid #fff;
}

.thumb_img_perfil_mini_sel {
  background-color: #eee;
  padding: 5px;
  color: #405c6a;
}

.dropdown-menu {
  box-shadow: none;
  border: none;
  background-color: #ffffff;
  margin: 0;
  min-width: 200px;

  border-radius: 0;
}
.user-dropdown-menu {
  left: -160px;
}
.user-dropdown-menu > li > a {
  font: normal normal 600 14px/64px Open Sans;
  letter-spacing: 0.7px;
  color: #acadc1;
}

.user-dropdown-menu > li > a:hover {
  font: normal normal 600 14px/64px Open Sans;
  background: #f5f5fb 0% 0% no-repeat padding-box;
  border-radius: 8px;
  color: #6f708b;
}
.dropdown-menu > li > a.selected {
  background-color: #1b9aaa !important;
}
.menu_user {
  line-height: 50px;
  font-weight: bold;
  /*padding-left: 10px;*/
  /*padding-right: 20px;*/
}

.bx-wrapper .bx-viewport {
  box-shadow: none;
  border: none;
  background: none;
}

.block_newsletter {
  width: 250px;
  background-color: #fff;
  padding: 5px;
}

.block_newsletter:hover {
  background-color: #eee;
}

.block_newsletter_title {
  padding: 10px;
  padding-top: 50px;
  color: #fff;
  font-size: 16px;
  text-align: right;
}

.block_newsletter_date {
  padding-top: 25px;
  padding-bottom: 10px;
  text-align: right;
  font-size: 10px;
}

.block_btn_opc {
  color: #fff;
  display: inline-block;
  padding-left: 10px;
}

.block_btn_opc:hover {
  color: #000;
}

.color_body {
  color: #405c6a;
}

table.settings {
  border-collapse: separate;
  border-spacing: 0 1em;
  width: 100%;
}

table.settings > thead > tr > th {
  color: #acadc1;
  text-transform: uppercase;
  background-color: transparent;
}

table.settings > tbody > tr {
  background-color: white;
  height: 64px;
  border-radius: 8px;
  text-align: left;
  font: normal normal 600 14px/19px Open Sans;
  letter-spacing: 0px;
  color: #6f708b;
  opacity: 1;
}
tbody > tr {
  height: 64px;
  width: 30%;
}

.table > tbody > tr > td {
  border: none;
  padding: 3px;
  vertical-align: middle;
}

.div_loading {
  position: absolute;
  /*width: 100%;*/
  background-color: #acadc1;
  opacity: 0.7;
  top: 0;
  left: 0;
  height: 100%;
  padding-top: 50%;
  text-align: center;
  font-size: large;
  color: #fff;
  z-index: 10;
}

.spacer_w_10 {
  width: 10px;
  height: 1px;
  display: inline-block;
}

#icon > li {
  display: inline-block;
  width: 30%;
}

table.tablesorter thead tr .header {
  background-image: url(../img/bg.gif);
  background-repeat: no-repeat;
  background-position: center right;
  cursor: pointer;
}

table.tablesorter thead tr .headerSortUp {
  background-image: url(../img/asc.gif);
}

table.tablesorter thead tr .headerSortDown {
  background-image: url(../img/desc.gif);
}

/*.back_img_noise{*/
/*    background-image: url('../img/diagonal-noise.png');*/
/*}*/

.border_5_white {
  border: 5px solid white;
}

.display_inline_block {
  display: inline-block;
}

select {
  width: 242px;
  height: 40px;
  /* UI Properties */
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 8px;
  opacity: 1;
  border: none;
  padding-left: 5px;
}

select option {
  font-size: 14px;
  border: none;
}

.holiday_waiting,
.selected {
  background-color: #f1b341;
  color: #000;
}
.EXTRA_DAY,
.EXTRA_DAY::before {
  background-color: #f1b341;
  color: #000;
  content: "EX";
  font-size: 10px;
}
.PERSONAL_DAY,
.PERSONAL_DAY::before {
  background-color: #f1b341;
  color: #000;
  content: "PD";
  font-size: 10px;
}




.PERSONAL_DAY_SELECTED,
.PERSONAL_DAY_SELECTED::before {
  background-color: #f1b341;
  color: #000;
  content: "PD";
  font-size: 10px;
}


.PERSONAL_DAY_SELECTED_MORNING,
.PERSONAL_DAY_SELECTED_MORNING::before {
  background: linear-gradient(
    to bottom right,
    #f1b341 0%,
    #f1b341 50%,
    white 50%,
    white 100%
  );
  content: "PD";

}
.PERSONAL_DAY_SELECTED_AFTERNOON,
.PERSONAL_DAY_SELECTED_AFTERNOON::before {
  background: linear-gradient(
    to bottom right,
    #fff 0%,
    #fff 50%,
    #f1b341 50%,
    #f1b341 100%
  );
  content: "PD";

}
.EXTRA_DAY_SELECTED_MORNING,
.EXTRA_DAY_SELECTED_MORNING::before {
  background: linear-gradient(
    to bottom right,
    #f1b341 0%,
    #f1b341 50%,
    white 50%,
    white 100%
  );
  content: "EX";

}
.EXTRA_DAY_SELECTED_AFTERNOON,
.EXTRA_DAY_SELECTED_AFTERNOON::before {
  background: linear-gradient(
    to bottom right,
    #fff 0%,
    #fff 50%,
    #f1b341 50%,
    #f1b341 100%
  );
  content: "EX";

}
.HALF_PERSONAL_DAY_MORNING,
.HALF_PERSONAL_DAY_MORNING::before {
  background: linear-gradient(
    to bottom right,
    #f1b341 0%,
    #f1b341 50%,
    white 50%,
    white 100%
  ) ;  
  color: #000;
  content: "PD";
  font-size: 10px;
}

.HALF_PERSONAL_DAY_AFTERNOON,
.HALF_PERSONAL_DAY_AFTERNOON::before {
  background: linear-gradient(
    to bottom right,
    #fff 0%,
    #fff 50%,
    #f1b341 50%,
    #f1b341 100%
  );
  color: #000;
  content: "PD";
  font-size: 10px;
}



.EXTRA_DAY_SELECTED,
.EXTRA_DAY_SELECTED::before {
  background-color: #f1b341;
  color: #000;
  content: "EX";
  font-size: 10px;
}
.HALF_EXTRA_DAY_MORNING,
.HALF_EXTRA_DAY_MORNING::before {
  background: linear-gradient(
    to bottom right,
    #f1b341 0%,
    #f1b341 50%,
    white 50%,
    white 100%
  );
  color: #000;
  content: "EX";
  font-size: 10px;
}
.HALF_EXTRA_DAY_AFTERNOON,
.HALF_EXTRA_DAY_AFTERNOON::before {
  background: linear-gradient(
    to bottom right,
    #fff 0%,
    #fff 50%,
    #f1b341 50%,
    #f1b341 100%
  );
  color: #000;
  content: "EX";
  font-size: 10px;
}


.holiday_waiting_a,
.selected_a {
  color: #000;
  background: linear-gradient(
    to bottom right,
    #fff 0%,
    #fff 50%,
    #f1b341 50%,
    #f1b341 100%
  );
  margin: 0;
  padding: 0;
  border: none;
}
.holiday_waiting_m,
.selected_m {
  background: linear-gradient(
    to bottom right,
    #f1b341 0%,
    #f1b341 50%,
    white 50%,
    white 100%
  );
}

.holiday_approved,
.HOLIDAY {
  background-color: #3f9941;
  color: #000;
}
.EXTRA_DAY_APPROVED,
.EXTRA_DAY_APPROVED::before {
  background-color: #3f9941;
  color: #000;
  content: "EX";
  font-size: 11px;
}
.Holiday_as_work_day{
  background-color: #281d5a;
  color: #000;
}


.PERSONAL_DAY_APPROVED,
.PERSONAL_DAY_APPROVED::before {
  background-color: #3f9941;
  color: #000;
  content: "PD";
  font-size: 11px;
}


.travel {
  background-color: whitesmoke;
  color: #a8abac !important;
  text-align: center;
}
.travel::before {
  font-family: "Font Awesome 5 Pro";
  font-size: 10px;
  padding: 0;
  content: "\f1d8";
  text-align: center;
}
.travel_small {
  background-color: whitesmoke;
  color: #a8abac;
  text-align: center;
}
.travel_small::before {
  font-family: "Font Awesome 5 Pro";
  font-size: 8px;
  vertical-align: top;
  padding: 0;
  content: "\f1d8";
  text-align: center;
}
.NATIONAL_HOLIDAY,.NATIONAL_HOLIDAY_REPLACE {
  background-color: #a2bcca;
  color: #000;
}

.NATIONAL_HOLIDAY_REPLACE::before {
  font-family: "Font Awesome 5 Pro";
  font-size: 10px;
  vertical-align: top;
  padding: 0;
  content: "\f071";
  text-align: center;
}


.NATIONAL_HOLIDAY_MORNING {
  text-align: center;
  color: #000;
  background: linear-gradient(
    to bottom right,
    #a2bcca 0%,
    #a2bcca 50%,
    white 50%,
    white 100%
  );
}
.NATIONAL_HOLIDAY_AFTERNOON {
  text-align: center;
  color: #000;
  background: linear-gradient(
    to bottom right,
    white 0%,
    white 50%,
    #a2bcca 50%,
    #a2bcca 100%
  );
}

.FABAMAQ_HOLIDAY {
  background-color: #3f9941;
  color: white;
  text-align: center;
}
.FABAMAQ_HOLIDAY::before {
  font-family: "Font Awesome 5 Pro";
  font-size: 10px;
  vertical-align: top;
  padding: 0;
  content: "\f30d";
  text-align: center;
}

.HOLIDAY_HALF-DAY_MORNING,.HALF_EXTRA_DAY_MORNING.APPROVED, .HALF_PERSONAL_DAY_MORNING.APPROVED  {
  color: #000;
  background: linear-gradient(
    to bottom right,
    #3f9941 0%,
    #3f9941 50%,
    white 51%,
    white 100%
  );

}
.HOLIDAY_HALF-DAY_AFTERNOON, .HALF_EXTRA_DAY_AFTERNOON.APPROVED, .HALF_PERSONAL_DAY_AFTERNOON.APPROVED   {
  color: #000;
  background: linear-gradient(
    to bottom right,
    #fff 0%,
    #fff 50%,
    #3f9941 51%,
    #3f9941 99%
  );
}
.HALF_EXTRA_DAY_AFTERNOON.APPROVED::before,
.HALF_EXTRA_DAY_MORNING.APPROVED::before,
.HALF_PERSONAL_DAY_MORNING.APPROVED::before,
.HALF_PERSONAL_DAY_AFTERNOON.APPROVED::before
 {
  background: none; /* Ensures the background is transparent or matches the cell */
}
.PARENTAL_LICENSE,
.IVF_LICENSE,
.ADOPTION_LEAVE,
.BIRTH_LEAVE,
.PARENTAL_LEAVE,
.PATERNITY_LEAVE,
.PREGNANCY_APPOINTMENT,
.SCHOOL_MEETING {
  background-color: #3e4e88;
  color: #000;
}
.QUARANTINE, .CARERS_LEAVE,
.SICK_LEAVE,
.INJURY_LEAVE,
.UNFORESEEN_ILLNESS,
.INSURANCE_LEAVE,
.DOCTOR_APPOINTMENT,
.ABSENCE {
  text-align: center;
  background-color: #4392f1;
  color: #000;
}
.SICK_LEAVE_MORNING {
  text-align: center;
  color: #000;
  background: linear-gradient(
    to bottom right,
    #4392f1 0%,
    #4392f1 50%,
    white 50%,
    white 100%
  );
}
.SICK_LEAVE_AFTERNOON {
  text-align: center;
  color: #000;
  background: linear-gradient(
    to bottom right,
    white 0%,
    white 50%,
    #4392f1 50%,
    #4392f1 100%
  );
}


.MARRIAGE_LICENSE,
.DEATH_FAMILY,
.STUDENT_WORKER,
.LEGAL_ORDER,
.JURY_SERVICE_LEAVE {
  background-color: #7c5ae5;
  color: #000;
}

.VOTE_LEAVE,
.VOTE_LEAVE::before {
  background-color: #7c5ae5; /* Sets the background color to white */
  color: #fff; /* Sets the text color to red */
  content: "v"; /* Sets the content for the ::before pseudo-element */
}

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

div.VOTE_LEAVE, div .VOTE_LEAVE::before {
  padding: 0 2px;
  text-align: center;
  font-size: 10px;
}
.JUSTIFIED_ABSENCE,
.UNJUSTIFIED_ABSENCE {
  background-color: #f85959;
  color: #000;
}
.FORMATION {
  background-color: #6ddabe;
  color: #000;
}
.ABSENCE_USA {
  background-color: #f85959;
  color: #000;
}
.FORMATION_MORNING {
  text-align: center;
  color: #000;
  background: linear-gradient(
    to bottom right,
    #6ddabe 0%,
    #6ddabe 50%,
    white 50%,
    white 100%
  );
}
.FORMATION_AFTERNOON {
  text-align: center;
  color: #000;
  background: linear-gradient(
    to bottom right,
    white 0%,
    white 50%,
    #6ddabe 50%,
    #6ddabe 100%
  );
}

.ABSENCE_MORNING {
  text-align: center;
  color: #000;
  background: linear-gradient(
    to bottom right,
    #4392f1 0%,
    #4392f1 50%,
    white 50%,
    white 100%
  );
}
.ABSENCE_AFTERNOON {
  text-align: center;
  color: #000;
  background: linear-gradient(
    to bottom right,
    white 0%,
    white 50%,
    #4392f1 50%,
    #4392f1 100%
  );
}

.ABSENCE::before,
.ABSENCE_MORNING::before,
.ABSENCE_AFTERNOON::before {
  font-family: "Font Awesome 5 Pro";
  font-size: 11px;
  font-weight: lighter;
  vertical-align: top;
  padding: 0;
  content: "\f4fd";
  text-align: center;
}

.HOME_OFFICE {
  background-color: whitesmoke;
  color: orange !important;
  text-align: center;
}
.HOME_OFFICE::before {
  font-family: "Font Awesome 5 Pro";
  font-size: 10px;
  padding: 0;
  content: "\f015";
  text-align: center;
}

.HOME_OFFICE_APPROVED {
  background-color: whitesmoke;
  color: #a8abac !important;
  text-align: center;
}
.HOME_OFFICE_APPROVED::before {
  font-family: "Font Awesome 5 Pro";
  font-size: 10px;
  padding: 0;
  content: "\f015";
  text-align: center;
}

.PASSED_DATE_WITHOUT_APPROVAL,
.PASSED_DATE_WITHOUT_APPROVAL_MORNING,
.PASSED_DATE_WITHOUT_APPROVAL_AFTERNOON {
  background-color: orange;
  border: 2px solid red;
  width: 30px;
}
.PASSED_DATE_WITHOUT_APPROVAL_TEAM_CALENDAR,
.PASSED_DATE_WITHOUT_APPROVAL_MORNING_TEAM_CALENDAR,
.PASSED_DATE_WITHOUT_APPROVAL_AFTERNOON_TEAM_CALENDAR {
  background-color: orange;
  border: 2px solid red;
  font-size: 9px;
  text-align: center;
  min-width: 20px;
}

.hide_appointment_days {
  background: -webkit-gradient(
    linear,
    left top,
    right bottom,
    color-stop(50%, white),
    color-stop(50%, white)
  );
  color: transparent !important;
}

.team_calendar_days_cell {
  min-width: 20px;
  border: 1px solid #e4e7ea;
}

.today {
  width: 30px;
  /*background-image: url('../img/today.png');*/
  border: 2px solid coral !important;
}

.day_none {
  width: 30px;
  background: repeating-linear-gradient(
    -45deg,
    white,
    white 5px,
    #dcdcdc 5px,
    #dcdcdc 6px
  );
}

.back_img_noise {
  width: 30px;
  background-color: #f0f0f5;
}

.table_year_month {
  width: 150px;
}

.day_cell {
  min-width: 30px;
  border: 1px solid #e4e7ea;
  font-size: 9px;
  text-align: center;
}

.day_cell_height {
  height: 30px;
}

.calendar_menu {
  padding: 20px;
  min-height: 50px;
  color: #6c7c9b;
  text-transform: uppercase;
  font-size: 11px;
  border-bottom: 1px solid #e8e8e8;
}

.white_background {
  background-color: white;
  border-radius: 5px;
}

.ui-state-default {
  border: none;
  background: none;
}

.ui-state-default:hover {
  border: none;
  font-weight: normal;
}

.ui-widget-content {
  border: none;
  border-bottom: 1px solid #aaa;
}

.margin_0 {
  margin: 0;
}

.margin_3 {
  margin: 3px;
}
.margin_5 {
  margin: 5px;
}
.margin_10 {
  margin: 10px;
}

.margin_15 {
  margin: 15px;
}

.padding_5 {
  padding: 5px;
}

.badge_60 {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  background-color: red;
  padding-top: 15px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  border: 5px solid #fff;
}

.badge_30 {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  padding-top: 8px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  border: 2px solid #fff;
}

.badge_45 {
  height: 45px;
  border-radius: 23px;
  width: 45px;
  text-align: center;
  line-height: 45px;
  display: inline-block;
}

.badge_res {
  height: 40px;
  border-radius: 23px;
  min-width: 130px;
  text-align: center;
  line-height: 40px;
  display: inline-block;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
}

.badge_rectangle {
  border-radius: 5px;
  padding: 5px;
  background: white;
  color: #6c7c9b;
  height: 80px;
  text-transform: uppercase;
}

.badge_text {
  font-size: 24px;
}

.badge_main {
  background-color: #76c2cc;
  color: white;
}
.badge_icon {
  color: #76c2cc;
  margin-top: 15%;
}
.subtitle_circle {
  width: 12px;
  height: 12px;
  display: inline-block;
}
.subtitle_icon {
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-left: 25px;
}
.table-responsive > .fixed-column {
  position: absolute;
  display: inline-block;
  width: 0;
  z-index: 10;
}

.fc-event {
  border: none;
  padding: 1px;
}

.fc-unthemed .fc-today {
  background: #fff4b0;
}

.rem_border_radius {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  opacity: 1;
}

.rem_back_color {
  background-color: red;
}

.fc-time-grid-container {
  display: none;
}

.odd {
  background-color: #f9f9f9;
}

.opacity_50 {
  opacity: 0.5;
  filter: alpha(opacity=50); /* For IE8 and earlier */
}

.row_same_h {
  overflow: hidden;
}

.row_same_h [class*="col-"] {
  margin-bottom: -99999px;
  padding-bottom: 99999px;
}

.navbar-nav > li > ul {
  padding: 0;
}

@media screen and (min-width: 761px) {
  .navbar-nav div {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;

    height: 40px !important;
    justify-content: space-between;
    padding-left: 20px;
  }
}

@media screen and (min-width: 1330px) {
  .navbar-nav div {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 176px;
    height: 40px !important;
    justify-content: initial;
    padding-left: 0px;
  }
}

.navbar-nav > li > ul > li > a {
  display: block;
  padding: 10px 15px 10px 38px;
  text-decoration: none;
}

.navbar-nav > li > ul > li > a:hover {
  color: #000000 !important;
}

.ui-icon.ui-icon-circle-triangle-w {
  background-image: url("../img/ui-icons_888888_256x240.png");
}

.ui-icon.ui-icon-circle-triangle-e {
  background-image: url("../img/ui-icons_888888_256x240.png");
}

.ui-datepicker-trigger {
  border: none;
  background: none;
}

/*Colunas Newsletter*/
.container-fluid div#col > div {
  padding: 10px;
  /*border: 1px solid #5e5e5e;*/
  -webkit-column-break-inside: avoid;
}
.container-fluid div#col > div:first-child {
  margin-top: 0px;
}

@media screen and (min-width: 761px) {
  .container-fluid div#col {
    -webkit-column-count: 2;
    -webkit-column-gap: 0;
    padding: 8px;
    -moz-column-count: 2;
    -moz-column-gap: 0;
    column-count: 2;
    column-gap: 0;
  }
}
@media screen and (max-width: 760px) {
  .container-fluid div#col {
    -webkit-column-count: 1;
    -webkit-column-gap: 0;
    padding: 8px;
    -moz-column-count: 1;
    -moz-column-gap: 0;
    column-count: 1;
    column-gap: 0;
  }
  .navbar-toggle {
    bottom: 100px;
    right: 120px;
  }
  .navbar-collapse {
    position: relative;
    bottom: 100px;
  }
  .navbar-nav {
    overflow-y: hidden;
  }
  .container-fluid {
    max-height: 170px;
  }
}
@media screen and (max-width: 480px) {
  .container-fluid div#col {
    -webkit-column-count: 1;
    -webkit-column-gap: 0;
    padding: 8px;
    -moz-column-count: 1;
    -moz-column-gap: 0;
    column-count: 1;
    column-gap: 0;
  }
}
@media screen and (max-width: 360px) {
  .container-fluid div#col {
    -webkit-column-count: 1;
    -webkit-column-gap: 0;
    padding: 8px;
    -moz-column-count: 1;
    -moz-column-gap: 0;
    column-count: 1;
    column-gap: 0;
  }
}

.div_table_b_spacing_10 table {
  border-spacing: 10px !important;
  border-collapse: separate !important;
}

.modal-body {
  margin-top: 10px;
}

.errors {
  font-weight: bold;
  color: red;
}

#notifications_header_count {
  background: red;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

#notifications_header {
  width: 400px;
  font-size: 12px;
  list-style: none;
  /*position:absolute; */
  /*right: 0;*/
  /*z-index: 1000;*/
  padding: 0;
}

.NEW,
.HIRED,
.FINISHED {
  color: #304ffe;
  font-weight: bolder;
  /*color: #5cb85c;*/
}

.APPROVE,
.APPROVED,
.INTERVIEW {
  color: #1b5e20;
  font-weight: bold;
}
.CANCEL {
  color: #ff1744;
  font-weight: bold;
}
.IN_TRANSIT,
.IN_ANALISE,
.STANDBY {
  color: #ffab00;
  font-weight: bold;
}

.DELIVERED,
.EXERCISE {
  color: #7cb342;
  font-weight: bold;
}
.RECEIVED {
  color: #43a047;
  font-weight: bold;
}
.REJECT,
.REJECTED {
  color: #b71c1c;
  font-weight: bold;
}
.REJECTED {
  color: darkgray;
  font-weight: bold;
}
.REVERT {
  color: #ef5350;
  font-weight: bold;
}

.btn_border_line {
  border: #acadc1 1px solid;
}

/*Bootstrap button outline override*/
.btn-outline {
  background-color: transparent;
  color: inherit;
  transition: all 0.5s;
}

.underline {
  border-bottom: 1px solid #d6d6e1;
}

/*.btn-primary.btn-outline {*/
/*    color: #428bca;*/
/*}*/

/*.btn-success.btn-outline {*/
/*    color: #5cb85c;*/
/*}*/

/*.btn-info.btn-outline {*/
/*    color: #5bc0de;*/
/*}*/

/*.btn-warning.btn-outline {*/
/*    color: #f0ad4e;*/
/*}*/

/*.btn-danger.btn-outline {*/
/*    color: #d9534f;*/
/*}*/

/*.btn-primary.btn-outline:hover,*/
/*.btn-success.btn-outline:hover,*/
/*.btn-info.btn-outline:hover,*/
/*.btn-warning.btn-outline:hover,*/
/*.btn-danger.btn-outline:hover {*/
/*    color: #fff;*/
/*}*/

.badge_edit_thumb_perfil {
  border: 3px solid white;
  height: 37px;
  width: 37px;
  border-radius: 37px;
  background-color: #f2f2f2;
  color: #405c6a;
  position: absolute;
  margin-left: -30px;
  margin-top: 67px;
  font-size: 20px;
  padding: 3px 5px;
}

.links_uteis a:hover {
  text-decoration: none;
}

table.editable_fields tbody tr {
  height: 35px;
}

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

.color_lightblue {
  color: #6f9fb7 !important;
}

.color_darkgray {
  color: #999999 !important;
}

.color_orange {
  color: #f0ad4e;
}

.color_white {
  color: white !important;
}

.color_green {
  color: #55d6be !important;
}

.color_red {
  color: #fe877f !important;
}

.color_blue {
  color: #6388f7 !important;
}

.back_color_white {
  background: white !important;
}

.back_lightblue {
  background: #6f9fb7 !important;
}

.back_body_html {
  background: #f2f2f2;
}

.back_color_green.back_color_blue {
  background: #6388f7; /* Old browsers */
  background: -moz-linear-gradient(
    -45deg,
    #6388f7 0%,
    #55d6be 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    -45deg,
    #6388f7 0%,
    #55d6be 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    135deg,
    #6388f7 0%,
    #55d6be 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6388f7', endColorstr='#55d6be',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.rem_border {
  border: none !important;
}

.rem_back {
  background: none;
}

.mini-progress {
  height: 8px;
  width: 50%;
  min-width: 100px;
  margin: auto;
  background: #fff;
  border: 1px solid rgba(64, 92, 106, 0.2);
  box-shadow: none;
}

.mini-progress .progress-bar {
  box-shadow: none;
}

.form-control_perc {
  border: none;
  border-bottom: 1px solid lightgray;
  text-align: center;
  font-size: 18px;
}

.form-control_perc:focus {
  box-shadow: none;
  border-color: #6f9fb7;
}

.input-group-addon_perc {
  background: none;
  border: none;
  border-bottom: 1px solid lightgray;
  border-radius: 0;
  color: lightgray;
}

.btn_flat {
  border: none;
  border-radius: 0;
  padding-left: 30px;
  padding-right: 30px;
}

.btn_radio_green {
  border: 1px solid #f2f2f2 !important;
  margin-right: 23px;
  border-radius: 19px !important;
  -webkit-border-radius: 19px !important;
  -moz-border-radius: 19px !important;
  border-radius: 19px !important;
  color: #999;
}

.btn_radio_green:hover,
.btn_radio_green:focus,
.btn_radio_green:active,
.btn_radio_green:active:hover {
  background-color: #55d6be;
  border: 1px solid transparent !important;
  color: #fff;
  box-shadow: none;
  outline: none !important;
}

.btn_group_radio_green > .active,
.btn_group_radio_green > .active:focus,
.btn_group_radio_green > .active:hover {
  background-color: #55d6be;
  border: 1px solid transparent !important;
  color: #fff;
  box-shadow: none;
  outline: none !important;
}

.textarea_green {
  border: none;
  background-color: #f2f2f2;
  border-left: 4px solid #55d6be;
  max-width: 890px;
}

.textarea_green:focus {
  border-color: #55d6be;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(85, 214, 190, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(85, 214, 190, 0.6);
}

.back_color_green {
  background-color: #55d6be !important;
  border: 1px solid transparent !important;
}

.back_color_darkgrey {
  background-color: #c6ced5 !important;
}

.border_green {
  border-color: #55d6be !important;
}

.padding_top_30 {
  padding-top: 30px;
}

.padding_top_15 {
  padding-top: 15px;
}

.index_row {
  border-bottom: 1px solid #6f9fb7;
  height: 1.5em;
  clear: both;
}

.index_row span {
  padding: 11px;
  margin: 0;
  line-height: 1em;
  background: #f2f2f2;
  float: left;
  color: #6f9fb7;
}

.error_box {
  -webkit-box-shadow: 0px 0px 8px 0px rgba(255, 0, 0, 0.45);
  -moz-box-shadow: 0px 0px 8px 0px rgba(255, 0, 0, 0.45);
  box-shadow: 0px 0px 8px 0px rgba(255, 0, 0, 0.45);
}

.text-danger {
  color: #a94442 !important;
}

.btn_radio_blue {
  border: 1px solid #f2f2f2 !important;
  margin-right: 23px;
  border-radius: 19px !important;
  -webkit-border-radius: 19px !important;
  -moz-border-radius: 19px !important;
  border-radius: 19px !important;
  color: #999;
}

.btn_radio_blue:hover,
.btn_radio_blue:focus,
.btn_radio_blue:active,
.btn_radio_blue:active:hover {
  background-color: #6388f7;
  border: 1px solid transparent !important;
  color: #fff;
  box-shadow: none;
  outline: none !important;
}

.btn_group_radio_blue > .active,
.btn_group_radio_blue > .active:focus,
.btn_group_radio_blue > .active:hover {
  background-color: #6388f7;
  border: 1px solid transparent !important;
  color: #fff;
  box-shadow: none;
  outline: none !important;
}

.textarea_blue {
  border: none;
  background-color: #f2f2f2;
  border-left: 4px solid #6388f7;
  max-width: 890px;
}

.textarea_blue:focus {
  border-color: #6388f7;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(99, 136, 247, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(99, 136, 247, 0.6);
}

.back_color_blue {
  background-color: #6388f7 !important;
  border: 1px solid transparent !important;
}

.btn_group_radio_blue > .back_color_green.active {
  background: #6388f7; /* Old browsers */
  background: -moz-linear-gradient(
    -45deg,
    #6388f7 0%,
    #55d6be 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    -45deg,
    #6388f7 0%,
    #55d6be 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    135deg,
    #6388f7 0%,
    #55d6be 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6388f7', endColorstr='#55d6be',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.chat_box {
  border-radius: 15px 15px 15px 0px;
  -moz-border-radius: 15px 15px 15px 0px;
  -webkit-border-radius: 15px 15px 15px 0px;
  border: 0px solid #000000;
  background-color: white;
  padding: 15px 25px 15px 25px;
  min-height: 80px;
  width: 80%;
  max-width: 800px;
}

.chat_box_resp {
  border-radius: 15px 15px 0px 15px;
  -moz-border-radius: 15px 15px 0px 15px;
  -webkit-border-radius: 15px 15px 0px 15px;
  border: 0px solid #000000;
  background-color: white;
  padding: 15px 25px 15px 25px;
  min-height: 80px;
  width: 80%;
  max-width: 800px;
}

.count_down {
  background-color: white;
  border: 1px solid #f0ad4e;
  width: 210px;
  padding: 10px 20px 10px 20px;
  border-radius: 35px 35px 35px 35px;
  -moz-border-radius: 35px 35px 35px 35px;
  -webkit-border-radius: 35px 35px 35px 35px;
}

.blink {
  -webkit-animation-name: blink;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(1, 0, 0, 1);
  -webkit-animation-duration: 1.5s;
}

@-webkit-keyframes blink {
  67% {
    opacity: 0;
  }
}
@-moz-keyframes blink {
  67% {
    opacity: 0;
  }
}
@-o-keyframes blink {
  67% {
    opacity: 0;
  }
}
@keyframes blink {
  67% {
    opacity: 0;
  }
}

.back_body {
  background-color: rgb(207, 212, 215) !important;
}

.back_color_gary_green {
  background-color: rgb(240, 245, 247) !important;
}

.btn_show {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  margin-right: 19px;
  border-radius: 19px !important;
  -webkit-border-radius: 19px !important;
  -moz-border-radius: 19px !important;
  color: #999;
  border: 1px solid #f2f2f2 !important;
  background-color: #fff;
}

.transparent_border {
  border: 1px solid transparent !important;
}

#datatable_list_evaluations_wrapper {
  padding-left: 25px;
  padding-right: 25px;
}

#datatable_list_evaluations_wrapper
  > .search
  > #datatable_list_evaluations_filter {
  text-align: center;
}

#datatable_list_evaluations_wrapper
  > .search
  > #datatable_list_evaluations_filter
  > label {
  width: 100%;
}

#datatable_list_evaluations_wrapper
  > .search
  > #datatable_list_evaluations_filter
  > label
  > input {
  width: 100%;
}

#datatable_list_evaluations > thead > tr > th {
  color: #6f9fb7 !important;
  font-weight: normal;
  border-bottom: none;
  padding: 20px;
}

#datatable_list_evaluations thead .sorting_asc:after,
#datatable_list_evaluations thead .sorting_desc:after,
#datatable_list_evaluations thead .sorting:after {
  padding: 13px;
}

#datatable_list_evaluations tbody > tr {
  background-color: white;
  color: #999999 !important;
  cursor: pointer;
}

#datatable_list_evaluations tbody > tr:hover {
  background-color: rgb(255, 248, 230);
}

#datatable_list_evaluations > tbody > tr > td {
  padding: 20px;
  border-bottom: 8px solid #f2f2f2;
}

.row.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.row.row-eq-height [class*="col-"] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.br_white_3 {
  border-color: white;
  border-width: 3px;
}

.btn_fixed_left_bottom {
  border: 1px solid lightsteelblue;
  position: fixed;
  padding: 5px 15px;
  right: 0;
  background: lightsteelblue;
  color: white;
  border-radius: 15px 0px 0px 15px;
  -moz-border-radius: 15px 0px 0px 15px;
  -webkit-border-radius: 15px 0px 0px 15px;
  border: 0px solid #fff;
  bottom: 35px;
  font-size: 16px;
  z-index: 4;
}

.btn_large {
  min-width: 214px;
}

.div_fixed_left_bottom {
  width: 100%;
  position: fixed;
  bottom: 35px;
  background: lightsteelblue;
  z-index: 3;
  padding: 15px;
  color: white;
}

.max_w_200 {
  max-width: 200px;
}

#table_ev_team_group td {
  padding: 5px;
}

.select_icons {
  font-family: "Font Awesome 5 Free", sans-serif;
}

.select2_border_none + .select2 [class^="select2"] {
  border: none !important;
}

.btn-warning:hover {
  background-color: #ec971f !important;
}

.btn-warning:focus {
  background-color: #ec971f !important;
}

.block_form_item {
  border: 1px solid lightgrey;
  padding: 35px;
  margin-top: 20px;
  padding-bottom: 15px;
}

.max_line_size {
  max-width: 890px;
}

.checkpoint_add {
  border: 1px solid lightgrey;
  border-top-width: 0;
  max-width: 140px;
  padding: 5px;
}

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

.left_content_login {
  /*padding: 100px;*/
  position: absolute;
  top: 25%;
  width: 500px;
  margin-left: 145px;
}

.h-100 {
  height: 100%;
}

.main_login_div {
  background: url("/static/img/login_img_side.png") no-repeat right;
}

.introduction_text {
  font-size: 14px;
  line-height: 21px;
}

.panel-title > .small,
.panel-title > .small > a,
.panel-title > a,
.panel-title > small,
.panel-title > small > a {
  color: #405c6a;
}

.dropdown-menu > li > a.dropdown-header-customized {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}

@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 1) {
  .main_login_div {
    background-size: 65% 100%;
  }
  .left_content_login {
    /*margin: 0 40px 0 40px;*/
    margin-left: 47px;
    width: auto;
  }
}

/*!* ----------- Retina Screens ----------- *!*/
/*@media screen*/
/*and (min-device-width: 1200px)*/
/*and (max-device-width: 1600px)*/
/*and (-webkit-min-device-pixel-ratio: 2)*/
/*and (min-resolution: 192dpi) {*/
/*.main_login_div{*/
/*background-size: 65% 100%;*/
/*}*/
/*.left_content_login{*/
/*padding: 0 50px 0 50px;*/
/*}*/
/*}*/
