/*
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 : 31/ago/2017, 12:16:48
    Author     : Lara Miranda
*/
md-dialog.size_md-dialog {
        position: fixed;
        top: 50%;
        transform: translate(0,-50%);
    }
.registration_page_container {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
}
.registration_page_mega_title {
    font-size: 22px;
    text-transform: uppercase;
    padding: 0 18px;
    color: #004b6c;
    text-align: center;
}
.registration_page_mega_middleline {
    background: #26cad3;
    height: 2px;
    margin: auto;
    width: 100%;
}
.margin_to_title{
    margin-top: 40px;
}
.img_work{
    height:120px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.registration_page_mega_middleline_lb {
    background: #26cad3;
    height: 2px;
    margin: auto;
    width: 100%;
}
.veterinarian_box {
    border-radius: 12px;
    border: 1px solid #004b6c;
    margin-top: 6px;
    height: 240px;
    padding: 16px 16px;
    margin-top: 20px;
    color:#004b6c;
}
.veterinarian_input{
    border-radius: 12px;
    border: 1px solid #004b6c;
    margin-top: 6px;
    height: 20px;
    padding: 16px 16px;
    margin-top: 20px;
    color:#004b6c;
}
.intern_veterinarian_box {
    overflow: auto;
    max-height: 340px;
}

.veterinarian_box_line {
    width: 100%;
    text-align: center;
    color: #004b6c;
    text-transform: uppercase;
    line-height: 40px;
    cursor: pointer;
}
.unselectedarea {
    opacity: 0.5;
}
.small_txt_plus .md-button.md-primary.md-raised, .small_txt_plus .md-button.md-primary.md-raised:hover{
    width:100%;
    min-width:220px;
    background-color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    color: #004b6c;
    text-align: center;
    padding-right:40px;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center right;
    margin-top:20px;
    box-shadow: none;
}
.small_txt{
    font-size: 18px;
    text-transform: uppercase;
    color: #004b6c;
    text-align: center;
    margin-top:20px;
}
.site_tab_input_name {
    text-align: center;
    color: #004b6c;
    text-transform: uppercase;
    font-size: 20px;
}
.simple_txt_db1{
    text-align: center;
    color: #004b6c;
    text-transform: uppercase;
    line-height: 20px;
    margin-top:10px;
}
.simple_txt_db2{
    text-align: center;
    color: #004b6c;
    text-transform: uppercase;
    line-height: 20px;
}
.simple_txt_lb{
    text-align: center;
    color: #26cad3;
    text-transform: uppercase;
    line-height: 20px;
    margin-top:20px;
}
.input_date_hour {
    border: 1px solid #26cad3;
    border-radius: 12px;
    text-align: center;
    line-height: 30px;
    padding: 0px;
    width: 100%;
    padding-bottom: 6px;
    padding-top: 6px;
    color: #004b6c;
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: 95%;
    background-size: 20px;
    margin-top: 10px;
}
.login_tab_input_container button {
    background: #004b6c;
    color: #fff;
    font-weight: 400;
    margin: 22px 0;
    height: 44px;
    border-radius: 12px;
}

md-toolbar:not(.md-menu-toolbar){
    background-color: #fff;
}
md-dialog.size_md-dialog {
    width: 50%;
}

.closex button.md-icon-button.md-button.md-ink-ripple{
    background-color: #ffffff;
}
textarea.vettask_textarea.parecer_textarea {
    width: 90%;
    padding:5%;
}
.note_txt {
    margin: 40px 20px 40px 20px;
    color: #004b6c;
    text-align: center;
    padding-left: 40px;
}

.note_img {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center left;
}
.note_txt3{
    margin:40px 20px 40px 20px;
    color: #26cad3;
    text-align: left;
    padding-left:40px;
}
.width_cal{
    width: calc(100% - 18px);
}
.blue_button_border{
    background-color: #fff;
    border: 1px solid #004b6c;
    color:#004b6c;
    border-radius: 12px;
    height: 44px;
    padding: 0px;
    margin: 0px;
    margin-top: 20px;
}
.blue_button{
    background-color: #004b6c;
    color:#fff;
    border-radius: 12px;
}
.light_blue_button{
    background-color:#26cad3;
    color:#fff;
    border-radius: 12px;
}
.md-button.blue_button_border:not([disabled]):hover{
    opacity: 0.5;
    border: 1px solid #004b6c;
    color:#004b6c;
    border-radius: 12px;
    height: 44px;
    background-color: #fff;
}


@media screen and (max-width: 600px) {
.mobile_select {
    padding: 0 35px;
}
}

@media screen and (max-width: 960px) {
.mobile_select {
    padding: 0 35px;
}

}