
@import "../bower_components/angular-upload/src/directives/btnUpload.min.css";

.row {
     margin-right: 0px;
     margin-left: 0px;
}

.transit-map
{
    width:95%;
}
.headerLanding
{

    width: 100%;
}

.angular-google-map-container { height: 400px; }

.input-text-address
{

    width:400px;
}
/* The Modal (background) */
.modal-iframe {
    position: fixed; /* Stay in place */
    z-index: 10000; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content-iframe {
    background-color: #fefefe;
    margin: 5% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close-iframe {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close-iframe:hover,
.close-iframe:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.grid-head-envio
{
    font-weight: 700;
}

.grid-header-row
{
    background-color: lightgrey;
    margin-bottom: 10px;
}


.angucomplete-holder {
    position: relative;
}

.angucomplete-holder input {
    width: 75%;
}

.angucomplete-dropdown {
    border-color: #ececec;
    border-width: 1px;
    border-style: solid;
    border-radius: 2px;
    width: 75%;
    padding: 6px;
    cursor: pointer;
    z-index: 9999;
    position: absolute;
    /*top: 32px;
    left: 0px;
    */
    margin-top: 0px;
    background-color: #ffffff;
}

.angucomplete-searching {
    color: #acacac;
    font-size: 14px;
}

.angucomplete-description {
    font-size: 14px;
}

.angucomplete-row {
    padding: 5px;
    color: #000000;
    margin-bottom: 4px;
    clear: both;
}

.angucomplete-selected-row {
    background-color: lightblue;
    color: #ffffff;
}

.angucomplete-image-holder {
    padding-top: 2px;
    float: left;
    margin-right: 10px;
    margin-left: 5px;
}

.angucomplete-image {
    height: 34px;
    width: 34px;
    border-radius: 50%;
    border-color: #ececec;
    border-style: solid;
    border-width: 1px;
}

.angucomplete-image-default {
    /* Add your own default image here
     background-image: url('/assets/default.png');
    */
    background-position: center;
    background-size: contain;
    height: 34px;
    width: 34px;
}