@charset "utf-8";

.light_background {
  background: #E8EAEC !important;
}

input:not([type]),
input[type=text]:not(.browser-default),
input[type=password]:not(.browser-default),
input[type=email]:not(.browser-default),
input[type=url]:not(.browser-default),
input[type=time]:not(.browser-default),
input[type=date]:not(.browser-default),
input[type=datetime]:not(.browser-default),
input[type=datetime-local]:not(.browser-default),
input[type=tel]:not(.browser-default),
input[type=number]:not(.browser-default),
input[type=search]:not(.browser-default),
textarea.materialize-textarea {
  border-bottom-color: #DDD;
}

input:not([type]):focus:not([readonly]),
input[type=text]:not(.browser-default):focus:not([readonly]),
input[type=password]:not(.browser-default):focus:not([readonly]),
input[type=email]:not(.browser-default):focus:not([readonly]),
input[type=url]:not(.browser-default):focus:not([readonly]),
input[type=time]:not(.browser-default):focus:not([readonly]),
input[type=date]:not(.browser-default):focus:not([readonly]),
input[type=datetime]:not(.browser-default):focus:not([readonly]),
input[type=datetime-local]:not(.browser-default):focus:not([readonly]),
input[type=tel]:not(.browser-default):focus:not([readonly]),
input[type=number]:not(.browser-default):focus:not([readonly]),
input[type=search]:not(.browser-default):focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]),
.select-wrapper input.select-dropdown:focus {
  border-bottom-color: #424242;
  box-shadow: none;
}

input:not([type]):focus:not([readonly])+label,
input[type=text]:not(.browser-default):focus:not([readonly])+label,
input[type=password]:not(.browser-default):focus:not([readonly])+label,
input[type=email]:not(.browser-default):focus:not([readonly])+label,
input[type=url]:not(.browser-default):focus:not([readonly])+label,
input[type=time]:not(.browser-default):focus:not([readonly])+label,
input[type=date]:not(.browser-default):focus:not([readonly])+label,
input[type=datetime]:not(.browser-default):focus:not([readonly])+label,
input[type=datetime-local]:not(.browser-default):focus:not([readonly])+label,
input[type=tel]:not(.browser-default):focus:not([readonly])+label,
input[type=number]:not(.browser-default):focus:not([readonly])+label,
input[type=search]:not(.browser-default):focus:not([readonly])+label,
textarea.materialize-textarea:focus:not([readonly])+label {
  color: #424242;
}

.input-field>label {
  color: #AAA;
}

.spinner-layer {
  border-color: #CCC;
}

.dropdown-content li>a,
.dropdown-content li>span {
  color: #424242;
}

.dropdown-content li>a,
.dropdown-content li>span {
  color: #424242;
}

.datepicker-table td.is-selected {
  background-color: #424242;
}

.datepicker-table td.is-today {
  color: #2196F3;
}

.datepicker-date-display {
  background-color: #424242;
}

.datepicker-cancel,
.datepicker-clear,
.datepicker-today,
.datepicker-done {
  color: #424242;
}

.copyright-item {
  font-size: 12px;
  color: #AAA;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid transparent !important;
}

ul.submenu {
  padding-left: 20px;
  display: none;
  -webkit-box-shadow: inset 8px 1px 6px rgba(0, 0, 0, 0.15);
  box-shadow: inset 8px 1px 6px rgba(0, 0, 0, 0.15);
}

.sidenav li>a {
  padding-right: 0;
}

.sidenav li>a>i.right {
  margin-right: 10px;
}

.sidenav li.active {
  background-color: #BBDEFB !important;
}

.sidenav li>a:hover {
  background-color: rgb(225 231 251) !important;
}

.sidenav li > a{
  padding: 9px 30px 0 !important;
}

.primary_background {
  background: #0D47A1 !important;
}

.primary_color {
  color: #0D47A1 !important;
}

table.dataTable tbody tr.active {
  background: #0D47A1 !important;
  color: #FFF;
}

.rsmenu {
  overflow: hidden;
  height: 48px;
}

.left-container {
  float: left;
  overflow: hidden;
}

.right-container {
  float: right;
  margin-right: 20px;
}

.icon-base {
  margin-top: 12px;
  float: left;
  cursor: pointer;
}

.img-base {
  float: left;
  margin-top: 9px;
  margin-left: 28px;
}

.btn.disabled,
.disabled.btn-large,
.disabled.btn-small,
.btn-floating.disabled,
.btn-large.disabled,
.btn-small.disabled,
.btn-flat.disabled,
.btn:disabled,
.btn-large:disabled,
.btn-small:disabled,
.btn-floating:disabled,
.btn-large:disabled,
.btn-small:disabled,
.btn-flat:disabled,
.btn[disabled],
.btn-large[disabled],
.btn-small[disabled],
.btn-floating[disabled],
.btn-large[disabled],
.btn-small[disabled],
.btn-flat[disabled] {
  background: #d0d3d6 !important;
}

.container.rsmenu {
  width: 100%;
  max-width: 100% !important;
}

.left-container.lc1 {
  width: 64px;
  height: 48px;
}

.right-container {
  width: 48px;
  height: 48px;
}

.header {
  position: fixed;
  width: 100%;
  z-index: 500;
  top: 0;
}

.workforce {
  margin-top: 50px;
}

.left-container.lc2 {
  position: fixed;
  left: 64px;
  right: 244px;
  padding-top: 10px;
  padding-left: 24px;
}

.window-popup {
  position: fixed;
  background: #FFF;
  z-index: 200;
  right: 22px;
  top: 48px;
  padding: 10px;
  width: 450px;
  display: none;
  height: 338px;
  overflow: hidden;
  overflow-y: scroll;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;

}

.choose {
  cursor: pointer;
  padding: 20px 10px !important;
  -webkit-transition: 200ms all;
  transition: 200ms all;
}

.choose:hover {
  background: #EEE;
}

body {
  font-family: 'Roboto', sans-serif;
  background: #FFF !important;
}

.btn100 {
  width: 100% !important;
  margin-bottom: 10px;
}

.login {
  width: 380px;
  height: 472px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -190px;
  margin-top: -236px;
}

.card-content.login_form.row, .card-action.login_form.row {
  margin-bottom: 0;
}

.create_account_form {
  position: absolute;
  top: 60px;
  left: 60px;
  right: 60px;
  bottom: 60px;
}

.create_account_form > .card-panel.z-depth-4 {
  height: 100%;
}

.card_panel_action {
  cursor: pointer;
}

.card_title_action {
  font-size: 19px;
}

.system_title {
  padding: 15px;
  text-align: center;
  font-size: 22px;
}

.login>.card {
  border-radius: 5px !important;
  overflow: hidden;
}

.system_img {
  margin-top: 20px;
}

.login_action,
.forgot_password {
  margin-right: 0px !important;
}

input.required,
.select-wrapper.required,
textarea.required {
  border-bottom-color: #F44336 !important;
}

.workspace {
  padding-left: 250px;
  padding-top: 10px;
}

.sidenav {
  width: 300px;
}

nav.bordered {
  width: calc(100% - 250px);
}

nav.bordered {
  border-bottom: 1px solid #EAEAEA;
}

.nfixed {
  margin-bottom: 20px;
}

.brand-logo,
.module_title {
  font-size: 18px !important;
}

.bordered>.nav-wrapper,
.content {
  padding-left: 20px;
}

.content {
  padding-left: 20px;
}

h3>span {
  font-size: 18px !important;
}

.sidenav .user-view {
  padding: 24px 32px 0;
}

.sidenav .user-view .circle {
  margin: auto;
}

.margen {
  overflow: hidden;
  padding-bottom: 3px;
  border-bottom: 1px solid #F5F5F5;
}

.imgx {
  float: left;
  padding: 10px;
}

.title {
  float: left;
  padding-top: 7px;
  font-size: 16px;
}

.refresh_module>i {
  font-size: 24px !important;
  line-height: 34px !important;
  height: 36px !important;
  margin-right: 0px !important;
}

.green_color {
  color: #ef337f !important;
}

.green_back {
  background: #ef337f !important;
}

#bottomDiv {
  position: absolute;
  bottom: 60px;
  left: 0;
  padding-left: 10px;
  font-size: 12px;
  width: 250px;
  border-top: 1px solid #F5F5F5;
}

.zborder {
  height: 63px;
  width: 28px;
  position: fixed;
  z-index: 1000;
  left: 240px;
}

.col.s12.m4.input-field.btn_action {
  padding-top: 9px;
}

.dataTables_wrapper .dataTables_filter {
  float: none;
  text-align: left;
}

table.dataTable thead th,
table.dataTable thead td {
  border-bottom: none !important;
}

table.dataTable tbody tr {
  background: transparent !important;
}

table.dataTable.no-footer {
  border-bottom: none !important;
}

table.dataTable tbody th,
table.dataTable tbody td {
  padding: 15px 10px;
}

.base_selectable>tr {
  cursor: pointer;
  transition: 200ms all;
}

.base_selectable>tr:hover {
  background: #EEE !important;
}

.dataTables_filter>label>input {
  border-bottom: 1px solid #E5E5E5 !important;
}


.spbottom {
  margin-top: 48px;
  height: 100%;
}

.refresh_module {
  float: left;
  margin: 14px 10px 0 0px;
}

.breadcrumb:before {
  color: #FFF;
  margin-top: -5px;
}

a.breadcrumb.black-text {
  font-size: 16px !important;
}

.hidden {
  display: none;
}

.mtop-10 {
  margin-top: 10px;
}

.sp_data {
  padding: 7px 11.25px !important;
  font-size: 17px;
}

.card,
.card-panel {
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

/* width */
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

/* Track */
::-webkit-scrollbar-track {
  background: transparent;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #222;
}

.col.s12.input-field.search_box {
  margin-top: -9px;
}

.search_box label.active {
  -webkit-transform: translateY(-5px) scale(0.8) !important;
  transform: translateY(-5px) scale(0.8) !important;
}

.collapse_data {
  cursor: pointer;
}

.action_menu {
  cursor: pointer;
  transition: 200ms all !important;
  height: 48px;
}

.base.progress {
  background-color: #91bbe4 !important;
}

.base.progress>.indeterminate {
  background: #0D47A1;
}

.center-icon>i {
  float: none !important;
  margin-right: 0 !important;
}

.privilegies {
  font-size: 14px;
  color: #666;
}

.align-input {
  margin-top: 23px !important;
}

.copyright.version {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 10px;
  font-size: 12px;
  color: #AAA;
}

button.btn {
  border-radius: 3px !important;
}

.col.s12.m12.input-field.search_box {
  margin-top: 0px;
}

input {
  color: #000000;
}

.image_basic {
  width: 50%;
  max-width: 280px;

}

.splash_screen {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0px !important;
  position: absolute;
}

.background_curved {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0%;
  clip-path: ellipse(0% 100% at 50% 0%);
  transition: 1000ms all;
}

.background_curved.active {
  clip-path: ellipse(90% 100% at 50% 0%) !important;
}

.background_cover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 30%;
  filter: drop-shadow(-1px 6px 25px rgba(50, 50, 0, 0.4));
}

.rwindow {
  position: absolute;
  z-index: 1000;
  width: 320px;
  height: 300px;
  text-align: center;
  top: 50%;
  left: 50%;
  margin-top: -150px;
  margin-left: -160px;
}

.text_loading {
  font-size: 18px;
  color: #FFF;
}

.hospital_selector {
  text-align: center;
  padding: 160px 0;
  color: #AAA;
}

.col.button-field {
  margin-top: 25px;
}

.col.s12.bread a {
  color: #000;
}

.bread .breadcrumb:before {
  color: #000;
}

.bread.tiny a {
  font-size: 16px;
  color: #aaa !important;
}

.bread.tiny .breadcrumb:before {
  color: #aaa !important;
}

.bread.tiny {
  margin-top: 0;
}

.select_men_die_id,
.select_men_hos_id {
  margin: 8px 0px;
}

.col.bread {
  margin-top: 10px;
}

.menu_category,
.menu_principal,
.menu_subcategory {
  cursor: pointer;
}

.card-title {
  font-size: 18px !important;
}

.card-action>a {
  font-size: 12px;
}

img.circle.responsive-img {
  height: 120px !important;
  width: 120px !important;
}

.product_fab {
  margin-top: 10px;
  box-shadow: none !important;
  border: 1px solid #0D47A1;
}

.product-description {
  height: 170px;
  padding: 11px !important;
}

.product.card-title {
  margin-bottom: 0px !important;
  font-weight: bold;
}

.card.item.disabled {
  background: #EEE;
}

img.big.circle.responsive-img {
  width: 150px !important;
  height: 150px !important;
}

.saldo_title {
  position: absolute;
  top: 90px;
  right: 20px;
  color: #FFF;
  font-size: 18px;
  text-decoration: underline;
  cursor: pointer;
}

.lasts_name.center-align {
  color: #FFF;
  font-size: 20px;
}

.justify-align {
  text-align: justify;
}

.info_data.about {
  min-height: 2000px;
}

.info_data.about.notify {
  min-height: 900px;
}

.product_name {
  font-size: 22px;
  margin-top: 20px;
}

.product_price {
  font-size: 18px;
}

.product_descr {
  font-size: 16px;
}

.col.s12.limiter {
  margin-top: 10px;
}

.product_price {
  margin-top: 7px;
}

.product_name.resume {
  margin-top: 0;
}

.no-margin-bottom {
  margin-bottom: 0px;
}

.big_number {
  font-size: 38px;
}

.product_close {
  width: 36px;
  position: absolute;
  right: 48px;
}

button.btn.circle {
  border-radius: 50% !important;
  width: 36px !important;
  padding: 0 1px 0 8px;
  height: 36px !important;
}

.view_cart,
.view_carts {
  width: 60px !important;
  cursor: pointer;
}

.shop_number {
  position: absolute;
  top: 14px;
  margin-left: 26px;
}

.fixed-tools {
  background: #FFF;
  border-radius: 6px;
  margin: 0 0.75rem !important;
  width: calc(100% - 1.5rem) !important;
  transition: 200ms all;
}

.fixed-tools>.row {
  margin: 0 !important;
}

i.material-icons.not_available {
  font-size: 150px;
}

.col.s12.menu_selector,
.col.s12.order_selector {
  margin-top: 35px;
}

.card.item,
.card-panel.resume {
  filter: drop-shadow(-1px 6px 25px rgba(50, 50, 0, 0.4));
  box-shadow: none !important;
}

.item img.circle.responsive-img {
  border-radius: 8px;
  margin: 11px 6px;
  width: 60px !important;
  height: 60px !important;
}

.card-title.title_cat {
  margin: 10px 10px 0;
  height: 60px;
}

.card-action.action_cat {
  padding: 10px;
}

.product_fab.disable {
  border-color: #DDD;
}

.card-panel.frameborder {
  padding: 0px;
  overflow: hidden;
}

.row.accessBottom.frameborder {
  margin-bottom: 0;
}

.head_order {
  overflow: hidden;
  padding: 10px 10px 0 0px;
  margin-bottom: 10px;
}

.order_title {
  font-size: 18px;
}

.order_date {
  float: right;
  font-size: 13px;
  color: #AAA;
  margin-top: 3px;
}

.status_orden {
  float: left;
  padding: 5px 0 10px;
}

.status_cash {
  float: right;
  padding: 5px 0 10px;
}

.card-action.action_cat.order_cat {
  text-align: right;
}

.order_cat>a {
  margin-right: 0 !important;
  margin-left: 20px !important;
}

.img_setting {
  margin-top: -12px;
  padding: 50px 0 50px !important;
}

.image_user {
  width: 156px;
  height: 156px;
  margin: auto;
  border: 3px solid #FFF;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 30px;
}

.user_name {
  color: #FFF;
  font-size: 20px;
}

.info_data {
  padding: 20px 30px;
  background: #FFF;
  margin-bottom: 0px;
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
  min-height: 1250px;
  filter: drop-shadow(0px 0px 20px rgba(50, 50, 0, 0.4));
}

.col.s12.info_base {
  padding: 0 !important;
}

.no_products {
  padding: 250px 10px;
  font-size: 35px;
  color: #CCC;
}

.order_name {
  font-size: 18px;
  padding: 0 20px;
}

.order_address {
  font-size: 14px;
  padding: 0 20px 10px;
}

.button_top {
  margin-top: 20px;
}

.bolder {
  font-weight: bold;
}

table.no_padding td, table.no_padding th {
  padding: 5px;
}

.photo_delete,
.tipo_photo_delete {
  text-align: right;
  cursor: pointer;
}

.ag-theme-material .ag-row-selected {
  background: #006cb5 !important;
  color: #FFF !important;
}

.timing_doctor {
  margin-top: 30px;
}

.day_container {
  margin-bottom: 10px;
  border-bottom: 1px solid #EEE;
}

.day_header {
  overflow: hidden;
  padding: 10px 0;
}

.day_title {
  float: left;
  font-size: 21px;
}

.day_actions {
  float: right;
}

.day_delete_day {
  float: left;
  width: 80px;
  margin-top: 20px;
}

.day_hospital_id {
  float: left;
  width: calc(100% - 80px);
}

.general-info {
  filter: drop-shadow(0px 0px 20px rgba(50, 50, 0, 0.4));
  background: #012152;
  padding: 40px 10px !important;
  margin-top: -12px;
  margin-bottom: 20px;
}

.image-hospital {
  margin-bottom: 30px;
}

.select_men_hos_id {
  background: #adc8f3;
  width: 80% !important;
  margin: auto;
  filter: drop-shadow(-1px 6px 25px rgba(50, 50, 0, 0.4));
  border-radius: 5px;
}

.select_men_hos_id>div>input {
  padding-left: 11px !important;
  width: calc(100% - 11px) !important;
}

.icon-card {
  overflow: hidden;
}

.icon-left {
  float: left;
}

.icon-text {
  float: left;
  font-size: 16px;
  padding: 2px 5px;
}

.info_hospital,
.hospital_selected,
.tipo_selected,
.medico_selected,
.price_time_selected,
.pacient_selected {
  padding-left: 45px !important;
  text-align: justify;
}

.calendar_collector {
  background: #FFF;
  box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2) !important;
  padding: 30px 10px !important;
}

.calendar_head {
  overflow: hidden;
  padding-bottom: 10px;
  border-bottom: 1px solid #EEE;
}

.calendar_left {
  float: left;
  width: 30px;
  cursor: pointer;
}

.calendar_right {
  float: right;
  width: 30px;
  cursor: pointer;
}

.calendar_center {
  float: left;
  font-size: 18px;
  width: calc(100% - 60px);
  text-align: center;
}

.calendar_days {
  overflow: hidden;
  padding: 10px 0;
  border-bottom: 1px solid #EEE;
}

.calendar_day {
  float: left;
  width: 14.28571%;
  text-align: center;
  border-radius: 10px;
}

.calendar_day.disabled {
  color: #CCC;
}

.colors_clasify {
  overflow: hidden;
  margin-bottom: 20px;
}

.color_clasify {
  float: left;
  width: 33.33333%;
  overflow: hidden;
}

.info_color {
  font-size: 11px;
  float: left;
  width: calc(100% - 20px);
  text-align: center;
  padding-top: 2px;
}

.check {
  float: left;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  filter: drop-shadow(-1px 6px 25px rgba(50, 50, 0, 0.4));
}

.calendar_day.enabled.orange_available {
  background: #ff9800;
  cursor: pointer;
}

.calendar_day.enabled.green_available {
  background: #4caf50;
  cursor: pointer;
}

.calendar_day.enabled.red_available {
  background: #f44336;
  pointer-events: none;
}

.col.s12.calendar_collector.cita_date {
  margin-top: 30px;
}

.nothing_selector {
  text-align: center;
  padding: 190px 0;
  font-size: 18px;
  color: #BBB;
}

.nothing_selector_tiny {
  text-align: center;
  padding: 50px 0;
  font-size: 18px;
  color: #BBB;
}

.complete_finish_appointment {
  margin-top: 30px !important;
}

.order_subtitle {
  font-size: 20px;
}

.order_specialty {
  font-size: 18px;
}

.order_paciente {
  font-size: 16px;
}

.order_time {
  font-size: 13px;
  color: #888;
  margin-bottom: 20px;
}

span.middleline {
  text-decoration: line-through;
}

.subtitle_package {
  margin-top: 10px;
  font-size: 16px;
  text-align: justify;
}

.terms_cond {
  cursor: pointer;
}

.package_images {
  margin-top: 20px;
  border-top: 1px solid #EEE;
  padding-top: 20px;
}

.btn_package_buying {
  margin-top: 20px;
}

.appointments_collector.reschedule {
  margin-bottom: 30px;
}

.card.item.hospital_name_div {
  padding: 10px 20px;
  margin-bottom: 30px;
}

.calendar_day.enabled.green_available.daySelected {
  background: #3f51b5;
  color: #FFF;
  border-radius: 0px;
}

.col.s12.instrument_item {
  margin-bottom: 20px;
  border-bottom: 1px solid #DDD;
  padding-bottom: 20px;
}

.btn_delete_unit {
  margin-top: 19px;
}

.title_service {
  font-size: 20px;
}

.search_order_info {
  margin-top: 10px !important;
}

.instrument_definition>tbody>tr>th,
.instrument_definition>tbody>tr>td {
  padding: 5px !important;
}

.print_area_table>tbody>tr>th,
.print_area_table>tbody>tr>td {
  padding: 5px !important;
  font-size: 12px;
}

.margin_objetive {
  margin-top: 40px;
}

table.nopadding tbody tr th,
table.nopadding tbody tr td,
table.nopadding thead tr th,
table.nopadding thead tr td {
  padding: 3px;
}

table.littlepadding tbody tr th,
table.littlepadding tbody tr td,
table.littlepadding thead tr th,
table.littlepadding thead tr td {
  padding: 8px;
}

.col.s12.conversation_prompt {
  border-top: 1px solid #CCC;
  background: #FFF;
  position: fixed;
  height: 60px;
  padding: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-shadow: 0 16px 24px 2px rgb(0 0 0 / 14%), 0 6px 30px 5px rgb(0 0 0 / 12%), 0 8px 10px -7px rgb(0 0 0 / 20%);
}

textarea.conversation {
  border: 0;
  resize: none;
  background: #F0F0F0;
  height: 50px;
  font-family: 'Roboto';
  line-height: 1.5;
  border-right: 1px solid #CCC;
}

.col.s10.conversation_input {
  padding: 0;
}

i.material-icons.send_btn_conversation {
  font-size: 40px;
  color: #333;
}

.col.s2.conversation_send_message {
  cursor: pointer;
  text-align: center;
  padding-top: 3px;
}

.col.s12.conversation_intelligent {
  background: #FFF;
  position: fixed;
  bottom: 60px;
  top: 77px;
  left: 0;
  right: 0;
  padding: 20px 0;
  overflow-y: scroll;
}

.col.s10.message_user_land {
  background: #F0F0F0;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  padding: 10px;
  margin-bottom: 20px;
}

.avatar.right_image {
  float: left;
}

.text.left_text {
  float: left;
  padding-left: 10px;
  width: calc(100% - 40px);
}

.message_text {
  font-size: 17px;
  word-wrap: break-word;
  color: #000;
}

.message_time {
  font-size: 10px;
  color: #888;
}

.col.s10.message_bot_land {
  background: #F0F0F0;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  padding: 10px;
  margin-bottom: 20px;
}

.conversation_area>.col.s12.conversation_intelligent {
  position: relative;
  height: 640px;
  top: 0;
}

.col.s12.m6.conversation_area {
  height: 750px;
  overflow: hidden;
}

.conversation_area>.col.s12.conversation_prompt {
  position: relative;
}

.col.padding_button {
  padding-top: 24px;
}

.col.s12.center-align.result_indicator {
  background: #c8e6c9;
  padding: 20px 0 10px;
}

tr.device_seleted.active {
  background: #f44336;
  color: #FFF;
}

.newpoint {
  width: 8px;
  height: 8px;
  position: absolute;
  background: #0D47A1;
  border-radius: 50%;
  margin-left: 59px;
  margin-top: -36px;
}

div#chartData,
div#chartDataPie,
div#chartDataPieAge {
  width: 100%;
  height: 700px;
  margin-top: 50px;
}

.whatsapp_count {
  text-align: right;
  margin-top: 1px;
  font-size: 24px;
}

.bot_website {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-left: 0 !important;
}

.bot_website>.close_conversation {
  display: none;
}

.bot_website>.col.s12.conversation_intelligent {
  top: 0;
  bottom: 40px;
}

.bot_website>.col.s12.conversation_prompt {
  bottom: -20px;
}

.col.s12.module_status {
  padding: 10px 5px 10px;
  text-align: center;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  margin-top: -24px;
  margin-left: -13px;
  width: calc(100% + 26px);
}

.window-media {
  z-index: 1002;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.cintilla_option {
  font-size: 24px;
}

.select_cintilla_option {
  margin-bottom: 0;
}

.col.s12.branch_name {
  text-align: center;
  padding: 100px 0 50px;
  font-size: 40px;
}

.col.s12.area_option {
  text-align: center;
  font-size: 30px;
  padding-top: 30px;
  padding-bottom: 15px;
}

.area_selected,
.return_home,
.subarea_selected, .seguimiento_ticket, .ticket_incoming, .date_incoming, .validate_ticket {
  cursor: pointer;
}

.col.s12.subarea_option {
  text-align: center;
  font-size: 20px;
  padding-top: 14px;
}

.green_window {
  z-index: 10000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
}

.name_turn {
  font-size: 50px;
}

.letter_consecutive {
  font-size: 120px;
}

.attention_consecutive {
  font-size: 20px;
}

.green_window_content {
  position: absolute;
  width: 600px;
  height: 300px;
  top: 50%;
  left: 50%;
  margin-top: -150px;
  margin-left: -300px;
}

.col.s12.select_show_video {
  padding-top: 150px;
}

.ticket_individual {
  background: #EEE;
  margin-left: -24px;
  width: calc(100% + 48px) !important;
  text-align: center;
  padding: 15px 0;
  border-bottom: 2px solid #cececf;
  overflow: hidden;
}

.ticket_individual.status_Llamado {
  background: #ffe082;
  border-color: #ffc107;
  -webkit-animation: colors 1s infinite;
  animation: colors 1s infinite;
}

@keyframes colors {
  from {
    background-color: #FFE082;
    border-color: #FFC107;
  }  
  to {
    background-color: #FFF;
    border-color: #FFF;
  }  
}

.next_tickets_content {
  padding-top: 0;
}

.ticket_individual.status_Llamado.bread {
  border-left: 20px solid #EEE;
  font-weight: bold;
}

.ticket_name {
  font-size: 45px;
  color: #0D47A1;
  float: left;
  padding: 0 10px;
  width: 170px;
}

.ticket_subname {
  font-size: 26px;
}

.ticket_waitingfor {
  font-size: 16px;
}

.window-media > .row > .col {
  padding: 0 !important;
}

.window-media > .row > .col > .card-panel {
  margin: 0 !important;
  border-radius: 0;
}

.ticket_callable{
  cursor: pointer;
}
.ticket_callable.selected{
  background: #006cb5 !important;
  color: #FFF !important;
}

.bell_called {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #FFF;
  z-index: 1000;
}

.bell_content {
  width: 500px;
  height: 500px;
  top: 50%;
  left: 50%;
  position: fixed;
  margin-left: -250px;
  margin-top: -250px;
  text-align: center;
}

.bell_content_title {
  font-size: 250px;
}

.bell_content_subtitle {
  font-size: 40px;
}

.btn_recall_ticket, .btn_cancel_ticket {
  margin-top: 10px !important;
}

.select_add_attention {
  margin-top: -9px;
}

table.miniprinter {
  width: 360px;
}

th.time {
  text-align: center;
  font-size: 12px;
  padding: 30px 0 0;
}

th.branch_name {
  padding: 0;
  font-size: 20px;
  text-align: center;
}

table.miniprinter > tbody > tr {
  border-bottom: none !important;
}

th.turn_id {
  text-align: center;
  font-size: 70px;
}

th.waiting_time {
  text-align: center;
  font-size: 16px;
  padding: 0;
}

th.welcome_msg {
  text-align: center;
  padding: 0 0 30px;
  font-size: 13px;
}

.show_video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 500px !important;
  height: 60px;
  margin-left: -250px;
  margin-top: -30px;
}

.input_line {
  margin-top: 24px;
}

#keyboard {
  display: flex;
  flex-direction: column;
}

.srow {
  display: flex;
}

.key {
  flex: 1;
  padding: 20px 10px;
  border: 1px solid #ccc;
  text-align: center;
  cursor: pointer;
  font-size: 20px;
}
.key:hover{
  background: #0D47A1;
  color: #FFF;
}

input.inputField.specialInput {
  text-align: center;
  color: #0D47A1 !important;
  font-size: 50px;
  padding: 20px 0;
}

.questionm {
  width: 90% !important;
  max-width: 90% !important;
}

.modal:not(.datepicker-modal):not(.timepicker-modal) {
  max-height: 80% !important;
  height: 80% !important;
}

.btn_generate_report {
  margin-top: 24px;
}

.col_select {
  margin-top: 24px;
}

.col.s12.center-align.logo_application {
  margin: 50px 0;
}

.card_action {
  background: #EEE;
  padding: 40px 0 !important;
  border-radius: 20px;
  cursor: pointer;
}

.col.s2.parent_remove_beneficiarie {
  padding-top: 25px;
}

.noborderbottom {
  border-bottom: none !important;
}

.col.s12.beneficiarie_docs {
  padding: 0;
}

.row .col.m20 {
  width: 20%;
}
.row .col.m60 {
  width: 60%;
}

.col.s3.request_top {
  padding-top: 8px;
}

.window_error {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
}

.window_error_container {
  width: 450px;
  height: 250px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -225px;
  margin-top: -125px;
  color: #888;
}

.window_text {
  font-size: 24px;
}

.col.s12.module_cover {
  margin: 20px 0;
}

.col.s12.permission_title {
  font-size: 17px;
  margin-bottom: 10px;
}

li.action_menu:hover {
  background: #EEE;
}

.breadcrumb {
  float: left;
  cursor: pointer;
}

.project_title {
  font-size: 24px;
  margin-top: 30px;
}

h6.black-text.pro_line {
  margin-top: 5px !important;
  word-wrap: break-word;
}
li.tab.col.s3.tab_header{
  cursor: pointer;
}
li.tab.col.s3.tab_header.active {
  border-bottom: 2px solid #0D47A1;
}
.submenu > li.action_menu:hover {
  background: #AAA;
  -webkit-box-shadow: inset 8px 1px 6px rgba(0, 0, 0, 0.15);
  box-shadow: inset 8px 1px 6px rgba(0, 0, 0, 0.15);
}

.submenu > li.action_menu.active {
  -webkit-box-shadow: inset 8px 1px 6px rgba(0, 0, 0, 0.15);
  box-shadow: inset 8px 1px 6px rgba(0, 0, 0, 0.15);
  background-color: #90CAF9 !important;
}

.col.s12.req_project_detail {
  margin: 15px 0;
}

.card-panel.kanvan_item {
  padding: 10px;
}

.col.s12.project_item {
  margin: 10px 0;
  text-align: center;
  font-size: 13px;
  background: #E0E0E0;
  padding: 20px 0;
  border-radius: 5px;
}

.project_item_kanvan{
  margin: 10px 0;
  font-size: 13px;
  background: #E0E0E0;
  padding: 20px 10px;
  border-radius: 5px;
}

.project_kanvan_stitle{
  font-size: 11px;
}

.project_kanvan_extra{
  margin-bottom: 15px;
  margin-top: 15px;
}

.info_prospect_event {
  margin: 5px 10px;
  padding: 10px;
  background: #D0D0D0;
}

.event_actions{
  margin-top: 15px;
}

.padding_info{
  padding-top: 37px !important;
}

.center-align.no_data_prospect {
  padding: 200px 0px;
  font-size: 12px;
  color: #888;
}

li.tab_header {
  padding: 0 30px !important;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  cursor: pointer;
  -webkit-transition: 300ms all;
  transition: 300ms all;
}
li.tab_header.active{
  background: #2b2557;
  color: #FFF;
}

.tabs_complete{
  border-bottom: 1px solid #EEE;
  margin-bottom: 10px;
}

tr.add_history{
  cursor: pointer;
}

.column_ticket {
  font-size: 11px;
  text-align: center;
  background: #EEE;
  border-radius: 10px;
}

.col_ticket_title {
  padding: 10px;
  border-bottom: 1px solid #DEDEDE;
}

.col.s12.cover_columns {
  padding: 0;
}

.ticket_item {
  margin: 5px;
  background: #D0D0D0;
  padding: 20px 0;
  cursor: pointer;
  border-radius: 5px;
}

.col_ticket_content {
  overflow: hidden;
}

.col.s12.cardGreyItem {
  background: #EEE;
  padding: 10px;
  margin: 10px 0;
  border-radius: 5px;
}

.head_message {
  padding: 10px 15px 5px;
  font-size: 17px;
}

.body_message {
  padding: 0 15px 0;
}

.attach_messages {
  overflow: hidden;
}

.white-card {
  background: #FFF;
  width: 200px;
  float: left;
  margin: 20px;
  text-align: center;
  padding: 30px 0;
  border-radius: 5px;
}

.attach_name{
  word-break: break-all;
  padding: 0 10px;
}

.padding_select {
  margin-top: 25px;
}

.btn_remove_schedule_line {
  margin-top: 24px;
}

.input_per_prealta_at {
  margin-top: 29px;
}

.col.s12.input-field.input_dates {
  padding: 0 !important;
}

.image_centered {
  margin: auto;
  width: 70%;
}

[type="checkbox"] + span:not(.lever):before, [type="checkbox"]:not(.filled-in) + span:not(.lever):after {
  border: 2px solid #bbb !important;
}

[type="checkbox"]:checked + span:not(.lever):before {
  border-right: 2px solid #0D47A1 !important;
  border-bottom: 2px solid #0D47A1 !important;
  border-top: 2px solid transparent !important;
  border-left: 2px solid transparent !important;
}

.permission_list.required {
  background: #FFEB3B !important;
}

.dasbhboard_text {
  font-size: 22px;
}

.responsive_table {
  border-bottom: 1px solid #F0F0F0;
}

.tender_title {
  margin-top: 12px;
}

.col.s12.m11.analize_title {
  margin-top: 15px;
}

.ag-checkbox-input {
  pointer-events: all !important;
}

button.aggrid-btn {
  width: 44px;
  padding: 0 11px;
}

button.aggrid-btn-auto {
  width: auto;
}

.aggrid-btn:hover, .aggrid-btn-auto:hover{
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.15) !important;
}

.ag-checkbox-input-wrapper.ag-checked::after {
  color: #4CAF50 !important;
}

.icon_70_padding_top {
  padding-top: 22px !important;
  font-size: 18px;
}

.modal {
  background: #FFF !important;
}

.table_lines {
  padding: 0 0.75rem 0.50rem !important;
}

.table_lines > h6 {
  margin: 5px 0 5px;
}

.btn_file {
  margin-top: 39px;
}

.printer_page {
  width: 1000px;
  margin: auto;
}

.minus_letter{
  font-size: 11px;
}

.message_top {
  margin-top: 15px;
}

.col.s12.m10.information_schema {
  padding: 7px;
}

.row.accessBottom.tiny {
  margin-bottom: 0;
}

.type_description{
  padding: 15px !important;
}

.change_action_online{
  cursor: pointer;
}

.col.s12.partida_distribution {
  background: #F0F0F0;
  padding: 20px;
  margin-bottom: 10px;
  border-radius: 7px;
}

.col.s12.item_voucher {
  background: #F0F0F0;
  padding: 20px;
  margin-bottom: 10px;
  border-radius: 7px;
  cursor: pointer;
}

.btn_top_70 {
  margin-top: 21px !important;
}

.select_button_top {
  margin-top: 15px;
}

.borderthtr{
  border: 1px solid #E5E5E5 !important;
}

.offset-70 {
  margin-top: 25px !important;
}

.partida_list {
  background: #EEE;
  padding: 15px;
  margin-bottom: 10px;
  border-radius: 10px;
}

.asset_name {
  font-size: 17px;
}

.card_quotation{
  background: #EEE;
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 10px;
  min-height: 160px;
}

.card_supplier{
  background: #EEE;
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 10px;
  overflow: hidden;
}

.card_icon_quotation {
  float: left;
  width: 70px;
}

.card_text_info {
  float: left;
  width: calc(100% - 70px);
}

.card_text_title {
  font-size: 20px;
}

.card_text_subtitle {
  font-size: 16px;
}

.card_text_supplier {
  padding: 18px 10px;
  font-size: 20px;
}

.col.s12.m8.detail_generate_purchase {
  text-align: right;
  font-size: 18px;
  padding: 6px;
}

.article_list {
  background: #EEE;
  padding: 10px !important;
  margin-bottom: 10px;
  border-radius: 5px;
}

.btn_icon_report {
  margin-top: 25px;
}

.item_requisition {
  background: #EEE !important;
  padding: 10px !important;
  border-radius: 5px;
  cursor: pointer;
  margin-bottom: 10px;
}

.label_info_inbox {
  margin: 13px 0 15px;
  padding: 7px;
  text-align: center;
  border-radius: 7px;
}

.not_hide.col.s6.m4.choose.action_menu {
  height: auto;
}

.selector_cicle {
  padding: 20px !important;
  background: #EEE;
  margin-bottom: 10px;
  border-radius: 6px;
  cursor: pointer;
  transition: 300ms all;
}

.cicle_title {
  font-size: 16px;
}

.cicle_subtitle {
  font-size: 14px;
}

.selector_cicle.active {
  background: #0D47A1;
  color: #FFF;
}

.col.s12.m10.section_name_dashboard {
  margin-top: 13px;
}

.col.s12.line_dashboard {
  margin-bottom: 60px;
}

.selector_dashboard_component {
  background: #EEE;
  padding: 10px;
  border-radius: 6px;
}

.selector_subtitle {
  font-size: 17px;
}

.icon_70_padding {
  margin-top: 15px;
}

.schedule_btn_alignment {
  margin-top: 24px;
}

.col.s12.matter_list {
  overflow: hidden;
  background: #F0F0F0;
  margin-bottom: 10px;
  border-radius: 6px;
  color: #000;
  padding: 15px 15px 10px;
  cursor: pointer;
}

.matter_image {
  float: left;
  width: 45px;
  height: 45px;
}

.matter_name {
  float: left;
  width: calc(100% - 45px);
  text-align: left;
  padding: 9px 0px 9px 15px;
  font-size: 17px;
}

.col.s12.menu_line {
  margin-top: 20px;
}

.matter_option {
  padding: 10px !important;
  cursor: pointer;
  text-align: center;
  transition: 300ms all;
  border-radius: 6px;
}
.matter_option:hover {
  background: #EEE;
}
.text_info {
  font-size: 14px;
}
.matter_option.active {
  background: #E3F2FD;
}

.post_component {
  overflow: hidden;
  background: #F5F5F5;
  padding: 5px;
  border-radius: 6px;
  cursor: pointer;
  float: left;
  margin-right: 10px;
}

.post_icon {
  float: left;
  width: 25px;
  height: 25px;
}

.col.s12.input-field.content_component {
  margin-bottom: 0;
}

.post_component.publish, .post_component.comment {
  float: right;
  margin-right: 0;
  background: #90CAF9;
}

.post_text {
  float: left;
  padding: 1px 14px;
}

.post_component.publish .post_text, .post_component.comment .post_text{
  color: #FFF;
}

.row.accessBottom.header_matter {
  margin-bottom: 0;
}

.post_component.active {
  background: #e3f2fd;
}

.col.s12.m9.poll_option_title {
  padding: 6px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.col.s12.m3.right-align.poll_option_btn {
  margin-top: 20px;
}

.col.s12.poll_listing {
  background: #F0F0F0;
  margin-bottom: 10px;
  border-radius: 10px;
}

.col.s2.poll_btn_right {
  margin-top: 23px;
}

.card-panel.z-depth-4.post_creator {
  margin-bottom: 50px;
}

.col.s12.header_post {
  overflow: hidden;
}

.profile_picture {
  float: left;
  width: 50px;
  height: 50px;
}

.profile_header {
  float: left;
  height: 50px;
  width: calc(100% - 100px);
  padding-left: 25px;
}

.profile_action {
  float: left;
  width: 50px;
  height: 50px;
  text-align: center;
}

.profile_name {
  font-size: 16px;
  margin-top: 3px;
}

.profile_content {
  color: #888;
}

.post_info {
  margin-top: 20px;
  text-align: justify;
  font-size: 16px;
}

.content_post {
  margin-bottom: 10px;
}

.image-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 8px;
  width: 100%;
}

.matter_list{
  cursor: pointer;
}

.matter_list:hover{
  color: #555;
}

.image-container img, .image-container video {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 5px;
}

.image-container img:last-child:nth-child(odd), .image-container video:last-child:nth-child(odd) {
  grid-column: 1 / -1;
  height: auto;
}

.file_icon {
  font-size: 13px;
}

.file_base {
  background: #F0F0F0;
  padding: 10px;
  border-radius: 6px;
  cursor: pointer;
  transition: 300ms all;
}

.file_base:hover {
  background: #90caf9;
}

.event_form {
  background: #F0F0F0;
  padding: 15px;
  border-radius: 6px;
  margin-top: 20px;
}

.event_text {
  font-size: 20px;
}

.event_subtext {
  font-size: 16px;
}

.poll_ui {
  overflow: hidden;
  padding: 10px;
  background: #f0f0f0;
  border-radius: 6px;
}

.poll_header {
  overflow: hidden;
}

.poll_icon {
  float: left;
  width: 50px;
  height: 50px;
}

.poll_text {
  float: left;
  padding: 14px 14px 15px;
  font-size: 14px;
  width: calc(100% - 50px);
  overflow: hidden;
}

.poll_content {
  padding: 10px;
}

.poll_option {
  overflow: hidden;
  background: #FFF;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 6px;
  cursor: pointer;
}

.poll_option_icon {
  float: left;
  width: 30px;
  height: 30px;
}

.poll_option_option {
  float: left;
  padding: 4px 4px 4px 14px;
  width: calc(100% - 120px);
  font-size: 16px;
}

img.circle-image {
  border-radius: 50%;
}

.open_picture{
  cursor: pointer;
}

.picture_image {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1500;
  background: rgba(255, 255, 255, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.img_cover img {
  max-width: 90%;
  max-height: 90%;
}

.poll_option:hover {
  background: #90caf9;
}

.poll_option_total {
  float: right;
  padding: 4px;
  width: 90px;
  text-align: right;
}

.poll_votos {
  float: left;
  padding-right: 10px;
}

.poll_date {
  float: left;
}

.action_post {
  float: left;
  overflow: hidden;
  padding: 5px;
  background: #F0F0F0;
  margin-right: 20px;
  border-radius: 6px;
  cursor: pointer;
  transition: 300ms all;
}

.action_post.like:hover {
  background: #EF9A9A;
}

.action_post.comment:hover {
  background: #90CAF9;
}

.col.s12.bottom_info_post {
  overflow: hidden;
  margin-top: 10px;
}

.action_icon {
  float: left;
  width: 24px;
  height: 24px;
}

.action_text_post {
  float: left;
  padding: 1px 20px;
}

.comment_ui {
  margin-top: 25px;
}

.col.s12.published_comments {
  margin-top: 20px;
}

.comment_single {
  overflow: hidden;
  margin-bottom: 20px;
}

.published_comments .content_post {
  margin-bottom: 0;
  padding-left: 76px !important;
}

.published_comments .post_info {
  margin-top: 5px;
}

.poll_option.pointer_events {
  pointer-events: none;
}

.new_matter_to_add, .new_massive_matter_to_add {
  overflow: hidden;
  background: #F0F0F0;
  border-radius: 6px;
  margin-bottom: 10px;
  padding: 10px;
}

.matter_checkbox {
  float: left;
}

.matter_titles {
  float: left;
  padding-left: 20px;
}

.matter_new_title {
  font-size: 18px;
}

.matter_checkbox p {
  margin: 14px 0 10px;
}

.matter_new_subtitle {
  font-size: 14px;
  color: #666;
}

.new_matter_to_add.active, .new_massive_matter_to_add.active {
  background: #FFE082;
}

.bread_path .breadcrumb {
  color: #2196F3;
}

.bread_path .breadcrumb:before{
  color: #0D47A1;
}

.nothing_here {
  padding: 150px 0;
}

.nothing_here_text {
  font-size: 24px;
  color: #777;
}

.massive_btn {
  margin-top: 24px;
}

.student_massive_data {
  font-size: 18px;
  margin-bottom: 15px;
}

.title_info_matter {
  font-size: 20px;
  margin-top: 23px;
}

.student_single {
  overflow: hidden;
  background: #F0F0F0;
  padding: 10px;
  margin-bottom: 20px;
  border-radius: 6px;
}

.student_photo {
  float: left;
  width: 50px;
  height: 50px;
}

.student_fullname {
  float: left;
  font-size: 18px;
  padding: 12px 12px 11px;
  width: calc(100% - 50px);
}

.schedule_single {
  background: #F0F0F0;
  padding: 10px;
  text-align: center;
  border-radius: 6px;
  margin-bottom: 10px;
}

.schedule_weekday {
  font-size: 18px;
}

.calendar_overflow {
  overflow: hidden;
  padding: 10px;
  background: #F0F0F0;
  border-radius: 6px;
  margin-bottom: 10px;
}

.calendar_icon {
  float: left;
  width: 170px;
  text-align: center;
}

.calendar_item_day {
  font-size: 17px;
}

.calendar_item_intime {
  font-size: 14px;
}

.calendar_information {
  float: left;
  width: calc(100% - 170px);
  padding-left: 30px;
}

.student_book_photo {
  float: left;
  width: 50px;
  height: 50px;
}

.student_book_fullname {
  float: left;
  font-size: 16px;
  padding: 13px;
  width: calc(100% - 108px);
}

.student_book_icons {
  float: right;
  padding: 7px;
}

.student_single.book {
  cursor: pointer;
  transition: 300ms all;
}

.student_single.book.active {
  background: #ffc738;
}

.col.s12.m2.btn_info_book {
  margin-top: 20px;
}

.line_book {
  padding: 10px;
  background: #F0F0F0;
  border-radius: 6px;
  margin-bottom: 10px;
}

.line_book_content {
  font-size: 18px;
  padding: 10px;
}

.line_book_seen {
  text-align: right;
}

.col.s12.m3.btn_info_unit {
  margin-top: 24px;
}

.col.s12.m1.rubro_single_action.input-field {
  margin-top: 24px;
}

.title_period {
  font-size: 20px;
  padding: 3px !important;
}

.col.s12.m8.title_actions {
  text-align: right;
}

.rubro_list {
  background: #F0F0F0;
  padding: 20px;
  margin-bottom: 10px;
  border-radius: 6px;
}

.col.s12.margin_rubros {
  margin-top: 20px;
}

.rubro_title {
  overflow: hidden;
}

.rubro_percent {
  float: left;
  width: 60px;
  font-size: 20px;
  color: #0D47A1;
}

.rubro_name {
  float: left;
  width: calc(100% - 200px);
  font-size: 20px;
  color: #0D47A1;
}

.rubro_calif {
    float: right;
    text-align: right;
    width: 130px;
    font-size: 20px;
    color: #0D47A1;
}

.rubro_work_single {
  padding: 5px 20px;
  color: #666;
}

.input_field_btn_adjust {
  margin-top: 23px;
}

.line_payment_partial {
  font-size: 16px;
  padding: 24px 16px 0 !important;
}

.single_receipt {
  background: #EEE;
  border-radius: 6px;
  padding: 20px;
  margin-bottom: 20px;
  overflow: hidden;
}

.smark_receipt_selector {
  float: left;
  width: 55px;
  margin-right: 20px;
}

.mark_receipt_info {
  float: left;
  width: calc(100% - 75px);
}

.mark_receipt_title {
  font-size: 22px;
}

.mark_receipt_payments {
  overflow: hidden;
}

.mark_receipt_payment_single {
  float: left;
  width: 33.33333%;
}

.single_student {
  background: #EEE;
  padding: 20px;
  border-radius: 6px;
  margin-bottom: 20px;
}

.mark_student_selector {
  width: 55px !important;
}

button.mark_receipt_selector.unselected, button.mark_student_selector.unselected {
  background: #9E9E9E !important;
}

button.mark_receipt_selector.selected, button.mark_student_selector.selected {
  background: #FFC107 !important;
}

.btn_select_align {
  margin-top: 23px;
}

.ontime {
  text-align: center;
  font-size: 50px;
}

.canvaszero {
  display: none;
}

.videostream {
  width: 250px;
  height: 250px;
}

.btn_number {
  background: #BBDEFB;
  text-align: center;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 15px;
}

.line_input {
  text-align: center;
  padding: 20px 0 !important;
  font-size: 30px;
  background: #BBDEFB;
  border-radius: 10px;
  margin-bottom: 20px;
  height: 85px;
}

.employee_name {
  text-align: center;
  font-size: 20px;
  padding-bottom: 20px !important;
  height: 50px;
}

.title_module {
  overflow: hidden;
  margin-bottom: 20px;
}

.title_module_image {
  float: left;
  width: 75px;
  height: 75px;
}

.title_module_text {
  float: left;
  font-size: 20px;
  padding: 22px 30px;
}
.work_card {
  background: #EEE;
  padding: 15px;
  border-radius: 6px;
  margin-bottom: 20px;
}

.card_title {
  text-align: center;
  font-size: 24px;
}

.card_rubrica {
  text-align: center;
  font-size: 18px;
  color: #666;
}

.card_content {
  text-align: justify;
  min-height: 100px;
  margin-top: 10px;
}

.card_limits {
  overflow: hidden;
}

.card_date {
  float: left;
  width: 33.33333%;
  text-align: center;
  font-size: 12px;
}

.card_btns {
  overflow: hidden;
  padding-top: 20px;
  padding-bottom: 5px;
  text-align: center;
}

.file_single {
  overflow: hidden;
  background: #EEE;
  padding: 15px;
  border-radius: 6px;
}

.col.s12.file_card {
  text-align: center;
  font-size: 22px;
  padding-bottom: 10px;
}

.col.s12.file_btns {
  text-align: center;
}

.no_icon_info {
  text-align: center;
}

.icon_text {
  font-size: 20px;
  color: #666;
}

.inline-black {
  color: #000 !important;
}

.inline-black div input {
  color: #000 !important;
}

.rubro_works {
  padding-left: 60px;
}

.work_container {
    overflow: hidden;
}

.work_calif {
    font-size: 17px;
    color: #666;
    padding: 5px 0;
    width: 120px;
    text-align: right;
    float: right;
}

.work_name {
  padding: 5px 0;
  color: #666;
  font-size: 17px;
  float: left;
  width: calc(100% - 120px);
}

.student_single.white_student{
  background: #FFF !important;
}

button.detail_eval_works {
  margin-bottom: 0px !important;
  margin-top: 10px;
}

.col.s12.m4.last-change-info {
  padding-top: 8px;
}

.note_change_card {
  background: #EEE;
  padding: 15px;
  margin-bottom: 15px;
  border-radius: 6px;
}

.payment_meaning {
  padding: 10px !important;
  text-align: center;
  border-radius: 6px;
  margin-bottom: 15px;
  margin-top: 15px;
}

.btn_select_align_head_lordicon {
  margin-top: 17px;
}

.book_container {
  background: #EEE;
  padding: 15px;
  border-radius: 6px;
  cursor: pointer;
}

.book_title {
  font-size: 18px;
}

.book_time {
  font-size: 14px;
  color: #666;
}

.final_pond {
  padding: 20px;
  background: #EEE;
  border-radius: 6px;
  font-size: 20px;
  color: #666;
}

.col.s12.no_book_info.center-align {
  padding: 100px 0 0;
  font-size: 25px;
  color: #444;
}

.print_area {
  width: 1000px;
  margin: auto;
}

.matter_profile_card {
  overflow: hidden;
  background: #EEE;
  padding: 15px;
  margin-bottom: 15px;
  border-radius: 6px;
}

.no_margin_card .col {
  padding: 0 !important;
}

.unit_profile_title {
  font-size: 20px;
}

.rtitle_module_text {
  float: left;
  width: calc(100% - 75px);
  padding-left: 25px;
}

.rsmatter_name {
  font-size: 22px;
  margin-top: 8px;
}

.subtitle_module_image {
  float: left;
  width: 55px;
  height: 55px;
}

.sub_title_module_text {
  float: left;
  width: calc(100% - 55px);
  font-size: 18px;
  padding-left: 15px;
  margin-top: 11px;
}

.col.s12.no_margin_card.unit_profile_card {
  padding-left: 83px;
  padding-bottom: 20px;
  border-top: 1px solid #DDD;
}

.student_profile_card {
  background: #EEE;
  padding: 20px;
  overflow: hidden;
  border-radius: 6px;
  margin-bottom: 20px;
}

.student_profile_card.selected {
  background: #BBDEFB;
}

.bottom_info {
  padding-left: 20px;
}

.little_text {
  font-size: 13px;
  color: #666;
}

.super_little_text {
  font-size: 11px;
  color: #444;
}

.icon_timing {
  float: left;
  width: 30px;
  height: 30px;
}

.icon_text_base {
  float: left;
  font-size: 14px;
  padding: 5px 30px 4px 15px;
}

.icon_timing.right_text {
  float: right;
}

.icon_text_base.right_text {
  float: right;
  text-align: right;
  padding: 4px 15px 5px;
}

.botom_overflow_ui {
  overflow: hidden;
  margin-top: 50px;
}

.card_formation {
  background: #EEE;
  padding: 15px;
  margin-bottom: 15px;
  border-radius: 6px;
  overflow: hidden;
}

.formation_name {
  font-size: 18px;
}

@media only screen and (min-width: 0px) and (max-width: 950px) {
  .final_pond{
    margin-bottom: 10px;
  }
  .title_module_image, .title_module_text{
    float: none;
    text-align: center;
    width: auto;
  }
  .row .col.m20 {
    width: 100%;
  }
  .card_item {
    overflow: hidden;
    margin-bottom: 10px;
  }
  .comment_single {
    overflow: hidden;
    margin-left: 0px;
    margin-bottom: 20px;
  }
  .published_comments .content_post {
    margin-bottom: 0;
    padding-left: 0 !important;
    margin-top: 25px;
  }
  .post_text{
    display: none;
  }
  .col.s12.m2.matter_image_text {
    text-align: center;
  }
  .col.s12.m10.matter_content_text {
    text-align: center;
  }
  .slider.target {
    margin-top: 46px;
    -webkit-transition: 200ms all;
    transition: 200ms all;
  }

  .select_men_hos_id>div>input {
    border-bottom: none !important;
    margin-bottom: 0px !important;
  }

  .sidenav li > .hiddable {
    float: right;
    width: 205px;
  }
  .submenu .hiddable {
    width: 185px !important;
  }

  /* .slider.target.hiddable {
    margin-top: -12px;
  } */

  .fixed-tools {
    background: #FFF;
    position: fixed;
    top: 76px;
    z-index: 998;
    left: 0;
    right: 0;
    border-radius: 0px;
    width: 100% !important;
    margin: 0 !important;
  }

  .fixed-tools.hiddable {
    top: 0;
    z-index: 0;
  }

  .col.s12.menu_selector {
    margin-top: 25px;
    padding: 0;
  }

  .col.s12.order_selector {
    margin-top: 0px;
    padding: 0;
  }

  .col.s12.product_selector,
  .col.s12.resume_products,
  .col.s12.global_products {
    padding: 0;
  }

  .col.button-field {
    margin-top: 20px;
  }

  .col.bread {
    margin-top: 0px;
  }

  .refresh_module {
    display: none;
  }

  .imgx {
    padding: 4px 10px !important;
  }

  .title {
    padding-top: 5px !important;
  }

  .login {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    margin-left: 0px;
    margin-top: -270px;
  }

  .workspace {
    padding-left: 0px;
  }

  nav.bordered {
    width: calc(100%);
  }

  nav.bordered.grey.lighten-4.z-depth-0 {
    border-bottom: none !important;
    background: #FFF !important;
    -webkit-box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2) !important;
    box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2) !important;
  }

  .bordered>.nav-wrapper,
  .content {
    padding-left: 0px;
  }

  ul.spbottom {
    margin-top: 0px;
    background: #FFF !important;
  }

  .container.rsmenu {
    width: 90%;
    height: 44px;
  }

  .right-container {
    float: right;
    margin-right: 20px;
    width: 26px;
  }

  .left-container.lc1 {
    width: 81px;
    height: 48px;
  }

  .img-base {
    margin-left: 10px;
    margin-top: 6px;
  }

  .left-container.lc2 {
    position: fixed;
    top: 36px;
    left: 0;
    right: 0;
    height: 38px;
    padding-top: 6px;
    padding-left: 20px;
    padding-right: 20px;
    overflow-x: scroll;
  }

  .header {
    height: 76px;
  }

  .titlesHeader {
    width: auto;
    height: 30px;
  }

  .window-popup {
    position: fixed;
    background: #FFF;
    z-index: 200;
    left: 0;
    top: 76px;
    right: 0;
    padding: 10px;
    width: 100%;
  }

  .workforce {
    margin-top: 78px;
  }
}

@media only screen and (min-width: 951px) {
  .col.s12.m10.matter_content_text {
    margin-top: 26px;
  }
  .sidenav.spbottom.minify_1 {
    width: 88px;
    background: #ffffff !important;
    -webkit-box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -7px rgba(0, 0, 0, 0.2) !important;
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -7px rgba(0, 0, 0, 0.2) !important;
  }

  .sidenav.spbottom.minify_1 .submenu {
    padding-left: 0px;
    background: #dbddde;
  }

  .spbottom {
    z-index: 10;
  }

  .workspace.minify_2 {
    padding-left: 96px;
  }

  .sidenav,
  .workspace {
    -webkit-transition: 200ms all;
    transition: 200ms all;
  }

  .material-tooltip {
    border-radius: 6px !important;
    padding: 7px 8px !important;
    min-height: 0 !important;
  }
}