﻿body {
    font-size: .85em;
    font-family: "Roboto", serif;
    color: #232323;
    background-color: #fff;
}

header, footer, nav, section {
    display: block;
}


/* Styles for basic forms
-----------------------------------------------------------*/
fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

textarea {
    min-height: 75px;
}

.editor-label {
    margin: 1em 0 0 0;
}

.editor-field {
    margin: 0.5em 0 0 0;
}


/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #f00;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #f00;
    background-color: #fee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #f00;
}

.validation-summary-valid {
    display: none;
}

.logo-claro {
    height: 66px;
    width: 66px;
    background: url( ../Content/images/logo-claro.png) no-repeat;
    margin: auto;
}

.label-search {
    padding: 0.2em;
    font-size: 14px;
}

.label-example {
    font-size: 13px;
    color: #999190;
}

.content-search {
    float: left;
    width: 20%;
    height: 100%;
}

.content-map {
    float: left;
    width: 80%;
    height: 600px;
}

.select-search {
    background-color: #B9B3B1;
    color: white;
    font-size: 15px;
}

ul {
    list-style-type: none;
    margin-right: 5px;
    margin-left: 2px;
    margin-top: 5px;
    padding: 0;
    background-color: #f1f1f1;
}

li a {
    display: block;
    color: #000;
    padding: 8px 16px;
    text-decoration: none;
    border-bottom: 1px solid #cacaca;
    border-right: 1px solid #cacaca;
    border-top: 1px solid #cacaca;
    border-left: 1px solid #cacaca;
}


    li a:hover {
        background-color: #B9B3B1;
        color: white;
    }


#mapid {
    height: 90%;
}


/*input[type=button] {
    padding:5px 15px;     
    border:0 none;
    cursor:pointer;
    -webkit-border-radius: 5px;
    border-radius: 1px;    
    background-image: linear-gradient(0deg, #941b12 0%, #d52b1e 100%);
    background-clip: padding-box;
    box-shadow: 0 2px 3px 0 rgba(0,0,0,0.2);
}*/

.btn-claro {
    padding: 5px 15px;
    border: 0 none;
    cursor: pointer;
    -webkit-border-radius: 5px;
    border-radius: 1px;
    background-image: linear-gradient(0deg, #941b12 0%, #d52b1e 100%);
    background-clip: padding-box;
    box-shadow: 0 2px 3px 0 rgba(0,0,0,0.2);
}

.btn-rojo {
    color: white;
}

.btn-toogle {
    float: right;
    width: 1px;
    height: 50px;
    background: gray;
    color: black;
    background-image: linear-gradient(0deg, #f1f1f1 0%, #f1f1f1 100%);
}


.btn-rojo-cobertura {
    color: white;
    margin-bottom: 5px;
    margin-top: 5px;
}

/*.btn-rojo-cobertura {
    background-color: #d02e10;
		border-radius: 2px;
		background-clip: padding-box;
		box-shadow: 0 2px 3px 0 rgba(0,0,0,0.2);
		background-image: linear-gradient(0deg, #941b12 0%, #d52b1e 100%);
		color: #fff !important;
		cursor: pointer;
		display: inline-block;
		font-size: 1.1em;
		font-weight: normal;
		padding: .5em 0 .5em 0;
		text-align: center;
		width: 87px;

}*/


.popup {
    position: relative;
    display: inline-block;
    cursor: pointer;
    margin-right: 15px;
    color: gray;
}



/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* 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 {
    background-color: #fefefe;
    margin: 15% 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-cobertura {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close-cobertura:hover,
    .close-cobertura:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }

/* The Close Button */
.close-preguntas {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close-preguntas:hover,
    .close-preguntas:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }

/* Modal Content/Box */
.modal-content-address {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 25%; /* Could be more or less, depending on screen size */
}


/* The Close Button */
.close-address {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close-address:hover,
    .close-address:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }

/* Modal Header */
.modal-header-address {
    color: white;
    border-style: double;
    border-bottom-color: #ff0000;
}

/* Modal Body */
.modal-body-address {
    padding: 2px 16px;
    margin-bottom: 5px;
}


/* Modal Footer */
.modal-footer-address {
    padding: 2px 16px;
    color: white;
    border-style: double;
    border-top-color: #ff0000;
    text-align: center;
}

/* Modal Content/Box */
.modal-content-coverage {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 25%; /* Could be more or less, depending on screen size */
}


/* The Close Button */
.close-coverage {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close-coverage:hover,
    .close-coverage:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }


/* The Close Button */
.close-4G {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close-4G:hover,
    .close-4G:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }


/* Modal Content/Box */
.modal-content-4G {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 25%; /* Could be more or less, depending on screen size */
}

.new-search {
    text-align: center;
    padding: 0.5em;
}


.info-coverage-2G {
    padding: 6px 8px;
    font: 14px/16px Arial, Helvetica, sans-serif;
    background: white;
    background: rgba(255,255,255,0.8);
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    border-radius: 5px;
}

    .info-coverage-2G h4 {
        margin: 0 0 5px;
        color: #777;
        font-size: 11px;
        width: 260px;
    }

    .info-coverage-2G i {
        margin-left: 5px;
        width: 16px;
        height: 14px;
        float: left;
        margin-right: 8px;
        opacity: 0.7;
    }

/* The Close Button */
.close-legend-2g {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close-legend-2G:hover,
    .close-legend-2G:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }

.info-coverage-3G {
    padding: 6px 8px;
    font: 14px/16px Arial, Helvetica, sans-serif;
    background: white;
    background: rgba(255,255,255,0.8);
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    border-radius: 5px;
}

    .info-coverage-3G h4 {
        margin: 0 0 5px;
        color: #777;
        font-size: 11px;
        width: 260px;
    }

    .info-coverage-3G i {
        margin-left: 5px;
        width: 16px;
        height: 14px;
        float: left;
        margin-right: 8px;
        opacity: 0.7;
    }


/* The Close Button */
.close-legend-3G {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close-legend-3G:hover,
    .close-legend-3G:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }

.info-coverage-4G {
    padding: 6px 8px;
    font: 14px/16px Arial, Helvetica, sans-serif;
    background: white;
    background: rgba(255,255,255,0.8);
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    border-radius: 5px;
}

    .info-coverage-4G h4 {
        margin: 0 0 5px;
        color: #777;
        font-size: 11px;
        width: 260px;
    }

    .info-coverage-4G i {
        margin-left: 5px;
        width: 16px;
        height: 14px;
        float: left;
        margin-right: 8px;
        opacity: 0.7;
    }
        

/* The Close Button */
.close-legend-4G {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close-legend-4G:hover,
    .close-legend-4G:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }


.input-coord {
    width: 60%;
    font-size: 13px;
}

.label-coord {
    font-size: 12px;
}

.type-coord {
    margin-left: 10px;
    margin-top: 10px;
}

.select-coord {
    font-size: 14px;
}

.Table {
    display: table;
}

.Title {
    display: table-caption;
    text-align: center;
    font-weight: bold;
    font-size: larger;
}

.Heading {
    display: table-row;
    font-weight: bold;
    text-align: center;
}

.Row {
    display: table-row;
}

.Cell {
    display: table-cell;   
    border-width: thin;    
}

.h4-leyend {
    color: #777;
    font-size: 11px;
    font-family: "Segoe UI",Arial,sans-serif;
}

