
@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;
}
