.jumbotron{
    background-image: url(../img/banner.png);
    background-size:cover;
    height: 350px;
}

body {
    background-color: #eeeeee;
}

.ui-widget-content {
    background-color: #eeeeee;
}

h2 {
    color: black;
}

.ui-datagrid-row {
    
}

.miniMap {
    background-image: url(../img/lista.png);
    background-position: top right;
    background-repeat: no-repeat;
    height: 380px;
}

.miniMap img {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 500px;
    height: 250px;
    
    /*Chrome,Safari*/
    -webkit-clip-path: polygon(500px 250px, 0px 250px, 230px 30px, 500px 0px, 500px 250px);
    /*Firefox*/
    clip-path: url("#clipPolygon");
    
    border: none;
    background: #eeeeee;
    moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.miniMap:after {
    width: 0;
    height: 0;
    background: none;
    content: '';
    display: block;
    margin: auto;
    margin-bottom: 0;
}

.btn-default2 {
    font-family: 'Arcon-Regular', sans-serif;
    background-color: #e9e9ea;
    border: 2px solid #909090;
    text-shadow: none;
    color: #505153 !important;
    margin: 0px -2px 5px 0px !important;
}

.btn-default2:hover {
    background-color: #353537;
    color: white !important;
    border-color: #909090;
    text-shadow: none;
    margin: 0px -2px 5px 0px !important;
    border: 2px solid #909090;
}

.btn-default {
    background: none;
    border: 0px solid #909090;
    text-shadow: none;
    color: #000000;
}

.btn-default:hover {
    background: none;
    border: 0px solid #909090;
    text-shadow: none;
    color: #000000;
}