
#content-pesquisa {
    background-color: transparent;
}
.navbar{margin-bottom: 0 !important;}
#layout-content{padding-bottom: 0 !important;}

/*#content-pesquisa::before{
    content: "";
    display: block;
    width: 100%;
    height: 250px;

    background-color: #999;
    background-image: url("https://www.transparenttextures.com/patterns/dark-mosaic.png");
    This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! 
}*/

.form-group .radio, .form-group .checkbox{
    margin-bottom: 10px;
}

.form-control{border-radius: 0 !important;}

.ps-satisfacao{
    width: 100%;
    position: relative;
    max-width: 640px;
    background-color: #fff;
    margin: 5rem auto;
    /*margin-top: -100px;*/
    margin-bottom: 3em;
    border: 1px solid #ddd;
    padding: 1.4em;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,0.37);
}
.header-caret{
    position: absolute;
    width: 30px;
    height: 30px;
    border-top: 5px solid #ccc;
    border-right: 5px solid #ccc;
    right: -1px;
    top: -1px;
}

#form-ps{}
#form-ps input, #form-ps textarea{outline: none; box-shadow: none;}
table.table-check{}
.choose-seguimento input[type=text]{display: none;}
table.table-check th{
    font-weight: normal;
    font-size: 16px;
}
table.table-check td, table.table-check th{
    border: none;
    vertical-align: middle;
    line-height: 1.3em;
    font-size: 15px;
}
table.table-check td .radio, table.table-check td .checkbox{
    line-height: 0;
    font-size: 0;
}
#form-ps > .form-group{
    margin-bottom: 2em;
}
.ps-satisfacao header{
    margin-bottom: 2em;
}
.form-group > label{
    font-size: 16px;
}
th.tquestion{
    width: 40%;
}
th.tcheck{
    width: 15%;
    text-align: center;
}
td.check{text-align: center;}

/*
.checks-inline{
    display: flex;
    justify-content: space-between;
}
.checks-inline > .form-check{
    display: inline-flex;
} */
.radio-inline input{}
.radio-inline label{padding-left: 10px !important;}
#form-ps textarea{
    resize: vertical;
}