body{
    /*background-color: #455A64;*/
    margin-left: 2%;
    margin-right: 2%;
    padding-bottom: 5%;
    margin-top: 20px;
    font-size: small;
    /*background-image: url("../img/background/background.png");*/
    background-image: url("../img/background/pattern-4n8r.png");
}
/*.ui-widget button.ui-state-hover{
    background: #E69700;
    border: 1px solid #e69700;
    background: #e69700 url("../img/ui-bg_diagonals-thick_20_e69700_40x40.png") 50% 50% repeat;
    font-weight: bold;
    color: #ffffff;
}*/
#loginPartial{
    position:absolute;
    width:auto;
    height:auto;
    z-index:15;
    top:50%;
    left:50%;
    margin:-100px 0 0 -150px;
}
#viewExpiredPartial{
    position:absolute;
    width:auto;
    height:auto;
    z-index:15;
    top:40%;
    left:32.5%;
    margin:-100px 0 0 -150px;
    text-align: center;
}
#langSwitcher{
    position:absolute;
    width:auto;
    height:auto;
    top:1%;
    right:1%;
    color: #F4F4F4;
    text-shadow: 10px 10px 5px #050607;
}
/*for datatable row coloring*/
.first-row {
    background-color: #d03e2f !important;
    background-image: none !important;
    color: #F4F4F4 !important;
}
.menuBar{
    /*box-shadow: 10px 10px 5px #050607;*/
    margin-bottom: 5px;
    width: 100%;
}
.ui-growl{
    margin-top: 5%;
    margin-right: 3.3%;
}
#map{
    width: 100%;
    height: 400px;
    /*box-shadow: 10px 10px 5px #050607;*/
}
.ol-popup {
    display: none;
    position: absolute;
    background-color: white;
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,0.2);
    -webkit-filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
    filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #cccccc;
    bottom: 12px;
    left: -50px;
}
.ol-popup:after, .ol-popup:before {
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.ol-popup:after {
    border-top-color: white;
    border-width: 10px;
    left: 48px;
    margin-left: -10px;
}
.ol-popup:before {
    border-top-color: #cccccc;
    border-width: 11px;
    left: 48px;
    margin-left: -11px;
}
.ol-popup-closer {
    text-decoration: none;
    position: absolute;
    top: 2px;
    right: 8px;
}
.ol-popup-closer:after {
    content: "X";
}
.alert {
    margin-bottom: 10px;
    text-shadow: 0 1px 0 rgba(255,255,255,0.5);
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.alert, .alert h4 {
    color: #c09853;
}
.alert h4 {
    margin: 0;
}
.alert .close {
    position: relative;
    top: -2px;
    right: -21px;
    line-height: 20px;
}
.alert-success {
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.alert-success h4 {
    color: #468847;
}
.alert-danger, .alert-error {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7;
}
.alert-danger h4, .alert-error h4 {
    color: #b94a48;
}
.alert-info {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.alert-info h4 {
    color: #3a87ad;
}
.alert-block {
    padding-top: 14px;
    padding-bottom: 14px;
}
.alert-block > p, .alert-block > ul {
    margin-bottom: 0;
}
.alert-block p + p {
    margin-top: 5px;
}
code {
    padding: 2px 4px;
    color: #d14;
    white-space: nowrap;
    background-color: #f7f7f9;
    border: 1px solid #e1e1e8;
}