:root {
    --primary-font: 'Lato', sans-serif;
    --primary-color: #047aed;
}

/*-------------------------- Actions - Form modal content ------------------------------------------------*/

.actions-modal-header {
    color:var(--primary-color);
    font-family: var(--primary-font);
    background-color: #e2e2e2;
    margin: auto;
    padding: 20px;
    border-bottom: 1px solid #888;
    border-radius: 5px;
    height: auto;
    width: 30%;
}

/***********************************MODAL General*************************************************/

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1;         /* Sit on top */
    padding-top: 100px; /* Location of the box */
    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 */
}

/*-------------------------- Form modal Header para modal genérica   ------------------------------------------------*/
.form-modal-edit {
    padding: 10px 10px;
    height: 50%;
    width: 50%;
}

.modal-header {
    color:var(--primary-color);
    font-family: var(--primary-font);
    background-color: #e2e2e2;
    margin: auto;
    padding: 20px;
    border-bottom: 1px solid #888;
    border-radius: 5px;
    height: auto;
    width: 34%;
}

/*--------------------------  Form modal content  para modal genérica  ------------------------------------------------*/
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 30%;
    height: 18%;
    border-radius: 5px;
}

.modal-content p {
    color:var(--primary-color);
}

.modal-header-seguirencomenda-list {
    color:var(--primary-color);
    font-family: var(--primary-font);
    background-color: #e2e2e2;
    margin: auto;
    padding: 20px;
    border-bottom: 1px solid #888;
    border-radius: 5px;
    height: auto;
    width: 34%;
}

.form-modal-edit {
    padding: 10px 10px;
    height: 50%;
    width: 50%;
}

/*#region Seguir Encomenda - Form modal content seguirencomenda*/
/*-------------------------- seguirencomenda - Form modal content seguirencomenda - list ------------------------------------------------*/
.modal-content-seguirencomenda-list {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 34%;
    height: 35%;
}

.modal-content-seguirencomenda-list p {
    color:var(--primary-color);
}

.modal-seguirencomenda-list label {
    color: var(--primary-color);
}

.modal-seguirencomenda-edit label, input[type="date"], select,option {
    color: var(--primary-color);
}

/*
Estilos dos grupos de botões a baixo da modal
*/
.modal-seguirencomenda-list .btn-group {
    position: fixed;
    text-align: center;
    top: 54%;
    background: #e2e2e2;
    width: 34%;
    left: 33%;
    border-radius: 5px;
}
/*#endregion*/

/*#region Modal Seguir Encomenda edit*/
/*-------------------------------------Modal seguirencomenda edit -------------------------------------------------------*/
.modal-seguirencomenda-edit {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1;         /* Sit on top */
    padding-top: 100px; /* Location of the box */
    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-cicloletivo-edit {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 34%;
    height: 50%;
}

#map {
    height: 400px;
    /* The height is 400 pixels */
    width: 100%;
    /* The width is the width of the web page */
}


/*#endregion*/