﻿             .modal {
                 display: none;
                 position: fixed;
                 z-index: 1000;
                 top: 0;
                 left: 0;
                 height: 100%;
                 width: 100%;
                 background: rgba( 255, 255, 255, .8 ) url('../images/ajax-loader.gif') 50% 50% no-repeat;
             }

             /* When the body has the loading class, we turn
        the scrollbar off with overflow:hidden */
             body.loading {
                 overflow: hidden;
             }
.imgBig{
position: absolute;
    margin-right: 12%;
    margin-top: 6%;
    display:none;
}
.imgSm {
    position: absolute;
    z-index: 1;
    margin-right: 260px;
    margin-top: 4px;
        display:none;

}

#ngView {
    width: 100%;
    height: 100%;
    direction: ltr;
    overflow-x: hidden;
}

#ngView div.search {
    height: 100%;
    overflow-y: hidden;
    padding-bottom:35px;
}
.imgSm_eng {
    position: absolute;
    z-index: 1;
    margin-left: 260px;
    margin-top: 4px;
    display: none;
}
                 /* Anytime the body has the loading class, our
        modal element will be visible */
                 body.loading .modal {
                     display: block;
                 }

             .tabsdemoDynamicHeight md-content {
                 background-color: transparent !important;
             }

                 .tabsdemoDynamicHeight md-content md-tabs {
                     background: #f6f6f6;
                     border: 1px solid #e1e1e1;
                 }

                     .tabsdemoDynamicHeight md-content md-tabs md-tabs-canvas {
                         background: white;
                     }

                 .tabsdemoDynamicHeight md-content h1:first-child {
                     margin-top: 0;
                 }

             .searchInput {
                 width: 300px;
             }

             body, html, .container-fluid {
                 height: 100%;
             }

             .pointer {
                 cursor: pointer;
             }

             .k-listview:after {
                 content: ".";
                 display: block;
                 height: 0;
                 clear: both;
                 visibility: hidden;
             }


.enghebButton {
    margin-left: 35%;
    margin-right: 35%;
    display: inline
}
             #listView {
                 padding: 10px 5px;
                 margin-bottom: -1px;
                 min-height: 100px;
                 border-width: 2px;
                 border-color: black;
             }

             .listView {
                 width: 300px;
                 height: 200px;
                 overflow-y: scroll;
                 border: 1px solid grey;
             }

                 .listView div {
                     margin-right: 7px;
                 }
.imgBig_Eng {
    position: absolute;
    margin-left: 12%;
    margin-top: 6%;
    display: none;
}
.listView_eng {
    width: 300px;
    height: 200px;
    overflow-y: scroll;
    border: 1px solid grey;
}

    .listView_eng div {
        margin-left: 7px;
    }
             .mapCon {
                 height: calc(100% - 150px);
             }

             .mainMenu {
                 margin-right: -40px;
                 margin-left: -35px;
                 color: #550705;
             }

a {
    color: #550705;
}

             .aPadding {
                 padding-top: 4px;
                 padding-bottom: 8px;
             }

body {
    overflow-x: hidden;

}

             .bold {
                 font-weight: bold;
             }

             .blank_row {
                 height: 10px !important; /* overwrites any other rules */
                 background-color: #FFFFFF;
             }

             .pointinfo td {
                 padding-bottom: 10px;
                 vertical-align: top;
             }

             .pointinfo tr td:first-child {
                 padding-left: 10px;
                 font-weight: bold;
             }
