@import 'Estilo-042021.css';
@import 'estiloCheckBox.css';
/*body, .navbar, div[id^='QST'] > .modal-dialog > .modal-content { background-color: #bfbfff !important; }*/
/*.navbar, div[id^='QST'] > .modal-dialog > .modal-content { background:#369 linear-gradient(180deg,#0062aa,#4b9cde,#93c9f4 90%)!important; }*/

/*Fundo Pesquisa*/
.navbar, div[id^='QST'] > .modal-dialog > .modal-content { 
/*.modal-dialog > .modal-content { */
	/* ff 3.6+ */
    background:-moz-linear-gradient(0deg, rgba(159, 192, 219, 1) 30%, rgba(38, 144, 226, 1) 90%); 
    /* safari 5.1+,chrome 10+ */
    background:-webkit-linear-gradient(0deg, rgba(159, 192, 219, 1) 30%, rgba(38, 144, 226, 1) 90%);
    /* opera 11.10+ */
    background:-o-linear-gradient(0deg, rgba(159, 192, 219, 1) 30%, rgba(38, 144, 226, 1) 90%);
    /* ie 6-9 */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9FC0DB', endColorstr='#2690E2', GradientType=1 );
    /* ie 10+ */
    background:-ms-linear-gradient(0deg, rgba(159, 192, 219, 1) 30%, rgba(38, 144, 226, 1) 90%);
    /* global 94%+ browsers support */
    background:linear-gradient(0deg, rgba(159, 192, 219, 1) 30%, rgba(38, 144, 226, 1) 90%);
	}			
/*.modal-dialog > .modal-content { background:#5ae linear-gradient(180deg,#93c9f4,#b6daf8,#d0e8fb 90%)!important; }/*aqui 14042021*/
.modal-header h6 {color:white!important;}

button { background-color: #fff !important; }
button[disabled] { background-color: #d6d6d6 !important; }

table.dataTable thead th , table.dataTable thead td {
    padding: 3px 5px;
	font-size:13px;
}

table.dataTable tbody th, table.dataTable tbody td {
    padding: 2px 5px;
	font-size:13px;
	white-space: nowrap;
}

.table { background-color: #fff !important; }

.nav>li>a {
   color: #000000 !important;
}

.nav-tabs > li > a
{
    padding-top: 5px;
    padding-bottom: 5px;
}

.nav-tabs > li.active > a:focus, .nav-tabs > li.active > a {
    margin-top: 1px;
}
.nav-tabs > li {
    margin-bottom: 0px;
}
.nav-tabs > li.active {
    margin-bottom: -1px;
}

.btn:hover {background-color: #F0F0F0 !important;}

.nav-tabs > li > a,
.nav-tabs > li > a:focus {
    background-color: #F8F8F8 !important;
    color: #000000;
    cursor: default;
    border-bottom: none;
    border-left: 1px solid #aaaaaa;
    border-right: 1px solid #aaaaaa;
    border-top: 3px solid #aaaaaa;
}

.nav-tabs > li > a:hover {
    background-color: #337ab7 !important;
    color: #ffffff!important;
    cursor: default;
    border-bottom: none;
    border-left: 1px solid #aaaaaa;
    border-right: 1px solid #aaaaaa;
    border-top: 3px solid #337ab7;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    background-color: #f2f2f2 !important;
    color: #000000 !important;
    cursor: default;
    border-bottom: none;
    border-left: 1px solid #aaaaaa;
    border-right: 1px solid #aaaaaa;
    border-top: 3px solid #337ab7;
}