.card_number{
    font-weight: 500;
    font-size: 4em
}
.highlighed{
    box-shadow: #59ff59 0px 0px 12px -1px !important;
}
.info_box{
    border: orange dashed 2px; padding: 9px; margin: 0; background-color: #fff7e9;
}
.pull-left{
    float: left;
}
.pull-right{
    float: right;
}
.card {
    box-shadow: 7px 7px 12px -5px rgb(223 224 255)
    
}
.card_stat_hor{
    flex-direction: column;
}
.card_text{
    font-size: 1.5em
}
.text-blue{
   color: #0275d8
}
.text-red{
    color: red
}
.text-grey{
    color: grey
}

.iframevideo{
    width: 100%;
}
.centered{
    display: flex;
    justify-content: center;
    align-items: center;
}
.academy{
    background-color: #e8f6ff; overflow-y: hidden;overflow-x: scroll;display: none;
}
.danger_zone{
    margin-top: 50px;
    padding: 10px;
    color: #721c24;
    background-color: #FFEAEA;
    border-color: #f5c6cb;
}
.display_inline{
    display: inline-block;
}
.option_selector{
    margin: 8px 6px;
    background: white;
    border-radius: 9px;
    padding: 10px 15px;
}
.option_selector.selected {
    box-shadow: 0px 1px 8px -1px #a8a8a8;
    background-color: #00d274;
    color: white;
    border: none;
}
.tags_box{
    padding: 10px;
    background-color: rgb(247, 247, 247);
    max-height: 360px;
    overflow: auto;
}
.row_no_pad{
    margin:  0
}
.pointer{
    cursor: pointer;
}
.custom_dropdown {
  position: relative;
  display: inline-block;
}

.custom_dropdown-content {display: none;position: absolute;background-color: #f9f9f9;box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);padding: 12px 16px;z-index: 3;width: 100%;}

.custom_dropdown:hover .custom_dropdown-content{
  display: block;
}
.custom_dropdown-content:hover {
    display: block;
}
.custom_dropdown-item {
    margin: 6px;
    border: 1px solid #eaeaea;
    padding: 8px;
    border-radius: 3px;
}
.custom_checkbox {
  position: relative;
  padding-left: 35px;
  margin-bottom: 0px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
  color: black;
}

/* Hide the browser's default checkbox */
.custom_checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.custom_checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.custom_checkbox input:checked ~ .checkmark {
  background-color: #0038aa;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.custom_checkbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.custom_checkbox .checkmark:after {
  left: 11px;
  top: 6px;
  width: 5px;
  height: 13px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
div.dt-buttons {
    position: relative !important;
    text-align: right !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    float: none !important;
}
div.dt-buttons button{
    color: #1832e9 !important;
    background: white !important;
    border: 1px solid #b3ddf5 !important;
    padding:15px
}
.dataTables_wrapper .dataTables_paginate {
    float: none !important;
 }

.bt-clear:hover{
    color: black !important
}
.ql-editor p{
    font-size: 18px
}
.crm_label .control{
    min-width: auto;
    padding-right: 0;
}

.crm_label .control__indicator {
    height: 20px;
    width: 20px;
}

.crm_label .control__indicator:after {
    left: 7px;
    top: 3px;
    width: 6px;
    height: 12px;
}
span.status_dot{
    width: 15px;
    height: 15px;
    border-radius: 10px;
    position: absolute;
    right: 5px;
    top: 5px;
}

.top_crm_cols {
    margin-bottom: 10px
}
.top_crm_cols .col {
    height: 90px;
}

.left_crm_cols .card_shadow {
    box-shadow: 0px 2px 8px -5px #cbcbcb;
}
.top_crm_cols p {
    margin: 0;
    font-size: .9em;
}
.top_crm_cols .count{
    font-size: 2em;
    font-weight: 600;
    line-height: 1;
}
.less_padding td{
    padding: .75rem .25rem;
    vertical-align: middle;
}

.invoice_dropdown button{
    margin: 0 !important; 
    padding: 22px 1.5rem !important;
}
.row_table{
    padding: 15px;
    border-bottom: 1px solid #e3e3e3;
}
.units_to_order{
    border: 2px solid #00d274;
    background-color: #ecfff7;
}
.order_item{
    padding-bottom: 5px;
    border-bottom: 1px solid #f3f3f3;
    padding-top: 5px;
}    
.absolute_btn {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 10px;
    left: 0;
    background-color: white;
    background-color: #E1F5FE
}
.card_order label{
    font-size: .9em
}
.average_select select{
    text-align-last: right;
}
.average_select option{
    direction: rtl; 
}
.col_no_pad{
    padding-right: 0; 
    padding-left:  0; 
}
.clinic_t {
    font-size: 1.8rem;
    text-transform: capitalize;
}

span.clinit_sb {
    text-transform: capitalize;
    font-weight: 200;
    padding-left: 17px;
}

.clinic_l1 {
    font-size: 1.5rem;
    padding-left: 15px;
    margin-bottom: 10px;
    border-left: 1px dashed;
    margin-left: 16px;
}
.clinic_l2 {
    font-size: 1.2rem;
    padding-left: 15px;
    border-left: 1px dashed;
    margin-left: 15px;
}
.clinic_l3 {
    font-size: 1rem;
    padding-left: 15px;
    border-left: 1px dashed;
    margin-left: 15px;
}
.clinic_s {
    margin-bottom: 14px;
    padding: 10px;
}

.card_order label{
    font-size: .9em
}

.motilidad .col-3 {
    padding: 1px;
}
.clinic_title{
    text-align: left;
    margin-bottom: 25px
}
.flex_group{
    display: flex;
    align-items: center;
}
.flex_group label {padding-right: 16px;white-space: nowrap; min-width: 60px;
}
.no_min_width label {min-width: auto;
}
.fa-eye {
    color: #90CAF9;
}

.clinic_r_block{
    padding-right: 0px;
}
.clinic_l_block{
    padding-left: 0px;
    padding-top: 50px;
}
.border_left{
    border-left: none;
}
.clinic_group {
    padding-top: 15px;
}
.logo_bar{
    max-width: 200px;
    max-height: 50px;
}
.status_col .col {
    min-width: 200px;
    margin-bottom: 10px;
}
.status_btn {
    text-align: center;
    background-color: #f0f0f0;
    padding: 15px 0;
    border-radius: 7px;
    cursor: pointer;
    box-shadow: 2px 2px 7px 0px #dddddd;
}
.status_btn:hover {
    background: #00d274 !important;
    color: white;
}
.status_btn.active {
    cursor: auto;
    color: white;
    background: #00d274 !important;
}
.align_center{
    display: flex;
    align-items: center;
}
.activity_ele{
  margin: 5px 0px;
}
.activity_ele .col {
    min-height: 79px;
    background-color: whitesmoke;
    padding: 20px 5px;
    text-align: center;
}
#audits_wrapper hr {
    margin: 32px 0px;
}
.bggreen{
  background-color: #1ABB9C !important;color: white;
}
.bggreen:hover{
  background-color: #08a98a !important;color: white;
}
#audits_wrapper .row {
    align-items: center;
}
.audits_info{
    font-size: .9em;
    text-align: center;
    color: #4b4b4b;
    background: #fafafa;
    padding: 10px;
    border: 1px solid #eeeeee;
}
.huge_number{
    font-size: 6.5rem;
    text-align: center;
    font-weight: 600;
}    
.cross-item .col {
    padding: 2px;
}

.cross-item {
    padding: 5px;
    text-align: center;
}

.cross-item .cross-title {
    max-height: 68px;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1;
}
.filter_box{
    border-radius: 5px;
    padding: 10px;
    cursor: pointer;
    transition: ease-in .1s;
}
.card_stat_red.filtered {
    border: 8px solid #ffa5a5;
}
.card_stat_green.filtered {
    border:8px solid #c7ffc9;
}
.btn-cross{
    position: fixed;
    bottom: 0px;
    width: 100%;
    left: 0px;
    text-align: center;
    padding-bottom: 39px;
    z-index: 9;
    background-color: #464646de;
    padding-top: 18px;
}
a.bt {
    text-decoration: none !important;
}
.card_inventory.selected {
    box-shadow: 1px 1px 14px -2px #7f87ffa8 !important;
    padding: 13px;
}
.card_inventory.disabled {
    opacity: .3
}
.row.inventory_results .col {
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 4px;
}
.inventory_input{
    text-align: right;
    font-size: 2.5rem;
    height: 100px !important;
    margin-bottom: 8px;
    margin-top: 10px;
    padding-right: 32px !important;
}
.card_inventory{
    margin: 8px 6px;
    background: white;
    border-radius: 9px;
    padding: 15px;
}    
.box_selector {
    border: 1px solid #bfcbffa8;
    border-radius: 5px;
    padding-top: 17px;
    cursor: pointer;
    transition: ease-in .1s;
    position: relative;
    padding: 10px;
    height: 100%;
}
.box_selector .box_title {
    line-height: 1;
    font-size: 1.1em;
    padding-bottom: 5px;
}
.box_selector .box_desc {
    line-height: 1.2;
    font-size: 0.93em;
    font-weight: lighter;
    padding: 0px 10px 0px 0px;
    color: #8c8c8c;
}
.box_selector.selected{
    box-shadow: 1px 1px 14px -2px #7f87ffa8;
    padding: 13px;
}
.box-selectors .col{
    margin: 5px 0px
}



.label_titles label{
    margin-bottom: 0;
    margin-top: 6px;
    padding-right: 5px
}
.transition_box{
    transition: cubic-bezier(0, 0, 0.2, 1) .5s;
    min-width: 0%;
}
.full_width{
    min-width: 100%
}
.pill-primary{
    background-color: var(--maincolor)
}
.pill-secondary{
    background-color: var(--secondarycolor)
}
.pill-white{
    color: #506afb !important;
    background: #ecf4ff;
}
.pill-grey{
    color: #909090;
    background: #eaeaea;
}
.pill-black{
    background-color: #2c2c2c;
    color: white;
    
}
.pill-red {
    background-color: #ff4e4e;
    color: white;
}

.pill-info{
    color: #776eff;
    background: #ecf9ff;
    box-shadow: 2px 2px 4px -1px #eaeaea;
}

.pill-green {
    background-color: #00d274 !important;
    color: white;
}
.pill-orange {
    background-color: orange;
    color: white;
}
.pill-bigger{
    font-size: 1.5rem
}
.pill-smaller{
    font-size: 1rem
}
.pill-tiny{
    font-size: 0.75rem
}
.pill-outline-blue{    
    background-color: white;
    border: 1px #3886fe solid;
    color: #3886fe;
    font-weight: 600;

}
.pill-outline-green {
    background-color: white;
    border: 2px #26b500 solid;
    color: #26b500;
    font-weight: 600;
}
.pill-blue{    
    background-color: #3886fe !important;
    color: white;
}
span.required{
  color: red
}
input.form-control, select.form-control {
    padding: .375rem 0.75rem;
    height: 51px;
}
.invoice_header.row .col {
    padding: 5px;
}
.inv_item {
    padding: 16px 0;
    border-bottom: 1px solid #e8e8e8;
    text-align: right;
}

.invoice_header.row {
    /*THEME ELEMENT*/
    /*background-color: #008a00;*/
    background-color: #0275d8;
    color: white;
    padding: 10px 0px;
    text-align: center;
    font-weight: 100;
    font-size: .9em;
}
.invoice_item input {
    width: inherit;
    border: 1px solid #d8d8d8;
    text-align: right;
    padding: 6px;
    position: relative;
    border-radius: 4px;
}
.invoice_item {
    margin: 10px 0px;
    border-bottom: 1px solid #efeded;
    padding: 10px 0px 5px 0;
}
.invoice_item button {
    margin: 0 3px;
    padding: 6px 8px;
    top: -5px;
    position: relative;
}
.invoiceform .form-group {
    margin-bottom: 0.3rem;
}
.invoiceform label {
    font-size: 0.9em;
}
.doc_data label{
    line-height: 0;
    margin-top: 17px;
    font-size: .9rem;
    font-weight: 500;
    color: #747474;
}
.small_title{
    font-size: 1.5rem;
    text-align: center;
    color: #0275d8;
    font-weight: 100;
    text-transform: uppercase;
    line-height: 100%;
}  
.card-block {
    padding: 0.65rem;
}
.section_margin{
margin-top: 15px;
}
.attchment-item {
    width: 102px;
    display: inline-block;
    overflow: hidden;
    padding: 10px;
    text-align: center;
    border: 1px solid #cecdcd;
    border-radius: 5px;
    text-overflow: ellipsis;
    cursor: pointer;
    margin: 0 10px;
}

.attchment-item:hover {
    background-color: #eceeef;
}
.card_info{
    font-size: 1.5rem;
    color: #0275d8;
    font-weight: 100;
    text-transform: uppercase;
}
.dropdown-blue:hover {
    color: white !important;
}
.dropdown-blue{
    color: #5bc0de !important;
}
.show>.btn-outline-info.dropdown-toggle {
    color: #fff !important;
}
.hide-arrow::after {
    content:none
}
.chat {
    padding: 10px;
    border-radius: 11px;
    text-transform: uppercase;
    word-break: break-word;
    font-size: .9rem;
    margin-bottom: 10px;
    box-shadow: 0 2px 1.5px rgb(208, 208, 208);
}

.answer::before {
    content: "";
    border: solid 20px #dcf8c6;
    position: absolute;
    right: -15px;
    top: 0px;
    width: 1px;
    height: 1px;
    border-right-color: #ffffff00;
    border-left-color: #ffffff00;
    border-bottom-color: #ffffff00;
}

.question::before {
    content: "";
    border: solid 20px white;
    position: absolute;
    left: 10px;
    top: 0px;
    width: 1px;
    height: 1px;
    border-right-color: #ffffff00;
    border-left-color: #ffffff00;
    border-bottom-color: #ffffff00;
}
.question_admin::before {
    content: "";
    border: solid 20px #dcf8c6;
    position: absolute;
    left: 10px;
    top: 0px;
    width: 1px;
    height: 1px;
    border-right-color: #ffffff00;
    border-left-color: #ffffff00;
    border-bottom-color: #ffffff00;
}
.answer {
    background-color: #dcf8c6;
    color: #004f03;
    margin-right: 15px;
    position: relative;
}

.question {
    background-color: #ffffff;
    color: #525252;
    margin-left:  15px;
}
.question_admin {
    background-color: #dcf8c6;
    color: #004f03;
    margin-left:  15px;
}
.user_data{
    width: 100%;
    padding: 4px 0px;
    color: #7f7f7f;
    font-size: 0.85rem;
}
.review_ele p {
    font-size: 1.2em;
    font-weight: 100;
}

.review_ele {
    padding-top: 10px;
}

.review_ele i.fa {
    color: gainsboro;
}
.gallery{
    display: flex;
    overflow-y: auto;
    padding: 25px 0px;
    background-color: white;
}
.gallery_image {
    min-width: 240px;
    border: 1px solid #dadadada;
    margin: auto;

}
.gallery_image img {
    width: 100%;
}
.vertically-scrollable::-webkit-scrollbar{
    width: 5px;
    height: 5px;
    background-color: #e4dfdf;
}
.vertically-scrollable::-webkit-scrollbar-thumb{
    background-color: #0485e2;
}
.bt{
    white-space: nowrap;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    padding: 0 14px;
    -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
    background: #fff;
    border-radius: 4px;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: .025em;
    text-decoration: none;
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    border: none;
    cursor: pointer;
}
.bt-wrap {
    white-space: initial;
    min-height: 50px;
    line-height: 111%;
}
.bt:disabled {
    opacity: .5 !important;
    cursor: no-drop;
}

.bt:hover {
    transform: translateY(-1px);
    box-shadow:0 7px 14px rgba(50, 50, 93, .1), 0 3px 6px rgba(0, 0, 0, .2);
    color: white;
    opacity: 0.9
}
.bt-blue{
    color: #fff !important;
    background: #3886fe !important;
}

.bt-orange{
    background-color: orange !important;
    color: white
}
.bt-green{
    color: #fff !important;
    background: #00d274;
}
.bt-red{
    color: #fff !important;
    background: red;
}
.bt-red:hover{
    color: red !important;
    background: #fff !important;
}
.bt-o-red{
    color: red;
    border: red 1px solid;
}
.bt-o-red:hover{
    color: #fff !important;
    background: red;
}
.bt-white{
    color: #506afb !important;
    background: #ecf4ff;
}
.bt-o-green {
    border: 1px solid #009e00;
    color: #009e00;
}
.bt-o-green:hover {
    color: #fff !important;
    background: #00d274;
    border: none;
}
.bt-wide{
    width: 100%;
    overflow: hidden;
}
.bt-margin{
    margin-right: 20px
}
.closed-invoice {
    color: green;
    font-weight: 600;
}
.open-invoice {
    font-weight:  600;
    color: #FF9800;
}
.canceled-invoice {
    font-weight:  600;
    color: red;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #007bff;
    background-image: linear-gradient( to right, #531aff, #13d4f3 );
}


table.text-small {
    font-size: 0.9em !important;
}
.section_title {
    font-size: 1.6em;
    color: #2196F3;
    text-transform: uppercase;
    font-weight: 500;
}
.section_title.title_mobile {
    font-size: 1.2em
}

.category_title {
    font-size: 1.5rem;
    color: orange;
    text-transform: uppercase;
    font-weight: 400;
    border-left: 4px solid orange;
    padding-left: 10px;
    margin-bottom: 15px;
}
.category_title.sub_cat {
    border-left: none;
}
.stat_title{
    font-size: 1.7rem;
    text-align: center;
    font-weight: 100;
    text-transform: uppercase;
    line-height: 100%;
}    
.stat_title.smaller{
    font-size: 1.2rem
}
.big_number{
    font-size: 2.7rem;
    text-align: center;
    font-weight: 400;
}
.mid_number{
    font-size: 2rem;
    text-align: center;
    font-weight: 400;

}
.hoverable:hover {
    cursor: pointer;
    box-shadow: 1px 2px 9px 1px #cfcfcf;
}
.card_shadow{
    box-shadow: 0px 2px 16px -5px #cbcbcb;
    border: none;
}
 
.products_tiles .col{
    padding: 5px 5px;
}
.stat_card {
    text-align: center;
    font-size: 3rem;
    color: #0275d8;
    font-weight: 500;
}

.stat_card.small {
    font-size: 2rem
}
.card_height{
    height: 100%;
    justify-content: center;
}
.card_stat{
    min-height: 190px;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 20px
}
.card_stat_red{
    background-color:#ef0000;
    color: white;
}
.card_stat_red:hover{
    background-color: white !important;
    color:#ef0000;
}
.card_stat_white{
    background-color: white;
    color: #0275d8;
}

.card_stat_blue{
    background-color: #2196F3;
    color: white;
}

.stat_shade {
    color: #0000007a;
    font-size: 1.1rem;
    font-style: italic;
}

.card_stat_blue:hover{
    background-color: white !important;
    color: #2196F3;
}
.card_stat_yellow{
    background-color: #FFC107;
    color: white;
}

.card_stat_yellow:hover{
    background-color: white !important;
    color: #FFC107;
}

.card_stat_green{
    background-color:#00d274;
    color: white;
}
.card_stat_green:hover{
    background-color: white !important;
    color:#00d274;
}
.card_stat_red_text{
    background-color:white;
    color: #ef0000;
}
.card_stat_red_text:hover{
    background-color: #ef0000 !important;
    color:white;
}

.card_stat_green_text{
    background-color:white;
    color: #5cb85c;
}
.card_stat_green_text:hover{
    background-color: #5cb85c !important;
    color:white;
}

.card_stat_white:hover{
    background-color: #0275d8 !important;
    color: white !important;
}

.card_stat_s{
    min-height: inherit !important
}

.text_main_color{
    color: var(--maincolor)
}
.products_tiles {
    margin: 0;
}
.selected_user_info{
    text-align: right;
}
.flex_on_medium{
    display: none;
}
.only_on_mobile{
    display: block;
}
.hidden-sm-down{
    display: none !important
}

.mobile_input .col {
    min-width: 100%;
}

.white_text{
    color: white !important
}



@media (min-width: 768px){
    .stat_card.small {
        font-size: 1.3rem
    }
    .iframevideo{
        width: 600px;
        height: 400px;
    }
    .stat_card {
        font-size: 5.5rem;
    }
    .mobile_input .col {
        min-width: 200px;
    }
    .only_on_mobile{
        display: none;
    }
    .clinic_r_block{
        padding-right: 25px;
    }
    .clinic_l_block{
        padding-left: 25px;
        padding-top: 0px;
    }
    .border_left{
        border-left: 1px solid #e5e5e5
    }
    .hidden-sm-down{
        display: block !important
    }
    .flex_on_medium{
        display: flex;
    }
    .selected_user_info{
        text-align: left;
    }
    .chat {
    margin-top: 21px;
    margin-bottom: 21px;
    }
    .answer {
        margin-top: 40px
    }
    .answer::before {
        top: 40px
    }
    .question::before {
        top: 21px
    }
    .question_admin::before {
        top: 21px
    }
    .products_tiles .col{
        padding: 15px 15px;
    }
    .big_number{
        font-size: 3.5rem;
    }
}
@media (min-width: 1024px){

    .invoice_list_prie{
        text-align: left;
    }
    .stat_card.small {
        font-size: 2.5rem
    }
    .card_number{
        font-size: 6em
    }
    .card_stat_hor{
        flex-direction: initial;
    }
}