/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 27/dez/2017, 16:03:11
    Author     : Milu
*/

.clinic_shortcut_container md-card {
    padding: 8px 6px;
    cursor: pointer;
}
.clinic_shortcut_title {
    color: #004b6c;
    font-size: 14px;
}
.clinic_shortcut_number {
    color: #26cad3;
    font-size: 18px;
    font-weight: 500;
    line-height: 14px;
}
.clinic_shortcut_logo {
    width: 40px;
}
.clinic_shortcut_logo_img {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.clinic_small_logo_img {
    margin-top:20px;
    width: 30px;
    height: 30px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.clinic_shortcut_credit_wrapper md-card {
    background: #004b6c;
    cursor: default;
}
.clinic_shortcut_credit_wrapper .clinic_shortcut_title {
    color: #ffffff;
}

.clinic_monthly_plan_title {
    color: #004b6c;
    font-size: 14px;
}
.clinic_monthly_plan_text {
    color: #26cad3;
    font-size: 14px;
    font-weight: 500;
}
md-tabs.clinic_tabs md-tabs-wrapper {
    display: none;
}
md-tabs.clinic_tabs md-tab-content > div {
    height: calc(100vh - 184px);
    overflow: auto;
}
.clinic_card_title {
    color: #004b6c;
    padding: 6px 0;
    border-bottom: 1px solid rgba(51, 51, 51, 0.2);
    margin: 0 0 6px;
    width: calc(100% - 12px);
    text-align: center;
}









md-card.clinic_schedule_card .light_blue_text.text_space {
    font-size: 12px;
    font-weight: 500;
}
md-card.clinic_schedule_card .user_detail_description_width {
    font-size: 12px;
    font-weight: 500;
    color: #004b6c;
}
md-card.clinic_billing_address_card .user_detail_description.light_blue_txt {
    color: #26cad3;
    font-size: 12px;
    font-weight: 500;
}
md-card.clinic_billing_address_card .user_detail_description_width {
    color: #004b6c;
    font-size: 12px;
    font-weight: 500;
}
form.clinic_details_card md-input-container.md-block {
    margin: 0 6px 0;
}
form.clinic_details_card .clinic_card_title {
    margin: 0 0 28px;
}
.clinic_details_edition_blocker {
    width: 100%;
    padding: 0 12px;
}
form.clinic_details_card input[disabled] {
    color: #333;
    opacity: 0.8;
}
md-checkbox.md-default-theme.md-checked .md-icon:after, md-checkbox.md-checked .md-icon:after {
    border-color: white;
}
.clinic_tabs_dropdown_container {
    border: 1px solid #26cad3;
    border-radius: 6px;
    padding: 0 6px;
}
.clinic_tabs_dropdown_container md-select {
    margin: 0 !important;
    padding: 2px 0;
}
.clinic_tabs_dropdown_container md-select-value {
    border-bottom: 0;
}
.clinic_registry_date {
    padding: 0 0 36px;
    color: #26cad3;
    border-bottom: 1px solid rgba(51, 51, 51, 0.2);
    width: 100%;
    text-align: center;
}
.card_p_disable md-input-container .md-input[disabled]{
    color:#004b6c;
}
.card_p_disable md-input-container .md-input{
    color:#004b6c;
}
.card_p_disable div{
    color:#004b6c;
}
.text_title.md-button{
    color:#004b6c;
}
.text_title.md-button:not([disabled]):hover{
    color:#004b6c;
    opacity: 0.8;
}

.text_title md-icon{
    color: #004b6c;
}
.simple_ctext{
    color: #004b6c;
    margin-right: 6px;
}
.cancel_but{
    background-color: #F44336;
    height:40px;
    line-height: 40px;
    border-radius: 12px;
    color:#ffffff;
    min-width: 150px;
}
.sub_but{
    background-color: #004b6c;
    height:40px;
    line-height: 40px;
    border-radius: 12px;
    color:#ffffff;
    min-width: 150px;
}
.cancel_but:hover, .md-button.cancel_but.md-default-theme:not([disabled]).md-focused, .md-button.cancel_but:not([disabled]).md-focused, .md-button.cancel_but.md-default-theme:not([disabled]):hover, .md-button.cancel_but:not([disabled]):hover{
    background-color: #F44336 !important;
    height:40px;
    line-height: 40px;
    border-radius: 12px;
    color:#ffffff;
    opacity: 0.8;
}
.md-button.sub_but[disabled]{
    opacity:0.3;
}
.sub_but:hover, .md-button.sub_but:not([disabled]):hover{
    background-color: #004b6c !important;
    height:40px;
    line-height: 40px;
    border-radius: 12px;
    color:#ffffff;
    opacity: 0.8;
}
.form_vet label, .form_vet input, md-option.form_vet{
    color: #004b6c;
}
.md-icon-button .cls-1{
    fill: #004b6c !important;
}
md-switch.active_user.md-default-theme.md-checked .md-ink-ripple, md-switch.active_user.md-checked .md-ink-ripple{
    color: #26cad3;
    background-color: #26cad3;
}
md-switch.active_user.md-default-theme.md-checked .md-bar, md-switch.active_user.md-checked .md-bar{
    color: #26cad3;
    background-color: #26cad3;
}
md-switch.active_user.md-default-theme.md-checked.md-primary .md-thumb, md-switch.active_user.md-checked.md-primary .md-thumb{
    color: #26cad3;
    background-color: #26cad3;
}
.m_92{
    min-height: 80px;
}
.clinic_shortcut_number2 {
    color: #26cad3;
    font-size: 18px;
    font-weight: 500;
    line-height: 14px;
    margin-top: 10px;
}
.change_plan{
    width:50%;
    
}