/*
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 : 14/jul/2017, 12:25:11
    Author     : Milu & Lara
*/

.user_page_left_column_container {
    padding: 0 12px 0 0px;
}
.user_page_right_column_container {
    padding: 0 0px 0 12px;
}
.user_page_icon_small_img {
    width: 24px;
    height: 48px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.user_page_wrapper {
    width: 100%;
}

.user_detail_fields_container {
    position: relative;
}
.user_detail_description {
    color: #004b6c;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    margin-top: 20px;
    text-align: center;
    line-height: 20px;
}
.user_detail_description_width {
    color: #004b6c;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    margin-top: 6px;
    text-align: center;
}
.user_detail_fields_container input {
    line-height: 15px;
    height: 18px;
    color: #004b6c;
    background: transparent;
    border: 0;
    outline:none;
}
.user_detail_fields_container input:focus {
    background: rgba(0, 75, 108, 0.1);
}
.user_detail_fields_container button.md-button.md-icon-button {
    padding: 0;
    margin: 0;
    height: 18px;
    width: 18px;
    min-height: 18px;
    border-radius: 0;
    overflow: visible;
}
.user_detail_fields_container md-icon {
    width: 18px;
    height: 18px;
    min-width: 18px;
    min-height: 18px;
    font-size: 18px;
    padding: 0;
    margin: 0;
    color: #004b6c;
}
.user_detail_container {
    width: 100%;
}
.user_detail_fields_container .button_description {
    color: #004b6c;
    text-transform: uppercase;
    font-size: 14px;
    padding: 0 6px;
    opacity: 0;
    margin: -18px -13px 0 0;
    position: absolute;
    right: 0;
    transition: .15s all linear;
    z-index: 11;
}
.user_detail_fields_container button:hover .button_description {
    opacity: 1;
    margin: -18px 18px 0 0px;
}
.user_page_right_column_wrapper {
    width: 100%;
    min-height: 150px;
}
.user_opinions_container md-icon {
    color: #004b6c;
}
.user_opinions_text {
    line-height: 15px;
    height: 18px;
    color: #004b6c;
    background: transparent;
    border: 0;
    outline: none;
    text-transform: uppercase;
    font-weight: 500;
    position:relative;
    text-align: center;
    margin-top: 20px;
}
.user_opinions_unread_text {
    color: #004b6c;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 300;
    margin-top: 12px;
}
.user_opinions_unread_text_notification {
    color: #F44336;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    margin-top: 12px;
    padding: 0 3px;
}
.user_opinions_requested_container {
    margin: 26px 0;
}
.user_opinions_container md-icon {
    color: #004b6c;
    margin: 0px 0 6px;
}

button.vettask_button.user_requested_opinions_unread_button {
    background: #F44336;
}

button.vettask_button.user_requested_opinions_unread_button:hover {
    background: rgba(244, 67, 54, 0.85);
}


a.vettask_button.user_requested_opinions_unread_button {
    background: #F44336;
}

a.vettask_button.user_requested_opinions_unread_button:hover {
    background: rgba(244, 67, 54, 0.85);
}



.user_opinions_text.notification_toggle:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background: #f44336;
    border-radius: 50%;
    right: -18px;
    margin: 3px 0;
}

/*Pareceres Respostas */
.under{
    text-decoration: underline;
}

.very_litle_image{
    margin-top:20px;
    height:20px;
    background-position: center center;
    background-repeat: no-repeat;
}
.download_img_button{
    background-position: center right;
    background-repeat: no-repeat;
    height:20px;
}
.button_text_image_25_75{
    color:#ffffff;
    text-align: center;
}

.registration_tab_input_container button.up_answer{
    margin:10px 0px;
}
.registration_tab_input_container button.up_answer1{
    margin:10px 0px;
    margin-top:20px;
}
.text-center{
    text-align:center;
}
.text-left{
    text-align:left;
}
.margin_bot{
    margin-bottom: 10px;
}
.big_text{
    font-size:24px;
    text-align: center;
    color:#004b6c;
    margin-bottom: 30px;
}
.big_text_lb{
    font-size:24px;
    text-align: center;
    color:#26cad3;
    margin-bottom: 30px;
}
.bigbig_text{
    font-size:36px;
    text-align: center;
    color:#004b6c;
    margin-bottom: 40px;
    margin-top: 30px;

}
.logo_thanks{
    height:120px;
    margin: 30px 0px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}
.margin_to_title{
    margin-top:30px;
}
.no_margin{
    margin:0px;
}
.rodate_arrow{
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); 
}
.red_text{
    color: #b5002c;
    text-align: center;
    text-transform: uppercase;
}
.vettask_button.margin_to_title {
    width:100%;
}
.vettask_button.personalarea  {
    margin-bottom: 40px;
    width: 100% !important;
    height: 44px;
    line-height: 44px;
    border-radius: 12px;
    margin-top: 30px;
}

.vettask_button.margin_to_title2 {
    width:35%;
    margin-top:30px;
}
.page_content_container {
    width: 100%;
    max-width: 500px;
    margin: 25px auto 0;
    padding: 25px 0 0;
    border-top: 2px solid #004b6c;
}
.page_content_container form {
    width: 100%;
}

button.vettask_submit_button {
    width: 100%;
    background: #fff;
    color: #26cad3;
    border: 2px solid #26cad3;
    border-radius: 10px;
    padding: 5px;
}
button.md-button.vettask_submit_button:hover{
    opacity: 0.8;
    background: #fff;
}


.site_tab_input_container md-select {
    border: 1px solid #004b6c;
    border-radius: 12px;
    padding: 6px 0;
}
.site_tab_title{
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 30px;
}

md-select.md-default-theme:not([disabled]):focus .md-select-value, md-select:not([disabled]):focus .md-select-value {
    border-bottom-color: rgba(38, 202, 211, 0);
    color: #004b6c;
}
.md-checkbox-enabled.md-default-theme[selected] .md-icon, .md-checkbox-enabled[selected] .md-icon {
    background-color: rgb(0, 75, 108);
}
md-select-menu.md-default-theme md-content md-option[selected], md-select-menu md-content md-option[selected] {
    color: rgb(0, 75, 108);
}
.site_tab_input_container md-select .md-select-value .md-text {
    color: #004b6c;
    font-size: 14px;
}
.site_tab_input_container md-select md-select-value {
    text-align: center;
}
.page_content_container_title {
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    color: #004b6c;
    margin: 35px 0 0;
}

.registration_tab_checkboxes_container md-checkbox {
    margin: 18px 0 0;
}
.registration_tab_checkboxes_container md-checkbox .md-label {
    width: 100%;
    margin: 0;
    text-align: left;
    color: #004b6c;
    text-transform: uppercase;
}
md-checkbox.md-default-theme.md-checked .md-ink-ripple, md-checkbox.md-checked .md-ink-ripple {
    color: rgb(0, 75, 108);
}
md-checkbox.md-default-theme.md-checked .md-icon, md-checkbox.md-checked .md-icon {
    background-color: rgb(0, 75, 108);
}
md-checkbox.md-default-theme:not(.md-checked) .md-icon, md-checkbox:not(.md-checked) .md-icon {
    border-color: rgb(0, 75, 108);
}
md-checkbox.md-default-theme.md-checked .md-icon:after, md-checkbox.md-checked .md-icon:after {
    border-color: transparent;
}
.registration_tab_checkboxes_container md-checkbox .md-container .md-icon {
    border-radius: 50%;
}



table.user_page_table th div {
    font-weight: 300;
    text-align: left;
}
table.user_page_table th:last-child {
    width: 100px;
}
.text_space {
    margin: 8px 0 0;
}
.one_column_container {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
}
.schedule_set_up_page .schedule_header_wrapper div {
    color: #26cad3;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
}
.schedule_body_wrapper > div > div input {
    max-width: calc(100% - 14px);
    border: 1px solid #004b6c;
    border-radius: 6px;
    line-height: 20px;
    margin: 8px auto;
    font-size: 14px;
    text-align: center;
    padding: 6px 0px;
    color: #004b6c;
    display: block;
}
.schedule_body_wrapper > div > div.schedule_body_item div {
    width: calc(100% - 14px);
    border: 1px solid #004b6c;
    border-radius: 6px;
    line-height: 20px;
    margin: 8px auto;
    font-size: 14px;
    text-align: center;
    padding: 6px 0px;
    text-transform: uppercase;
    color: #004b6c;
    cursor: default;
}
div.schedule_body_item_special {
    color: #004b6c;
    font-size: 12px;
    line-height: 50px;
}
div.schedule_body_item_special {
    color: #004b6c;
    font-size: 13px;
    line-height: 18px;
}

button.schedule_body_item_special_alt.md-button:not([disabled]):hover {
    background-color: rgba(0, 75, 108, 0.15);
}
button.schedule_body_item_special {
    width: calc(50% - 12px);
    display: block;
    margin: 0 auto;
    min-width: 20px;
    border-radius: 6px;
}
button.schedule_body_item_special_alt {
    width: calc(50% - 12px);
    display: block;
    margin: 0 auto;
    min-width: 20px;
    background: #fff;
    color: #004b6c;
    border: 1px solid #004b6c;
    border-radius: 6px;
}
.light_blue{
    /*    background-color: #26cad3;*/
    color: #fff;
}
/*a.vettask_button.margin_to_title {
    background-color: #26cad3;
}
a.vettask_button.margin_to_title2 {
    background-color: #26cad3;
}*/
.light_blue_txt{
    color: #26cad3;
    font-weight: 400;
}
.align_left_column{
    text-align: left;
}
.align_right_column{
    text-align: right;
}
.pet_img{
    width:100%;
    height:100px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top:20px;
}
.bt_edit{
    margin-top: 90px;
}
.m_left{
    margin-left: 15%;
}
.m_left_s{
    margin-left:6px;
}
.line_height{
    line-height:36px; 
    height:auto;
    margin-top:10px;
}
.rodate_img{
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
}
.user_requested_opinions_unread_wrapper{
    margin-bottom: 10px;
}
.table_title{
    text-align: center;
    color: #26cad3;
    font-weight: 400px;
}
.button_not{
    padding:10px 20px;
    border: 1px solid #004b6c;
    border-radius: 10px;
    text-transform: uppercase;
    text-align: center;
    color: #004b6c;
}
.selected{
    background-color: #004b6c;
    color: white;
}
/*.user_page_left_column_container {
    padding: 0 12px 0 0px;
}*/
.user_page_right_column_container {
    padding: 0 0px 0 12px;
}
.pr{
    position:relative;
}
.chat_block{
    position:absolute;
    right:0;
    top:200px;
    width:20%;
    height:400px;
    background-color: #b5002c;
}

.red_button{
    background-color: #b5002c;
}

button.md-button.red_button:hover{
    background-color: #b5002c;
    opacity:0.5;
}

.light_blue.md-button:not([disabled]):hover{
    background-color: #26cad3;
    opacity:0.5;
}

/*.user_detail_description div{
    padding: 3px 0px;
}*/

.confrm{
    color: #5ca9a8;
    font-weight: 400;
}

.pendt{
    color: #45a7d4;
    font-weight: 400;
}

.rejt{
    color: #b5002c;
    font-weight: 400;
}

.cancl{
    color: #ff5151;
    font-weight: 400;
}
.m_right_s{
    margin-right: 6px;
}

.vet_button{
    background-color: #004b6c;
    color:#fff;
    border-radius: 6px;
    height: 30px;
    line-height: 30px;
}


@media screen and (max-width: 600px) {
    .height_auto{
        height: auto;
    }
    .appointments_container{
        /*        width: 100vw;*/
        overflow-x: auto;
    }
    .bt_edit {
        margin-top: 20px;
    }
    .mobile_edit.md-button.ng-scope.md-ink-ripple {
        width: 100%;
    }
    .pet_img {
        background-position: center center;
    }
    .user_page_left_column_container {
        padding: 0px;
    }
    /*    .user_page_left_column_container {
            padding: 20px;
        }*/
    .house_history {
        padding:0 20px;
    }
    .vettask_button.margin_to_title {
        width: 100%;
    }
    .add_animal {
        width: 70% !important;
    }
    .user_page_right_column_container {
        padding: 0;
    }
    .user_detail_description {
        /* padding: 0 10px 0 0; */
        line-height: 20px;
        font-size: 11px;
        margin-left: 0;
    }
    .estado {
        /* position: relative; */
        /* text-align: right; */
        padding-left:0px;
        margin: 25px 0 0 0;
        font-size: 11px;
    }
    .state {
        padding: 0;
    }
    .substitute div {
        /* text-align: center; */
        margin:0;
        padding:0;
        font-size: 12px;
    }
    .substitute {
        font-size: 10px;
        /* margin: 15px 0 0 0; */
        padding: 0 ;
        text-align: left;
    }
    table.user_page_table.text_space td {
        font-size: 13px !important;
    }
    .services_bottom {
        margin: 0 10px 50px 10px;
    }
    .back_to_personal {
        white-space: pre-wrap;
        line-height: 18px;
    }
    .see {
        position: relative;
        bottom: 10px;
        left: 3%;
    }
    .action {
        text-align: center;
    }
    .back_to_personal {
        white-space: pre-wrap;
        line-height: 18px;
    }
    .user_page_left_column_container {
        padding:0px;
    }
    .user_page_right_column_container {
        padding:0px;
    }
    .height_mobile{
        height: 220px;
    }
    .spinner i{
        color:#26cad3
    }
    .spinner{
        margin-top:20px;
    }
    .see_button {
        position: relative;
        height: 50px;
    }
    .user_detail_description.align_left_column {
        line-height: 20px;
    }
    .page_container.partial_personalarea{
        padding:0px;
    }
    .pet_area_tot{
        margin: 0 10px;
        width: calc(100% - 20px);
    }

}
@media screen and (max-width: 960px) {
    .user_detail_description{
        line-height: auto;
    }
    .appointments_container{
        /*        width: 100vw;*/
        overflow-x: auto;
    }

    /*    .line_height div {
            text-align: center;
        }
    .description_proprietary div {
        text-align: center;
    }*/
    /*    .services_bottom {
            margin: 0 10px 50px 10px;
        }*/
    .vettask_button.margin_to_title2 {
        width: 90%;
        margin-top: 30px;
        line-height: 32px;
    }
    .vettask_button.margin_to_title2{
        width: calc(100% - 14px);
        min-width: 64px;
    }
    .center {
        padding: 0 20px;
    }
    .center_animal {
        padding: 0 60px;
    }
    .spinner i{
        color:#26cad3
    }
    .spinner{
        margin-top:20px;
    }
}
@media screen and (max-width: 450px) {
    .substitute div {
        /* text-align: center; */
        margin: 0;
        padding: 0;
        font-size: 10px;
    }
    .date_sub{
        font-size: 10px;
    }
    .page_container.partial_personalarea{
        padding:0px;
    }
    .pet_area_tot{
        margin: 0 10px;
        width: calc(100% - 20px);
    }
    .user_detail_description {
        /* padding: 0 10px 0 0; */
        line-height: 20px;
        font-size: 12px;
        margin-left: 0;
    }
}

