@import 'Estilo-122025.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 { */

  background: #ABC9DB;
  background: -webkit-linear-gradient(90deg, rgba(171, 201, 219, 1) 0%, rgba(227, 248, 255, 1) 49%, rgba(171, 201, 219, 1) 100%);
  background: -moz-linear-gradient(90deg, rgba(171, 201, 219, 1) 0%, rgba(227, 248, 255, 1) 49%, rgba(171, 201, 219, 1) 100%);
  background: linear-gradient(90deg, rgba(171, 201, 219, 1) 0%, rgba(227, 248, 255, 1) 49%, rgba(171, 201, 219, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ABC9DB", endColorstr="#ABC9DB", GradientType=1);

	}
/*.modal-dialog > .modal-content { background:#5ae linear-gradient(180deg,#93c9f4,#b6daf8,#d0e8fb 90%)!important; }/*aqui 14042021*/
.modal-header h6 {color:#222222!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;
}