.excel { display: none; visibility: hidden; }
h1{margin: 0 0 20px 0}
.alert { margin-bottom: 10px; padding: 10px 30px 8px 10px;}
.table{background: #FFF;}
tr.selected{background: #FFFFB7; }
.icon-view {color: #4F8A10;}
.icon-delete {color: #D9000C;}
.icon-update {color: #FFD324;}
span.required {color: #FF0000;}
th a:before{
    display: inline-block;
    color: #666;
    margin-right: 5px;
    font: normal normal normal 10px/1 FontAwesome;
    font-size: 12px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0dc";
}

.grid-view .filters input{
    display: block;
    width: 100%;
    height: 28px;
    padding: 6px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #555;
    background-color: #EDEDED;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.grid-view .filters input:focus{
    background-color: #FFF;
    border: 1px solid #EDEDED;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

#map{
    width: 100%;
    height: 200px;
}

.navbar-brand 
{
    padding: 0;
}
