/* The Modal (background) */

.classModalBuscadorCUE {
    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-content2 {
    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 */

.classCloseModalCue {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.classCloseModalCue:hover, .classCloseModalCue:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}



.buttonBusquedaCue {
    float: left;
    width: 20%;
    padding: 4px;
    background: #2196F3;
    color: white;
    font-size: 15px;
    border: 1px solid grey;
    border-left: none;
    /* Prevent double borders */
    cursor: pointer;
    border-radius: 5px;
}

.buttonBusquedaCue:hover {
    background: #0b7dda;
}

.labelCue {
    font-size: 17px;
    color: #555;
    display: block;
    margin-bottom: 3px;
    font-weight: 500;
}

.inputCue {
    outline: none;
    margin: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-size: 15px;
    font-family: inherit;
    display: block;   
    padding: 4px;
    border: 1px solid #aaa;
    width: 60%;
    border-radius: 5px;
}

.inputCueNombreEscuela{
    float: left !important;
}

.contenedorInputsCue{
    margin-bottom: 10px;
    width: 100%;
    display: inline-block;
}

.notaBuscadorCue{
    float: right;
    font-size: 14px;
    font-weight: 500;
    color: #555;
}

.notaBuscadorCue2{
    font-size: 15px;
    font-weight: 600;
    color: #730505;
    margin-top: 6px;
}
