﻿body {
    /* padding-top: 110px;    */ 
    /*    background: black;*/
} 

.topline {
    border-top: 1px solid black;
    margin-top: 15px;
    padding-top: 15px;
}

.pfFooter {
    background: black;
    padding-top: 10px;
    padding-bottom: 10px;
}

.pfFooter, .pfFooter a {
    color: white;
}

#pfMainContent {
    background: white; 
}

#pfOrderView {
    background: white;
}

/* Start by setting display:none to make this hidden. Then we position it in relation to the viewport window with position:fixed. Width, height, top and left speak
   for themselves. Background we set to 80% white with our animation centered, and no-repeating */
.pfLoader { display: none; position: fixed; z-index: 1000; top: 0; left: 0; height: 100%; width: 100%;
            background: url('https://cdn.pfcloud.net/common/images/loading.gif') 50% 50% no-repeat;
}

/* When the body has the loading class, we turn the scrollbar off with overflow:hidden */
body.pfLoading { overflow: hidden; }

/* Anytime the body has the loading class, our modal element will be visible */
body.pfLoading .pfLoader { display: block; }

/* Start by setting display:none to make this hidden. Then we position it in relation to the viewport window with position:fixed. Width, height, top and left speak
   for themselves. Background we set to 80% white with our animation centered, and no-repeating */
.pfModalLoader {
    display: none;
    position: fixed;
    z-index: 99000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .8 ) url('https://cdn.pfcloud.net/common/images/loading.gif') 50% 50% no-repeat;
}

/* When the body has the loading class, we turn the scrollbar off with overflow:hidden */
body.pfModalLoading {
    overflow: hidden;
}

    /* Anytime the body has the loading class, our modal element will be visible */
    body.pfModalLoading .pfModalLoader {
        display: block;
    }


.red {
    color: red;
}

.text-Confirm {
    color: #0000FF;
}
.text-AtRest {
    color: #7E03BD;
}
.text-LeftRest {
    color: #078D27;
}
.text-AtHome {
    color: #4DD701;
}
.text-Placed {
    color: #0000FF;
}


.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu a::after {
        transform: rotate(-90deg);
        position: absolute;
        right: 3px;
        top: 40%;
    }

    .dropdown-submenu:hover .dropdown-menu, .dropdown-submenu:focus .dropdown-menu {
        display: flex;
        flex-direction: column;
        position: absolute !important;
        margin-top: -30px;
        left: 100%;
    }

@media (max-width: 992px) {
    .dropdown-menu {
        width: 50%;
    }

        .dropdown-menu .dropdown-submenu {
            width: auto;
        }
}


.beta {
    color: #cdcdf5;
    color: #cdcdf5;
}

.betadisabled {
    color: #ebdede
}

.header {
    position: sticky;
    top: 0;
}

#map {
    height: 100%;
}

/* modal backdrop fix */
/*    .modal:nth-of-type(even) {
            z-index: 1052 !important;
        }

        .modal-backdrop.show:nth-of-type(even) {
            z-index: 1051 !important;
        }*/


div.pac-container {
    z-index: 99999999999 !important;
}

.ui-front {
    z-index: 9999999 !important;
}

.ui-menu .ui-menu-item a {
    font-size: 12px;
}

.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1051 !important;
    float: left;
    display: none;
    min-width: 160px;
    _width: 160px;
    padding: 4px 0;
    margin: 2px 0 0 0;
    list-style: none;
    background-color: #ffffff;
    border-color: #ccc;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    max-height: 150px;
    overflow: auto;
    font-size: .8em;
}

.ui-menu-item > a.ui-corner-all {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #555555;
    white-space: nowrap;
    text-decoration: none;
}

.ui-state-hover, .ui-state-active {
    color: #ffffff;
    text-decoration: none;
    background-color: #0088cc;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    background-image: none;
}

#modalIns {
    width: 500px;
}
