/*.styleModalVtm .modal-header{
  background-image: url("http://vtm.dev:8080/img/logo.png");
}*/

#formEntidades input, #formEntidades select{
    border-radius: 10px !important;
}
#formEntidades select2-selection.select2-selection--multiple{
    border-radius: 10px !important;
}
#formEntidades .politica-item{
    border-top: 1px solid #ccc;    
    margin: 0;
    padding: 30px 0 0;    
}
#formEntidades .politica-item:nth-child(even) {
    background: #f9f9f9;
}
#formEntidades .eliminar-politica{
    position: absolute;
    right: 7px;
    top: 4px;
    font-size: 17px;
}
body, h1, h2, h3, h4, h5, h6, p, div{
    font-family: 'Source Sans Pro', sans-serif !important;
}
.modal .modal-header {
    background-image: url("../img/logo.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 4em;
}
.modal .modal-header, .modal .modal-footer {
  background-color: #6524db;
}
.modal .modal-header .close{
  background-image: url("../assets/global/img/portlet-remove-icon-white.png"  )!important;
  width: 11px;
  height: 14px;
  opacity: 1;
}
.modal .modal-footer button{
  border: 1px solid;
  border-color: #000000 !important;
  border-radius: 5px !important;
}
.modal .modal-footer button:hover{
  opacity: .8;
}
.modal .modal-footer button:nth-last-child(2) {
  background: #f48020 !important;
  color: #ffffff !important;
}
.modal .modal-footer button:nth-last-child(1) {
  background: #ffffff !important;
  color: #000000 !important;
}
.sombra{
    box-shadow: 1px 2px 2px black !important;
    border-radius: 10px !important;
    border: 2px solid white !important;
}
.fondoDefault{
    background: #e6e6e6 !important;
}
.noUi-connect {
    background: #e7505a !important;
}