/*
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 : 01/07/2017, 23:07:36
    Author     : user
*/


.panel.with-nav-tabs .panel-heading{
    padding: 5px 5px 0 5px;
}
.panel.with-nav-tabs .nav-tabs{
	border-bottom: none;
}
.panel.with-nav-tabs .nav-justified{
	margin-bottom: -1px;
}
/********************************************************************/
/*** PANEL PRIMARY ***/
.with-nav-tabs.panel-primary .nav-tabs > li > a,
.with-nav-tabs.panel-primary .nav-tabs > li > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li > a:focus {
    color: #fff;
}
.with-nav-tabs.panel-primary .nav-tabs > .open > a,
.with-nav-tabs.panel-primary .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-primary .nav-tabs > li > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li > a:focus {
	color: #fff;
	background-color: #3071a9;
	border-color: transparent;
}
.with-nav-tabs.panel-primary .nav-tabs > li.active > a,
.with-nav-tabs.panel-primary .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li.active > a:focus {
	color: #428bca;
	background-color: #fff;
	border-color: #428bca;
	border-bottom-color: transparent;
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #428bca;
    border-color: #3071a9;
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a {
    color: #fff;   
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
    background-color: #3071a9;
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
    background-color: #4a9fe9;
}
/********************************************************************/
.name-form-control{
    margin-bottom: 20px !important;
}
#titular{
    width: 100%;
    padding-left: 19px;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}
.contenedor-input{
    width: 100%;
}
.form-group-container{
    display: flex;
    flex-wrap: wrap !important;
    justify-content: space-between;
    column-gap: 20px;
    margin-bottom: 20px;
    padding-left: 15px;
}
.form-group{
    display: flex;
    align-items: center;
    gap: 5px;
}
.form-group-index{
    display: flex;
    width: 30%;
}
.search-btn{
    display: block !important;
    margin: 0 auto !important;
}
span{
    font-size: 90%;
    margin: 0;
    padding: 0;
}

th{
    color: white;
    background-color: #337ab7;
}
*, .search-btn-text {
    font-family: Montserrat, serif !important;
}
.search-btn-text {
    margin-left: 7px;
}
.back-btn-container{
    display: flex !important;
    justify-content: end !important;
}
.list-footer-container{
    display: flex;
    align-items: center;
    justify-content: end;
    gap:20px;
}

@media (max-width: 980px){
    .form-group-index{
         width: 100% !important;
    }
    .form-group-index:nth-child(2){
         margin-top: 10px !important;
         margin-bottom: 10px !important;
    }
}

