/*
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 : 21/mai/2018, 15:58:02
    Author     : Carlos Braga
*/

form.polls_form_container div h3 {
    font-size: 16px;
    color: #007dab;
    margin: 16px 0 0;
    border-bottom: 1px solid #007dab;
    padding: 6px 0 6px;
}
md-radio-group.polls_radio_group md-radio-button {
    margin: 6px 8px 6px 0;
    font-size: 14px;
}
.polls_table_container table thead tr td {
    border-bottom: 1px solid #007dab;
    color: #007dab;
    font-size: 14px;
    text-align: center;
}
.polls_table_container table thead tr td:first-child {
    text-align: left;
}
.polls_table_container table tbody tr td {
    font-size: 14px;
    text-align: center;
    color: #333;
    width: 40px;
}
.polls_table_container table tbody tr td:first-child {
    text-align: left;
    width: auto;
}
form.polls_form_container div h4 {
    font-size: 14px;
    margin: 12px 0;
}
md-table-container.polls_table_container table {
    margin: 0 0 12px;
}
form.polls_form_container input[type=radio] {
    width: 16px;
    height: 16px;
    cursor: pointer;
}
form.polls_form_container input[type=text] {
     border-radius: 3px; 
     border: 1px solid #007dab; 
     padding: 0 6px; 
     font-size: 14px; 
     line-height: 24px; 
}



form.polls_form_container textarea {
     border-radius: 3px; 
     border: 1px solid #007dab; 
     padding: 0 6px; 
     font-size: 14px; 
     /*line-height: 24px;*/ 
}
form.polls_form_container button.md-button.md-ink-ripple {
    width: 100%;
    margin: 24px 0 0;
    background: #007dab;
    color: #fff;
}

md-table-container.table_no_border.polls_table_container {
    width: 100%;
}