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

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #3c8dbc;
    border-color: #367fa9;
    color: #fff;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px;
}

.line-separator{

	height:1px;
	background:#3c8dbc;
	border-bottom:2px solid #3c8dbc;
}

.breadcrumb{
    background-color: #ffffff;
}


@media (max-width: 768px){
  #antecedentesTabla th{
    width: auto !important;
  }

  #antecedentesTabla tbody tr > td
  {
    display:block !important; 
    width: 100%; 
  }

  .tablaVistaInforme tbody tr > td
  {
    display:block !important; 
    width: 100%; 
  }

  .tablaVistaInforme{
    width:100%;
  }
}
